This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| 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 file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| 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 |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| #!/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) |
NewerOlder