Skip to content

Instantly share code, notes, and snippets.

@ptrlv
ptrlv / gist:5684103
Created May 31, 2013 10:15
traccar error
INFO | jvm 1 | 2013/05/31 11:14:36 | May 31, 2013 11:14:36 AM org.hibernate.engine.jdbc.spi.SqlExceptionHelper logExceptions
INFO | jvm 1 | 2013/05/31 11:14:36 | WARN: SQL Error: 0, SQLState: 08003
INFO | jvm 1 | 2013/05/31 11:14:36 | May 31, 2013 11:14:36 AM org.hibernate.engine.jdbc.spi.SqlExceptionHelper logExceptions
INFO | jvm 1 | 2013/05/31 11:14:36 | ERROR: No operations allowed after connection closed.
INFO | jvm 1 | 2013/05/31 11:14:36 | 2013-05-31 11:14:36.899:WARN:/:Exception while dispatching incoming RPC call
INFO | jvm 1 | 2013/05/31 11:14:36 | com.google.gwt.user.server.rpc.UnexpectedException: Service method 'public abstract org.traccar.web.shared.model.User org.traccar.web.client.model.DataService.login(java.lang.String,java.lang.String)' threw an unexpected exception: javax.persistence.PersistenceException: org.hibernate.exception.JDBCConnectionException: No operations allowed after connection closed.
This is pilot wrapper : runpilot3-wrapper.sh-example 15275 2013-04-24 11:26:25Z plove $
Please send development requests to p.love@lancaster.ac.uk
Monitor ping: OK
Scanning landing zone...
Current dir: /home/atlasprd/home_cream_450850604/CREAM450850604
total 16
-rw-r--r-- 1 atlasprd atlas 0 May 7 13:44 1340840.11.err
-rw-r--r-- 1 atlasprd atlas 253 May 7 13:44 1340840.11.out
-rwxr-xr-x 1 atlasprd atlas 10050 May 7 13:44 runpilot3-wrapper-apr24.sh
Me and my args: ./runpilot3-wrapper-apr24.sh -s UKI-SOUTHGRID-OX-HEP -h UKI-SOUTHGRID-OX-HEP-t2ce02-longfive-pbs -p 25443 -w https://pandaserver.cern.ch -j false -k 0
@ptrlv
ptrlv / get-queues.py
Created April 26, 2013 09:44
parse queues.conf
#!/usr/bin/env python
import io
import requests
from ConfigParser import SafeConfigParser
#from ConfigParser import SafeConfigParser, NoSectionError, InterpolationMissingOptionError
url = 'http://gridui18.usatlas.bnl.gov:25880/queues.conf'
r = requests.get(url)