Problem running Apache Gump [vmgump]

2024-06-26 Thread gump
There is a problem with run 'vmgump' (27062024_01), location : 
http://gump-vm2.apache.org/

The log ought be at:
   http://gump-vm2.apache.org/gump_log.txt

The last (up to) 50 lines of the log are :
  File "/srv/gump/public/gump/python/gump/actor/notify/notifier.py", line 368, 
in sendEmail
sent=mail(toaddrs,fromaddr,email,
  File "/srv/gump/public/gump/python/gump/util/smtp.py", line 92, in mail
data = message.getSerialized()
  File "/srv/gump/public/gump/python/gump/util/smtp.py", line 67, in 
getSerialized
string.join(self.toaddrs, ", "),
AttributeError: module 'string' has no attribute 'join'
Failed with to: [d...@tomcat.apache.org] from: [Bill Barker 
]
Document run using [XDocDocumenter]
Document run using [TextDocumenter]
Generate Statistic Guru
Traceback (most recent call last):
  File "bin/integrate.py", line 114, in 
irun()
  File "bin/integrate.py", line 91, in irun
result = getRunner(run).perform()
  File "/srv/gump/public/gump/python/gump/core/runner/runner.py", line 260, in 
perform
return self.performRun()
  File "/srv/gump/public/gump/python/gump/core/runner/demand.py", line 214, in 
performRun
self.finalize()
  File "/srv/gump/public/gump/python/gump/core/runner/runner.py", line 240, in 
finalize
self.run._dispatchEvent(FinalizeRunEvent(self.run))
  File "/srv/gump/public/gump/python/gump/core/run/gumprun.py", line 186, in 
_dispatchEvent
actor._processEvent(event)
  File "/srv/gump/public/gump/python/gump/core/run/actor.py", line 83, in 
_processEvent
self.processEvent(event)
  File "/srv/gump/public/gump/python/gump/core/run/actor.py", line 127, in 
processEvent
self._processOtherEvent(event)
  File "/srv/gump/public/gump/python/gump/core/run/actor.py", line 184, in 
_processOtherEvent
self.processOtherEvent(event)
  File "/srv/gump/public/gump/python/gump/actor/document/documenter.py", line 
48, in processOtherEvent
self.document()
  File "/srv/gump/public/gump/python/gump/actor/document/documenter.py", line 
72, in document
self.documentRun()
  File "/srv/gump/public/gump/python/gump/actor/document/xdocs/documenter.py", 
line 101, in documentRun
self.documentStatistics()
  File "/srv/gump/public/gump/python/gump/actor/document/xdocs/documenter.py", 
line 3127, in documentStatistics
stats = StatisticsGuru(self.workspace)
  File "/srv/gump/public/gump/python/gump/tool/guru/stats.py", line 99, in 
__init__

self.projectsByFOGFactor=createOrderedList(workspace.getProjects(),compareProjectsByFOGFactor)
  File "/srv/gump/public/gump/python/gump/util/__init__.py", line 154, in 
createOrderedList
return sorted(cloned,key=cmp_to_key(sortfunc))
  File "/srv/gump/public/gump/python/gump/tool/shared/comparator.py", line 133, 
in compareProjectsByFOGFactor
fog1=project1.getFOGFactor()
  File "/srv/gump/public/gump/python/gump/core/model/project.py", line 377, in 
getFOGFactor
return self.getStats().getFOGFactor()
  File "/srv/gump/public/gump/python/gump/core/model/stats.py", line 166, in 
getStats
raise RuntimeError("Statistics not calculated/updated/available [yet]: " \
RuntimeError: Statistics not calculated/updated/available [yet]: easymock3
Process Exit Code : 1
--
Gump Version: 2.0.2-alpha-0003

-
To unsubscribe, e-mail: general-unsubscr...@gump.apache.org
For additional commands, e-mail: general-h...@gump.apache.org



Problem running Apache Gump [vmgump]

2024-05-23 Thread gump
There is a problem with run 'vmgump' (23052024_060001), location : 
http://gump-vm2.apache.org/

The log ought be at:
   http://gump-vm2.apache.org/gump_log.txt

The last (up to) 50 lines of the log are :
Document run using [XDocDocumenter]
Traceback (most recent call last):
  File "bin/integrate.py", line 114, in 
irun()
  File "bin/integrate.py", line 91, in irun
result = getRunner(run).perform()
  File "/srv/gump/public/gump/python/gump/core/runner/runner.py", line 260, in 
perform
return self.performRun()
  File "/srv/gump/public/gump/python/gump/core/runner/demand.py", line 214, in 
performRun
self.finalize()
  File "/srv/gump/public/gump/python/gump/core/runner/runner.py", line 240, in 
finalize
self.run._dispatchEvent(FinalizeRunEvent(self.run))
  File "/srv/gump/public/gump/python/gump/core/run/gumprun.py", line 186, in 
_dispatchEvent
actor._processEvent(event)
  File "/srv/gump/public/gump/python/gump/core/run/actor.py", line 83, in 
_processEvent
self.processEvent(event)
  File "/srv/gump/public/gump/python/gump/core/run/actor.py", line 127, in 
processEvent
self._processOtherEvent(event)
  File "/srv/gump/public/gump/python/gump/core/run/actor.py", line 184, in 
_processOtherEvent
self.processOtherEvent(event)
  File "/srv/gump/public/gump/python/gump/actor/document/documenter.py", line 
48, in processOtherEvent
self.document()
  File "/srv/gump/public/gump/python/gump/actor/document/documenter.py", line 
72, in document
self.documentRun()
  File "/srv/gump/public/gump/python/gump/actor/document/xdocs/documenter.py", 
line 97, in documentRun
self.documentEverythingElse()
  File "/srv/gump/public/gump/python/gump/actor/document/xdocs/documenter.py", 
line 481, in documentEverythingElse
self.documentModule(module)
  File "/srv/gump/public/gump/python/gump/actor/document/xdocs/documenter.py", 
line 1843, in documentModule
self.documentProject(project)
  File "/srv/gump/public/gump/python/gump/actor/document/xdocs/documenter.py", 
line 1991, in documentProject
self.documentProjectDetails(project, realTime)
  File "/srv/gump/public/gump/python/gump/actor/document/xdocs/documenter.py", 
line 2083, in documentProjectDetails
depens += self.documentDependenciesList(dependencySection,
  File "/srv/gump/public/gump/python/gump/actor/document/xdocs/documenter.py", 
line 2293, in documentDependenciesList
self.insertLink(project, referencingObject,
  File "/srv/gump/public/gump/python/gump/actor/document/xdocs/documenter.py", 
line 3045, in insertLink
link = self.getLink(toObject, fromObject, state)
  File "/srv/gump/public/gump/python/gump/actor/document/xdocs/documenter.py", 
line 3085, in getLink
url = getRelativeLocation(toObject, fromObject,
  File "/srv/gump/public/gump/python/gump/actor/document/xdocs/resolver.py", 
line 109, in getRelativeLocation
toLocation=getLocationForObject(toObject,extn)
  File "/srv/gump/public/gump/python/gump/actor/document/xdocs/resolver.py", 
line 127, in getLocationForObject
getPathForObject(object),
  File "/srv/gump/public/gump/python/gump/actor/document/xdocs/resolver.py", 
line 83, in getPathForObject
path=getPathForObject(object.getModule()).getPostfixed(object.getName())
  File "/srv/gump/public/gump/python/gump/core/model/project.py", line 856, in 
getModule
raise RuntimeError('Project [' + self.name + '] not in a module.]')
RuntimeError: Project [derby] not in a module.]
Process Exit Code : 1
--
Gump Version: 2.0.2-alpha-0003

-
To unsubscribe, e-mail: general-unsubscr...@gump.apache.org
For additional commands, e-mail: general-h...@gump.apache.org



Re: Problem running Apache Gump [vmgump]

2024-05-23 Thread Mark Thomas
This is my fault. I (still) haven't added the Derby JARs correctly. I'm 
working on this now.


Mark


On 23/05/2024 03:14, g...@gump-vm2.apache.org wrote:

There is a problem with run 'vmgump' (23052024_01), location : 
http://gump-vm2.apache.org/

The log ought be at:
http://gump-vm2.apache.org/gump_log.txt

The last (up to) 50 lines of the log are :
Document run using [XDocDocumenter]
Traceback (most recent call last):
   File "bin/integrate.py", line 114, in 
 irun()
   File "bin/integrate.py", line 91, in irun
 result = getRunner(run).perform()
   File "/srv/gump/public/gump/python/gump/core/runner/runner.py", line 260, in 
perform
 return self.performRun()
   File "/srv/gump/public/gump/python/gump/core/runner/demand.py", line 214, in 
performRun
 self.finalize()
   File "/srv/gump/public/gump/python/gump/core/runner/runner.py", line 240, in 
finalize
 self.run._dispatchEvent(FinalizeRunEvent(self.run))
   File "/srv/gump/public/gump/python/gump/core/run/gumprun.py", line 186, in 
_dispatchEvent
 actor._processEvent(event)
   File "/srv/gump/public/gump/python/gump/core/run/actor.py", line 83, in 
_processEvent
 self.processEvent(event)
   File "/srv/gump/public/gump/python/gump/core/run/actor.py", line 127, in 
processEvent
 self._processOtherEvent(event)
   File "/srv/gump/public/gump/python/gump/core/run/actor.py", line 184, in 
_processOtherEvent
 self.processOtherEvent(event)
   File "/srv/gump/public/gump/python/gump/actor/document/documenter.py", line 
48, in processOtherEvent
 self.document()
   File "/srv/gump/public/gump/python/gump/actor/document/documenter.py", line 
72, in document
 self.documentRun()
   File "/srv/gump/public/gump/python/gump/actor/document/xdocs/documenter.py", 
line 97, in documentRun
 self.documentEverythingElse()
   File "/srv/gump/public/gump/python/gump/actor/document/xdocs/documenter.py", 
line 481, in documentEverythingElse
 self.documentModule(module)
   File "/srv/gump/public/gump/python/gump/actor/document/xdocs/documenter.py", 
line 1843, in documentModule
 self.documentProject(project)
   File "/srv/gump/public/gump/python/gump/actor/document/xdocs/documenter.py", 
line 1991, in documentProject
 self.documentProjectDetails(project, realTime)
   File "/srv/gump/public/gump/python/gump/actor/document/xdocs/documenter.py", 
line 2083, in documentProjectDetails
 depens += self.documentDependenciesList(dependencySection,
   File "/srv/gump/public/gump/python/gump/actor/document/xdocs/documenter.py", 
line 2293, in documentDependenciesList
 self.insertLink(project, referencingObject,
   File "/srv/gump/public/gump/python/gump/actor/document/xdocs/documenter.py", 
line 3045, in insertLink
 link = self.getLink(toObject, fromObject, state)
   File "/srv/gump/public/gump/python/gump/actor/document/xdocs/documenter.py", 
line 3085, in getLink
 url = getRelativeLocation(toObject, fromObject,
   File "/srv/gump/public/gump/python/gump/actor/document/xdocs/resolver.py", 
line 109, in getRelativeLocation
 toLocation=getLocationForObject(toObject,extn)
   File "/srv/gump/public/gump/python/gump/actor/document/xdocs/resolver.py", 
line 127, in getLocationForObject
 getPathForObject(object),
   File "/srv/gump/public/gump/python/gump/actor/document/xdocs/resolver.py", 
line 83, in getPathForObject
 path=getPathForObject(object.getModule()).getPostfixed(object.getName())
   File "/srv/gump/public/gump/python/gump/core/model/project.py", line 856, in 
getModule
 raise RuntimeError('Project [' + self.name + '] not in a module.]')
RuntimeError: Project [derby] not in a module.]
Process Exit Code : 1
--
Gump Version: 2.0.2-alpha-0003

-
To unsubscribe, e-mail: general-unsubscr...@gump.apache.org
For additional commands, e-mail: general-h...@gump.apache.org



-
To unsubscribe, e-mail: general-unsubscr...@gump.apache.org
For additional commands, e-mail: general-h...@gump.apache.org



Problem running Apache Gump [vmgump]

2024-05-22 Thread gump
There is a problem with run 'vmgump' (23052024_01), location : 
http://gump-vm2.apache.org/

The log ought be at:
   http://gump-vm2.apache.org/gump_log.txt

The last (up to) 50 lines of the log are :
Document run using [XDocDocumenter]
Traceback (most recent call last):
  File "bin/integrate.py", line 114, in 
irun()
  File "bin/integrate.py", line 91, in irun
result = getRunner(run).perform()
  File "/srv/gump/public/gump/python/gump/core/runner/runner.py", line 260, in 
perform
return self.performRun()
  File "/srv/gump/public/gump/python/gump/core/runner/demand.py", line 214, in 
performRun
self.finalize()
  File "/srv/gump/public/gump/python/gump/core/runner/runner.py", line 240, in 
finalize
self.run._dispatchEvent(FinalizeRunEvent(self.run))
  File "/srv/gump/public/gump/python/gump/core/run/gumprun.py", line 186, in 
_dispatchEvent
actor._processEvent(event)
  File "/srv/gump/public/gump/python/gump/core/run/actor.py", line 83, in 
_processEvent
self.processEvent(event)
  File "/srv/gump/public/gump/python/gump/core/run/actor.py", line 127, in 
processEvent
self._processOtherEvent(event)
  File "/srv/gump/public/gump/python/gump/core/run/actor.py", line 184, in 
_processOtherEvent
self.processOtherEvent(event)
  File "/srv/gump/public/gump/python/gump/actor/document/documenter.py", line 
48, in processOtherEvent
self.document()
  File "/srv/gump/public/gump/python/gump/actor/document/documenter.py", line 
72, in document
self.documentRun()
  File "/srv/gump/public/gump/python/gump/actor/document/xdocs/documenter.py", 
line 97, in documentRun
self.documentEverythingElse()
  File "/srv/gump/public/gump/python/gump/actor/document/xdocs/documenter.py", 
line 481, in documentEverythingElse
self.documentModule(module)
  File "/srv/gump/public/gump/python/gump/actor/document/xdocs/documenter.py", 
line 1843, in documentModule
self.documentProject(project)
  File "/srv/gump/public/gump/python/gump/actor/document/xdocs/documenter.py", 
line 1991, in documentProject
self.documentProjectDetails(project, realTime)
  File "/srv/gump/public/gump/python/gump/actor/document/xdocs/documenter.py", 
line 2083, in documentProjectDetails
depens += self.documentDependenciesList(dependencySection,
  File "/srv/gump/public/gump/python/gump/actor/document/xdocs/documenter.py", 
line 2293, in documentDependenciesList
self.insertLink(project, referencingObject,
  File "/srv/gump/public/gump/python/gump/actor/document/xdocs/documenter.py", 
line 3045, in insertLink
link = self.getLink(toObject, fromObject, state)
  File "/srv/gump/public/gump/python/gump/actor/document/xdocs/documenter.py", 
line 3085, in getLink
url = getRelativeLocation(toObject, fromObject,
  File "/srv/gump/public/gump/python/gump/actor/document/xdocs/resolver.py", 
line 109, in getRelativeLocation
toLocation=getLocationForObject(toObject,extn)
  File "/srv/gump/public/gump/python/gump/actor/document/xdocs/resolver.py", 
line 127, in getLocationForObject
getPathForObject(object),
  File "/srv/gump/public/gump/python/gump/actor/document/xdocs/resolver.py", 
line 83, in getPathForObject
path=getPathForObject(object.getModule()).getPostfixed(object.getName())
  File "/srv/gump/public/gump/python/gump/core/model/project.py", line 856, in 
getModule
raise RuntimeError('Project [' + self.name + '] not in a module.]')
RuntimeError: Project [derby] not in a module.]
Process Exit Code : 1
--
Gump Version: 2.0.2-alpha-0003

-
To unsubscribe, e-mail: general-unsubscr...@gump.apache.org
For additional commands, e-mail: general-h...@gump.apache.org



Problem running Apache Gump [vmgump]

2024-05-22 Thread gump
There is a problem with run 'vmgump' (22052024_180001), location : 
http://gump-vm2.apache.org/

The log ought be at:
   http://gump-vm2.apache.org/gump_log.txt

The last (up to) 50 lines of the log are :
Document run using [XDocDocumenter]
Traceback (most recent call last):
  File "bin/integrate.py", line 114, in 
irun()
  File "bin/integrate.py", line 91, in irun
result = getRunner(run).perform()
  File "/srv/gump/public/gump/python/gump/core/runner/runner.py", line 260, in 
perform
return self.performRun()
  File "/srv/gump/public/gump/python/gump/core/runner/demand.py", line 214, in 
performRun
self.finalize()
  File "/srv/gump/public/gump/python/gump/core/runner/runner.py", line 240, in 
finalize
self.run._dispatchEvent(FinalizeRunEvent(self.run))
  File "/srv/gump/public/gump/python/gump/core/run/gumprun.py", line 186, in 
_dispatchEvent
actor._processEvent(event)
  File "/srv/gump/public/gump/python/gump/core/run/actor.py", line 83, in 
_processEvent
self.processEvent(event)
  File "/srv/gump/public/gump/python/gump/core/run/actor.py", line 127, in 
processEvent
self._processOtherEvent(event)
  File "/srv/gump/public/gump/python/gump/core/run/actor.py", line 184, in 
_processOtherEvent
self.processOtherEvent(event)
  File "/srv/gump/public/gump/python/gump/actor/document/documenter.py", line 
48, in processOtherEvent
self.document()
  File "/srv/gump/public/gump/python/gump/actor/document/documenter.py", line 
72, in document
self.documentRun()
  File "/srv/gump/public/gump/python/gump/actor/document/xdocs/documenter.py", 
line 97, in documentRun
self.documentEverythingElse()
  File "/srv/gump/public/gump/python/gump/actor/document/xdocs/documenter.py", 
line 481, in documentEverythingElse
self.documentModule(module)
  File "/srv/gump/public/gump/python/gump/actor/document/xdocs/documenter.py", 
line 1843, in documentModule
self.documentProject(project)
  File "/srv/gump/public/gump/python/gump/actor/document/xdocs/documenter.py", 
line 1991, in documentProject
self.documentProjectDetails(project, realTime)
  File "/srv/gump/public/gump/python/gump/actor/document/xdocs/documenter.py", 
line 2083, in documentProjectDetails
depens += self.documentDependenciesList(dependencySection,
  File "/srv/gump/public/gump/python/gump/actor/document/xdocs/documenter.py", 
line 2293, in documentDependenciesList
self.insertLink(project, referencingObject,
  File "/srv/gump/public/gump/python/gump/actor/document/xdocs/documenter.py", 
line 3045, in insertLink
link = self.getLink(toObject, fromObject, state)
  File "/srv/gump/public/gump/python/gump/actor/document/xdocs/documenter.py", 
line 3085, in getLink
url = getRelativeLocation(toObject, fromObject,
  File "/srv/gump/public/gump/python/gump/actor/document/xdocs/resolver.py", 
line 109, in getRelativeLocation
toLocation=getLocationForObject(toObject,extn)
  File "/srv/gump/public/gump/python/gump/actor/document/xdocs/resolver.py", 
line 127, in getLocationForObject
getPathForObject(object),
  File "/srv/gump/public/gump/python/gump/actor/document/xdocs/resolver.py", 
line 83, in getPathForObject
path=getPathForObject(object.getModule()).getPostfixed(object.getName())
  File "/srv/gump/public/gump/python/gump/core/model/project.py", line 856, in 
getModule
raise RuntimeError('Project [' + self.name + '] not in a module.]')
RuntimeError: Project [derby] not in a module.]
Process Exit Code : 1
--
Gump Version: 2.0.2-alpha-0003

-
To unsubscribe, e-mail: general-unsubscr...@gump.apache.org
For additional commands, e-mail: general-h...@gump.apache.org



Problem running Apache Gump [vmgump]

2024-05-21 Thread gump
There is a problem with run 'vmgump' (21052024_160200), location : 
http://gump-vm2.apache.org/

The log ought be at:
   http://gump-vm2.apache.org/gump_log.txt

The last (up to) 50 lines of the log are :
Parsed file /srv/gump/public/gump/metadata/project/xml-xerces2.xml 
Parsed file /srv/gump/public/gump/metadata/project/xml-xalan.xml 
Parsed file /srv/gump/public/gump/metadata/project/tomcat-migration.xml 
Parsed file /srv/gump/public/gump/metadata/project/tomcat-native-trunk.xml 
Parsed file /srv/gump/public/gump/metadata/project/tomcat-native-2.0-3.2.x.xml 
Parsed file /srv/gump/public/gump/metadata/project/tomcat-native-1.3-3.0.x.xml 
Parsed file /srv/gump/public/gump/metadata/project/tomcat-native-1.3-1.1.1.xml 
Parsed file /srv/gump/public/gump/metadata/project/tomcat-main.xml 
Parsed file /srv/gump/public/gump/metadata/project/tomcat-10.1.x.xml 
Parsed file /srv/gump/public/gump/metadata/project/tomcat-9.0.x.xml 
Parsed file /srv/gump/public/gump/metadata/project/tomcat-taglibs-parent.xml 
Parsed file /srv/gump/public/gump/metadata/project/tomcat-taglibs.xml 
Parsed file /srv/gump/public/gump/metadata/project/tomcat-connectors-native.xml 
Parsed file /srv/gump/public/gump/metadata/project/jakarta-servletapi-5.xml 
Parsed file /srv/gump/public/gump/metadata/project/apr-1.xml 
Parsed file /srv/gump/public/gump/metadata/project/apr.xml 
Parsed file /srv/gump/public/gump/metadata/project/logging-log4j-12.xml 
Parsed file /srv/gump/public/gump/metadata/project/apache-httpd.xml 
Parsed file /srv/gump/public/gump/metadata/project/pcre.xml 
Parsed file /srv/gump/public/gump/metadata/project/gump.xml 
Metadata file [/srv/gump/public/gump/metadata/project/commons-validator.xml] 
not found
Failed to parse XML module @ project/commons-validator.xml : Metadata File 
/srv/gump/public/gump/metadata/project/commons-validator.xml not found.
Parsed file /srv/gump/public/gump/metadata/project/commons-net.xml 
Parsed file /srv/gump/public/gump/metadata/project/commons-logging.xml 
Parsed file /srv/gump/public/gump/metadata/project/commons-lang-trunk.xml 
Parsed file /srv/gump/public/gump/metadata/project/commons-io.xml 
Parsed file /srv/gump/public/gump/metadata/project/commons-exec.xml 
Parsed file /srv/gump/public/gump/metadata/project/commons-daemon.xml 
Parsed file /srv/gump/public/gump/metadata/project/commons-compress.xml 
Parsed file /srv/gump/public/gump/metadata/project/commons-collections-3.x.xml 
Parsed file /srv/gump/public/gump/metadata/project/commons-cli.xml 
Parsed file /srv/gump/public/gump/metadata/project/commons-bcel.xml 
Parsed file /srv/gump/public/gump/metadata/project/commons-beanutils.xml 
Parsed file /srv/gump/public/gump/metadata/project/jakarta-bsf.xml 
Parsed file /srv/gump/public/gump/metadata/project/apache-attic.xml 
Parsed file /srv/gump/public/gump/metadata/project/antlibs-antunit.xml 
Parsed file /srv/gump/public/gump/metadata/project/ant.xml 
Traceback (most recent call last):
  File "bin/integrate.py", line 114, in 
irun()
  File "bin/integrate.py", line 88, in irun
run=gump.core.run.gumprun.GumpRun(workspace,ps,options)
  File "/srv/gump/public/gump/python/gump/core/run/gumprun.py", line 82, in 
__init__
self.gumpSet=gump.core.run.gumpset.GumpSet(self.workspace,expr)
  File "/srv/gump/public/gump/python/gump/core/run/gumpset.py", line 119, in 
__init__
self.validate()
  File "/srv/gump/public/gump/python/gump/core/run/gumpset.py", line 124, in 
validate
raise RuntimeError('No projects match [' + self.projectexpression + ']')
RuntimeError: No projects match [openssl-3.0.x]
Process Exit Code : 1
--
Gump Version: 2.0.2-alpha-0003

-
To unsubscribe, e-mail: general-unsubscr...@gump.apache.org
For additional commands, e-mail: general-h...@gump.apache.org



Problem running Apache Gump [vmgump]

2024-01-17 Thread gump
There is a problem with run 'vmgump' (18012024_000101), location : 
http://gump-vm2.apache.org/

The log ought be at:
   http://gump-vm2.apache.org/gump_log.txt

The last (up to) 50 lines of the log are :
- GUMP run on host   : gump-vm2
- GUMP run @ : 18 Jan 2024 00:01:01
- GUMP run @  UTC: 18 Jan 2024 00:01:01
- GUMP run by Python : '3.8.10 (default, Nov 22 2023, 10:22:35) \n[GCC 9.4.0]'
- GUMP run by Python : '/usr/bin/python3'
- GUMP run by Gump   : 2.0.2-alpha-0003
- GUMP run on OS : 'posix'
- GUMP run in env: 
  SHELL -> [/bin/sh]
  JAVA_HOME -> [/usr/local/asfpackages/java/openjdk-22-ea+20]
  GRADLE_HOME -> [/opt/gradle]
  LOCAL_ENV -> [local-env.sh]
  PWD -> [/srv/gump/public/gump/cron]
  LOGNAME -> [gump]
  M3_HOME -> [/opt/maven3]
  HOST_LOCAL_ENV -> [local-env-gump-vm2.sh]
  HOME -> [/home/gump]
  LANG -> [en_US.utf8]
  M2_HOME -> [/opt/maven2]
  MVN_PROXY_HOME -> [/opt/repoproxy]
  HOST_LOCAL_POST_RUN -> [local-post-run-gump-vm2.sh]
  MAVEN_HOME -> [/opt/maven]
  SHLVL -> [1]
  GUMP_WORKSPACE -> [/srv/gump/public/gump/metadata/vmgump]
  HOST_LOCAL_PRE_RUN -> [local-pre-run-gump-vm2.sh]
  GUMP_PYTHON -> [/usr/bin/python3]
  PATH -> [/usr/bin:/bin:/opt/maven/bin:/opt/maven2/bin:/opt/gradle/bin]
  GUMP_HOST -> [gump-vm2]
  OLDPWD -> [/home/gump]
  _ -> [/usr/bin/python3]
  GUMP_HOME -> [/srv/gump/public/gump]
- GUMP base directory : /srv/gump/public/workspace
- GUMP base path  : /srv/gump/public/workspace
- GUMP mail server: localhost
- GUMP mail port  : 25
- GUMP mail from  : g...@gump-vm2.apache.org
- GUMP mail to: general@gump.apache.org
- GUMP log is @   : http://gump-vm2.apache.org/
- GUMP log is @   : /srv/gump/public/workspace/log
 - GUMP PYTHONPATH  :  /srv/gump/public/gump/python
Execute : svn update --non-interactive >out.txt 2>&1
Updating '.':
svn: E170013: Unable to connect to a repository at URL 
'https://svn.apache.org/repos/asf/gump/live'
svn: E670003: Temporary failure in name resolution
Process Exit Code : 1
No pre-run script [/srv/gump/public/gump/cron/local-pre-run-gump-vm2.sh].
--
Gump Version: 2.0.2-alpha-0003

-
To unsubscribe, e-mail: general-unsubscr...@gump.apache.org
For additional commands, e-mail: general-h...@gump.apache.org



Problem running Apache Gump [vmgump]

2023-07-30 Thread gump
There is a problem with run 'vmgump' (31072023_01), location : 
http://gump-vm2.apache.org/

The log ought be at:
   http://gump-vm2.apache.org/gump_log.txt

The last (up to) 50 lines of the log are :
- GUMP run on host   : gump-vm2
- GUMP run @ : 31 Jul 2023 00:00:01
- GUMP run @  UTC: 31 Jul 2023 00:00:01
- GUMP run by Python : '3.8.10 (default, May 26 2023, 14:05:08) \n[GCC 9.4.0]'
- GUMP run by Python : '/usr/bin/python3'
- GUMP run by Gump   : 2.0.2-alpha-0003
- GUMP run on OS : 'posix'
- GUMP run in env: 
  SHELL -> [/bin/sh]
  JAVA_HOME -> [/usr/local/asfpackages/java/openjdk-21-ea+21]
  GRADLE_HOME -> [/opt/gradle]
  LOCAL_ENV -> [local-env.sh]
  PWD -> [/srv/gump/public/gump/cron]
  LOGNAME -> [gump]
  M3_HOME -> [/opt/maven3]
  HOST_LOCAL_ENV -> [local-env-gump-vm2.sh]
  HOME -> [/home/gump]
  LANG -> [en_US.utf8]
  M2_HOME -> [/opt/maven2]
  MVN_PROXY_HOME -> [/opt/repoproxy]
  HOST_LOCAL_POST_RUN -> [local-post-run-gump-vm2.sh]
  MAVEN_HOME -> [/opt/maven]
  SHLVL -> [1]
  GUMP_WORKSPACE -> [/srv/gump/public/gump/metadata/vmgump]
  HOST_LOCAL_PRE_RUN -> [local-pre-run-gump-vm2.sh]
  GUMP_PYTHON -> [/usr/bin/python3]
  PATH -> [/usr/bin:/bin:/opt/maven/bin:/opt/maven2/bin:/opt/gradle/bin]
  GUMP_HOST -> [gump-vm2]
  OLDPWD -> [/home/gump]
  _ -> [/usr/bin/python3]
  GUMP_HOME -> [/srv/gump/public/gump]
- GUMP base directory : /srv/gump/public/workspace
- GUMP base path  : /srv/gump/public/workspace
- GUMP mail server: localhost
- GUMP mail port  : 25
- GUMP mail from  : g...@gump-vm2.apache.org
- GUMP mail to: general@gump.apache.org
- GUMP log is @   : http://gump-vm2.apache.org/
- GUMP log is @   : /srv/gump/public/workspace/log
 - GUMP PYTHONPATH  :  /srv/gump/public/gump/python
Execute : svn update --non-interactive >out.txt 2>&1
Updating '.':
svn: E170013: Unable to connect to a repository at URL 
'https://svn.apache.org/repos/asf/gump/live'
svn: E230001: Server SSL certificate verification failed: certificate has 
expired
Process Exit Code : 1
No pre-run script [/srv/gump/public/gump/cron/local-pre-run-gump-vm2.sh].
--
Gump Version: 2.0.2-alpha-0003

-
To unsubscribe, e-mail: general-unsubscr...@gump.apache.org
For additional commands, e-mail: general-h...@gump.apache.org



Problem running Apache Gump [vmgump]

2022-11-07 Thread gump
There is a problem with run 'vmgump' (07112022_164333), location : 
http://gump-vm2.apache.org/

The log ought be at:
   http://gump-vm2.apache.org/gump_log.txt

The last (up to) 50 lines of the log are :
Parsed file /srv/gump/public/gump/metadata/project/xml-xalan.xml 
Parsed file /srv/gump/public/gump/metadata/project/tomcat-migration.xml 
Parsed file /srv/gump/public/gump/metadata/project/tomcat-native-trunk.xml 
Parsed file /srv/gump/public/gump/metadata/project/tomcat-native-1.2-3.0.x.xml 
Parsed file /srv/gump/public/gump/metadata/project/tomcat-native-1.2-1.1.1.xml 
Parsed file /srv/gump/public/gump/metadata/project/tomcat-main.xml 
Parsed file /srv/gump/public/gump/metadata/project/tomcat-10.0.x.xml 
Parsed file /srv/gump/public/gump/metadata/project/tomcat-9.0.x.xml 
Parsed file /srv/gump/public/gump/metadata/project/tomcat-8.5.x.xml 
Parsed file /srv/gump/public/gump/metadata/project/tomcat-taglibs-parent.xml 
Parsed file /srv/gump/public/gump/metadata/project/tomcat-taglibs.xml 
Parsed file /srv/gump/public/gump/metadata/project/tomcat-connectors-native.xml 
Parsed file /srv/gump/public/gump/metadata/project/jakarta-servletapi-5.xml 
Parsed file /srv/gump/public/gump/metadata/project/apr-1.xml 
Parsed file /srv/gump/public/gump/metadata/project/apr.xml 
Parsed file /srv/gump/public/gump/metadata/project/logging-log4j-12.xml 
Parsed file /srv/gump/public/gump/metadata/project/apache-httpd.xml 
Parsed file /srv/gump/public/gump/metadata/project/pcre.xml 
Parsed file /srv/gump/public/gump/metadata/project/gump.xml 
Parsed file /srv/gump/public/gump/metadata/project/commons-validator.xml 
Parsed file /srv/gump/public/gump/metadata/project/commons-net.xml 
Parsed file /srv/gump/public/gump/metadata/project/commons-logging.xml 
Parsed file /srv/gump/public/gump/metadata/project/commons-lang-trunk.xml 
Parsed file /srv/gump/public/gump/metadata/project/commons-io.xml 
Parsed file /srv/gump/public/gump/metadata/project/commons-exec.xml 
Parsed file /srv/gump/public/gump/metadata/project/commons-digester-2.x.xml 
Parsed file /srv/gump/public/gump/metadata/project/commons-daemon.xml 
Parsed file /srv/gump/public/gump/metadata/project/commons-compress.xml 
Parsed file /srv/gump/public/gump/metadata/project/commons-collections-3.x.xml 
Parsed file /srv/gump/public/gump/metadata/project/commons-codec-1.x.xml 
Parsed file /srv/gump/public/gump/metadata/project/commons-cli.xml 
Parsed file /srv/gump/public/gump/metadata/project/commons-bcel.xml 
Parsed file /srv/gump/public/gump/metadata/project/commons-beanutils.xml 
Parsed file /srv/gump/public/gump/metadata/project/jakarta-bsf.xml 
Parsed file /srv/gump/public/gump/metadata/project/apache-attic.xml 
Parsed file /srv/gump/public/gump/metadata/project/antlibs-antunit.xml 
Parsed file /srv/gump/public/gump/metadata/project/ant.xml 
Traceback (most recent call last):
  File "bin/integrate.py", line 114, in 
irun()
  File "bin/integrate.py", line 88, in irun
run=gump.core.run.gumprun.GumpRun(workspace,ps,options)
  File "/srv/gump/public/gump/python/gump/core/run/gumprun.py", line 82, in 
__init__
self.gumpSet=gump.core.run.gumpset.GumpSet(self.workspace,expr)
  File "/srv/gump/public/gump/python/gump/core/run/gumpset.py", line 119, in 
__init__
self.validate()
  File "/srv/gump/public/gump/python/gump/core/run/gumpset.py", line 124, in 
validate
raise RuntimeError('No projects match [' + self.projectexpression + ']')
RuntimeError: No projects match [wibble]
Process Exit Code : 1
--
Gump Version: 2.0.2-alpha-0003

-
To unsubscribe, e-mail: general-unsubscr...@gump.apache.org
For additional commands, e-mail: general-h...@gump.apache.org



Problem running Apache Gump [vmgump]

2022-11-07 Thread gump
There is a problem with run 'vmgump' (06112022_120002), location : 
http://gump-vm2.apache.org/

The log ought be at:
   http://gump-vm2.apache.org/gump_log.txt

The last (up to) 50 lines of the log are :
at java.base/sun.nio.ch.Net.bind0(Native Method)
at java.base/sun.nio.ch.Net.bind(Net.java:459)
at java.base/sun.nio.ch.Net.bind(Net.java:448)
at 
java.base/sun.nio.ch.ServerSocketChannelImpl.bind(ServerSocketChannelImpl.java:227)
at 
java.base/sun.nio.ch.ServerSocketAdaptor.bind(ServerSocketAdaptor.java:80)
at 
org.mortbay.jetty.nio.SelectChannelConnector.open(SelectChannelConnector.java:211)
at 
org.mortbay.jetty.nio.SelectChannelConnector.doStart(SelectChannelConnector.java:309)
at 
org.mortbay.component.AbstractLifeCycle.start(AbstractLifeCycle.java:40)
at org.mortbay.jetty.Server.doStart(Server.java:228)
at 
org.mortbay.component.AbstractLifeCycle.start(AbstractLifeCycle.java:40)
at 
com.noelios.restlet.ext.jetty.JettyServerHelper.start(JettyServerHelper.java:386)
at org.restlet.Server.start(Server.java:383)
at org.restlet.Component.startServers(Component.java:1233)
at org.restlet.Component.start(Component.java:1194)
at org.apache.gump.mvnrepoproxy.Main.main(Main.java:122)
2022-11-06 12:00:10.767::WARN:  failed JettyServerHelper$WrappedServer@4501b7af
java.net.BindException: Address already in use
at java.base/sun.nio.ch.Net.bind0(Native Method)
at java.base/sun.nio.ch.Net.bind(Net.java:459)
at java.base/sun.nio.ch.Net.bind(Net.java:448)
at 
java.base/sun.nio.ch.ServerSocketChannelImpl.bind(ServerSocketChannelImpl.java:227)
at 
java.base/sun.nio.ch.ServerSocketAdaptor.bind(ServerSocketAdaptor.java:80)
at 
org.mortbay.jetty.nio.SelectChannelConnector.open(SelectChannelConnector.java:211)
at 
org.mortbay.jetty.nio.SelectChannelConnector.doStart(SelectChannelConnector.java:309)
at 
org.mortbay.component.AbstractLifeCycle.start(AbstractLifeCycle.java:40)
at org.mortbay.jetty.Server.doStart(Server.java:228)
at 
org.mortbay.component.AbstractLifeCycle.start(AbstractLifeCycle.java:40)
at 
com.noelios.restlet.ext.jetty.JettyServerHelper.start(JettyServerHelper.java:386)
at org.restlet.Server.start(Server.java:383)
at org.restlet.Component.startServers(Component.java:1233)
at org.restlet.Component.start(Component.java:1194)
at org.apache.gump.mvnrepoproxy.Main.main(Main.java:122)
java.net.BindException: Address already in use
at java.base/sun.nio.ch.Net.bind0(Native Method)
at java.base/sun.nio.ch.Net.bind(Net.java:459)
at java.base/sun.nio.ch.Net.bind(Net.java:448)
at 
java.base/sun.nio.ch.ServerSocketChannelImpl.bind(ServerSocketChannelImpl.java:227)
at 
java.base/sun.nio.ch.ServerSocketAdaptor.bind(ServerSocketAdaptor.java:80)
at 
org.mortbay.jetty.nio.SelectChannelConnector.open(SelectChannelConnector.java:211)
at 
org.mortbay.jetty.nio.SelectChannelConnector.doStart(SelectChannelConnector.java:309)
at 
org.mortbay.component.AbstractLifeCycle.start(AbstractLifeCycle.java:40)
at org.mortbay.jetty.Server.doStart(Server.java:228)
at 
org.mortbay.component.AbstractLifeCycle.start(AbstractLifeCycle.java:40)
at 
com.noelios.restlet.ext.jetty.JettyServerHelper.start(JettyServerHelper.java:386)
at org.restlet.Server.start(Server.java:383)
at org.restlet.Component.startServers(Component.java:1233)
at org.restlet.Component.start(Component.java:1194)
at org.apache.gump.mvnrepoproxy.Main.main(Main.java:122)
Killed
Process Exit Code : 137
--
Gump Version: 2.0.2-alpha-0003

-
To unsubscribe, e-mail: general-unsubscr...@gump.apache.org
For additional commands, e-mail: general-h...@gump.apache.org



Re: Problem running Apache Gump [vmgump]

2021-11-11 Thread Mark Thomas

On 11/11/2021 08:16, Mark Thomas wrote:
This will be the changes I made yesterday to add JaCoCo which it looks 
like I messed up. I'll take a look now.


Should be fixed now. Running an official run as the one at midnight failed.

Mark


On 11/11/2021 02:36, g...@gump-vm2.apache.org wrote:
There is a problem with run 'vmgump' (2021_01), location : 
http://gump-vm2.apache.org/


The log ought be at:
    http://gump-vm2.apache.org/gump_log.txt

The last (up to) 50 lines of the log are :
Document run using [XDocDocumenter]
Traceback (most recent call last):
   File "bin/integrate.py", line 114, in 
 irun()
   File "bin/integrate.py", line 91, in irun
 result = getRunner(run).perform()
   File "/srv/gump/public/gump/python/gump/core/runner/runner.py", 
line 260, in perform

 return self.performRun()
   File "/srv/gump/public/gump/python/gump/core/runner/demand.py", 
line 214, in performRun

 self.finalize()
   File "/srv/gump/public/gump/python/gump/core/runner/runner.py", 
line 240, in finalize

 self.run._dispatchEvent(FinalizeRunEvent(self.run))
   File "/srv/gump/public/gump/python/gump/core/run/gumprun.py", line 
186, in _dispatchEvent

 actor._processEvent(event)
   File "/srv/gump/public/gump/python/gump/core/run/actor.py", line 
83, in _processEvent

 self.processEvent(event)
   File "/srv/gump/public/gump/python/gump/core/run/actor.py", line 
127, in processEvent

 self._processOtherEvent(event)
   File "/srv/gump/public/gump/python/gump/core/run/actor.py", line 
184, in _processOtherEvent

 self.processOtherEvent(event)
   File 
"/srv/gump/public/gump/python/gump/actor/document/documenter.py", line 
48, in processOtherEvent

 self.document()
   File 
"/srv/gump/public/gump/python/gump/actor/document/documenter.py", line 
72, in document

 self.documentRun()
   File 
"/srv/gump/public/gump/python/gump/actor/document/xdocs/documenter.py", line 
97, in documentRun

 self.documentEverythingElse()
   File 
"/srv/gump/public/gump/python/gump/actor/document/xdocs/documenter.py", line 
481, in documentEverythingElse

 self.documentModule(module)
   File 
"/srv/gump/public/gump/python/gump/actor/document/xdocs/documenter.py", line 
1843, in documentModule

 self.documentProject(project)
   File 
"/srv/gump/public/gump/python/gump/actor/document/xdocs/documenter.py", line 
1991, in documentProject

 self.documentProjectDetails(project, realTime)
   File 
"/srv/gump/public/gump/python/gump/actor/document/xdocs/documenter.py", line 
2083, in documentProjectDetails

 depens += self.documentDependenciesList(dependencySection,
   File 
"/srv/gump/public/gump/python/gump/actor/document/xdocs/documenter.py", line 
2293, in documentDependenciesList

 self.insertLink(project, referencingObject,
   File 
"/srv/gump/public/gump/python/gump/actor/document/xdocs/documenter.py", line 
3045, in insertLink

 link = self.getLink(toObject, fromObject, state)
   File 
"/srv/gump/public/gump/python/gump/actor/document/xdocs/documenter.py", line 
3085, in getLink

 url = getRelativeLocation(toObject, fromObject,
   File 
"/srv/gump/public/gump/python/gump/actor/document/xdocs/resolver.py", 
line 109, in getRelativeLocation

 toLocation=getLocationForObject(toObject,extn)
   File 
"/srv/gump/public/gump/python/gump/actor/document/xdocs/resolver.py", 
line 127, in getLocationForObject

 getPathForObject(object),
   File 
"/srv/gump/public/gump/python/gump/actor/document/xdocs/resolver.py", 
line 83, in getPathForObject
 
path=getPathForObject(object.getModule()).getPostfixed(object.getName())
   File "/srv/gump/public/gump/python/gump/core/model/project.py", 
line 856, in getModule

 raise RuntimeError('Project [' + self.name + '] not in a module.]')
RuntimeError: Project [jacoco] not in a module.]
Process Exit Code : 1
--
Gump Version: 2.0.2-alpha-0003

-
To unsubscribe, e-mail: general-unsubscr...@gump.apache.org
For additional commands, e-mail: general-h...@gump.apache.org




-
To unsubscribe, e-mail: general-unsubscr...@gump.apache.org
For additional commands, e-mail: general-h...@gump.apache.org




-
To unsubscribe, e-mail: general-unsubscr...@gump.apache.org
For additional commands, e-mail: general-h...@gump.apache.org



Problem running Apache Gump [vmgump]

2021-11-11 Thread gump
There is a problem with run 'vmgump' (2021_060002), location : 
http://gump-vm2.apache.org/

The log ought be at:
   http://gump-vm2.apache.org/gump_log.txt

The last (up to) 50 lines of the log are :
Document run using [XDocDocumenter]
Traceback (most recent call last):
  File "bin/integrate.py", line 114, in 
irun()
  File "bin/integrate.py", line 91, in irun
result = getRunner(run).perform()
  File "/srv/gump/public/gump/python/gump/core/runner/runner.py", line 260, in 
perform
return self.performRun()
  File "/srv/gump/public/gump/python/gump/core/runner/demand.py", line 214, in 
performRun
self.finalize()
  File "/srv/gump/public/gump/python/gump/core/runner/runner.py", line 240, in 
finalize
self.run._dispatchEvent(FinalizeRunEvent(self.run))
  File "/srv/gump/public/gump/python/gump/core/run/gumprun.py", line 186, in 
_dispatchEvent
actor._processEvent(event)
  File "/srv/gump/public/gump/python/gump/core/run/actor.py", line 83, in 
_processEvent
self.processEvent(event)
  File "/srv/gump/public/gump/python/gump/core/run/actor.py", line 127, in 
processEvent
self._processOtherEvent(event)
  File "/srv/gump/public/gump/python/gump/core/run/actor.py", line 184, in 
_processOtherEvent
self.processOtherEvent(event)
  File "/srv/gump/public/gump/python/gump/actor/document/documenter.py", line 
48, in processOtherEvent
self.document()
  File "/srv/gump/public/gump/python/gump/actor/document/documenter.py", line 
72, in document
self.documentRun()
  File "/srv/gump/public/gump/python/gump/actor/document/xdocs/documenter.py", 
line 97, in documentRun
self.documentEverythingElse()
  File "/srv/gump/public/gump/python/gump/actor/document/xdocs/documenter.py", 
line 481, in documentEverythingElse
self.documentModule(module)
  File "/srv/gump/public/gump/python/gump/actor/document/xdocs/documenter.py", 
line 1843, in documentModule
self.documentProject(project)
  File "/srv/gump/public/gump/python/gump/actor/document/xdocs/documenter.py", 
line 1991, in documentProject
self.documentProjectDetails(project, realTime)
  File "/srv/gump/public/gump/python/gump/actor/document/xdocs/documenter.py", 
line 2083, in documentProjectDetails
depens += self.documentDependenciesList(dependencySection,
  File "/srv/gump/public/gump/python/gump/actor/document/xdocs/documenter.py", 
line 2293, in documentDependenciesList
self.insertLink(project, referencingObject,
  File "/srv/gump/public/gump/python/gump/actor/document/xdocs/documenter.py", 
line 3045, in insertLink
link = self.getLink(toObject, fromObject, state)
  File "/srv/gump/public/gump/python/gump/actor/document/xdocs/documenter.py", 
line 3085, in getLink
url = getRelativeLocation(toObject, fromObject,
  File "/srv/gump/public/gump/python/gump/actor/document/xdocs/resolver.py", 
line 109, in getRelativeLocation
toLocation=getLocationForObject(toObject,extn)
  File "/srv/gump/public/gump/python/gump/actor/document/xdocs/resolver.py", 
line 127, in getLocationForObject
getPathForObject(object),
  File "/srv/gump/public/gump/python/gump/actor/document/xdocs/resolver.py", 
line 83, in getPathForObject
path=getPathForObject(object.getModule()).getPostfixed(object.getName())
  File "/srv/gump/public/gump/python/gump/core/model/project.py", line 856, in 
getModule
raise RuntimeError('Project [' + self.name + '] not in a module.]')
RuntimeError: Project [jacoco] not in a module.]
Process Exit Code : 1
--
Gump Version: 2.0.2-alpha-0003

-
To unsubscribe, e-mail: general-unsubscr...@gump.apache.org
For additional commands, e-mail: general-h...@gump.apache.org



Re: Problem running Apache Gump [vmgump]

2021-11-11 Thread Mark Thomas
This will be the changes I made yesterday to add JaCoCo which it looks 
like I meessed up. I'll take a look now.


Mark


On 11/11/2021 02:36, g...@gump-vm2.apache.org wrote:

There is a problem with run 'vmgump' (2021_01), location : 
http://gump-vm2.apache.org/

The log ought be at:
http://gump-vm2.apache.org/gump_log.txt

The last (up to) 50 lines of the log are :
Document run using [XDocDocumenter]
Traceback (most recent call last):
   File "bin/integrate.py", line 114, in 
 irun()
   File "bin/integrate.py", line 91, in irun
 result = getRunner(run).perform()
   File "/srv/gump/public/gump/python/gump/core/runner/runner.py", line 260, in 
perform
 return self.performRun()
   File "/srv/gump/public/gump/python/gump/core/runner/demand.py", line 214, in 
performRun
 self.finalize()
   File "/srv/gump/public/gump/python/gump/core/runner/runner.py", line 240, in 
finalize
 self.run._dispatchEvent(FinalizeRunEvent(self.run))
   File "/srv/gump/public/gump/python/gump/core/run/gumprun.py", line 186, in 
_dispatchEvent
 actor._processEvent(event)
   File "/srv/gump/public/gump/python/gump/core/run/actor.py", line 83, in 
_processEvent
 self.processEvent(event)
   File "/srv/gump/public/gump/python/gump/core/run/actor.py", line 127, in 
processEvent
 self._processOtherEvent(event)
   File "/srv/gump/public/gump/python/gump/core/run/actor.py", line 184, in 
_processOtherEvent
 self.processOtherEvent(event)
   File "/srv/gump/public/gump/python/gump/actor/document/documenter.py", line 
48, in processOtherEvent
 self.document()
   File "/srv/gump/public/gump/python/gump/actor/document/documenter.py", line 
72, in document
 self.documentRun()
   File "/srv/gump/public/gump/python/gump/actor/document/xdocs/documenter.py", 
line 97, in documentRun
 self.documentEverythingElse()
   File "/srv/gump/public/gump/python/gump/actor/document/xdocs/documenter.py", 
line 481, in documentEverythingElse
 self.documentModule(module)
   File "/srv/gump/public/gump/python/gump/actor/document/xdocs/documenter.py", 
line 1843, in documentModule
 self.documentProject(project)
   File "/srv/gump/public/gump/python/gump/actor/document/xdocs/documenter.py", 
line 1991, in documentProject
 self.documentProjectDetails(project, realTime)
   File "/srv/gump/public/gump/python/gump/actor/document/xdocs/documenter.py", 
line 2083, in documentProjectDetails
 depens += self.documentDependenciesList(dependencySection,
   File "/srv/gump/public/gump/python/gump/actor/document/xdocs/documenter.py", 
line 2293, in documentDependenciesList
 self.insertLink(project, referencingObject,
   File "/srv/gump/public/gump/python/gump/actor/document/xdocs/documenter.py", 
line 3045, in insertLink
 link = self.getLink(toObject, fromObject, state)
   File "/srv/gump/public/gump/python/gump/actor/document/xdocs/documenter.py", 
line 3085, in getLink
 url = getRelativeLocation(toObject, fromObject,
   File "/srv/gump/public/gump/python/gump/actor/document/xdocs/resolver.py", 
line 109, in getRelativeLocation
 toLocation=getLocationForObject(toObject,extn)
   File "/srv/gump/public/gump/python/gump/actor/document/xdocs/resolver.py", 
line 127, in getLocationForObject
 getPathForObject(object),
   File "/srv/gump/public/gump/python/gump/actor/document/xdocs/resolver.py", 
line 83, in getPathForObject
 path=getPathForObject(object.getModule()).getPostfixed(object.getName())
   File "/srv/gump/public/gump/python/gump/core/model/project.py", line 856, in 
getModule
 raise RuntimeError('Project [' + self.name + '] not in a module.]')
RuntimeError: Project [jacoco] not in a module.]
Process Exit Code : 1
--
Gump Version: 2.0.2-alpha-0003

-
To unsubscribe, e-mail: general-unsubscr...@gump.apache.org
For additional commands, e-mail: general-h...@gump.apache.org




-
To unsubscribe, e-mail: general-unsubscr...@gump.apache.org
For additional commands, e-mail: general-h...@gump.apache.org



Problem running Apache Gump [vmgump]

2021-11-10 Thread gump
There is a problem with run 'vmgump' (2021_01), location : 
http://gump-vm2.apache.org/

The log ought be at:
   http://gump-vm2.apache.org/gump_log.txt

The last (up to) 50 lines of the log are :
Document run using [XDocDocumenter]
Traceback (most recent call last):
  File "bin/integrate.py", line 114, in 
irun()
  File "bin/integrate.py", line 91, in irun
result = getRunner(run).perform()
  File "/srv/gump/public/gump/python/gump/core/runner/runner.py", line 260, in 
perform
return self.performRun()
  File "/srv/gump/public/gump/python/gump/core/runner/demand.py", line 214, in 
performRun
self.finalize()
  File "/srv/gump/public/gump/python/gump/core/runner/runner.py", line 240, in 
finalize
self.run._dispatchEvent(FinalizeRunEvent(self.run))
  File "/srv/gump/public/gump/python/gump/core/run/gumprun.py", line 186, in 
_dispatchEvent
actor._processEvent(event)
  File "/srv/gump/public/gump/python/gump/core/run/actor.py", line 83, in 
_processEvent
self.processEvent(event)
  File "/srv/gump/public/gump/python/gump/core/run/actor.py", line 127, in 
processEvent
self._processOtherEvent(event)
  File "/srv/gump/public/gump/python/gump/core/run/actor.py", line 184, in 
_processOtherEvent
self.processOtherEvent(event)
  File "/srv/gump/public/gump/python/gump/actor/document/documenter.py", line 
48, in processOtherEvent
self.document()
  File "/srv/gump/public/gump/python/gump/actor/document/documenter.py", line 
72, in document
self.documentRun()
  File "/srv/gump/public/gump/python/gump/actor/document/xdocs/documenter.py", 
line 97, in documentRun
self.documentEverythingElse()
  File "/srv/gump/public/gump/python/gump/actor/document/xdocs/documenter.py", 
line 481, in documentEverythingElse
self.documentModule(module)
  File "/srv/gump/public/gump/python/gump/actor/document/xdocs/documenter.py", 
line 1843, in documentModule
self.documentProject(project)
  File "/srv/gump/public/gump/python/gump/actor/document/xdocs/documenter.py", 
line 1991, in documentProject
self.documentProjectDetails(project, realTime)
  File "/srv/gump/public/gump/python/gump/actor/document/xdocs/documenter.py", 
line 2083, in documentProjectDetails
depens += self.documentDependenciesList(dependencySection,
  File "/srv/gump/public/gump/python/gump/actor/document/xdocs/documenter.py", 
line 2293, in documentDependenciesList
self.insertLink(project, referencingObject,
  File "/srv/gump/public/gump/python/gump/actor/document/xdocs/documenter.py", 
line 3045, in insertLink
link = self.getLink(toObject, fromObject, state)
  File "/srv/gump/public/gump/python/gump/actor/document/xdocs/documenter.py", 
line 3085, in getLink
url = getRelativeLocation(toObject, fromObject,
  File "/srv/gump/public/gump/python/gump/actor/document/xdocs/resolver.py", 
line 109, in getRelativeLocation
toLocation=getLocationForObject(toObject,extn)
  File "/srv/gump/public/gump/python/gump/actor/document/xdocs/resolver.py", 
line 127, in getLocationForObject
getPathForObject(object),
  File "/srv/gump/public/gump/python/gump/actor/document/xdocs/resolver.py", 
line 83, in getPathForObject
path=getPathForObject(object.getModule()).getPostfixed(object.getName())
  File "/srv/gump/public/gump/python/gump/core/model/project.py", line 856, in 
getModule
raise RuntimeError('Project [' + self.name + '] not in a module.]')
RuntimeError: Project [jacoco] not in a module.]
Process Exit Code : 1
--
Gump Version: 2.0.2-alpha-0003

-
To unsubscribe, e-mail: general-unsubscr...@gump.apache.org
For additional commands, e-mail: general-h...@gump.apache.org



Problem running Apache Gump [vmgump]

2021-11-10 Thread gump
There is a problem with run 'vmgump' (10112021_180002), location : 
http://gump-vm2.apache.org/

The log ought be at:
   http://gump-vm2.apache.org/gump_log.txt

The last (up to) 50 lines of the log are :
Document run using [XDocDocumenter]
Traceback (most recent call last):
  File "bin/integrate.py", line 114, in 
irun()
  File "bin/integrate.py", line 91, in irun
result = getRunner(run).perform()
  File "/srv/gump/public/gump/python/gump/core/runner/runner.py", line 260, in 
perform
return self.performRun()
  File "/srv/gump/public/gump/python/gump/core/runner/demand.py", line 214, in 
performRun
self.finalize()
  File "/srv/gump/public/gump/python/gump/core/runner/runner.py", line 240, in 
finalize
self.run._dispatchEvent(FinalizeRunEvent(self.run))
  File "/srv/gump/public/gump/python/gump/core/run/gumprun.py", line 186, in 
_dispatchEvent
actor._processEvent(event)
  File "/srv/gump/public/gump/python/gump/core/run/actor.py", line 83, in 
_processEvent
self.processEvent(event)
  File "/srv/gump/public/gump/python/gump/core/run/actor.py", line 127, in 
processEvent
self._processOtherEvent(event)
  File "/srv/gump/public/gump/python/gump/core/run/actor.py", line 184, in 
_processOtherEvent
self.processOtherEvent(event)
  File "/srv/gump/public/gump/python/gump/actor/document/documenter.py", line 
48, in processOtherEvent
self.document()
  File "/srv/gump/public/gump/python/gump/actor/document/documenter.py", line 
72, in document
self.documentRun()
  File "/srv/gump/public/gump/python/gump/actor/document/xdocs/documenter.py", 
line 97, in documentRun
self.documentEverythingElse()
  File "/srv/gump/public/gump/python/gump/actor/document/xdocs/documenter.py", 
line 481, in documentEverythingElse
self.documentModule(module)
  File "/srv/gump/public/gump/python/gump/actor/document/xdocs/documenter.py", 
line 1843, in documentModule
self.documentProject(project)
  File "/srv/gump/public/gump/python/gump/actor/document/xdocs/documenter.py", 
line 1991, in documentProject
self.documentProjectDetails(project, realTime)
  File "/srv/gump/public/gump/python/gump/actor/document/xdocs/documenter.py", 
line 2083, in documentProjectDetails
depens += self.documentDependenciesList(dependencySection,
  File "/srv/gump/public/gump/python/gump/actor/document/xdocs/documenter.py", 
line 2293, in documentDependenciesList
self.insertLink(project, referencingObject,
  File "/srv/gump/public/gump/python/gump/actor/document/xdocs/documenter.py", 
line 3045, in insertLink
link = self.getLink(toObject, fromObject, state)
  File "/srv/gump/public/gump/python/gump/actor/document/xdocs/documenter.py", 
line 3085, in getLink
url = getRelativeLocation(toObject, fromObject,
  File "/srv/gump/public/gump/python/gump/actor/document/xdocs/resolver.py", 
line 109, in getRelativeLocation
toLocation=getLocationForObject(toObject,extn)
  File "/srv/gump/public/gump/python/gump/actor/document/xdocs/resolver.py", 
line 127, in getLocationForObject
getPathForObject(object),
  File "/srv/gump/public/gump/python/gump/actor/document/xdocs/resolver.py", 
line 83, in getPathForObject
path=getPathForObject(object.getModule()).getPostfixed(object.getName())
  File "/srv/gump/public/gump/python/gump/core/model/project.py", line 856, in 
getModule
raise RuntimeError('Project [' + self.name + '] not in a module.]')
RuntimeError: Project [jacoco] not in a module.]
Process Exit Code : 1
--
Gump Version: 2.0.2-alpha-0003

-
To unsubscribe, e-mail: general-unsubscr...@gump.apache.org
For additional commands, e-mail: general-h...@gump.apache.org



Problem running Apache Gump [vmgump]

2021-08-18 Thread gump
There is a problem with run 'vmgump' (19082021_01), location : 
http://gump-vm2.apache.org/

The log ought be at:
   http://gump-vm2.apache.org/gump_log.txt

The last (up to) 50 lines of the log are :
- GUMP run on host   : gump-vm2
- GUMP run @ : 19 Aug 2021 00:00:01
- GUMP run @  UTC: 19 Aug 2021 00:00:01
- GUMP run by Python : '3.8.10 (default, Jun  2 2021, 10:49:15) \n[GCC 9.4.0]'
- GUMP run by Python : '/usr/bin/python3'
- GUMP run by Gump   : 2.0.2-alpha-0003
- GUMP run on OS : 'posix'
- GUMP run in env: 
  SHELL -> [/bin/sh]
  JAVA_HOME -> [/usr/lib/jvm/java-11-openjdk-amd64]
  GRADLE_HOME -> [/opt/gradle]
  LOCAL_ENV -> [local-env.sh]
  PWD -> [/srv/gump/public/gump/cron]
  LOGNAME -> [gump]
  M3_HOME -> [/opt/maven3]
  HOST_LOCAL_ENV -> [local-env-gump-vm2.sh]
  HOME -> [/home/gump]
  LANG -> [en_US.utf8]
  M2_HOME -> [/opt/maven2]
  MVN_PROXY_HOME -> [/opt/repoproxy]
  HOST_LOCAL_POST_RUN -> [local-post-run-gump-vm2.sh]
  MAVEN_HOME -> [/opt/maven]
  SHLVL -> [1]
  GUMP_WORKSPACE -> [/srv/gump/public/gump/metadata/vmgump]
  HOST_LOCAL_PRE_RUN -> [local-pre-run-gump-vm2.sh]
  GUMP_PYTHON -> [/usr/bin/python3]
  PATH -> [/usr/bin:/bin:/opt/maven/bin:/opt/maven2/bin:/opt/gradle/bin]
  GUMP_HOST -> [gump-vm2]
  OLDPWD -> [/home/gump]
  _ -> [/usr/bin/python3]
  GUMP_HOME -> [/srv/gump/public/gump]
- GUMP base directory : /srv/gump/public/workspace
- GUMP base path  : /srv/gump/public/workspace
- GUMP mail server: localhost
- GUMP mail port  : 25
- GUMP mail from  : g...@gump-vm2.apache.org
- GUMP mail to: general@gump.apache.org
- GUMP log is @   : http://gump-vm2.apache.org/
- GUMP log is @   : /srv/gump/public/workspace/log
 - GUMP PYTHONPATH  :  /srv/gump/public/gump/python
Execute : svn update --non-interactive >out.txt 2>&1
Updating '.':
svn: E170013: Unable to connect to a repository at URL 
'https://svn.apache.org/repos/asf/gump/live'
svn: E000110: Error running context: Connection timed out
Process Exit Code : 1
No pre-run script [/srv/gump/public/gump/cron/local-pre-run-gump-vm2.sh].
--
Gump Version: 2.0.2-alpha-0003

-
To unsubscribe, e-mail: general-unsubscr...@gump.apache.org
For additional commands, e-mail: general-h...@gump.apache.org



Problem running Apache Gump [vmgump]

2021-08-12 Thread gump
There is a problem with run 'vmgump' (12082021_140947), location : 
http://gump-vm2.apache.org/

The log ought be at:
   http://gump-vm2.apache.org/gump_log.txt

The last (up to) 50 lines of the log are :
Parsed file /srv/gump/public/gump/metadata/project/xml-xalan.xml 
Parsed file /srv/gump/public/gump/metadata/project/xml-commons.xml 
Parsed file /srv/gump/public/gump/metadata/project/tomcat-migration.xml 
Parsed file /srv/gump/public/gump/metadata/project/tomcat-native-trunk.xml 
Parsed file /srv/gump/public/gump/metadata/project/tomcat-native-1.2-1.1.1.xml 
Parsed file /srv/gump/public/gump/metadata/project/tomcat-main.xml 
Parsed file /srv/gump/public/gump/metadata/project/tomcat-10.0.x.xml 
Parsed file /srv/gump/public/gump/metadata/project/tomcat-9.0.x.xml 
Parsed file /srv/gump/public/gump/metadata/project/tomcat-8.5.x.xml 
Parsed file /srv/gump/public/gump/metadata/project/tomcat-taglibs-parent.xml 
Parsed file /srv/gump/public/gump/metadata/project/tomcat-taglibs.xml 
Parsed file /srv/gump/public/gump/metadata/project/tomcat-connectors-native.xml 
Parsed file /srv/gump/public/gump/metadata/project/jakarta-servletapi-5.xml 
Parsed file /srv/gump/public/gump/metadata/project/apr-1.xml 
Parsed file /srv/gump/public/gump/metadata/project/apr.xml 
Parsed file /srv/gump/public/gump/metadata/project/logging-log4j-12.xml 
Parsed file /srv/gump/public/gump/metadata/project/apache-httpd.xml 
Parsed file /srv/gump/public/gump/metadata/project/pcre.xml 
Parsed file /srv/gump/public/gump/metadata/project/gump.xml 
Parsed file /srv/gump/public/gump/metadata/project/commons-validator.xml 
Parsed file /srv/gump/public/gump/metadata/project/commons-net.xml 
Parsed file /srv/gump/public/gump/metadata/project/commons-logging.xml 
Parsed file /srv/gump/public/gump/metadata/project/commons-lang-trunk.xml 
Parsed file /srv/gump/public/gump/metadata/project/commons-io.xml 
Parsed file /srv/gump/public/gump/metadata/project/commons-httpclient.xml 
Parsed file /srv/gump/public/gump/metadata/project/commons-exec.xml 
Parsed file /srv/gump/public/gump/metadata/project/commons-digester-2.x.xml 
Parsed file /srv/gump/public/gump/metadata/project/commons-daemon.xml 
Parsed file /srv/gump/public/gump/metadata/project/commons-compress.xml 
Parsed file /srv/gump/public/gump/metadata/project/commons-collections-3.x.xml 
Parsed file /srv/gump/public/gump/metadata/project/commons-codec-1.x.xml 
Parsed file /srv/gump/public/gump/metadata/project/commons-cli.xml 
Parsed file /srv/gump/public/gump/metadata/project/commons-beanutils.xml 
Parsed file /srv/gump/public/gump/metadata/project/jakarta-bsf.xml 
Parsed file /srv/gump/public/gump/metadata/project/apache-attic.xml 
Parsed file /srv/gump/public/gump/metadata/project/antlibs-antunit.xml 
Parsed file /srv/gump/public/gump/metadata/project/ant.xml 
Traceback (most recent call last):
  File "bin/integrate.py", line 114, in 
irun()
  File "bin/integrate.py", line 88, in irun
run=gump.core.run.gumprun.GumpRun(workspace,ps,options)
  File "/srv/gump/public/gump/python/gump/core/run/gumprun.py", line 82, in 
__init__
self.gumpSet=gump.core.run.gumpset.GumpSet(self.workspace,expr)
  File "/srv/gump/public/gump/python/gump/core/run/gumpset.py", line 119, in 
__init__
self.validate()
  File "/srv/gump/public/gump/python/gump/core/run/gumpset.py", line 124, in 
validate
raise RuntimeError('No projects match [' + self.projectexpression + ']')
RuntimeError: No projects match [ant-dist]
Process Exit Code : 1
--
Gump Version: 2.0.2-alpha-0003

-
To unsubscribe, e-mail: general-unsubscr...@gump.apache.org
For additional commands, e-mail: general-h...@gump.apache.org



Problem running Apache Gump [vmgump]

2021-08-12 Thread gump
There is a problem with run 'vmgump' (12082021_120001), location : 
http://gump-vm2.apache.org/

The log ought be at:
   http://gump-vm2.apache.org/gump_log.txt

The last (up to) 50 lines of the log are :
Failed to publish 
'/srv/gump/public/workspace/tomcat-tc9/output/build/lib/tomcat-i18n-ru.jar' to 
proxy
Traceback (most recent call last):
  File "/srv/gump/public/gump/python/gump/actor/mvnrepoproxy/proxycontrol.py", 
line 88, in processProject
self.publish(groupId, output.getId(), fileName)
  File "/srv/gump/public/gump/python/gump/actor/mvnrepoproxy/proxycontrol.py", 
line 100, in publish
urllib.request.urlopen(self.proxyURL + 'addartifact',
  File "/usr/lib/python3.8/urllib/request.py", line 222, in urlopen
return opener.open(url, data, timeout)
  File "/usr/lib/python3.8/urllib/request.py", line 522, in open
req = meth(req)
  File "/usr/lib/python3.8/urllib/request.py", line 1285, in do_request_
raise TypeError(msg)
TypeError: POST data should be bytes, an iterable of bytes, or a file object. 
It cannot be of type str.
Failed to publish 
'/srv/gump/public/workspace/tomcat-tc9/output/build/lib/tomcat-i18n-zh-CN.jar' 
to proxy
Traceback (most recent call last):
  File "/srv/gump/public/gump/python/gump/actor/mvnrepoproxy/proxycontrol.py", 
line 88, in processProject
self.publish(groupId, output.getId(), fileName)
  File "/srv/gump/public/gump/python/gump/actor/mvnrepoproxy/proxycontrol.py", 
line 100, in publish
urllib.request.urlopen(self.proxyURL + 'addartifact',
  File "/usr/lib/python3.8/urllib/request.py", line 222, in urlopen
return opener.open(url, data, timeout)
  File "/usr/lib/python3.8/urllib/request.py", line 522, in open
req = meth(req)
  File "/usr/lib/python3.8/urllib/request.py", line 1285, in do_request_
raise TypeError(msg)
TypeError: POST data should be bytes, an iterable of bytes, or a file object. 
It cannot be of type str.
Build Project: #[(130, 139)] : tomcat-tc9-test-nio :  [state:Unset]
Run Ant on Project: #[(130, 139)] : tomcat-tc9-test-nio
Failed to build project #[(130, 139)] : [tomcat-tc9-test-nio], state:Failed
Perform Update on #[(62, 62)] : tomcat-taglibs
Perform Git Checkout/Update on #[(62, 62)] : tomcat-taglibs
Build Project: #[(131, 139)] : taglibs-standard-spec :  [state:Unset]
Run Maven on Project: #[(131, 139)] : taglibs-standard-spec
Failed to publish 
'/srv/gump/public/workspace/tomcat-taglibs/spec/target/taglibs-standard-spec-2.0.0-SNAPSHOT.jar'
 to proxy
Traceback (most recent call last):
  File "/srv/gump/public/gump/python/gump/actor/mvnrepoproxy/proxycontrol.py", 
line 88, in processProject
self.publish(groupId, output.getId(), fileName)
  File "/srv/gump/public/gump/python/gump/actor/mvnrepoproxy/proxycontrol.py", 
line 100, in publish
urllib.request.urlopen(self.proxyURL + 'addartifact',
  File "/usr/lib/python3.8/urllib/request.py", line 222, in urlopen
return opener.open(url, data, timeout)
  File "/usr/lib/python3.8/urllib/request.py", line 522, in open
req = meth(req)
  File "/usr/lib/python3.8/urllib/request.py", line 1285, in do_request_
raise TypeError(msg)
TypeError: POST data should be bytes, an iterable of bytes, or a file object. 
It cannot be of type str.
Build Project: #[(132, 139)] : tomcat-10.0.x-test-nio2 :  [state:Unset]
Run Ant on Project: #[(132, 139)] : tomcat-10.0.x-test-nio2
Killed
Process Exit Code : 137
--
Gump Version: 2.0.2-alpha-0003

-
To unsubscribe, e-mail: general-unsubscr...@gump.apache.org
For additional commands, e-mail: general-h...@gump.apache.org



Problem running Apache Gump [vmgump]

2021-08-11 Thread gump
There is a problem with run 'vmgump' (11082021_165910), location : 
http://gump-vm2.apache.org/

The log ought be at:
   http://gump-vm2.apache.org/gump_log.txt

The last (up to) 50 lines of the log are :
Parsed file /srv/gump/public/gump/metadata/project/xml-xalan.xml 
Parsed file /srv/gump/public/gump/metadata/project/xml-commons.xml 
Parsed file /srv/gump/public/gump/metadata/project/tomcat-migration.xml 
Parsed file /srv/gump/public/gump/metadata/project/tomcat-native-trunk.xml 
Parsed file /srv/gump/public/gump/metadata/project/tomcat-native-1.2-1.1.1.xml 
Parsed file /srv/gump/public/gump/metadata/project/tomcat-main.xml 
Parsed file /srv/gump/public/gump/metadata/project/tomcat-10.0.x.xml 
Parsed file /srv/gump/public/gump/metadata/project/tomcat-9.0.x.xml 
Parsed file /srv/gump/public/gump/metadata/project/tomcat-8.5.x.xml 
Parsed file /srv/gump/public/gump/metadata/project/tomcat-taglibs-parent.xml 
Parsed file /srv/gump/public/gump/metadata/project/tomcat-taglibs.xml 
Parsed file /srv/gump/public/gump/metadata/project/tomcat-connectors-native.xml 
Parsed file /srv/gump/public/gump/metadata/project/jakarta-servletapi-5.xml 
Parsed file /srv/gump/public/gump/metadata/project/apr-1.xml 
Parsed file /srv/gump/public/gump/metadata/project/apr.xml 
Parsed file /srv/gump/public/gump/metadata/project/logging-log4j-12.xml 
Parsed file /srv/gump/public/gump/metadata/project/apache-httpd.xml 
Parsed file /srv/gump/public/gump/metadata/project/pcre.xml 
Parsed file /srv/gump/public/gump/metadata/project/gump.xml 
Parsed file /srv/gump/public/gump/metadata/project/commons-validator.xml 
Parsed file /srv/gump/public/gump/metadata/project/commons-net.xml 
Parsed file /srv/gump/public/gump/metadata/project/commons-logging.xml 
Parsed file /srv/gump/public/gump/metadata/project/commons-lang-trunk.xml 
Parsed file /srv/gump/public/gump/metadata/project/commons-io.xml 
Parsed file /srv/gump/public/gump/metadata/project/commons-httpclient.xml 
Parsed file /srv/gump/public/gump/metadata/project/commons-exec.xml 
Parsed file /srv/gump/public/gump/metadata/project/commons-digester-2.x.xml 
Parsed file /srv/gump/public/gump/metadata/project/commons-daemon.xml 
Parsed file /srv/gump/public/gump/metadata/project/commons-compress.xml 
Parsed file /srv/gump/public/gump/metadata/project/commons-collections-3.x.xml 
Parsed file /srv/gump/public/gump/metadata/project/commons-codec-1.x.xml 
Parsed file /srv/gump/public/gump/metadata/project/commons-cli.xml 
Parsed file /srv/gump/public/gump/metadata/project/commons-beanutils.xml 
Parsed file /srv/gump/public/gump/metadata/project/jakarta-bsf.xml 
Parsed file /srv/gump/public/gump/metadata/project/apache-attic.xml 
Parsed file /srv/gump/public/gump/metadata/project/antlibs-antunit.xml 
Parsed file /srv/gump/public/gump/metadata/project/ant.xml 
Traceback (most recent call last):
  File "bin/integrate.py", line 114, in 
irun()
  File "bin/integrate.py", line 88, in irun
run=gump.core.run.gumprun.GumpRun(workspace,ps,options)
  File "/srv/gump/public/gump/python/gump/core/run/gumprun.py", line 82, in 
__init__
self.gumpSet=gump.core.run.gumpset.GumpSet(self.workspace,expr)
  File "/srv/gump/public/gump/python/gump/core/run/gumpset.py", line 119, in 
__init__
self.validate()
  File "/srv/gump/public/gump/python/gump/core/run/gumpset.py", line 124, in 
validate
raise RuntimeError('No projects match [' + self.projectexpression + ']')
RuntimeError: No projects match [tomcat-8.5.x]
Process Exit Code : 1
--
Gump Version: 2.0.2-alpha-0003

-
To unsubscribe, e-mail: general-unsubscr...@gump.apache.org
For additional commands, e-mail: general-h...@gump.apache.org



Problem running Apache Gump [vmgump]

2021-08-11 Thread gump
There is a problem with run 'vmgump' (11082021_145503), location : 
http://gump-vm2.apache.org/

The log ought be at:
   http://gump-vm2.apache.org/gump_log.txt

The last (up to) 50 lines of the log are :
Parsed file /srv/gump/public/gump/metadata/project/xml-xalan.xml 
Parsed file /srv/gump/public/gump/metadata/project/xml-commons.xml 
Parsed file /srv/gump/public/gump/metadata/project/tomcat-migration.xml 
Parsed file /srv/gump/public/gump/metadata/project/tomcat-native-trunk.xml 
Parsed file /srv/gump/public/gump/metadata/project/tomcat-native-1.2-1.1.1.xml 
Parsed file /srv/gump/public/gump/metadata/project/tomcat-main.xml 
Parsed file /srv/gump/public/gump/metadata/project/tomcat-10.0.x.xml 
Parsed file /srv/gump/public/gump/metadata/project/tomcat-9.0.x.xml 
Parsed file /srv/gump/public/gump/metadata/project/tomcat-8.5.x.xml 
Parsed file /srv/gump/public/gump/metadata/project/tomcat-taglibs-parent.xml 
Parsed file /srv/gump/public/gump/metadata/project/tomcat-taglibs.xml 
Parsed file /srv/gump/public/gump/metadata/project/tomcat-connectors-native.xml 
Parsed file /srv/gump/public/gump/metadata/project/jakarta-servletapi-5.xml 
Parsed file /srv/gump/public/gump/metadata/project/apr-1.xml 
Parsed file /srv/gump/public/gump/metadata/project/apr.xml 
Parsed file /srv/gump/public/gump/metadata/project/logging-log4j-12.xml 
Parsed file /srv/gump/public/gump/metadata/project/apache-httpd.xml 
Parsed file /srv/gump/public/gump/metadata/project/pcre.xml 
Parsed file /srv/gump/public/gump/metadata/project/gump.xml 
Parsed file /srv/gump/public/gump/metadata/project/commons-validator.xml 
Parsed file /srv/gump/public/gump/metadata/project/commons-net.xml 
Parsed file /srv/gump/public/gump/metadata/project/commons-logging.xml 
Parsed file /srv/gump/public/gump/metadata/project/commons-lang-trunk.xml 
Parsed file /srv/gump/public/gump/metadata/project/commons-io.xml 
Parsed file /srv/gump/public/gump/metadata/project/commons-httpclient.xml 
Parsed file /srv/gump/public/gump/metadata/project/commons-exec.xml 
Parsed file /srv/gump/public/gump/metadata/project/commons-digester-2.x.xml 
Parsed file /srv/gump/public/gump/metadata/project/commons-daemon.xml 
Parsed file /srv/gump/public/gump/metadata/project/commons-compress.xml 
Parsed file /srv/gump/public/gump/metadata/project/commons-collections-3.x.xml 
Parsed file /srv/gump/public/gump/metadata/project/commons-codec-1.x.xml 
Parsed file /srv/gump/public/gump/metadata/project/commons-cli.xml 
Parsed file /srv/gump/public/gump/metadata/project/commons-beanutils.xml 
Parsed file /srv/gump/public/gump/metadata/project/jakarta-bsf.xml 
Parsed file /srv/gump/public/gump/metadata/project/apache-attic.xml 
Parsed file /srv/gump/public/gump/metadata/project/antlibs-antunit.xml 
Parsed file /srv/gump/public/gump/metadata/project/ant.xml 
Traceback (most recent call last):
  File "bin/integrate.py", line 114, in 
irun()
  File "bin/integrate.py", line 88, in irun
run=gump.core.run.gumprun.GumpRun(workspace,ps,options)
  File "/srv/gump/public/gump/python/gump/core/run/gumprun.py", line 82, in 
__init__
self.gumpSet=gump.core.run.gumpset.GumpSet(self.workspace,expr)
  File "/srv/gump/public/gump/python/gump/core/run/gumpset.py", line 119, in 
__init__
self.validate()
  File "/srv/gump/public/gump/python/gump/core/run/gumpset.py", line 124, in 
validate
raise RuntimeError('No projects match [' + self.projectexpression + ']')
RuntimeError: No projects match [xml-xalan]
Process Exit Code : 1
--
Gump Version: 2.0.2-alpha-0003

-
To unsubscribe, e-mail: general-unsubscr...@gump.apache.org
For additional commands, e-mail: general-h...@gump.apache.org



Problem running Apache Gump [vmgump]

2021-08-11 Thread gump
There is a problem with run 'vmgump' (11082021_145059), location : 
http://gump-vm2.apache.org/

The log ought be at:
   http://gump-vm2.apache.org/gump_log.txt

The last (up to) 50 lines of the log are :
Parsed file /srv/gump/public/gump/metadata/project/xml-xalan.xml 
Parsed file /srv/gump/public/gump/metadata/project/xml-commons.xml 
Parsed file /srv/gump/public/gump/metadata/project/tomcat-migration.xml 
Parsed file /srv/gump/public/gump/metadata/project/tomcat-native-trunk.xml 
Parsed file /srv/gump/public/gump/metadata/project/tomcat-native-1.2-1.1.1.xml 
Parsed file /srv/gump/public/gump/metadata/project/tomcat-main.xml 
Parsed file /srv/gump/public/gump/metadata/project/tomcat-10.0.x.xml 
Parsed file /srv/gump/public/gump/metadata/project/tomcat-9.0.x.xml 
Parsed file /srv/gump/public/gump/metadata/project/tomcat-8.5.x.xml 
Parsed file /srv/gump/public/gump/metadata/project/tomcat-taglibs-parent.xml 
Parsed file /srv/gump/public/gump/metadata/project/tomcat-taglibs.xml 
Parsed file /srv/gump/public/gump/metadata/project/tomcat-connectors-native.xml 
Parsed file /srv/gump/public/gump/metadata/project/jakarta-servletapi-5.xml 
Parsed file /srv/gump/public/gump/metadata/project/apr-1.xml 
Parsed file /srv/gump/public/gump/metadata/project/apr.xml 
Parsed file /srv/gump/public/gump/metadata/project/logging-log4j-12.xml 
Parsed file /srv/gump/public/gump/metadata/project/apache-httpd.xml 
Parsed file /srv/gump/public/gump/metadata/project/pcre.xml 
Parsed file /srv/gump/public/gump/metadata/project/gump.xml 
Parsed file /srv/gump/public/gump/metadata/project/commons-validator.xml 
Parsed file /srv/gump/public/gump/metadata/project/commons-net.xml 
Parsed file /srv/gump/public/gump/metadata/project/commons-logging.xml 
Parsed file /srv/gump/public/gump/metadata/project/commons-lang-trunk.xml 
Parsed file /srv/gump/public/gump/metadata/project/commons-io.xml 
Parsed file /srv/gump/public/gump/metadata/project/commons-httpclient.xml 
Parsed file /srv/gump/public/gump/metadata/project/commons-exec.xml 
Parsed file /srv/gump/public/gump/metadata/project/commons-digester-2.x.xml 
Parsed file /srv/gump/public/gump/metadata/project/commons-daemon.xml 
Parsed file /srv/gump/public/gump/metadata/project/commons-compress.xml 
Parsed file /srv/gump/public/gump/metadata/project/commons-collections-3.x.xml 
Parsed file /srv/gump/public/gump/metadata/project/commons-codec-1.x.xml 
Parsed file /srv/gump/public/gump/metadata/project/commons-cli.xml 
Parsed file /srv/gump/public/gump/metadata/project/commons-beanutils.xml 
Parsed file /srv/gump/public/gump/metadata/project/jakarta-bsf.xml 
Parsed file /srv/gump/public/gump/metadata/project/apache-attic.xml 
Parsed file /srv/gump/public/gump/metadata/project/antlibs-antunit.xml 
Parsed file /srv/gump/public/gump/metadata/project/ant.xml 
Traceback (most recent call last):
  File "bin/integrate.py", line 114, in 
irun()
  File "bin/integrate.py", line 88, in irun
run=gump.core.run.gumprun.GumpRun(workspace,ps,options)
  File "/srv/gump/public/gump/python/gump/core/run/gumprun.py", line 82, in 
__init__
self.gumpSet=gump.core.run.gumpset.GumpSet(self.workspace,expr)
  File "/srv/gump/public/gump/python/gump/core/run/gumpset.py", line 119, in 
__init__
self.validate()
  File "/srv/gump/public/gump/python/gump/core/run/gumpset.py", line 124, in 
validate
raise RuntimeError('No projects match [' + self.projectexpression + ']')
RuntimeError: No projects match [xerces]
Process Exit Code : 1
--
Gump Version: 2.0.2-alpha-0003

-
To unsubscribe, e-mail: general-unsubscr...@gump.apache.org
For additional commands, e-mail: general-h...@gump.apache.org



Re: Problem running Apache Gump [vmgump]

2021-04-27 Thread Mark Thomas

On 26/04/2021 18:10, g...@gump-vm2.apache.org wrote:

There is a problem with run 'vmgump' (26042021_180001), location : 
http://gump-vm2.apache.org/


Looks like a temporary problem with network access. Subsequent runs look 
to be OK.


Mark

-
To unsubscribe, e-mail: general-unsubscr...@gump.apache.org
For additional commands, e-mail: general-h...@gump.apache.org



Problem running Apache Gump [vmgump]

2021-04-26 Thread gump
There is a problem with run 'vmgump' (26042021_180001), location : 
http://gump-vm2.apache.org/

The log ought be at:
   http://gump-vm2.apache.org/gump_log.txt

The last (up to) 50 lines of the log are :
- GUMP run on host   : gump-vm2
- GUMP run @ : 26 Apr 2021 18:00:01
- GUMP run @  UTC: 26 Apr 2021 18:00:01
- GUMP run by Python : '3.8.5 (default, Jan 27 2021, 15:41:15) \n[GCC 9.3.0]'
- GUMP run by Python : '/usr/bin/python3'
- GUMP run by Gump   : 2.0.2-alpha-0003
- GUMP run on OS : 'posix'
- GUMP run in env: 
  SHELL -> [/bin/sh]
  JAVA_HOME -> [/usr/lib/jvm/java-8-openjdk-amd64]
  GRADLE_HOME -> [/opt/gradle]
  LOCAL_ENV -> [local-env.sh]
  PWD -> [/srv/gump/public/gump/cron]
  LOGNAME -> [gump]
  M3_HOME -> [/opt/maven3]
  HOST_LOCAL_ENV -> [local-env-gump-vm2.sh]
  HOME -> [/home/gump]
  LANG -> [en_US.utf8]
  M2_HOME -> [/opt/maven2]
  MVN_PROXY_HOME -> [/opt/repoproxy]
  HOST_LOCAL_POST_RUN -> [local-post-run-gump-vm2.sh]
  MAVEN_HOME -> [/opt/maven]
  SHLVL -> [1]
  GUMP_WORKSPACE -> [/srv/gump/public/gump/metadata/vmgump]
  HOST_LOCAL_PRE_RUN -> [local-pre-run-gump-vm2.sh]
  GUMP_PYTHON -> [/usr/bin/python3]
  PATH -> [/usr/bin:/bin:/opt/maven/bin:/opt/maven2/bin:/opt/gradle/bin]
  GUMP_HOST -> [gump-vm2]
  OLDPWD -> [/home/gump]
  _ -> [/usr/bin/python3]
  GUMP_HOME -> [/srv/gump/public/gump]
- GUMP base directory : /srv/gump/public/workspace
- GUMP base path  : /srv/gump/public/workspace
- GUMP mail server: localhost
- GUMP mail port  : 25
- GUMP mail from  : g...@gump-vm2.apache.org
- GUMP mail to: general@gump.apache.org
- GUMP log is @   : http://gump-vm2.apache.org/
- GUMP log is @   : /srv/gump/public/workspace/log
 - GUMP PYTHONPATH  :  /srv/gump/public/gump/python
Execute : svn update --non-interactive >out.txt 2>&1
Updating '.':
svn: E170013: Unable to connect to a repository at URL 
'https://svn.apache.org/repos/asf/gump/live'
svn: E175012: Connection timed out
Process Exit Code : 1
No pre-run script [/srv/gump/public/gump/cron/local-pre-run-gump-vm2.sh].
--
Gump Version: 2.0.2-alpha-0003

-
To unsubscribe, e-mail: general-unsubscr...@gump.apache.org
For additional commands, e-mail: general-h...@gump.apache.org



Problem running Apache Gump [vmgump]

2021-03-29 Thread gump
There is a problem with run 'vmgump' (29032021_083159), location : 
http://gump-vm2.apache.org/

The log ought be at:
   http://gump-vm2.apache.org/gump_log.txt

The last (up to) 50 lines of the log are :
Error removing ['/srv/gump/public/workspace/xdocs-work/xml-xerces2'] - [Errno 
13] Permission denied: 'rss.xml'. Try again.
Error removing ['/srv/gump/public/workspace/xdocs-work/commons-lang-2.x'] - 
[Errno 13] Permission denied: 'rss.xml'. Try again.
Error removing ['/srv/gump/public/workspace/xdocs-work/buildLog.html'] - [Errno 
13] Permission denied: '/srv/gump/public/workspace/xdocs-work/buildLog.html'. 
Try again.
Error removing ['/srv/gump/public/workspace/xdocs-work/commons-compress'] - 
[Errno 13] Permission denied: 'rss.xml'. Try again.
Error removing ['/srv/gump/public/workspace/xdocs-work/apache-attic'] - [Errno 
13] Permission denied: 'rss.xml'. Try again.
Error removing ['/srv/gump/public/workspace/xdocs-work/pcre'] - [Errno 13] 
Permission denied: 'rss.xml'. Try again.
Error removing ['/srv/gump/public/workspace/xdocs-work/antlr'] - [Errno 13] 
Permission denied: 'rss.xml'. Try again.
Syndicate run using []
Syndicate run using []
Starting mvn repository proxy
Running: java -jar /opt/repoproxy/repoproxy.jar 8192 /tmp/tmpnn7brxrs.properties
mvn Repository proxy started
Perform Update on #[(1, 62)] : gump
Perform Subversion Checkout/Update on #[(1, 62)] : gump
Loading prefix map from /tmp/tmpnn7brxrs.properties
java.io.FileNotFoundException: /tmp/tmpnn7brxrs.properties (No such file or 
directory)
at java.base/java.io.FileInputStream.open0(Native Method)
at java.base/java.io.FileInputStream.open(FileInputStream.java:219)
at java.base/java.io.FileInputStream.(FileInputStream.java:157)
at java.base/java.io.FileInputStream.(FileInputStream.java:112)
at org.apache.gump.mvnrepoproxy.Main.main(Main.java:102)
Traceback (most recent call last):
  File "bin/integrate.py", line 114, in 
irun()
  File "bin/integrate.py", line 91, in irun
result = getRunner(run).perform()
  File "/srv/gump/public/gump/python/gump/core/runner/runner.py", line 260, in 
perform
return self.performRun()
  File "/srv/gump/public/gump/python/gump/core/runner/demand.py", line 194, in 
performRun
self.performUpdate(module)
  File "/srv/gump/public/gump/python/gump/core/runner/demand.py", line 104, in 
performUpdate
self.run.generateEvent(module)
  File "/srv/gump/public/gump/python/gump/core/run/gumprun.py", line 203, in 
generateEvent
self._dispatchEvent(EntityRunEvent(self, entity))
  File "/srv/gump/public/gump/python/gump/core/run/gumprun.py", line 186, in 
_dispatchEvent
actor._processEvent(event)
  File "/srv/gump/public/gump/python/gump/core/run/actor.py", line 83, in 
_processEvent
self.processEvent(event)
  File "/srv/gump/public/gump/python/gump/core/run/actor.py", line 123, in 
processEvent
self._processModule(entity)
  File "/srv/gump/public/gump/python/gump/core/run/actor.py", line 158, in 
_processModule
self.processModule(module)
  File "/srv/gump/public/gump/python/gump/actor/document/xdocs/documenter.py", 
line 78, in processModule
self.documentModule(module, True)
  File "/srv/gump/public/gump/python/gump/actor/document/xdocs/documenter.py", 
line 1660, in documentModule
document = XDocDocument('Module : ' + module.getName(),
  File "/srv/gump/public/gump/python/gump/actor/document/xdocs/xdoc.py", line 
727, in __init__
self.output=open(self.xfile, 'w', 4096)
PermissionError: [Errno 13] Permission denied: 
'/srv/gump/public/workspace/xdocs-work/gump/index.html'
Process Exit Code : 1
--
Gump Version: 2.0.2-alpha-0003

-
To unsubscribe, e-mail: general-unsubscr...@gump.apache.org
For additional commands, e-mail: general-h...@gump.apache.org



Problem running Apache Gump [vmgump]

2020-11-27 Thread gump
There is a problem with run 'vmgump' (27112020_133351), location : 
http://gump-vm2.apache.org/

The log ought be at:
   http://gump-vm2.apache.org/gump_log.txt

The last (up to) 50 lines of the log are :
Parsed file /srv/gump/public/gump/metadata/project/tomcat-native-trunk.xml 
Parsed file /srv/gump/public/gump/metadata/project/tomcat-native-1.2-1.1.1.xml 
Parsed file /srv/gump/public/gump/metadata/project/tomcat-trunk.xml 
Parsed file /srv/gump/public/gump/metadata/project/tomcat-tc9.xml 
Parsed file /srv/gump/public/gump/metadata/project/tomcat-tc8.xml 
Parsed file /srv/gump/public/gump/metadata/project/tomcat-tc7.xml 
Parsed file /srv/gump/public/gump/metadata/project/tomcat-taglibs-parent.xml 
Parsed file /srv/gump/public/gump/metadata/project/tomcat-taglibs.xml 
Parsed file /srv/gump/public/gump/metadata/project/tomcat-connectors-native.xml 
Parsed file /srv/gump/public/gump/metadata/project/jakarta-servletapi-5.xml 
Parsed file /srv/gump/public/gump/metadata/project/apr-1.xml 
Parsed file /srv/gump/public/gump/metadata/project/apr.xml 
Parsed file /srv/gump/public/gump/metadata/project/logging-log4j-12.xml 
Parsed file /srv/gump/public/gump/metadata/project/apache-httpd.xml 
Parsed file /srv/gump/public/gump/metadata/project/pcre.xml 
Parsed file /srv/gump/public/gump/metadata/project/gump.xml 
Parsed file /srv/gump/public/gump/metadata/project/commons-validator.xml 
Parsed file /srv/gump/public/gump/metadata/project/commons-net.xml 
Parsed file /srv/gump/public/gump/metadata/project/commons-logging.xml 
Parsed file /srv/gump/public/gump/metadata/project/commons-lang-trunk.xml 
Parsed file /srv/gump/public/gump/metadata/project/commons-lang-2.x.xml 
Parsed file /srv/gump/public/gump/metadata/project/commons-io.xml 
Parsed file /srv/gump/public/gump/metadata/project/commons-httpclient.xml 
Parsed file /srv/gump/public/gump/metadata/project/commons-exec.xml 
Parsed file /srv/gump/public/gump/metadata/project/commons-digester-2.x.xml 
Parsed file /srv/gump/public/gump/metadata/project/commons-daemon.xml 
Parsed file /srv/gump/public/gump/metadata/project/commons-collections-3.x.xml 
Parsed file /srv/gump/public/gump/metadata/project/commons-codec-1.x.xml 
Parsed file /srv/gump/public/gump/metadata/project/commons-cli.xml 
Parsed file /srv/gump/public/gump/metadata/project/commons-beanutils.xml 
Parsed file /srv/gump/public/gump/metadata/project/jakarta-bsf.xml 
Parsed file /srv/gump/public/gump/metadata/project/apache-attic.xml 
Parsed file /srv/gump/public/gump/metadata/project/antlibs-antunit.xml 
Parsed file /srv/gump/public/gump/metadata/project/ant.xml 
Run GUID [u'gump-vm2.apache.org:vmgump:20201127133352'] using 
['246166F5FFC18C76857554CAAC0F4957']
Detected [env ]
Failed to detect [/usr/lib/jvm/java-8-oracle/bin/java -version]

Unable to detect/test mandatory [/usr/lib/jvm/java-8-oracle/bin/java] in path:
  /srv/gump/public/gump
  /srv/gump/public/gump/bin
  /srv/gump/public/gump/python
  /usr/lib/python2.7
  /usr/lib/python2.7/plat-x86_64-linux-gnu
  /usr/lib/python2.7/lib-tk
  /usr/lib/python2.7/lib-old
  /usr/lib/python2.7/lib-dynload
  /usr/local/lib/python2.7/dist-packages
  /usr/lib/python2.7/dist-packages
Process Exit Code : 2
--
Gump Version: 2.0.2-alpha-0003

-
To unsubscribe, e-mail: general-unsubscr...@gump.apache.org
For additional commands, e-mail: general-h...@gump.apache.org



Re: Problem running Apache Gump [vmgump]

2020-05-06 Thread Mark Thomas
On 06/05/2020 09:48, g...@gump-vm.apache.org wrote:
> There is a problem with run 'vmgump' (06052020_01), location : 
> http://gump-vm.apache.org/
> 
> The log ought be at:
>http://gump-vm.apache.org/gump_log.txt
> 
> The last (up to) 50 lines of the log are :
> SQL Error on [INSERT INTO gump_public.gump_repository_stats (repository_name, 
> sequence_in_state) VALUES ('pcre', 195)] : (1292, "Incorrect datetime value: 
> '-00-00 00:00:00' for column 'first' at row 1")

The sql_mode has changed again. I've just restored the correct value.
Puppet is meant to be setting this. I'll look into that.

Mark

-
To unsubscribe, e-mail: general-unsubscr...@gump.apache.org
For additional commands, e-mail: general-h...@gump.apache.org



Problem running Apache Gump [vmgump]

2020-05-06 Thread gump
There is a problem with run 'vmgump' (06052020_01), location : 
http://gump-vm.apache.org/

The log ought be at:
   http://gump-vm.apache.org/gump_log.txt

The last (up to) 50 lines of the log are :
SQL Error on [INSERT INTO gump_public.gump_repository_stats (repository_name, 
sequence_in_state) VALUES ('pcre', 195)] : (1292, "Incorrect datetime value: 
'-00-00 00:00:00' for column 'first' at row 1")
Traceback (most recent call last):
  File "/srv/gump/public/gump/python/gump/util/mysql.py", line 244, in insert
affected = cursor.execute(statement)
  File "/usr/lib/python2.7/dist-packages/MySQLdb/cursors.py", line 250, in 
execute
self.errorhandler(self, exc, value)
  File "/usr/lib/python2.7/dist-packages/MySQLdb/connections.py", line 50, in 
defaulterrorhandler
raise errorvalue
OperationalError: (1292, "Incorrect datetime value: '-00-00 00:00:00' for 
column 'first' at row 1")
Traceback (most recent call last):
  File "bin/integrate.py", line 114, in 
irun()
  File "bin/integrate.py", line 91, in irun
result = getRunner(run).perform()
  File "/srv/gump/public/gump/python/gump/core/runner/runner.py", line 262, in 
perform
return self.performRun()
  File "/srv/gump/public/gump/python/gump/core/runner/demand.py", line 214, in 
performRun
self.finalize()
  File "/srv/gump/public/gump/python/gump/core/runner/runner.py", line 240, in 
finalize
self.run._dispatchEvent(FinalizeRunEvent(self.run))
  File "/srv/gump/public/gump/python/gump/core/run/gumprun.py", line 186, in 
_dispatchEvent
actor._processEvent(event)
  File "/srv/gump/public/gump/python/gump/core/run/actor.py", line 83, in 
_processEvent
self.processEvent(event)
  File "/srv/gump/public/gump/python/gump/core/run/actor.py", line 127, in 
processEvent
self._processOtherEvent(event)
  File "/srv/gump/public/gump/python/gump/core/run/actor.py", line 184, in 
_processOtherEvent
self.processOtherEvent(event)
  File "/srv/gump/public/gump/python/gump/actor/stats/statistician.py", line 
66, in processOtherEvent
self.updateStatistics()
  File "/srv/gump/public/gump/python/gump/actor/stats/statistician.py", line 
133, in updateStatistics
self.db.putRepositoryStats(rs) 
  File "/srv/gump/public/gump/python/gump/actor/stats/mysql/statsdb.py", line 
134, in putRepositoryStats
self._putStats('gump_repository_stats', 'repository_name', stats)
  File "/srv/gump/public/gump/python/gump/actor/stats/mysql/statsdb.py", line 
198, in _putStats
self._with_reconnect_on_error(setter)
  File "/srv/gump/public/gump/python/gump/actor/stats/mysql/statsdb.py", line 
272, in _with_reconnect_on_error
return command(self._get_helper())
  File "/srv/gump/public/gump/python/gump/actor/stats/mysql/statsdb.py", line 
194, in setter
helper.set(table_name, column_name, stats.name, settings)
  File "/srv/gump/public/gump/python/gump/util/mysql.py", line 213, in set
self.insert(table_name, settings)
  File "/srv/gump/public/gump/python/gump/util/mysql.py", line 244, in insert
affected = cursor.execute(statement)
  File "/usr/lib/python2.7/dist-packages/MySQLdb/cursors.py", line 250, in 
execute
self.errorhandler(self, exc, value)
  File "/usr/lib/python2.7/dist-packages/MySQLdb/connections.py", line 50, in 
defaulterrorhandler
raise errorvalue
_mysql_exceptions.OperationalError: (1292, "Incorrect datetime value: 
'-00-00 00:00:00' for column 'first' at row 1")
Process Exit Code : 1
--
Gump Version: 2.0.2-alpha-0003

-
To unsubscribe, e-mail: general-unsubscr...@gump.apache.org
For additional commands, e-mail: general-h...@gump.apache.org



Re: Problem running Apache Gump [vmgump]

2019-08-01 Thread Mark Thomas
Known config issue. I think I have fixed it. Need to chat with Infra to
figure out how to make the config change persist.

Mark


On 27/07/2019 00:00, g...@gump-vm.apache.org wrote:
> There is a problem with run 'vmgump' (27072019_02), location : 
> http://gump-vm.apache.org/
> 
> The log ought be at:
>http://gump-vm.apache.org/gump_log.txt
> 
> The last (up to) 50 lines of the log are :
> Perform Subversion Checkout/Update on #[(1, 73)] : gump
> Loading prefix map from /tmp/tmpno6GXs.properties
> java.io.FileNotFoundException: /tmp/tmpno6GXs.properties (No such file or 
> directory)
>   at java.base/java.io.FileInputStream.open0(Native Method)
>   at java.base/java.io.FileInputStream.open(FileInputStream.java:219)
>   at java.base/java.io.FileInputStream.(FileInputStream.java:157)
>   at java.base/java.io.FileInputStream.(FileInputStream.java:112)
>   at org.apache.gump.mvnrepoproxy.Main.main(Main.java:98)
> Build Project: #[(1, 171)] : ant-1.6.5-pom :  [state:Unset]
> SQL Warning::(1292, "Incorrect 
> datetime value: '-00-00 00:00:00' for column 'start' at row 1")
> SQL Error on [INSERT INTO gump_public.gump_project_run (state, project_name, 
> reason, run_id) VALUES (2, 'ant-1.6.5-pom', 0, 
> '6052B41F4C8BF5BBE83552F0DB28322D')] : (1292, "Incorrect datetime value: 
> '-00-00 00:00:00' for column 'start' at row 1")
> Traceback (most recent call last):
>   File "/srv/gump/public/gump/python/gump/util/mysql.py", line 244, in insert
> affected = cursor.execute(statement)
>   File "/usr/lib/python2.7/dist-packages/MySQLdb/cursors.py", line 250, in 
> execute
> self.errorhandler(self, exc, value)
>   File "/usr/lib/python2.7/dist-packages/MySQLdb/connections.py", line 50, in 
> defaulterrorhandler
> raise errorvalue
> OperationalError: (1292, "Incorrect datetime value: '-00-00 00:00:00' for 
> column 'start' at row 1")
> Traceback (most recent call last):
>   File "bin/integrate.py", line 114, in 
> irun()
>   File "bin/integrate.py", line 91, in irun
> result = getRunner(run).perform()
>   File "/srv/gump/public/gump/python/gump/core/runner/runner.py", line 262, 
> in perform
> return self.performRun()
>   File "/srv/gump/public/gump/python/gump/core/runner/demand.py", line 199, 
> in performRun
> self.performBuild(project)
>   File "/srv/gump/public/gump/python/gump/core/runner/demand.py", line 130, 
> in performBuild
> self.run.generateEvent(project)
>   File "/srv/gump/public/gump/python/gump/core/run/gumprun.py", line 203, in 
> generateEvent
> self._dispatchEvent(EntityRunEvent(self, entity))
>   File "/srv/gump/public/gump/python/gump/core/run/gumprun.py", line 186, in 
> _dispatchEvent
> actor._processEvent(event)
>   File "/srv/gump/public/gump/python/gump/core/run/actor.py", line 83, in 
> _processEvent
> self.processEvent(event)
>   File "/srv/gump/public/gump/python/gump/core/run/actor.py", line 125, in 
> processEvent
> self._processProject(entity)
>   File "/srv/gump/public/gump/python/gump/core/run/actor.py", line 172, in 
> _processProject
> self.processProject(project)
>   File "/srv/gump/public/gump/python/gump/actor/mysql/databaser.py", line 
> 101, in processProject
> helper.insert('gump_project_run', settings)
>   File "/srv/gump/public/gump/python/gump/util/mysql.py", line 244, in insert
> affected = cursor.execute(statement)
>   File "/usr/lib/python2.7/dist-packages/MySQLdb/cursors.py", line 250, in 
> execute
> self.errorhandler(self, exc, value)
>   File "/usr/lib/python2.7/dist-packages/MySQLdb/connections.py", line 50, in 
> defaulterrorhandler
> raise errorvalue
> _mysql_exceptions.OperationalError: (1292, "Incorrect datetime value: 
> '-00-00 00:00:00' for column 'start' at row 1")
> Process Exit Code : 1
> --
> Gump Version: 2.0.2-alpha-0003
> 
> -
> To unsubscribe, e-mail: general-unsubscr...@gump.apache.org
> For additional commands, e-mail: general-h...@gump.apache.org
> 


-
To unsubscribe, e-mail: general-unsubscr...@gump.apache.org
For additional commands, e-mail: general-h...@gump.apache.org



Problem running Apache Gump [vmgump]

2019-07-30 Thread gump
There is a problem with run 'vmgump' (27072019_120002), location : 
http://gump-vm.apache.org/

The log ought be at:
   http://gump-vm.apache.org/gump_log.txt

The last (up to) 50 lines of the log are :
SQL Error on [INSERT INTO gump_public.gump_repository_stats (repository_name, 
sequence_in_state) VALUES ('pcre', 1)] : (1292, "Incorrect datetime value: 
'-00-00 00:00:00' for column 'first' at row 1")
Traceback (most recent call last):
  File "/srv/gump/public/gump/python/gump/util/mysql.py", line 244, in insert
affected = cursor.execute(statement)
  File "/usr/lib/python2.7/dist-packages/MySQLdb/cursors.py", line 250, in 
execute
self.errorhandler(self, exc, value)
  File "/usr/lib/python2.7/dist-packages/MySQLdb/connections.py", line 50, in 
defaulterrorhandler
raise errorvalue
OperationalError: (1292, "Incorrect datetime value: '-00-00 00:00:00' for 
column 'first' at row 1")
Traceback (most recent call last):
  File "bin/integrate.py", line 114, in 
irun()
  File "bin/integrate.py", line 91, in irun
result = getRunner(run).perform()
  File "/srv/gump/public/gump/python/gump/core/runner/runner.py", line 262, in 
perform
return self.performRun()
  File "/srv/gump/public/gump/python/gump/core/runner/demand.py", line 214, in 
performRun
self.finalize()
  File "/srv/gump/public/gump/python/gump/core/runner/runner.py", line 240, in 
finalize
self.run._dispatchEvent(FinalizeRunEvent(self.run))
  File "/srv/gump/public/gump/python/gump/core/run/gumprun.py", line 186, in 
_dispatchEvent
actor._processEvent(event)
  File "/srv/gump/public/gump/python/gump/core/run/actor.py", line 83, in 
_processEvent
self.processEvent(event)
  File "/srv/gump/public/gump/python/gump/core/run/actor.py", line 127, in 
processEvent
self._processOtherEvent(event)
  File "/srv/gump/public/gump/python/gump/core/run/actor.py", line 184, in 
_processOtherEvent
self.processOtherEvent(event)
  File "/srv/gump/public/gump/python/gump/actor/stats/statistician.py", line 
66, in processOtherEvent
self.updateStatistics()
  File "/srv/gump/public/gump/python/gump/actor/stats/statistician.py", line 
133, in updateStatistics
self.db.putRepositoryStats(rs) 
  File "/srv/gump/public/gump/python/gump/actor/stats/mysql/statsdb.py", line 
134, in putRepositoryStats
self._putStats('gump_repository_stats', 'repository_name', stats)
  File "/srv/gump/public/gump/python/gump/actor/stats/mysql/statsdb.py", line 
198, in _putStats
self._with_reconnect_on_error(setter)
  File "/srv/gump/public/gump/python/gump/actor/stats/mysql/statsdb.py", line 
272, in _with_reconnect_on_error
return command(self._get_helper())
  File "/srv/gump/public/gump/python/gump/actor/stats/mysql/statsdb.py", line 
194, in setter
helper.set(table_name, column_name, stats.name, settings)
  File "/srv/gump/public/gump/python/gump/util/mysql.py", line 213, in set
self.insert(table_name, settings)
  File "/srv/gump/public/gump/python/gump/util/mysql.py", line 244, in insert
affected = cursor.execute(statement)
  File "/usr/lib/python2.7/dist-packages/MySQLdb/cursors.py", line 250, in 
execute
self.errorhandler(self, exc, value)
  File "/usr/lib/python2.7/dist-packages/MySQLdb/connections.py", line 50, in 
defaulterrorhandler
raise errorvalue
_mysql_exceptions.OperationalError: (1292, "Incorrect datetime value: 
'-00-00 00:00:00' for column 'first' at row 1")
Process Exit Code : 1
--
Gump Version: 2.0.2-alpha-0003

-
To unsubscribe, e-mail: general-unsubscr...@gump.apache.org
For additional commands, e-mail: general-h...@gump.apache.org



Problem running Apache Gump [vmgump]

2019-07-30 Thread gump
There is a problem with run 'vmgump' (27072019_02), location : 
http://gump-vm.apache.org/

The log ought be at:
   http://gump-vm.apache.org/gump_log.txt

The last (up to) 50 lines of the log are :
Perform Subversion Checkout/Update on #[(1, 73)] : gump
Loading prefix map from /tmp/tmpno6GXs.properties
java.io.FileNotFoundException: /tmp/tmpno6GXs.properties (No such file or 
directory)
at java.base/java.io.FileInputStream.open0(Native Method)
at java.base/java.io.FileInputStream.open(FileInputStream.java:219)
at java.base/java.io.FileInputStream.(FileInputStream.java:157)
at java.base/java.io.FileInputStream.(FileInputStream.java:112)
at org.apache.gump.mvnrepoproxy.Main.main(Main.java:98)
Build Project: #[(1, 171)] : ant-1.6.5-pom :  [state:Unset]
SQL Warning::(1292, "Incorrect 
datetime value: '-00-00 00:00:00' for column 'start' at row 1")
SQL Error on [INSERT INTO gump_public.gump_project_run (state, project_name, 
reason, run_id) VALUES (2, 'ant-1.6.5-pom', 0, 
'6052B41F4C8BF5BBE83552F0DB28322D')] : (1292, "Incorrect datetime value: 
'-00-00 00:00:00' for column 'start' at row 1")
Traceback (most recent call last):
  File "/srv/gump/public/gump/python/gump/util/mysql.py", line 244, in insert
affected = cursor.execute(statement)
  File "/usr/lib/python2.7/dist-packages/MySQLdb/cursors.py", line 250, in 
execute
self.errorhandler(self, exc, value)
  File "/usr/lib/python2.7/dist-packages/MySQLdb/connections.py", line 50, in 
defaulterrorhandler
raise errorvalue
OperationalError: (1292, "Incorrect datetime value: '-00-00 00:00:00' for 
column 'start' at row 1")
Traceback (most recent call last):
  File "bin/integrate.py", line 114, in 
irun()
  File "bin/integrate.py", line 91, in irun
result = getRunner(run).perform()
  File "/srv/gump/public/gump/python/gump/core/runner/runner.py", line 262, in 
perform
return self.performRun()
  File "/srv/gump/public/gump/python/gump/core/runner/demand.py", line 199, in 
performRun
self.performBuild(project)
  File "/srv/gump/public/gump/python/gump/core/runner/demand.py", line 130, in 
performBuild
self.run.generateEvent(project)
  File "/srv/gump/public/gump/python/gump/core/run/gumprun.py", line 203, in 
generateEvent
self._dispatchEvent(EntityRunEvent(self, entity))
  File "/srv/gump/public/gump/python/gump/core/run/gumprun.py", line 186, in 
_dispatchEvent
actor._processEvent(event)
  File "/srv/gump/public/gump/python/gump/core/run/actor.py", line 83, in 
_processEvent
self.processEvent(event)
  File "/srv/gump/public/gump/python/gump/core/run/actor.py", line 125, in 
processEvent
self._processProject(entity)
  File "/srv/gump/public/gump/python/gump/core/run/actor.py", line 172, in 
_processProject
self.processProject(project)
  File "/srv/gump/public/gump/python/gump/actor/mysql/databaser.py", line 101, 
in processProject
helper.insert('gump_project_run', settings)
  File "/srv/gump/public/gump/python/gump/util/mysql.py", line 244, in insert
affected = cursor.execute(statement)
  File "/usr/lib/python2.7/dist-packages/MySQLdb/cursors.py", line 250, in 
execute
self.errorhandler(self, exc, value)
  File "/usr/lib/python2.7/dist-packages/MySQLdb/connections.py", line 50, in 
defaulterrorhandler
raise errorvalue
_mysql_exceptions.OperationalError: (1292, "Incorrect datetime value: 
'-00-00 00:00:00' for column 'start' at row 1")
Process Exit Code : 1
--
Gump Version: 2.0.2-alpha-0003

-
To unsubscribe, e-mail: general-unsubscr...@gump.apache.org
For additional commands, e-mail: general-h...@gump.apache.org



Problem running Apache Gump [vmgump]

2019-05-31 Thread gump
There is a problem with run 'vmgump' (31052019_133047), location : 
http://gump-vm.apache.org/

The log ought be at:
   http://gump-vm.apache.org/gump_log.txt

The last (up to) 50 lines of the log are :
SQL Error on [INSERT INTO gump_public.gump_repository_stats (repository_name, 
sequence_in_state) VALUES ('pcre', 1)] : (1292, "Incorrect datetime value: 
'-00-00 00:00:00' for column 'first' at row 1")
Traceback (most recent call last):
  File "/srv/gump/public/gump/python/gump/util/mysql.py", line 244, in insert
affected = cursor.execute(statement)
  File "/usr/lib/python2.7/dist-packages/MySQLdb/cursors.py", line 250, in 
execute
self.errorhandler(self, exc, value)
  File "/usr/lib/python2.7/dist-packages/MySQLdb/connections.py", line 50, in 
defaulterrorhandler
raise errorvalue
OperationalError: (1292, "Incorrect datetime value: '-00-00 00:00:00' for 
column 'first' at row 1")
Traceback (most recent call last):
  File "bin/integrate.py", line 114, in 
irun()
  File "bin/integrate.py", line 91, in irun
result = getRunner(run).perform()
  File "/srv/gump/public/gump/python/gump/core/runner/runner.py", line 262, in 
perform
return self.performRun()
  File "/srv/gump/public/gump/python/gump/core/runner/demand.py", line 214, in 
performRun
self.finalize()
  File "/srv/gump/public/gump/python/gump/core/runner/runner.py", line 240, in 
finalize
self.run._dispatchEvent(FinalizeRunEvent(self.run))
  File "/srv/gump/public/gump/python/gump/core/run/gumprun.py", line 186, in 
_dispatchEvent
actor._processEvent(event)
  File "/srv/gump/public/gump/python/gump/core/run/actor.py", line 83, in 
_processEvent
self.processEvent(event)
  File "/srv/gump/public/gump/python/gump/core/run/actor.py", line 127, in 
processEvent
self._processOtherEvent(event)
  File "/srv/gump/public/gump/python/gump/core/run/actor.py", line 184, in 
_processOtherEvent
self.processOtherEvent(event)
  File "/srv/gump/public/gump/python/gump/actor/stats/statistician.py", line 
66, in processOtherEvent
self.updateStatistics()
  File "/srv/gump/public/gump/python/gump/actor/stats/statistician.py", line 
133, in updateStatistics
self.db.putRepositoryStats(rs) 
  File "/srv/gump/public/gump/python/gump/actor/stats/mysql/statsdb.py", line 
134, in putRepositoryStats
self._putStats('gump_repository_stats', 'repository_name', stats)
  File "/srv/gump/public/gump/python/gump/actor/stats/mysql/statsdb.py", line 
198, in _putStats
self._with_reconnect_on_error(setter)
  File "/srv/gump/public/gump/python/gump/actor/stats/mysql/statsdb.py", line 
272, in _with_reconnect_on_error
return command(self._get_helper())
  File "/srv/gump/public/gump/python/gump/actor/stats/mysql/statsdb.py", line 
194, in setter
helper.set(table_name, column_name, stats.name, settings)
  File "/srv/gump/public/gump/python/gump/util/mysql.py", line 213, in set
self.insert(table_name, settings)
  File "/srv/gump/public/gump/python/gump/util/mysql.py", line 244, in insert
affected = cursor.execute(statement)
  File "/usr/lib/python2.7/dist-packages/MySQLdb/cursors.py", line 250, in 
execute
self.errorhandler(self, exc, value)
  File "/usr/lib/python2.7/dist-packages/MySQLdb/connections.py", line 50, in 
defaulterrorhandler
raise errorvalue
_mysql_exceptions.OperationalError: (1292, "Incorrect datetime value: 
'-00-00 00:00:00' for column 'first' at row 1")
Process Exit Code : 1
--
Gump Version: 2.0.2-alpha-0003

-
To unsubscribe, e-mail: general-unsubscr...@gump.apache.org
For additional commands, e-mail: general-h...@gump.apache.org



Problem running Apache Gump [vmgump]

2019-05-31 Thread gump
There is a problem with run 'vmgump' (31052019_120002), location : 
http://gump-vm.apache.org/

The log ought be at:
   http://gump-vm.apache.org/gump_log.txt

The last (up to) 50 lines of the log are :
SQL Error on [INSERT INTO gump_public.gump_repository_stats (repository_name, 
sequence_in_state) VALUES ('pcre', 1)] : (1292, "Incorrect datetime value: 
'-00-00 00:00:00' for column 'first' at row 1")
Traceback (most recent call last):
  File "/srv/gump/public/gump/python/gump/util/mysql.py", line 244, in insert
affected = cursor.execute(statement)
  File "/usr/lib/python2.7/dist-packages/MySQLdb/cursors.py", line 250, in 
execute
self.errorhandler(self, exc, value)
  File "/usr/lib/python2.7/dist-packages/MySQLdb/connections.py", line 50, in 
defaulterrorhandler
raise errorvalue
OperationalError: (1292, "Incorrect datetime value: '-00-00 00:00:00' for 
column 'first' at row 1")
Traceback (most recent call last):
  File "bin/integrate.py", line 114, in 
irun()
  File "bin/integrate.py", line 91, in irun
result = getRunner(run).perform()
  File "/srv/gump/public/gump/python/gump/core/runner/runner.py", line 262, in 
perform
return self.performRun()
  File "/srv/gump/public/gump/python/gump/core/runner/demand.py", line 214, in 
performRun
self.finalize()
  File "/srv/gump/public/gump/python/gump/core/runner/runner.py", line 240, in 
finalize
self.run._dispatchEvent(FinalizeRunEvent(self.run))
  File "/srv/gump/public/gump/python/gump/core/run/gumprun.py", line 186, in 
_dispatchEvent
actor._processEvent(event)
  File "/srv/gump/public/gump/python/gump/core/run/actor.py", line 83, in 
_processEvent
self.processEvent(event)
  File "/srv/gump/public/gump/python/gump/core/run/actor.py", line 127, in 
processEvent
self._processOtherEvent(event)
  File "/srv/gump/public/gump/python/gump/core/run/actor.py", line 184, in 
_processOtherEvent
self.processOtherEvent(event)
  File "/srv/gump/public/gump/python/gump/actor/stats/statistician.py", line 
66, in processOtherEvent
self.updateStatistics()
  File "/srv/gump/public/gump/python/gump/actor/stats/statistician.py", line 
133, in updateStatistics
self.db.putRepositoryStats(rs) 
  File "/srv/gump/public/gump/python/gump/actor/stats/mysql/statsdb.py", line 
134, in putRepositoryStats
self._putStats('gump_repository_stats', 'repository_name', stats)
  File "/srv/gump/public/gump/python/gump/actor/stats/mysql/statsdb.py", line 
198, in _putStats
self._with_reconnect_on_error(setter)
  File "/srv/gump/public/gump/python/gump/actor/stats/mysql/statsdb.py", line 
272, in _with_reconnect_on_error
return command(self._get_helper())
  File "/srv/gump/public/gump/python/gump/actor/stats/mysql/statsdb.py", line 
194, in setter
helper.set(table_name, column_name, stats.name, settings)
  File "/srv/gump/public/gump/python/gump/util/mysql.py", line 213, in set
self.insert(table_name, settings)
  File "/srv/gump/public/gump/python/gump/util/mysql.py", line 244, in insert
affected = cursor.execute(statement)
  File "/usr/lib/python2.7/dist-packages/MySQLdb/cursors.py", line 250, in 
execute
self.errorhandler(self, exc, value)
  File "/usr/lib/python2.7/dist-packages/MySQLdb/connections.py", line 50, in 
defaulterrorhandler
raise errorvalue
_mysql_exceptions.OperationalError: (1292, "Incorrect datetime value: 
'-00-00 00:00:00' for column 'first' at row 1")
Process Exit Code : 1
--
Gump Version: 2.0.2-alpha-0003

-
To unsubscribe, e-mail: general-unsubscr...@gump.apache.org
For additional commands, e-mail: general-h...@gump.apache.org



Problem running Apache Gump [vmgump]

2019-05-31 Thread gump
There is a problem with run 'vmgump' (31052019_060001), location : 
http://gump-vm.apache.org/

The log ought be at:
   http://gump-vm.apache.org/gump_log.txt

The last (up to) 50 lines of the log are :
SQL Error on [INSERT INTO gump_public.gump_repository_stats (repository_name, 
sequence_in_state) VALUES ('pcre', 1)] : (1292, "Incorrect datetime value: 
'-00-00 00:00:00' for column 'first' at row 1")
Traceback (most recent call last):
  File "/srv/gump/public/gump/python/gump/util/mysql.py", line 244, in insert
affected = cursor.execute(statement)
  File "/usr/lib/python2.7/dist-packages/MySQLdb/cursors.py", line 250, in 
execute
self.errorhandler(self, exc, value)
  File "/usr/lib/python2.7/dist-packages/MySQLdb/connections.py", line 50, in 
defaulterrorhandler
raise errorvalue
OperationalError: (1292, "Incorrect datetime value: '-00-00 00:00:00' for 
column 'first' at row 1")
Traceback (most recent call last):
  File "bin/integrate.py", line 114, in 
irun()
  File "bin/integrate.py", line 91, in irun
result = getRunner(run).perform()
  File "/srv/gump/public/gump/python/gump/core/runner/runner.py", line 262, in 
perform
return self.performRun()
  File "/srv/gump/public/gump/python/gump/core/runner/demand.py", line 214, in 
performRun
self.finalize()
  File "/srv/gump/public/gump/python/gump/core/runner/runner.py", line 240, in 
finalize
self.run._dispatchEvent(FinalizeRunEvent(self.run))
  File "/srv/gump/public/gump/python/gump/core/run/gumprun.py", line 186, in 
_dispatchEvent
actor._processEvent(event)
  File "/srv/gump/public/gump/python/gump/core/run/actor.py", line 83, in 
_processEvent
self.processEvent(event)
  File "/srv/gump/public/gump/python/gump/core/run/actor.py", line 127, in 
processEvent
self._processOtherEvent(event)
  File "/srv/gump/public/gump/python/gump/core/run/actor.py", line 184, in 
_processOtherEvent
self.processOtherEvent(event)
  File "/srv/gump/public/gump/python/gump/actor/stats/statistician.py", line 
66, in processOtherEvent
self.updateStatistics()
  File "/srv/gump/public/gump/python/gump/actor/stats/statistician.py", line 
133, in updateStatistics
self.db.putRepositoryStats(rs) 
  File "/srv/gump/public/gump/python/gump/actor/stats/mysql/statsdb.py", line 
134, in putRepositoryStats
self._putStats('gump_repository_stats', 'repository_name', stats)
  File "/srv/gump/public/gump/python/gump/actor/stats/mysql/statsdb.py", line 
198, in _putStats
self._with_reconnect_on_error(setter)
  File "/srv/gump/public/gump/python/gump/actor/stats/mysql/statsdb.py", line 
272, in _with_reconnect_on_error
return command(self._get_helper())
  File "/srv/gump/public/gump/python/gump/actor/stats/mysql/statsdb.py", line 
194, in setter
helper.set(table_name, column_name, stats.name, settings)
  File "/srv/gump/public/gump/python/gump/util/mysql.py", line 213, in set
self.insert(table_name, settings)
  File "/srv/gump/public/gump/python/gump/util/mysql.py", line 244, in insert
affected = cursor.execute(statement)
  File "/usr/lib/python2.7/dist-packages/MySQLdb/cursors.py", line 250, in 
execute
self.errorhandler(self, exc, value)
  File "/usr/lib/python2.7/dist-packages/MySQLdb/connections.py", line 50, in 
defaulterrorhandler
raise errorvalue
_mysql_exceptions.OperationalError: (1292, "Incorrect datetime value: 
'-00-00 00:00:00' for column 'first' at row 1")
Process Exit Code : 1
--
Gump Version: 2.0.2-alpha-0003

-
To unsubscribe, e-mail: general-unsubscr...@gump.apache.org
For additional commands, e-mail: general-h...@gump.apache.org



Problem running Apache Gump [vmgump]

2019-05-30 Thread gump
There is a problem with run 'vmgump' (31052019_02), location : 
http://gump-vm.apache.org/

The log ought be at:
   http://gump-vm.apache.org/gump_log.txt

The last (up to) 50 lines of the log are :
Perform Subversion Checkout/Update on #[(1, 87)] : gump
Loading prefix map from /tmp/tmphhsWRf.properties
java.io.FileNotFoundException: /tmp/tmphhsWRf.properties (No such file or 
directory)
at java.base/java.io.FileInputStream.open0(Native Method)
at java.base/java.io.FileInputStream.open(FileInputStream.java:219)
at java.base/java.io.FileInputStream.(FileInputStream.java:157)
at java.base/java.io.FileInputStream.(FileInputStream.java:112)
at org.apache.gump.mvnrepoproxy.Main.main(Main.java:98)
Build Project: #[(1, 202)] : ant-1.6.5-pom :  [state:Unset]
SQL Warning::(1292, "Incorrect 
datetime value: '-00-00 00:00:00' for column 'start' at row 1")
SQL Error on [INSERT INTO gump_public.gump_project_run (state, project_name, 
reason, run_id) VALUES (2, 'ant-1.6.5-pom', 0, 
'91697A5FC6B22596CA3CEBE36B98FF0B')] : (1292, "Incorrect datetime value: 
'-00-00 00:00:00' for column 'start' at row 1")
Traceback (most recent call last):
  File "/srv/gump/public/gump/python/gump/util/mysql.py", line 244, in insert
affected = cursor.execute(statement)
  File "/usr/lib/python2.7/dist-packages/MySQLdb/cursors.py", line 250, in 
execute
self.errorhandler(self, exc, value)
  File "/usr/lib/python2.7/dist-packages/MySQLdb/connections.py", line 50, in 
defaulterrorhandler
raise errorvalue
OperationalError: (1292, "Incorrect datetime value: '-00-00 00:00:00' for 
column 'start' at row 1")
Traceback (most recent call last):
  File "bin/integrate.py", line 114, in 
irun()
  File "bin/integrate.py", line 91, in irun
result = getRunner(run).perform()
  File "/srv/gump/public/gump/python/gump/core/runner/runner.py", line 262, in 
perform
return self.performRun()
  File "/srv/gump/public/gump/python/gump/core/runner/demand.py", line 199, in 
performRun
self.performBuild(project)
  File "/srv/gump/public/gump/python/gump/core/runner/demand.py", line 130, in 
performBuild
self.run.generateEvent(project)
  File "/srv/gump/public/gump/python/gump/core/run/gumprun.py", line 203, in 
generateEvent
self._dispatchEvent(EntityRunEvent(self, entity))
  File "/srv/gump/public/gump/python/gump/core/run/gumprun.py", line 186, in 
_dispatchEvent
actor._processEvent(event)
  File "/srv/gump/public/gump/python/gump/core/run/actor.py", line 83, in 
_processEvent
self.processEvent(event)
  File "/srv/gump/public/gump/python/gump/core/run/actor.py", line 125, in 
processEvent
self._processProject(entity)
  File "/srv/gump/public/gump/python/gump/core/run/actor.py", line 172, in 
_processProject
self.processProject(project)
  File "/srv/gump/public/gump/python/gump/actor/mysql/databaser.py", line 101, 
in processProject
helper.insert('gump_project_run', settings)
  File "/srv/gump/public/gump/python/gump/util/mysql.py", line 244, in insert
affected = cursor.execute(statement)
  File "/usr/lib/python2.7/dist-packages/MySQLdb/cursors.py", line 250, in 
execute
self.errorhandler(self, exc, value)
  File "/usr/lib/python2.7/dist-packages/MySQLdb/connections.py", line 50, in 
defaulterrorhandler
raise errorvalue
_mysql_exceptions.OperationalError: (1292, "Incorrect datetime value: 
'-00-00 00:00:00' for column 'start' at row 1")
Process Exit Code : 1
--
Gump Version: 2.0.2-alpha-0003

-
To unsubscribe, e-mail: general-unsubscr...@gump.apache.org
For additional commands, e-mail: general-h...@gump.apache.org



Problem running Apache Gump [vmgump]

2019-05-30 Thread gump
There is a problem with run 'vmgump' (30052019_192252), location : 
http://gump-vm.apache.org/

The log ought be at:
   http://gump-vm.apache.org/gump_log.txt

The last (up to) 50 lines of the log are :
SQL Error on [INSERT INTO gump_public.gump_repository_stats (repository_name, 
sequence_in_state) VALUES ('pcre', 1)] : (1292, "Incorrect datetime value: 
'-00-00 00:00:00' for column 'first' at row 1")
Traceback (most recent call last):
  File "/srv/gump/public/gump/python/gump/util/mysql.py", line 244, in insert
affected = cursor.execute(statement)
  File "/usr/lib/python2.7/dist-packages/MySQLdb/cursors.py", line 250, in 
execute
self.errorhandler(self, exc, value)
  File "/usr/lib/python2.7/dist-packages/MySQLdb/connections.py", line 50, in 
defaulterrorhandler
raise errorvalue
OperationalError: (1292, "Incorrect datetime value: '-00-00 00:00:00' for 
column 'first' at row 1")
Traceback (most recent call last):
  File "bin/integrate.py", line 114, in 
irun()
  File "bin/integrate.py", line 91, in irun
result = getRunner(run).perform()
  File "/srv/gump/public/gump/python/gump/core/runner/runner.py", line 262, in 
perform
return self.performRun()
  File "/srv/gump/public/gump/python/gump/core/runner/demand.py", line 214, in 
performRun
self.finalize()
  File "/srv/gump/public/gump/python/gump/core/runner/runner.py", line 240, in 
finalize
self.run._dispatchEvent(FinalizeRunEvent(self.run))
  File "/srv/gump/public/gump/python/gump/core/run/gumprun.py", line 186, in 
_dispatchEvent
actor._processEvent(event)
  File "/srv/gump/public/gump/python/gump/core/run/actor.py", line 83, in 
_processEvent
self.processEvent(event)
  File "/srv/gump/public/gump/python/gump/core/run/actor.py", line 127, in 
processEvent
self._processOtherEvent(event)
  File "/srv/gump/public/gump/python/gump/core/run/actor.py", line 184, in 
_processOtherEvent
self.processOtherEvent(event)
  File "/srv/gump/public/gump/python/gump/actor/stats/statistician.py", line 
66, in processOtherEvent
self.updateStatistics()
  File "/srv/gump/public/gump/python/gump/actor/stats/statistician.py", line 
133, in updateStatistics
self.db.putRepositoryStats(rs) 
  File "/srv/gump/public/gump/python/gump/actor/stats/mysql/statsdb.py", line 
134, in putRepositoryStats
self._putStats('gump_repository_stats', 'repository_name', stats)
  File "/srv/gump/public/gump/python/gump/actor/stats/mysql/statsdb.py", line 
198, in _putStats
self._with_reconnect_on_error(setter)
  File "/srv/gump/public/gump/python/gump/actor/stats/mysql/statsdb.py", line 
272, in _with_reconnect_on_error
return command(self._get_helper())
  File "/srv/gump/public/gump/python/gump/actor/stats/mysql/statsdb.py", line 
194, in setter
helper.set(table_name, column_name, stats.name, settings)
  File "/srv/gump/public/gump/python/gump/util/mysql.py", line 213, in set
self.insert(table_name, settings)
  File "/srv/gump/public/gump/python/gump/util/mysql.py", line 244, in insert
affected = cursor.execute(statement)
  File "/usr/lib/python2.7/dist-packages/MySQLdb/cursors.py", line 250, in 
execute
self.errorhandler(self, exc, value)
  File "/usr/lib/python2.7/dist-packages/MySQLdb/connections.py", line 50, in 
defaulterrorhandler
raise errorvalue
_mysql_exceptions.OperationalError: (1292, "Incorrect datetime value: 
'-00-00 00:00:00' for column 'first' at row 1")
Process Exit Code : 1
--
Gump Version: 2.0.2-alpha-0003

-
To unsubscribe, e-mail: general-unsubscr...@gump.apache.org
For additional commands, e-mail: general-h...@gump.apache.org



Problem running Apache Gump [vmgump]

2019-05-30 Thread gump
There is a problem with run 'vmgump' (30052019_180002), location : 
http://gump-vm.apache.org/

The log ought be at:
   http://gump-vm.apache.org/gump_log.txt

The last (up to) 50 lines of the log are :
SQL Error on [INSERT INTO gump_public.gump_repository_stats (repository_name, 
sequence_in_state) VALUES ('pcre', 1)] : (1292, "Incorrect datetime value: 
'-00-00 00:00:00' for column 'first' at row 1")
Traceback (most recent call last):
  File "/srv/gump/public/gump/python/gump/util/mysql.py", line 244, in insert
affected = cursor.execute(statement)
  File "/usr/lib/python2.7/dist-packages/MySQLdb/cursors.py", line 250, in 
execute
self.errorhandler(self, exc, value)
  File "/usr/lib/python2.7/dist-packages/MySQLdb/connections.py", line 50, in 
defaulterrorhandler
raise errorvalue
OperationalError: (1292, "Incorrect datetime value: '-00-00 00:00:00' for 
column 'first' at row 1")
Traceback (most recent call last):
  File "bin/integrate.py", line 114, in 
irun()
  File "bin/integrate.py", line 91, in irun
result = getRunner(run).perform()
  File "/srv/gump/public/gump/python/gump/core/runner/runner.py", line 262, in 
perform
return self.performRun()
  File "/srv/gump/public/gump/python/gump/core/runner/demand.py", line 214, in 
performRun
self.finalize()
  File "/srv/gump/public/gump/python/gump/core/runner/runner.py", line 240, in 
finalize
self.run._dispatchEvent(FinalizeRunEvent(self.run))
  File "/srv/gump/public/gump/python/gump/core/run/gumprun.py", line 186, in 
_dispatchEvent
actor._processEvent(event)
  File "/srv/gump/public/gump/python/gump/core/run/actor.py", line 83, in 
_processEvent
self.processEvent(event)
  File "/srv/gump/public/gump/python/gump/core/run/actor.py", line 127, in 
processEvent
self._processOtherEvent(event)
  File "/srv/gump/public/gump/python/gump/core/run/actor.py", line 184, in 
_processOtherEvent
self.processOtherEvent(event)
  File "/srv/gump/public/gump/python/gump/actor/stats/statistician.py", line 
66, in processOtherEvent
self.updateStatistics()
  File "/srv/gump/public/gump/python/gump/actor/stats/statistician.py", line 
133, in updateStatistics
self.db.putRepositoryStats(rs) 
  File "/srv/gump/public/gump/python/gump/actor/stats/mysql/statsdb.py", line 
134, in putRepositoryStats
self._putStats('gump_repository_stats', 'repository_name', stats)
  File "/srv/gump/public/gump/python/gump/actor/stats/mysql/statsdb.py", line 
198, in _putStats
self._with_reconnect_on_error(setter)
  File "/srv/gump/public/gump/python/gump/actor/stats/mysql/statsdb.py", line 
272, in _with_reconnect_on_error
return command(self._get_helper())
  File "/srv/gump/public/gump/python/gump/actor/stats/mysql/statsdb.py", line 
194, in setter
helper.set(table_name, column_name, stats.name, settings)
  File "/srv/gump/public/gump/python/gump/util/mysql.py", line 213, in set
self.insert(table_name, settings)
  File "/srv/gump/public/gump/python/gump/util/mysql.py", line 244, in insert
affected = cursor.execute(statement)
  File "/usr/lib/python2.7/dist-packages/MySQLdb/cursors.py", line 250, in 
execute
self.errorhandler(self, exc, value)
  File "/usr/lib/python2.7/dist-packages/MySQLdb/connections.py", line 50, in 
defaulterrorhandler
raise errorvalue
_mysql_exceptions.OperationalError: (1292, "Incorrect datetime value: 
'-00-00 00:00:00' for column 'first' at row 1")
Process Exit Code : 1
--
Gump Version: 2.0.2-alpha-0003

-
To unsubscribe, e-mail: general-unsubscr...@gump.apache.org
For additional commands, e-mail: general-h...@gump.apache.org



Problem running Apache Gump [vmgump]

2019-05-30 Thread gump
There is a problem with run 'vmgump' (30052019_145734), location : 
http://gump-vm.apache.org/

The log ought be at:
   http://gump-vm.apache.org/gump_log.txt

The last (up to) 50 lines of the log are :
SQL Error on [INSERT INTO gump_public.gump_repository_stats (repository_name, 
sequence_in_state) VALUES ('pcre', 1)] : (1292, "Incorrect datetime value: 
'-00-00 00:00:00' for column 'first' at row 1")
Traceback (most recent call last):
  File "/srv/gump/public/gump/python/gump/util/mysql.py", line 244, in insert
affected = cursor.execute(statement)
  File "/usr/lib/python2.7/dist-packages/MySQLdb/cursors.py", line 250, in 
execute
self.errorhandler(self, exc, value)
  File "/usr/lib/python2.7/dist-packages/MySQLdb/connections.py", line 50, in 
defaulterrorhandler
raise errorvalue
OperationalError: (1292, "Incorrect datetime value: '-00-00 00:00:00' for 
column 'first' at row 1")
Traceback (most recent call last):
  File "bin/integrate.py", line 114, in 
irun()
  File "bin/integrate.py", line 91, in irun
result = getRunner(run).perform()
  File "/srv/gump/public/gump/python/gump/core/runner/runner.py", line 262, in 
perform
return self.performRun()
  File "/srv/gump/public/gump/python/gump/core/runner/demand.py", line 214, in 
performRun
self.finalize()
  File "/srv/gump/public/gump/python/gump/core/runner/runner.py", line 240, in 
finalize
self.run._dispatchEvent(FinalizeRunEvent(self.run))
  File "/srv/gump/public/gump/python/gump/core/run/gumprun.py", line 186, in 
_dispatchEvent
actor._processEvent(event)
  File "/srv/gump/public/gump/python/gump/core/run/actor.py", line 83, in 
_processEvent
self.processEvent(event)
  File "/srv/gump/public/gump/python/gump/core/run/actor.py", line 127, in 
processEvent
self._processOtherEvent(event)
  File "/srv/gump/public/gump/python/gump/core/run/actor.py", line 184, in 
_processOtherEvent
self.processOtherEvent(event)
  File "/srv/gump/public/gump/python/gump/actor/stats/statistician.py", line 
66, in processOtherEvent
self.updateStatistics()
  File "/srv/gump/public/gump/python/gump/actor/stats/statistician.py", line 
133, in updateStatistics
self.db.putRepositoryStats(rs) 
  File "/srv/gump/public/gump/python/gump/actor/stats/mysql/statsdb.py", line 
134, in putRepositoryStats
self._putStats('gump_repository_stats', 'repository_name', stats)
  File "/srv/gump/public/gump/python/gump/actor/stats/mysql/statsdb.py", line 
198, in _putStats
self._with_reconnect_on_error(setter)
  File "/srv/gump/public/gump/python/gump/actor/stats/mysql/statsdb.py", line 
272, in _with_reconnect_on_error
return command(self._get_helper())
  File "/srv/gump/public/gump/python/gump/actor/stats/mysql/statsdb.py", line 
194, in setter
helper.set(table_name, column_name, stats.name, settings)
  File "/srv/gump/public/gump/python/gump/util/mysql.py", line 213, in set
self.insert(table_name, settings)
  File "/srv/gump/public/gump/python/gump/util/mysql.py", line 244, in insert
affected = cursor.execute(statement)
  File "/usr/lib/python2.7/dist-packages/MySQLdb/cursors.py", line 250, in 
execute
self.errorhandler(self, exc, value)
  File "/usr/lib/python2.7/dist-packages/MySQLdb/connections.py", line 50, in 
defaulterrorhandler
raise errorvalue
_mysql_exceptions.OperationalError: (1292, "Incorrect datetime value: 
'-00-00 00:00:00' for column 'first' at row 1")
Process Exit Code : 1
--
Gump Version: 2.0.2-alpha-0003

-
To unsubscribe, e-mail: general-unsubscr...@gump.apache.org
For additional commands, e-mail: general-h...@gump.apache.org



Problem running Apache Gump [vmgump]

2019-05-30 Thread gump
There is a problem with run 'vmgump' (30052019_130209), location : 
http://gump-vm.apache.org/

The log ought be at:
   http://gump-vm.apache.org/gump_log.txt

The last (up to) 50 lines of the log are :
SQL Error on [INSERT INTO gump_public.gump_repository_stats (repository_name, 
sequence_in_state) VALUES ('pcre', 10103)] : (1292, "Incorrect datetime value: 
'-00-00 00:00:00' for column 'first' at row 1")
Traceback (most recent call last):
  File "/srv/gump/public/gump/python/gump/util/mysql.py", line 244, in insert
affected = cursor.execute(statement)
  File "/usr/lib/python2.7/dist-packages/MySQLdb/cursors.py", line 250, in 
execute
self.errorhandler(self, exc, value)
  File "/usr/lib/python2.7/dist-packages/MySQLdb/connections.py", line 50, in 
defaulterrorhandler
raise errorvalue
OperationalError: (1292, "Incorrect datetime value: '-00-00 00:00:00' for 
column 'first' at row 1")
Traceback (most recent call last):
  File "bin/integrate.py", line 114, in 
irun()
  File "bin/integrate.py", line 91, in irun
result = getRunner(run).perform()
  File "/srv/gump/public/gump/python/gump/core/runner/runner.py", line 262, in 
perform
return self.performRun()
  File "/srv/gump/public/gump/python/gump/core/runner/demand.py", line 214, in 
performRun
self.finalize()
  File "/srv/gump/public/gump/python/gump/core/runner/runner.py", line 240, in 
finalize
self.run._dispatchEvent(FinalizeRunEvent(self.run))
  File "/srv/gump/public/gump/python/gump/core/run/gumprun.py", line 186, in 
_dispatchEvent
actor._processEvent(event)
  File "/srv/gump/public/gump/python/gump/core/run/actor.py", line 83, in 
_processEvent
self.processEvent(event)
  File "/srv/gump/public/gump/python/gump/core/run/actor.py", line 127, in 
processEvent
self._processOtherEvent(event)
  File "/srv/gump/public/gump/python/gump/core/run/actor.py", line 184, in 
_processOtherEvent
self.processOtherEvent(event)
  File "/srv/gump/public/gump/python/gump/actor/stats/statistician.py", line 
66, in processOtherEvent
self.updateStatistics()
  File "/srv/gump/public/gump/python/gump/actor/stats/statistician.py", line 
133, in updateStatistics
self.db.putRepositoryStats(rs) 
  File "/srv/gump/public/gump/python/gump/actor/stats/mysql/statsdb.py", line 
134, in putRepositoryStats
self._putStats('gump_repository_stats', 'repository_name', stats)
  File "/srv/gump/public/gump/python/gump/actor/stats/mysql/statsdb.py", line 
198, in _putStats
self._with_reconnect_on_error(setter)
  File "/srv/gump/public/gump/python/gump/actor/stats/mysql/statsdb.py", line 
272, in _with_reconnect_on_error
return command(self._get_helper())
  File "/srv/gump/public/gump/python/gump/actor/stats/mysql/statsdb.py", line 
194, in setter
helper.set(table_name, column_name, stats.name, settings)
  File "/srv/gump/public/gump/python/gump/util/mysql.py", line 213, in set
self.insert(table_name, settings)
  File "/srv/gump/public/gump/python/gump/util/mysql.py", line 244, in insert
affected = cursor.execute(statement)
  File "/usr/lib/python2.7/dist-packages/MySQLdb/cursors.py", line 250, in 
execute
self.errorhandler(self, exc, value)
  File "/usr/lib/python2.7/dist-packages/MySQLdb/connections.py", line 50, in 
defaulterrorhandler
raise errorvalue
_mysql_exceptions.OperationalError: (1292, "Incorrect datetime value: 
'-00-00 00:00:00' for column 'first' at row 1")
Process Exit Code : 1
--
Gump Version: 2.0.2-alpha-0003

-
To unsubscribe, e-mail: general-unsubscr...@gump.apache.org
For additional commands, e-mail: general-h...@gump.apache.org



Problem running Apache Gump [vmgump]

2019-05-30 Thread gump
There is a problem with run 'vmgump' (30052019_125523), location : 
http://gump-vm.apache.org/

The log ought be at:
   http://gump-vm.apache.org/gump_log.txt

The last (up to) 50 lines of the log are :
Detected [git --version]
Detected [darcs --version]
Detected [hg --version]
Detected [bzr --version]
Detected [gradle --version]
Unable to register RDF Describer :  cannot import name TYPE 
Traceback (most recent call last):
  File "/srv/gump/public/gump/python/gump/core/runner/runner.py", line 206, in 
initializeActors
import gump.actor.rdf.describer
  File "/srv/gump/public/gump/python/gump/actor/rdf/describer.py", line 43, in 

from rdflib import TYPE
ImportError: cannot import name TYPE
Caught an exception from DB, reconnecting
Traceback (most recent call last):
  File "bin/integrate.py", line 114, in 
irun()
  File "bin/integrate.py", line 91, in irun
result = getRunner(run).perform()
  File "/srv/gump/public/gump/python/gump/core/runner/runner.py", line 262, in 
perform
return self.performRun()
  File "/srv/gump/public/gump/python/gump/core/runner/demand.py", line 152, in 
performRun
self.initialize(True)
  File "/srv/gump/public/gump/python/gump/core/runner/runner.py", line 127, in 
initialize
self.run._dispatchEvent(InitializeRunEvent(self.run))
  File "/srv/gump/public/gump/python/gump/core/run/gumprun.py", line 186, in 
_dispatchEvent
actor._processEvent(event)
  File "/srv/gump/public/gump/python/gump/core/run/actor.py", line 83, in 
_processEvent
self.processEvent(event)
  File "/srv/gump/public/gump/python/gump/core/run/actor.py", line 127, in 
processEvent
self._processOtherEvent(event)
  File "/srv/gump/public/gump/python/gump/core/run/actor.py", line 184, in 
_processOtherEvent
self.processOtherEvent(event)
  File "/srv/gump/public/gump/python/gump/actor/stats/statistician.py", line 
63, in processOtherEvent
self.loadStatistics()
  File "/srv/gump/public/gump/python/gump/actor/stats/statistician.py", line 
79, in loadStatistics
ws=self.db.getWorkspaceStats(self.workspace.getName())
  File "/srv/gump/public/gump/python/gump/actor/stats/mysql/statsdb.py", line 
96, in getWorkspaceStats
workspaceName,stats)
  File "/srv/gump/public/gump/python/gump/actor/stats/mysql/statsdb.py", line 
177, in _getStats
lambda helper:
  File "/srv/gump/public/gump/python/gump/actor/stats/mysql/statsdb.py", line 
272, in _with_reconnect_on_error
return command(self._get_helper())
  File "/srv/gump/public/gump/python/gump/actor/stats/mysql/statsdb.py", line 
83, in _get_helper
cursorclass = MySQLdb.cursors.DictCursor)
  File "/usr/lib/python2.7/dist-packages/MySQLdb/__init__.py", line 86, in 
Connect
return Connection(*args, **kwargs)
  File "/usr/lib/python2.7/dist-packages/MySQLdb/connections.py", line 204, in 
__init__
super(Connection, self).__init__(*args, **kwargs2)
_mysql_exceptions.OperationalError: (1049, "Unknown database 'gump_public'")
Process Exit Code : 1
--
Gump Version: 2.0.2-alpha-0003

-
To unsubscribe, e-mail: general-unsubscr...@gump.apache.org
For additional commands, e-mail: general-h...@gump.apache.org



Problem running Apache Gump [vmgump]

2019-05-30 Thread gump
There is a problem with run 'vmgump' (30052019_120001), location : 
http://gump-vm.apache.org/

The log ought be at:
   http://gump-vm.apache.org/gump_log.txt

The last (up to) 50 lines of the log are :
Detected [git --version]
Detected [darcs --version]
Detected [hg --version]
Detected [bzr --version]
Detected [gradle --version]
Unable to register RDF Describer :  cannot import name TYPE 
Traceback (most recent call last):
  File "/srv/gump/public/gump/python/gump/core/runner/runner.py", line 206, in 
initializeActors
import gump.actor.rdf.describer
  File "/srv/gump/public/gump/python/gump/actor/rdf/describer.py", line 43, in 

from rdflib import TYPE
ImportError: cannot import name TYPE
Caught an exception from DB, reconnecting
Traceback (most recent call last):
  File "bin/integrate.py", line 114, in 
irun()
  File "bin/integrate.py", line 91, in irun
result = getRunner(run).perform()
  File "/srv/gump/public/gump/python/gump/core/runner/runner.py", line 262, in 
perform
return self.performRun()
  File "/srv/gump/public/gump/python/gump/core/runner/demand.py", line 152, in 
performRun
self.initialize(True)
  File "/srv/gump/public/gump/python/gump/core/runner/runner.py", line 127, in 
initialize
self.run._dispatchEvent(InitializeRunEvent(self.run))
  File "/srv/gump/public/gump/python/gump/core/run/gumprun.py", line 186, in 
_dispatchEvent
actor._processEvent(event)
  File "/srv/gump/public/gump/python/gump/core/run/actor.py", line 83, in 
_processEvent
self.processEvent(event)
  File "/srv/gump/public/gump/python/gump/core/run/actor.py", line 127, in 
processEvent
self._processOtherEvent(event)
  File "/srv/gump/public/gump/python/gump/core/run/actor.py", line 184, in 
_processOtherEvent
self.processOtherEvent(event)
  File "/srv/gump/public/gump/python/gump/actor/stats/statistician.py", line 
63, in processOtherEvent
self.loadStatistics()
  File "/srv/gump/public/gump/python/gump/actor/stats/statistician.py", line 
79, in loadStatistics
ws=self.db.getWorkspaceStats(self.workspace.getName())
  File "/srv/gump/public/gump/python/gump/actor/stats/mysql/statsdb.py", line 
96, in getWorkspaceStats
workspaceName,stats)
  File "/srv/gump/public/gump/python/gump/actor/stats/mysql/statsdb.py", line 
177, in _getStats
lambda helper:
  File "/srv/gump/public/gump/python/gump/actor/stats/mysql/statsdb.py", line 
272, in _with_reconnect_on_error
return command(self._get_helper())
  File "/srv/gump/public/gump/python/gump/actor/stats/mysql/statsdb.py", line 
83, in _get_helper
cursorclass = MySQLdb.cursors.DictCursor)
  File "/usr/lib/python2.7/dist-packages/MySQLdb/__init__.py", line 86, in 
Connect
return Connection(*args, **kwargs)
  File "/usr/lib/python2.7/dist-packages/MySQLdb/connections.py", line 204, in 
__init__
super(Connection, self).__init__(*args, **kwargs2)
_mysql_exceptions.OperationalError: (1045, "Access denied for user 
'gump'@'localhost' (using password: YES)")
Process Exit Code : 1
--
Gump Version: 2.0.2-alpha-0003

-
To unsubscribe, e-mail: general-unsubscr...@gump.apache.org
For additional commands, e-mail: general-h...@gump.apache.org



Problem running Apache Gump [vmgump]

2019-05-30 Thread gump
There is a problem with run 'vmgump' (30052019_060001), location : 
http://gump-vm.apache.org/

The log ought be at:
   http://gump-vm.apache.org/gump_log.txt

The last (up to) 50 lines of the log are :
Detected [git --version]
Detected [darcs --version]
Detected [hg --version]
Detected [bzr --version]
Detected [gradle --version]
Unable to register RDF Describer :  cannot import name TYPE 
Traceback (most recent call last):
  File "/srv/gump/public/gump/python/gump/core/runner/runner.py", line 206, in 
initializeActors
import gump.actor.rdf.describer
  File "/srv/gump/public/gump/python/gump/actor/rdf/describer.py", line 43, in 

from rdflib import TYPE
ImportError: cannot import name TYPE
Caught an exception from DB, reconnecting
Traceback (most recent call last):
  File "bin/integrate.py", line 114, in 
irun()
  File "bin/integrate.py", line 91, in irun
result = getRunner(run).perform()
  File "/srv/gump/public/gump/python/gump/core/runner/runner.py", line 262, in 
perform
return self.performRun()
  File "/srv/gump/public/gump/python/gump/core/runner/demand.py", line 152, in 
performRun
self.initialize(True)
  File "/srv/gump/public/gump/python/gump/core/runner/runner.py", line 127, in 
initialize
self.run._dispatchEvent(InitializeRunEvent(self.run))
  File "/srv/gump/public/gump/python/gump/core/run/gumprun.py", line 186, in 
_dispatchEvent
actor._processEvent(event)
  File "/srv/gump/public/gump/python/gump/core/run/actor.py", line 83, in 
_processEvent
self.processEvent(event)
  File "/srv/gump/public/gump/python/gump/core/run/actor.py", line 127, in 
processEvent
self._processOtherEvent(event)
  File "/srv/gump/public/gump/python/gump/core/run/actor.py", line 184, in 
_processOtherEvent
self.processOtherEvent(event)
  File "/srv/gump/public/gump/python/gump/actor/stats/statistician.py", line 
63, in processOtherEvent
self.loadStatistics()
  File "/srv/gump/public/gump/python/gump/actor/stats/statistician.py", line 
79, in loadStatistics
ws=self.db.getWorkspaceStats(self.workspace.getName())
  File "/srv/gump/public/gump/python/gump/actor/stats/mysql/statsdb.py", line 
96, in getWorkspaceStats
workspaceName,stats)
  File "/srv/gump/public/gump/python/gump/actor/stats/mysql/statsdb.py", line 
177, in _getStats
lambda helper:
  File "/srv/gump/public/gump/python/gump/actor/stats/mysql/statsdb.py", line 
272, in _with_reconnect_on_error
return command(self._get_helper())
  File "/srv/gump/public/gump/python/gump/actor/stats/mysql/statsdb.py", line 
83, in _get_helper
cursorclass = MySQLdb.cursors.DictCursor)
  File "/usr/lib/python2.7/dist-packages/MySQLdb/__init__.py", line 86, in 
Connect
return Connection(*args, **kwargs)
  File "/usr/lib/python2.7/dist-packages/MySQLdb/connections.py", line 204, in 
__init__
super(Connection, self).__init__(*args, **kwargs2)
_mysql_exceptions.OperationalError: (1045, "Access denied for user 
'gump'@'localhost' (using password: YES)")
Process Exit Code : 1
--
Gump Version: 2.0.2-alpha-0003

-
To unsubscribe, e-mail: general-unsubscr...@gump.apache.org
For additional commands, e-mail: general-h...@gump.apache.org



Problem running Apache Gump [vmgump]

2019-04-17 Thread gump
There is a problem with run 'vmgump' (17042019_060001), location : 
http://vmgump-vm3.apache.org/

The log ought be at:
   http://vmgump-vm3.apache.org/gump_log.txt

The last (up to) 50 lines of the log are :
- GUMP run on host   : vmgump-vm3
- GUMP run @ : 17 Apr 2019 06:00:01
- GUMP run @  UTC: 17 Apr 2019 06:00:01
- GUMP run by Python : '2.7.6 (default, Nov 13 2018, 12:45:42) \n[GCC 4.8.4]'
- GUMP run by Python : '/usr/bin/python'
- GUMP run by Gump   : 2.0.2-alpha-0003
- GUMP run on OS : 'posix'
- GUMP run in env: 
  GUMP_PYTHON -> [/usr/bin/python]
  LOGNAME -> [gump]
  MAVEN_HOME -> [/opt/maven]
  M3_HOME -> [/opt/maven3]
  LANG -> [en_US.utf8]
  GUMP_HOME -> [/srv/gump/public/gump]
  SHELL -> [/bin/sh]
  LANGUAGE -> [en_US:]
  SHLVL -> [1]
  LOCAL_ENV -> [local-env.sh]
  M2_HOME -> [/opt/maven2]
  JAVA_HOME -> [/usr/lib/jvm/java-8-oracle]
  HOME -> [/home/gump]
  HOST_LOCAL_ENV -> [local-env-vmgump-vm3.sh]
  HOST_LOCAL_POST_RUN -> [local-post-run-vmgump-vm3.sh]
  PATH -> [/usr/bin:/bin:/opt/maven/bin:/opt/maven2/bin:/opt/gradle/bin]
  HOST_LOCAL_PRE_RUN -> [local-pre-run-vmgump-vm3.sh]
  _ -> [/usr/bin/python]
  GRADLE_HOME -> [/opt/gradle]
  GUMP_HOST -> [vmgump-vm3]
  PWD -> [/srv/gump/public/gump/cron]
  MVN_PROXY_HOME -> [/opt/repoproxy]
  GUMP_WORKSPACE -> [/srv/gump/public/gump/metadata/vmgump]
- GUMP base directory : /srv/gump/public/workspace
- GUMP base path  : /srv/gump/public/workspace
- GUMP mail server: localhost
- GUMP mail port  : 25
- GUMP mail from  : g...@vmgump-vm3.apache.org
- GUMP mail to: general@gump.apache.org
- GUMP log is @   : http://vmgump-vm3.apache.org/
- GUMP log is @   : /srv/gump/public/workspace/log
 - GUMP PYTHONPATH  :  /srv/gump/public/gump/python
Execute : svn update --non-interactive >out.txt 2>&1
Updating '.':
svn: E000110: Unable to connect to a repository at URL 
'https://svn.apache.org/repos/asf/gump/live'
svn: E000110: Error running context: Connection timed out
Process Exit Code : 1
No pre-run script [/srv/gump/public/gump/cron/local-pre-run-vmgump-vm3.sh].
--
Gump Version: 2.0.2-alpha-0003

-
To unsubscribe, e-mail: general-unsubscr...@gump.apache.org
For additional commands, e-mail: general-h...@gump.apache.org



Problem running Apache Gump [vmgump]

2019-04-16 Thread gump
There is a problem with run 'vmgump' (17042019_01), location : 
http://vmgump-vm3.apache.org/

The log ought be at:
   http://vmgump-vm3.apache.org/gump_log.txt

The last (up to) 50 lines of the log are :
- GUMP run on host   : vmgump-vm3
- GUMP run @ : 17 Apr 2019 00:00:01
- GUMP run @  UTC: 17 Apr 2019 00:00:01
- GUMP run by Python : '2.7.6 (default, Nov 13 2018, 12:45:42) \n[GCC 4.8.4]'
- GUMP run by Python : '/usr/bin/python'
- GUMP run by Gump   : 2.0.2-alpha-0003
- GUMP run on OS : 'posix'
- GUMP run in env: 
  GUMP_PYTHON -> [/usr/bin/python]
  LOGNAME -> [gump]
  MAVEN_HOME -> [/opt/maven]
  M3_HOME -> [/opt/maven3]
  LANG -> [en_US.utf8]
  GUMP_HOME -> [/srv/gump/public/gump]
  SHELL -> [/bin/sh]
  LANGUAGE -> [en_US:]
  SHLVL -> [1]
  LOCAL_ENV -> [local-env.sh]
  M2_HOME -> [/opt/maven2]
  JAVA_HOME -> [/usr/lib/jvm/java-8-oracle]
  HOME -> [/home/gump]
  HOST_LOCAL_ENV -> [local-env-vmgump-vm3.sh]
  HOST_LOCAL_POST_RUN -> [local-post-run-vmgump-vm3.sh]
  PATH -> [/usr/bin:/bin:/opt/maven/bin:/opt/maven2/bin:/opt/gradle/bin]
  HOST_LOCAL_PRE_RUN -> [local-pre-run-vmgump-vm3.sh]
  _ -> [/usr/bin/python]
  GRADLE_HOME -> [/opt/gradle]
  GUMP_HOST -> [vmgump-vm3]
  PWD -> [/srv/gump/public/gump/cron]
  MVN_PROXY_HOME -> [/opt/repoproxy]
  GUMP_WORKSPACE -> [/srv/gump/public/gump/metadata/vmgump]
- GUMP base directory : /srv/gump/public/workspace
- GUMP base path  : /srv/gump/public/workspace
- GUMP mail server: localhost
- GUMP mail port  : 25
- GUMP mail from  : g...@vmgump-vm3.apache.org
- GUMP mail to: general@gump.apache.org
- GUMP log is @   : http://vmgump-vm3.apache.org/
- GUMP log is @   : /srv/gump/public/workspace/log
 - GUMP PYTHONPATH  :  /srv/gump/public/gump/python
Execute : svn update --non-interactive >out.txt 2>&1
Updating '.':
svn: E000110: Unable to connect to a repository at URL 
'https://svn.apache.org/repos/asf/gump/live'
svn: E000110: Error running context: Connection timed out
Process Exit Code : 1
No pre-run script [/srv/gump/public/gump/cron/local-pre-run-vmgump-vm3.sh].
--
Gump Version: 2.0.2-alpha-0003

-
To unsubscribe, e-mail: general-unsubscr...@gump.apache.org
For additional commands, e-mail: general-h...@gump.apache.org



Problem running Apache Gump [vmgump]

2018-11-04 Thread gump
There is a problem with run 'vmgump' (04112018_180001), location : 
http://vmgump-vm3.apache.org/

The log ought be at:
   http://vmgump-vm3.apache.org/gump_log.txt

The last (up to) 50 lines of the log are :
- GUMP run on host   : vmgump-vm3
- GUMP run @ : 04 Nov 2018 18:00:01
- GUMP run @  UTC: 04 Nov 2018 18:00:01
- GUMP run by Python : '2.7.6 (default, Nov 23 2017, 15:49:48) \n[GCC 4.8.4]'
- GUMP run by Python : '/usr/bin/python'
- GUMP run by Gump   : 2.0.2-alpha-0003
- GUMP run on OS : 'posix'
- GUMP run in env: 
  GUMP_PYTHON -> [/usr/bin/python]
  LOGNAME -> [gump]
  MAVEN_HOME -> [/opt/maven]
  M3_HOME -> [/opt/maven3]
  LANG -> [en_US.utf8]
  GUMP_HOME -> [/srv/gump/public/gump]
  SHELL -> [/bin/sh]
  LANGUAGE -> [en_US:]
  SHLVL -> [1]
  LOCAL_ENV -> [local-env.sh]
  M2_HOME -> [/opt/maven2]
  JAVA_HOME -> [/usr/lib/jvm/java-8-oracle]
  HOME -> [/home/gump]
  HOST_LOCAL_ENV -> [local-env-vmgump-vm3.sh]
  HOST_LOCAL_POST_RUN -> [local-post-run-vmgump-vm3.sh]
  PATH -> [/usr/bin:/bin:/opt/maven/bin:/opt/maven2/bin:/opt/gradle/bin]
  HOST_LOCAL_PRE_RUN -> [local-pre-run-vmgump-vm3.sh]
  _ -> [/usr/bin/python]
  GRADLE_HOME -> [/opt/gradle]
  GUMP_HOST -> [vmgump-vm3]
  PWD -> [/srv/gump/public/gump/cron]
  MVN_PROXY_HOME -> [/opt/repoproxy]
  GUMP_WORKSPACE -> [/srv/gump/public/gump/metadata/vmgump]
- GUMP base directory : /srv/gump/public/workspace
- GUMP base path  : /srv/gump/public/workspace
- GUMP mail server: localhost
- GUMP mail port  : 25
- GUMP mail from  : g...@vmgump-vm3.apache.org
- GUMP mail to: general@gump.apache.org
- GUMP log is @   : http://vmgump-vm3.apache.org/
- GUMP log is @   : /srv/gump/public/workspace/log
 - GUMP PYTHONPATH  :  /srv/gump/public/gump/python
Execute : svn update --non-interactive >out.txt 2>&1
Updating '.':

Fetching external item into 'metadata':
svn: warning: W120108: Unable to connect to a repository at URL 
'https://svn.apache.org/repos/asf/gump/metadata'

At revision 1845743.
svn: E205011: Failure occurred processing one or more externals definitions
Process Exit Code : 1
No pre-run script [/srv/gump/public/gump/cron/local-pre-run-vmgump-vm3.sh].
--
Gump Version: 2.0.2-alpha-0003

-
To unsubscribe, e-mail: general-unsubscr...@gump.apache.org
For additional commands, e-mail: general-h...@gump.apache.org



Problem running Apache Gump [vmgump]

2018-06-01 Thread gump
There is a problem with run 'vmgump' (01062018_120001), location : 
http://vmgump-vm3.apache.org/

The log ought be at:
   http://vmgump-vm3.apache.org/gump_log.txt

The last (up to) 50 lines of the log are :
Empty [XDocSource] probably isn't good...
Traceback (most recent call last):
  File "bin/integrate.py", line 114, in 
irun()
  File "bin/integrate.py", line 91, in irun
result = getRunner(run).perform()
  File "/srv/gump/public/gump/python/gump/core/runner/runner.py", line 262, in 
perform
return self.performRun()
  File "/srv/gump/public/gump/python/gump/core/runner/demand.py", line 214, in 
performRun
self.finalize()
  File "/srv/gump/public/gump/python/gump/core/runner/runner.py", line 240, in 
finalize
self.run._dispatchEvent(FinalizeRunEvent(self.run))
  File "/srv/gump/public/gump/python/gump/core/run/gumprun.py", line 186, in 
_dispatchEvent
actor._processEvent(event)
  File "/srv/gump/public/gump/python/gump/core/run/actor.py", line 83, in 
_processEvent
self.processEvent(event)
  File "/srv/gump/public/gump/python/gump/core/run/actor.py", line 127, in 
processEvent
self._processOtherEvent(event)
  File "/srv/gump/public/gump/python/gump/core/run/actor.py", line 184, in 
_processOtherEvent
self.processOtherEvent(event)
  File "/srv/gump/public/gump/python/gump/actor/document/documenter.py", line 
48, in processOtherEvent
self.document()
  File "/srv/gump/public/gump/python/gump/actor/document/documenter.py", line 
74, in document
self.documentRun()
  File "/srv/gump/public/gump/python/gump/actor/document/xdocs/documenter.py", 
line 97, in documentRun
self.documentEverythingElse()
  File "/srv/gump/public/gump/python/gump/actor/document/xdocs/documenter.py", 
line 481, in documentEverythingElse
self.documentModule(module)
  File "/srv/gump/public/gump/python/gump/actor/document/xdocs/documenter.py", 
line 1843, in documentModule
self.documentProject(project)
  File "/srv/gump/public/gump/python/gump/actor/document/xdocs/documenter.py", 
line 1991, in documentProject
self.documentProjectDetails(project, realTime)
  File "/srv/gump/public/gump/python/gump/actor/document/xdocs/documenter.py", 
line 2088, in documentProjectDetails
project)
  File "/srv/gump/public/gump/python/gump/actor/document/xdocs/documenter.py", 
line 2294, in documentDependenciesList
dependencyRow.createData())
  File "/srv/gump/public/gump/python/gump/actor/document/xdocs/documenter.py", 
line 3045, in insertLink
link = self.getLink(toObject, fromObject, state)
  File "/srv/gump/public/gump/python/gump/actor/document/xdocs/documenter.py", 
line 3086, in getLink
'.html').serialize()
  File "/srv/gump/public/gump/python/gump/actor/document/xdocs/resolver.py", 
line 110, in getRelativeLocation
toLocation=getLocationForObject(toObject,extn)
  File "/srv/gump/public/gump/python/gump/actor/document/xdocs/resolver.py", 
line 128, in getLocationForObject
getPathForObject(object),
  File "/srv/gump/public/gump/python/gump/actor/document/xdocs/resolver.py", 
line 84, in getPathForObject
path=getPathForObject(object.getModule()).getPostfixed(object.getName())
  File "/srv/gump/public/gump/python/gump/core/model/project.py", line 850, in 
getModule
raise RuntimeError, 'Project [' + self.name + '] not in a module.]'
RuntimeError: Project [bnd] not in a module.]
Process Exit Code : 1
--
Gump Version: 2.0.2-alpha-0003

-
To unsubscribe, e-mail: general-unsubscr...@gump.apache.org
For additional commands, e-mail: general-h...@gump.apache.org



Problem running Apache Gump [vmgump]

2018-04-23 Thread gump
There is a problem with run 'vmgump' (23042018_120001), location : 
http://vmgump-vm3.apache.org/

The log ought be at:
   http://vmgump-vm3.apache.org/gump_log.txt

The last (up to) 50 lines of the log are :
Can't obtain Java properties since Java Environment was not found
Traceback (most recent call last):
  File "bin/integrate.py", line 114, in 
irun()
  File "bin/integrate.py", line 91, in irun
result = getRunner(run).perform()
  File "/srv/gump/public/gump/python/gump/core/runner/runner.py", line 262, in 
perform
return self.performRun()
  File "/srv/gump/public/gump/python/gump/core/runner/demand.py", line 214, in 
performRun
self.finalize()
  File "/srv/gump/public/gump/python/gump/core/runner/runner.py", line 240, in 
finalize
self.run._dispatchEvent(FinalizeRunEvent(self.run))
  File "/srv/gump/public/gump/python/gump/core/run/gumprun.py", line 186, in 
_dispatchEvent
actor._processEvent(event)
  File "/srv/gump/public/gump/python/gump/core/run/actor.py", line 83, in 
_processEvent
self.processEvent(event)
  File "/srv/gump/public/gump/python/gump/core/run/actor.py", line 127, in 
processEvent
self._processOtherEvent(event)
  File "/srv/gump/public/gump/python/gump/core/run/actor.py", line 184, in 
_processOtherEvent
self.processOtherEvent(event)
  File "/srv/gump/public/gump/python/gump/actor/document/documenter.py", line 
48, in processOtherEvent
self.document()
  File "/srv/gump/public/gump/python/gump/actor/document/documenter.py", line 
74, in document
self.documentRun()
  File "/srv/gump/public/gump/python/gump/actor/document/xdocs/documenter.py", 
line 97, in documentRun
self.documentEverythingElse()
  File "/srv/gump/public/gump/python/gump/actor/document/xdocs/documenter.py", 
line 481, in documentEverythingElse
self.documentModule(module)
  File "/srv/gump/public/gump/python/gump/actor/document/xdocs/documenter.py", 
line 1843, in documentModule
self.documentProject(project)
  File "/srv/gump/public/gump/python/gump/actor/document/xdocs/documenter.py", 
line 1991, in documentProject
self.documentProjectDetails(project, realTime)
  File "/srv/gump/public/gump/python/gump/actor/document/xdocs/documenter.py", 
line 2088, in documentProjectDetails
project)
  File "/srv/gump/public/gump/python/gump/actor/document/xdocs/documenter.py", 
line 2294, in documentDependenciesList
dependencyRow.createData())
  File "/srv/gump/public/gump/python/gump/actor/document/xdocs/documenter.py", 
line 3045, in insertLink
link = self.getLink(toObject, fromObject, state)
  File "/srv/gump/public/gump/python/gump/actor/document/xdocs/documenter.py", 
line 3086, in getLink
'.html').serialize()
  File "/srv/gump/public/gump/python/gump/actor/document/xdocs/resolver.py", 
line 110, in getRelativeLocation
toLocation=getLocationForObject(toObject,extn)
  File "/srv/gump/public/gump/python/gump/actor/document/xdocs/resolver.py", 
line 128, in getLocationForObject
getPathForObject(object),
  File "/srv/gump/public/gump/python/gump/actor/document/xdocs/resolver.py", 
line 84, in getPathForObject
path=getPathForObject(object.getModule()).getPostfixed(object.getName())
  File "/srv/gump/public/gump/python/gump/core/model/project.py", line 850, in 
getModule
raise RuntimeError, 'Project [' + self.name + '] not in a module.]'
RuntimeError: Project [zstd-jni] not in a module.]
Process Exit Code : 1
--
Gump Version: 2.0.2-alpha-0003

-
To unsubscribe, e-mail: general-unsubscr...@gump.apache.org
For additional commands, e-mail: general-h...@gump.apache.org



Re: Problem running Apache Gump [vmgump]

2018-04-23 Thread Stefan Bodewig
my fault, sorry, forgot to add the new zlib-jni project to the
workspace.

Stefan

-
To unsubscribe, e-mail: general-unsubscr...@gump.apache.org
For additional commands, e-mail: general-h...@gump.apache.org



Problem running Apache Gump [vmgump]

2018-04-23 Thread gump
There is a problem with run 'vmgump' (23042018_060001), location : 
http://vmgump-vm3.apache.org/

The log ought be at:
   http://vmgump-vm3.apache.org/gump_log.txt

The last (up to) 50 lines of the log are :
Can't obtain Java properties since Java Environment was not found
Traceback (most recent call last):
  File "bin/integrate.py", line 114, in 
irun()
  File "bin/integrate.py", line 91, in irun
result = getRunner(run).perform()
  File "/srv/gump/public/gump/python/gump/core/runner/runner.py", line 262, in 
perform
return self.performRun()
  File "/srv/gump/public/gump/python/gump/core/runner/demand.py", line 214, in 
performRun
self.finalize()
  File "/srv/gump/public/gump/python/gump/core/runner/runner.py", line 240, in 
finalize
self.run._dispatchEvent(FinalizeRunEvent(self.run))
  File "/srv/gump/public/gump/python/gump/core/run/gumprun.py", line 186, in 
_dispatchEvent
actor._processEvent(event)
  File "/srv/gump/public/gump/python/gump/core/run/actor.py", line 83, in 
_processEvent
self.processEvent(event)
  File "/srv/gump/public/gump/python/gump/core/run/actor.py", line 127, in 
processEvent
self._processOtherEvent(event)
  File "/srv/gump/public/gump/python/gump/core/run/actor.py", line 184, in 
_processOtherEvent
self.processOtherEvent(event)
  File "/srv/gump/public/gump/python/gump/actor/document/documenter.py", line 
48, in processOtherEvent
self.document()
  File "/srv/gump/public/gump/python/gump/actor/document/documenter.py", line 
74, in document
self.documentRun()
  File "/srv/gump/public/gump/python/gump/actor/document/xdocs/documenter.py", 
line 97, in documentRun
self.documentEverythingElse()
  File "/srv/gump/public/gump/python/gump/actor/document/xdocs/documenter.py", 
line 481, in documentEverythingElse
self.documentModule(module)
  File "/srv/gump/public/gump/python/gump/actor/document/xdocs/documenter.py", 
line 1843, in documentModule
self.documentProject(project)
  File "/srv/gump/public/gump/python/gump/actor/document/xdocs/documenter.py", 
line 1991, in documentProject
self.documentProjectDetails(project, realTime)
  File "/srv/gump/public/gump/python/gump/actor/document/xdocs/documenter.py", 
line 2088, in documentProjectDetails
project)
  File "/srv/gump/public/gump/python/gump/actor/document/xdocs/documenter.py", 
line 2294, in documentDependenciesList
dependencyRow.createData())
  File "/srv/gump/public/gump/python/gump/actor/document/xdocs/documenter.py", 
line 3045, in insertLink
link = self.getLink(toObject, fromObject, state)
  File "/srv/gump/public/gump/python/gump/actor/document/xdocs/documenter.py", 
line 3086, in getLink
'.html').serialize()
  File "/srv/gump/public/gump/python/gump/actor/document/xdocs/resolver.py", 
line 110, in getRelativeLocation
toLocation=getLocationForObject(toObject,extn)
  File "/srv/gump/public/gump/python/gump/actor/document/xdocs/resolver.py", 
line 128, in getLocationForObject
getPathForObject(object),
  File "/srv/gump/public/gump/python/gump/actor/document/xdocs/resolver.py", 
line 84, in getPathForObject
path=getPathForObject(object.getModule()).getPostfixed(object.getName())
  File "/srv/gump/public/gump/python/gump/core/model/project.py", line 850, in 
getModule
raise RuntimeError, 'Project [' + self.name + '] not in a module.]'
RuntimeError: Project [zstd-jni] not in a module.]
Process Exit Code : 1
--
Gump Version: 2.0.2-alpha-0003

-
To unsubscribe, e-mail: general-unsubscr...@gump.apache.org
For additional commands, e-mail: general-h...@gump.apache.org



Problem running Apache Gump [vmgump]

2017-07-15 Thread gump
There is a problem with run 'vmgump' (15072017_180002), location : 
http://vmgump-vm3.apache.org/

The log ought be at:
   http://vmgump-vm3.apache.org/gump_log.txt

The last (up to) 50 lines of the log are :
- GUMP run on host   : vmgump-vm3
- GUMP run @ : 15 Jul 2017 18:00:02
- GUMP run @  UTC: 15 Jul 2017 18:00:02
- GUMP run by Python : '2.7.6 (default, Oct 26 2016, 20:30:19) \n[GCC 4.8.4]'
- GUMP run by Python : '/usr/bin/python'
- GUMP run by Gump   : 2.0.2-alpha-0003
- GUMP run on OS : 'posix'
- GUMP run in env: 
  GUMP_PYTHON -> [/usr/bin/python]
  LOGNAME -> [gump]
  MAVEN_HOME -> [/opt/maven]
  M3_HOME -> [/opt/maven3]
  LANG -> [en_US.utf8]
  GUMP_HOME -> [/srv/gump/public/gump]
  SHELL -> [/bin/sh]
  LANGUAGE -> [en_US:]
  SHLVL -> [1]
  LOCAL_ENV -> [local-env.sh]
  M2_HOME -> [/opt/maven2]
  JAVA_HOME -> [/usr/lib/jvm/java-8-oracle]
  HOME -> [/home/gump]
  HOST_LOCAL_ENV -> [local-env-vmgump-vm3.sh]
  HOST_LOCAL_POST_RUN -> [local-post-run-vmgump-vm3.sh]
  PATH -> [/usr/bin:/bin:/opt/maven/bin:/opt/maven2/bin:/opt/gradle/bin]
  HOST_LOCAL_PRE_RUN -> [local-pre-run-vmgump-vm3.sh]
  _ -> [/usr/bin/python]
  GRADLE_HOME -> [/opt/gradle]
  GUMP_HOST -> [vmgump-vm3]
  PWD -> [/srv/gump/public/gump/cron]
  MVN_PROXY_HOME -> [/opt/repoproxy]
  GUMP_WORKSPACE -> [/srv/gump/public/gump/metadata/vmgump]
- GUMP base directory : /srv/gump/public/workspace
- GUMP base path  : /srv/gump/public/workspace
- GUMP mail server: localhost
- GUMP mail port  : 25
- GUMP mail from  : g...@vmgump-vm3.apache.org
- GUMP mail to: general@gump.apache.org
- GUMP log is @   : http://vmgump-vm3.apache.org/
- GUMP log is @   : /srv/gump/public/workspace/log
 - GUMP PYTHONPATH  :  /srv/gump/public/gump/python
Execute : svn update --non-interactive >out.txt 2>&1
Updating '.':
svn: E670002: Unable to connect to a repository at URL 
'https://svn.apache.org/repos/asf/gump/live'
svn: E670002: Name or service not known
Process Exit Code : 1
No pre-run script [/srv/gump/public/gump/cron/local-pre-run-vmgump-vm3.sh].
--
Gump Version: 2.0.2-alpha-0003

-
To unsubscribe, e-mail: general-unsubscr...@gump.apache.org
For additional commands, e-mail: general-h...@gump.apache.org



Problem running Apache Gump [vmgump]

2016-12-25 Thread gump
There is a problem with run 'vmgump' (25122016_120002), location : 
http://vmgump-vm3.apache.org/

The log ought be at:
   http://vmgump-vm3.apache.org/gump_log.txt

The last (up to) 50 lines of the log are :
- GUMP run on host   : vmgump-vm3
- GUMP run @ : 25 Dec 2016 12:00:02
- GUMP run @  UTC: 25 Dec 2016 12:00:02
- GUMP run by Python : '2.7.6 (default, Oct 26 2016, 20:30:19) \n[GCC 4.8.4]'
- GUMP run by Python : '/usr/bin/python'
- GUMP run by Gump   : 2.0.2-alpha-0003
- GUMP run on OS : 'posix'
- GUMP run in env: 
  GUMP_PYTHON -> [/usr/bin/python]
  LOGNAME -> [gump]
  MAVEN_HOME -> [/opt/maven]
  M3_HOME -> [/opt/maven3]
  LANG -> [en_US.utf8]
  GUMP_HOME -> [/srv/gump/public/gump]
  SHELL -> [/bin/sh]
  LANGUAGE -> [en_US:]
  SHLVL -> [1]
  LOCAL_ENV -> [local-env.sh]
  M2_HOME -> [/opt/maven2]
  JAVA_HOME -> [/usr/lib/jvm/java-8-oracle]
  HOME -> [/home/gump]
  HOST_LOCAL_ENV -> [local-env-vmgump-vm3.sh]
  HOST_LOCAL_POST_RUN -> [local-post-run-vmgump-vm3.sh]
  PATH -> [/usr/bin:/bin:/opt/maven/bin:/opt/maven2/bin:/opt/gradle/bin]
  HOST_LOCAL_PRE_RUN -> [local-pre-run-vmgump-vm3.sh]
  _ -> [/usr/bin/python]
  GRADLE_HOME -> [/opt/gradle]
  GUMP_HOST -> [vmgump-vm3]
  PWD -> [/srv/gump/public/gump/cron]
  MVN_PROXY_HOME -> [/opt/repoproxy]
  GUMP_WORKSPACE -> [/srv/gump/public/gump/metadata/vmgump]
- GUMP base directory : /srv/gump/public/workspace
- GUMP base path  : /srv/gump/public/workspace
- GUMP mail server: localhost
- GUMP mail port  : 25
- GUMP mail from  : g...@vmgump-vm3.apache.org
- GUMP mail to: general@gump.apache.org
- GUMP log is @   : http://vmgump-vm3.apache.org/
- GUMP log is @   : /srv/gump/public/workspace/log
 - GUMP PYTHONPATH  :  /srv/gump/public/gump/python
Execute : svn update --non-interactive >out.txt 2>&1
Updating '.':
svn: E000110: Unable to connect to a repository at URL 
'https://svn.apache.org/repos/asf/gump/live'
svn: E000110: Error running context: Connection timed out
Process Exit Code : 1
No pre-run script [/srv/gump/public/gump/cron/local-pre-run-vmgump-vm3.sh].
--
Gump Version: 2.0.2-alpha-0003

-
To unsubscribe, e-mail: general-unsubscr...@gump.apache.org
For additional commands, e-mail: general-h...@gump.apache.org



Problem running Apache Gump [vmgump]

2016-11-22 Thread gump
There is a problem with run 'vmgump' (23112016_060001), location : 
http://vmgump-vm3.apache.org/

The log ought be at:
   http://vmgump-vm3.apache.org/gump_log.txt

The last (up to) 50 lines of the log are :
- GUMP run on host   : vmgump-vm3
- GUMP run @ : 23 Nov 2016 06:00:01
- GUMP run @  UTC: 23 Nov 2016 06:00:01
- GUMP run by Python : '2.7.6 (default, Jun 22 2015, 17:58:13) \n[GCC 4.8.2]'
- GUMP run by Python : '/usr/bin/python'
- GUMP run by Gump   : 2.0.2-alpha-0003
- GUMP run on OS : 'posix'
- GUMP run in env: 
  GUMP_PYTHON -> [/usr/bin/python]
  LOGNAME -> [gump]
  MAVEN_HOME -> [/opt/maven]
  M3_HOME -> [/opt/maven3]
  LANG -> [en_US.utf8]
  GUMP_HOME -> [/srv/gump/public/gump]
  SHELL -> [/bin/sh]
  LANGUAGE -> [en_US:]
  SHLVL -> [1]
  LOCAL_ENV -> [local-env.sh]
  M2_HOME -> [/opt/maven2]
  JAVA_HOME -> [/usr/lib/jvm/java-8-oracle]
  HOME -> [/home/gump]
  HOST_LOCAL_ENV -> [local-env-vmgump-vm3.sh]
  HOST_LOCAL_POST_RUN -> [local-post-run-vmgump-vm3.sh]
  PATH -> [/usr/bin:/bin:/opt/maven/bin:/opt/maven2/bin:/opt/gradle/bin]
  HOST_LOCAL_PRE_RUN -> [local-pre-run-vmgump-vm3.sh]
  _ -> [/usr/bin/python]
  GRADLE_HOME -> [/opt/gradle]
  GUMP_HOST -> [vmgump-vm3]
  PWD -> [/srv/gump/public/gump/cron]
  MVN_PROXY_HOME -> [/opt/repoproxy]
  GUMP_WORKSPACE -> [/srv/gump/public/gump/metadata/vmgump]
- GUMP base directory : /srv/gump/public/workspace
- GUMP base path  : /srv/gump/public/workspace
- GUMP mail server: localhost
- GUMP mail port  : 25
- GUMP mail from  : g...@vmgump-vm3.apache.org
- GUMP mail to: general@gump.apache.org
- GUMP log is @   : http://vmgump-vm3.apache.org/
- GUMP log is @   : /srv/gump/public/workspace/log
 - GUMP PYTHONPATH  :  /srv/gump/public/gump/python
Execute : svn update --non-interactive >out.txt 2>&1
Updating '.':
svn: E670002: Unable to connect to a repository at URL 
'https://svn.apache.org/repos/asf/gump/live'
svn: E670002: Name or service not known
Process Exit Code : 1
No pre-run script [/srv/gump/public/gump/cron/local-pre-run-vmgump-vm3.sh].
--
Gump Version: 2.0.2-alpha-0003

-
To unsubscribe, e-mail: general-unsubscr...@gump.apache.org
For additional commands, e-mail: general-h...@gump.apache.org



Problem running Apache Gump [vmgump]

2016-10-23 Thread gump
There is a problem with run 'vmgump' (24102016_05), location : 
http://vmgump.apache.org/gump/public

The log ought be at:
   http://vmgump.apache.org/gump/public/gump_log.txt

The last (up to) 50 lines of the log are :
Build Project: #[(11, 191)] : pcre-autogen :  [state:Unset]
Run Project (as a script): #[(11, 191)] : pcre-autogen
Perform Update on #[(11, 76)] : apr-1
Perform Subversion Checkout/Update on #[(11, 76)] : apr-1
Build Project: #[(12, 191)] : apr-1-buildconf :  [state:Unset]
Run Project (as a script): #[(12, 191)] : apr-1-buildconf
Perform Update on #[(12, 76)] : asm
Build Project: #[(13, 191)] : asm :  [state:Unset]
Oct 24, 2016 12:01:20 AM org.apache.gump.mvnrepoproxy.restlets.ArtifactAdder 
handle
INFO: adding .pom artifact with groupId 'org.ow2.asm' artifactId 'asm' and file 
name '/srv/gump/packages/asm/asm-5.0.3.pom'
Oct 24, 2016 12:01:20 AM com.noelios.restlet.LogFilter afterHandle
INFO: 2016-10-2400:01:200:0:0:0:0:0:0:1 -   0:0:0:0:0:0:0:1 
8192POST/addartifact-   200 0   86  2   
http://localhost:8192   Apache-Gump/2.3 -
Oct 24, 2016 12:01:20 AM org.apache.gump.mvnrepoproxy.restlets.ArtifactAdder 
handle
INFO: adding .jar artifact with groupId 'org.ow2.asm' artifactId 'asm' and file 
name '/srv/gump/packages/asm/asm-5.0.3.jar'
Oct 24, 2016 12:01:20 AM com.noelios.restlet.LogFilter afterHandle
INFO: 2016-10-2400:01:200:0:0:0:0:0:0:1 -   0:0:0:0:0:0:0:1 
8192POST/addartifact-   200 0   86  5   
http://localhost:8192   Apache-Gump/2.3 -
Perform Update on #[(13, 76)] : apache-attic
Build Project: #[(14, 191)] : avalon-framework-impl :  [state:Unset]
Oct 24, 2016 12:01:20 AM org.apache.gump.mvnrepoproxy.restlets.ArtifactAdder 
handle
INFO: adding .jar artifact with groupId 'apache-attic' artifactId 
'avalon-framework-impl' and file name 
'/srv/gump/packages/apache-attic/avalon-framework-impl-4.3.jar'
Oct 24, 2016 12:01:20 AM com.noelios.restlet.LogFilter afterHandle
INFO: 2016-10-2400:01:200:0:0:0:0:0:0:1 -   0:0:0:0:0:0:0:1 
8192POST/addartifact-   200 0   130 12  
http://localhost:8192   Apache-Gump/2.3 -
Perform Update on #[(14, 76)] : cglib
Build Project: #[(15, 191)] : cglib :  [state:Unset]
Oct 24, 2016 12:01:20 AM org.apache.gump.mvnrepoproxy.restlets.ArtifactAdder 
handle
INFO: adding .jar artifact with groupId 'cglib' artifactId 'cglib' and file 
name '/srv/gump/packages/cglib/cglib-nodep-2.2.jar'
Oct 24, 2016 12:01:20 AM com.noelios.restlet.LogFilter afterHandle
INFO: 2016-10-2400:01:200:0:0:0:0:0:0:1 -   0:0:0:0:0:0:0:1 
8192POST/addartifact-   200 0   90  2   
http://localhost:8192   Apache-Gump/2.3 -
Perform Update on #[(15, 76)] : logging-log4j-12
Perform Subversion Checkout/Update on #[(15, 76)] : logging-log4j-12
Build Project: #[(16, 191)] : logging-log4j-12 :  [state:Unset]
Traceback (most recent call last):
  File "bin/integrate.py", line 114, in 
irun()
  File "bin/integrate.py", line 91, in irun
result = getRunner(run).perform()
  File "/srv/gump/public/gump/python/gump/core/runner/runner.py", line 262, in 
perform
return self.performRun()
  File "/srv/gump/public/gump/python/gump/core/runner/demand.py", line 199, in 
performRun
self.performBuild(project)
  File "/srv/gump/public/gump/python/gump/core/runner/demand.py", line 127, in 
performBuild
self.builder.buildProject(project)   
  File "/srv/gump/public/gump/python/gump/core/build/builder.py", line 156, in 
buildProject
self.mvn.buildProject(project, languageHelper, stats)
  File "/srv/gump/public/gump/python/gump/core/build/mvn.py", line 167, in 
buildProject
cmd.addEnvironment('M2_HOME', home)
  File "/srv/gump/public/gump/python/gump/util/process/command.py", line 204, 
in addEnvironment
self.env[name]=val
TypeError: 'int' object does not support item assignment
Process Exit Code : 1
--
Gump Version: 2.0.2-alpha-0003

-
To unsubscribe, e-mail: general-unsubscr...@gump.apache.org
For additional commands, e-mail: general-h...@gump.apache.org



Problem running Apache Gump [vmgump]

2016-04-19 Thread gump
There is a problem with run 'vmgump' (20042016_02), location : 
http://vmgump.apache.org/gump/public

The log ought be at:
   http://vmgump.apache.org/gump/public/gump_log.txt

The last (up to) 50 lines of the log are :
  File "/srv/gump/public/gump/python/gump/actor/rdf/describer.py", line 43, in 

from rdflib import TYPE
ImportError: cannot import name TYPE
Prepare XDoc work with template
Wipe Directory [u'/srv/gump/public/workspace/xdocs-work']
Syndicate run using []
Syndicate run using []
Starting mvn repository proxy
Running: java -jar /opt/repoproxy/repoproxy.jar 8192 /tmp/tmpC3cTDc.properties
Loading prefix map from /tmp/tmpC3cTDc.properties
Apr 20, 2016 12:00:21 AM org.apache.gump.mvnrepoproxy.HostResolver initialize
INFO: Mapping /snapshots to https://repository.apache.org
Apr 20, 2016 12:00:21 AM org.apache.gump.mvnrepoproxy.HostResolver initialize
INFO: Mapping /repo/m2-snapshot-repository to http://people.apache.org
Apr 20, 2016 12:00:21 AM org.apache.gump.mvnrepoproxy.HostResolver initialize
INFO: Mapping /maven/2 to http://download.java.net
Apr 20, 2016 12:00:21 AM org.apache.gump.mvnrepoproxy.HostResolver initialize
INFO: Mapping /maven2 to http://repo1.maven.org
Apr 20, 2016 12:00:21 AM org.apache.gump.mvnrepoproxy.HostResolver initialize
INFO: Mapping /content/repositories/snapshots to https://oss.sonatype.org
2016-04-20 00:00:21.493::INFO:  Logging to STDERR via org.mortbay.log.StdErrLog
Apr 20, 2016 12:00:22 AM com.noelios.restlet.ext.httpclient.HttpClientHelper 
start
INFO: Starting the HTTP client
2016-04-20 00:00:22.669::INFO:  jetty-6.1.5
2016-04-20 00:00:22.760::INFO:  Started SelectChannelConnector@0.0.0.0:8192
Apr 20, 2016 12:00:22 AM org.restlet.Redirector handle
INFO: Redirecting via client connector to: http://repo1.maven.org/
Apr 20, 2016 12:00:22 AM com.noelios.restlet.LogFilter afterHandle
INFO: 2016-04-2000:00:220:0:0:0:0:0:0:1 -   repo1.maven.org 
-1  GET /   -   200 336 -   372 
http://localhost:8192   Apache-Gump/2.3 -
mvn Repository proxy started
Perform Update on #[(1, 75)] : gump
Traceback (most recent call last):
  File "bin/integrate.py", line 114, in 
irun()
  File "bin/integrate.py", line 91, in irun
result = getRunner(run).perform()
  File "/srv/gump/public/gump/python/gump/core/runner/runner.py", line 262, in 
perform
return self.performRun()
  File "/srv/gump/public/gump/python/gump/core/runner/demand.py", line 194, in 
performRun
self.performUpdate(module)
  File "/srv/gump/public/gump/python/gump/core/runner/demand.py", line 101, in 
performUpdate
self.updater.updateModule(module) 
  File "/srv/gump/public/gump/python/gump/core/update/updater.py", line 173, in 
updateModule
scmUpdater = self.getScmUpdater(module)
  File "/srv/gump/public/gump/python/gump/core/update/updater.py", line 191, in 
getScmUpdater
return self.updaters.get(scm.getScmType())
  File "/srv/gump/public/gump/python/gump/core/model/module.py", line 87, in 
getScmType
return self.repository.getScmType()
AttributeError: 'unicode' object has no attribute 'getScmType'
Process Exit Code : 1
--
Gump Version: 2.0.2-alpha-0003

-
To unsubscribe, e-mail: general-unsubscr...@gump.apache.org
For additional commands, e-mail: general-h...@gump.apache.org



Problem running Apache Gump [vmgump]

2016-03-30 Thread gump
There is a problem with run 'vmgump' (30032016_120003), location : 
http://vmgump.apache.org/gump/public

The log ought be at:
   http://vmgump.apache.org/gump/public/gump_log.txt

The last (up to) 50 lines of the log are :
- GUMP run on host   : vmgump
- GUMP run @ : 30 Mar 2016 12:00:03
- GUMP run @  UTC: 30 Mar 2016 12:00:03
- GUMP run by Python : '2.7.6 (default, Jun 22 2015, 17:58:13) \n[GCC 4.8.2]'
- GUMP run by Python : '/usr/bin/python'
- GUMP run by Gump   : 2.0.2-alpha-0003
- GUMP run on OS : 'posix'
- GUMP run in env: 
  GUMP_PYTHON -> [/usr/bin/python]
  LOGNAME -> [gump]
  MAVEN_HOME -> [/opt/maven]
  M3_HOME -> [/opt/maven3]
  MAILTO -> []
  GUMP_HOME -> [/srv/gump/public/gump]
  SHELL -> [/bin/sh]
  SHLVL -> [1]
  LOCAL_ENV -> [local-env.sh]
  M2_HOME -> [/opt/maven2]
  JAVA_HOME -> [/usr/lib/jvm/java-8-oracle]
  HOME -> [/home/gump]
  LANG -> [en_US.utf8]
  HOST_LOCAL_ENV -> [local-env-vmgump.sh]
  HOST_LOCAL_POST_RUN -> [local-post-run-vmgump.sh]
  PATH -> [/usr/bin:/bin:/opt/maven/bin:/opt/maven2/bin:/opt/gradle/bin]
  HOST_LOCAL_PRE_RUN -> [local-pre-run-vmgump.sh]
  GIT_HOME -> [/opt/git]
  _ -> [/usr/bin/python]
  GRADLE_HOME -> [/opt/gradle]
  GUMP_HOST -> [vmgump]
  PWD -> [/srv/gump/public/gump/cron]
  MVN_PROXY_HOME -> [/opt/repoproxy]
  GUMP_WORKSPACE -> [/srv/gump/public/gump/metadata/vmgump]
- GUMP base directory : /srv/gump/public/workspace
- GUMP base path  : /srv/gump/public/workspace
- GUMP mail server: localhost
- GUMP mail port  : 25
- GUMP mail from  : g...@vmgump.apache.org
- GUMP mail to: general@gump.apache.org
- GUMP log is @   : http://vmgump.apache.org/gump/public
- GUMP log is @   : /srv/gump/public/workspace/log
 - GUMP PYTHONPATH  :  /srv/gump/public/gump/python
Execute : svn update --non-interactive >out.txt 2>&1
Updating '.':
svn: E670002: Unable to connect to a repository at URL 
'https://svn.apache.org/repos/asf/gump/live'
svn: E670002: Name or service not known
Process Exit Code : 1
No pre-run script [/srv/gump/public/gump/cron/local-pre-run-vmgump.sh].
--
Gump Version: 2.0.2-alpha-0003

-
To unsubscribe, e-mail: general-unsubscr...@gump.apache.org
For additional commands, e-mail: general-h...@gump.apache.org



Problem running Apache Gump [vmgump]

2016-03-30 Thread gump
There is a problem with run 'vmgump' (30032016_060002), location : 
http://vmgump.apache.org/gump/public

The log ought be at:
   http://vmgump.apache.org/gump/public/gump_log.txt

The last (up to) 50 lines of the log are :
- GUMP run on host   : vmgump
- GUMP run @ : 30 Mar 2016 06:00:02
- GUMP run @  UTC: 30 Mar 2016 06:00:02
- GUMP run by Python : '2.7.6 (default, Jun 22 2015, 17:58:13) \n[GCC 4.8.2]'
- GUMP run by Python : '/usr/bin/python'
- GUMP run by Gump   : 2.0.2-alpha-0003
- GUMP run on OS : 'posix'
- GUMP run in env: 
  GUMP_PYTHON -> [/usr/bin/python]
  LOGNAME -> [gump]
  MAVEN_HOME -> [/opt/maven]
  M3_HOME -> [/opt/maven3]
  MAILTO -> []
  GUMP_HOME -> [/srv/gump/public/gump]
  SHELL -> [/bin/sh]
  SHLVL -> [1]
  LOCAL_ENV -> [local-env.sh]
  M2_HOME -> [/opt/maven2]
  JAVA_HOME -> [/usr/lib/jvm/java-8-oracle]
  HOME -> [/home/gump]
  LANG -> [en_US.utf8]
  HOST_LOCAL_ENV -> [local-env-vmgump.sh]
  HOST_LOCAL_POST_RUN -> [local-post-run-vmgump.sh]
  PATH -> [/usr/bin:/bin:/opt/maven/bin:/opt/maven2/bin:/opt/gradle/bin]
  HOST_LOCAL_PRE_RUN -> [local-pre-run-vmgump.sh]
  GIT_HOME -> [/opt/git]
  _ -> [/usr/bin/python]
  GRADLE_HOME -> [/opt/gradle]
  GUMP_HOST -> [vmgump]
  PWD -> [/srv/gump/public/gump/cron]
  MVN_PROXY_HOME -> [/opt/repoproxy]
  GUMP_WORKSPACE -> [/srv/gump/public/gump/metadata/vmgump]
- GUMP base directory : /srv/gump/public/workspace
- GUMP base path  : /srv/gump/public/workspace
- GUMP mail server: localhost
- GUMP mail port  : 25
- GUMP mail from  : g...@vmgump.apache.org
- GUMP mail to: general@gump.apache.org
- GUMP log is @   : http://vmgump.apache.org/gump/public
- GUMP log is @   : /srv/gump/public/workspace/log
 - GUMP PYTHONPATH  :  /srv/gump/public/gump/python
Execute : svn update --non-interactive >out.txt 2>&1
Updating '.':
svn: E670002: Unable to connect to a repository at URL 
'https://svn.apache.org/repos/asf/gump/live'
svn: E670002: Name or service not known
Process Exit Code : 1
No pre-run script [/srv/gump/public/gump/cron/local-pre-run-vmgump.sh].
--
Gump Version: 2.0.2-alpha-0003

-
To unsubscribe, e-mail: general-unsubscr...@gump.apache.org
For additional commands, e-mail: general-h...@gump.apache.org



Problem running Apache Gump [vmgump]

2016-02-04 Thread gump
There is a problem with run 'vmgump' (04022016_180002), location : 
http://vmgump.apache.org/gump/public

The log ought be at:
   http://vmgump.apache.org/gump/public/gump_log.txt

The last (up to) 50 lines of the log are :
- GUMP run on host   : vmgump
- GUMP run @ : 04 Feb 2016 18:00:02
- GUMP run @  UTC: 04 Feb 2016 18:00:02
- GUMP run by Python : '2.7.6 (default, Jun 22 2015, 17:58:13) \n[GCC 4.8.2]'
- GUMP run by Python : '/usr/bin/python'
- GUMP run by Gump   : 2.0.2-alpha-0003
- GUMP run on OS : 'posix'
- GUMP run in env: 
  GUMP_PYTHON -> [/usr/bin/python]
  LOGNAME -> [gump]
  MAVEN_HOME -> [/opt/maven]
  M3_HOME -> [/opt/maven3]
  MAILTO -> []
  GUMP_HOME -> [/srv/gump/public/gump]
  SHELL -> [/bin/sh]
  SHLVL -> [1]
  LOCAL_ENV -> [local-env.sh]
  M2_HOME -> [/opt/maven2]
  JAVA_HOME -> [/usr/lib/jvm/java-8-oracle]
  HOME -> [/home/gump]
  LANG -> [en_US.utf8]
  HOST_LOCAL_ENV -> [local-env-vmgump.sh]
  HOST_LOCAL_POST_RUN -> [local-post-run-vmgump.sh]
  PATH -> [/usr/bin:/bin:/opt/maven/bin:/opt/maven2/bin:/opt/gradle/bin]
  HOST_LOCAL_PRE_RUN -> [local-pre-run-vmgump.sh]
  GIT_HOME -> [/opt/git]
  _ -> [/usr/bin/python]
  GRADLE_HOME -> [/opt/gradle]
  GUMP_HOST -> [vmgump]
  PWD -> [/srv/gump/public/gump/cron]
  MVN_PROXY_HOME -> [/opt/repoproxy]
  GUMP_WORKSPACE -> [/srv/gump/public/gump/metadata/vmgump]
- GUMP base directory : /srv/gump/public/workspace
- GUMP base path  : /srv/gump/public/workspace
- GUMP mail server: localhost
- GUMP mail port  : 25
- GUMP mail from  : g...@vmgump.apache.org
- GUMP mail to: general@gump.apache.org
- GUMP log is @   : http://vmgump.apache.org/gump/public
- GUMP log is @   : /srv/gump/public/workspace/log
 - GUMP PYTHONPATH  :  /srv/gump/public/gump/python
Execute : svn update --non-interactive >out.txt 2>&1
Updating '.':
svn: E670002: Unable to connect to a repository at URL 
'https://svn.apache.org/repos/asf/gump/live'
svn: E670002: Name or service not known
Process Exit Code : 1
No pre-run script [/srv/gump/public/gump/cron/local-pre-run-vmgump.sh].
--
Gump Version: 2.0.2-alpha-0003

-
To unsubscribe, e-mail: general-unsubscr...@gump.apache.org
For additional commands, e-mail: general-h...@gump.apache.org



Problem running Apache Gump [vmgump]

2016-02-02 Thread gump
There is a problem with run 'vmgump' (02022016_180005), location : 
http://vmgump.apache.org/gump/public

The log ought be at:
   http://vmgump.apache.org/gump/public/gump_log.txt

The last (up to) 50 lines of the log are :
- GUMP run on host   : vmgump
- GUMP run @ : 02 Feb 2016 18:00:05
- GUMP run @  UTC: 02 Feb 2016 18:00:05
- GUMP run by Python : '2.7.6 (default, Jun 22 2015, 17:58:13) \n[GCC 4.8.2]'
- GUMP run by Python : '/usr/bin/python'
- GUMP run by Gump   : 2.0.2-alpha-0003
- GUMP run on OS : 'posix'
- GUMP run in env: 
  GUMP_PYTHON -> [/usr/bin/python]
  LOGNAME -> [gump]
  MAVEN_HOME -> [/opt/maven]
  M3_HOME -> [/opt/maven3]
  MAILTO -> []
  GUMP_HOME -> [/srv/gump/public/gump]
  SHELL -> [/bin/sh]
  SHLVL -> [1]
  LOCAL_ENV -> [local-env.sh]
  M2_HOME -> [/opt/maven2]
  JAVA_HOME -> [/usr/lib/jvm/java-8-oracle]
  HOME -> [/home/gump]
  LANG -> [en_US.utf8]
  HOST_LOCAL_ENV -> [local-env-vmgump.sh]
  HOST_LOCAL_POST_RUN -> [local-post-run-vmgump.sh]
  PATH -> [/usr/bin:/bin:/opt/maven/bin:/opt/maven2/bin:/opt/gradle/bin]
  HOST_LOCAL_PRE_RUN -> [local-pre-run-vmgump.sh]
  GIT_HOME -> [/opt/git]
  _ -> [/usr/bin/python]
  GRADLE_HOME -> [/opt/gradle]
  GUMP_HOST -> [vmgump]
  PWD -> [/srv/gump/public/gump/cron]
  MVN_PROXY_HOME -> [/opt/repoproxy]
  GUMP_WORKSPACE -> [/srv/gump/public/gump/metadata/vmgump]
- GUMP base directory : /srv/gump/public/workspace
- GUMP base path  : /srv/gump/public/workspace
- GUMP mail server: localhost
- GUMP mail port  : 25
- GUMP mail from  : g...@vmgump.apache.org
- GUMP mail to: general@gump.apache.org
- GUMP log is @   : http://vmgump.apache.org/gump/public
- GUMP log is @   : /srv/gump/public/workspace/log
 - GUMP PYTHONPATH  :  /srv/gump/public/gump/python
Execute : svn update --non-interactive >out.txt 2>&1
Updating '.':
svn: E175012: Unable to connect to a repository at URL 
'https://svn.apache.org/repos/asf/gump/live'
svn: E175012: Connection timed out
Process Exit Code : 1
No pre-run script [/srv/gump/public/gump/cron/local-pre-run-vmgump.sh].
--
Gump Version: 2.0.2-alpha-0003

-
To unsubscribe, e-mail: general-unsubscr...@gump.apache.org
For additional commands, e-mail: general-h...@gump.apache.org



Problem running Apache Gump [vmgump]

2016-01-22 Thread gump
There is a problem with run 'vmgump' (23012016_02), location : 
http://vmgump.apache.org/gump/public

The log ought be at:
   http://vmgump.apache.org/gump/public/gump_log.txt

The last (up to) 50 lines of the log are :
- GUMP run on host   : vmgump
- GUMP run @ : 23 Jan 2016 00:00:02
- GUMP run @  UTC: 23 Jan 2016 00:00:02
- GUMP run by Python : '2.7.6 (default, Jun 22 2015, 17:58:13) \n[GCC 4.8.2]'
- GUMP run by Python : '/usr/bin/python'
- GUMP run by Gump   : 2.0.2-alpha-0003
- GUMP run on OS : 'posix'
- GUMP run in env: 
  GUMP_PYTHON -> [/usr/bin/python]
  LOGNAME -> [gump]
  MAVEN_HOME -> [/opt/maven]
  M3_HOME -> [/opt/maven3]
  MAILTO -> []
  GUMP_HOME -> [/srv/gump/public/gump]
  SHELL -> [/bin/sh]
  SHLVL -> [1]
  LOCAL_ENV -> [local-env.sh]
  M2_HOME -> [/opt/maven2]
  JAVA_HOME -> [/usr/lib/jvm/java-8-oracle]
  HOME -> [/home/gump]
  LANG -> [en_US.utf8]
  HOST_LOCAL_ENV -> [local-env-vmgump.sh]
  HOST_LOCAL_POST_RUN -> [local-post-run-vmgump.sh]
  PATH -> [/usr/bin:/bin:/opt/maven/bin:/opt/maven2/bin:/opt/gradle/bin]
  HOST_LOCAL_PRE_RUN -> [local-pre-run-vmgump.sh]
  GIT_HOME -> [/opt/git]
  _ -> [/usr/bin/python]
  GRADLE_HOME -> [/opt/gradle]
  GUMP_HOST -> [vmgump]
  PWD -> [/srv/gump/public/gump/cron]
  MVN_PROXY_HOME -> [/opt/repoproxy]
  GUMP_WORKSPACE -> [/srv/gump/public/gump/metadata/vmgump]
- GUMP base directory : /srv/gump/public/workspace
- GUMP base path  : /srv/gump/public/workspace
- GUMP mail server: localhost
- GUMP mail port  : 25
- GUMP mail from  : g...@vmgump.apache.org
- GUMP mail to: general@gump.apache.org
- GUMP log is @   : http://vmgump.apache.org/gump/public
- GUMP log is @   : /srv/gump/public/workspace/log
 - GUMP PYTHONPATH  :  /srv/gump/public/gump/python
Execute : svn update --non-interactive >out.txt 2>&1
Updating '.':
svn: E175012: Unable to connect to a repository at URL 
'https://svn.apache.org/repos/asf/gump/live'
svn: E175012: Connection timed out
Process Exit Code : 1
No pre-run script [/srv/gump/public/gump/cron/local-pre-run-vmgump.sh].
--
Gump Version: 2.0.2-alpha-0003

-
To unsubscribe, e-mail: general-unsubscr...@gump.apache.org
For additional commands, e-mail: general-h...@gump.apache.org



Problem running Apache Gump [vmgump]

2015-10-03 Thread gump
There is a problem with run 'vmgump' (03102015_180001), location : 
http://vmgump.apache.org/gump/public

The log ought be at:
   http://vmgump.apache.org/gump/public/gump_log.txt

The last (up to) 50 lines of the log are :
- GUMP run on host   : vmgump
- GUMP run @ : 03 Oct 2015 18:00:01
- GUMP run @  UTC: 03 Oct 2015 18:00:01
- GUMP run by Python : '2.7.6 (default, Jun 22 2015, 17:58:13) \n[GCC 4.8.2]'
- GUMP run by Python : '/usr/bin/python'
- GUMP run by Gump   : 2.0.2-alpha-0003
- GUMP run on OS : 'posix'
- GUMP run in env: 
  GUMP_PYTHON -> [/usr/bin/python]
  LOGNAME -> [gump]
  MAVEN_HOME -> [/opt/maven]
  M3_HOME -> [/opt/maven3]
  MAILTO -> []
  GUMP_HOME -> [/srv/gump/public/gump]
  SHELL -> [/bin/sh]
  SHLVL -> [1]
  LOCAL_ENV -> [local-env.sh]
  M2_HOME -> [/opt/maven2]
  JAVA_HOME -> [/usr/lib/jvm/java-8-oracle]
  HOME -> [/home/gump]
  LANG -> [en_US.utf8]
  HOST_LOCAL_ENV -> [local-env-vmgump.sh]
  HOST_LOCAL_POST_RUN -> [local-post-run-vmgump.sh]
  PATH -> [/usr/bin:/bin:/opt/maven/bin:/opt/maven2/bin:/opt/gradle/bin]
  HOST_LOCAL_PRE_RUN -> [local-pre-run-vmgump.sh]
  GIT_HOME -> [/opt/git]
  _ -> [/usr/bin/python]
  GRADLE_HOME -> [/opt/gradle]
  GUMP_HOST -> [vmgump]
  PWD -> [/srv/gump/public/gump/cron]
  MVN_PROXY_HOME -> [/opt/repoproxy]
  GUMP_WORKSPACE -> [/srv/gump/public/gump/metadata/vmgump]
- GUMP base directory : /srv/gump/public/workspace
- GUMP base path  : /srv/gump/public/workspace
- GUMP mail server: localhost
- GUMP mail port  : 25
- GUMP mail from  : g...@vmgump.apache.org
- GUMP mail to: general@gump.apache.org
- GUMP log is @   : http://vmgump.apache.org/gump/public
- GUMP log is @   : /srv/gump/public/workspace/log
 - GUMP PYTHONPATH  :  /srv/gump/public/gump/python
Execute : svn update --non-interactive >out.txt 2>&1
Updating '.':
svn: E670002: Unable to connect to a repository at URL 
'https://svn.apache.org/repos/asf/gump/live'
svn: E670002: Name or service not known
Process Exit Code : 1
No pre-run script [/srv/gump/public/gump/cron/local-pre-run-vmgump.sh].
--
Gump Version: 2.0.2-alpha-0003

-
To unsubscribe, e-mail: general-unsubscr...@gump.apache.org
For additional commands, e-mail: general-h...@gump.apache.org



Problem running Apache Gump [vmgump]

2015-06-06 Thread gump
There is a problem with run 'vmgump' (06062015_060002), location : 
http://vmgump.apache.org/gump/public

The log ought be at:
   http://vmgump.apache.org/gump/public/gump_log.txt

The last (up to) 50 lines of the log are :
- GUMP run on host   : vmgump
- GUMP run @ : 06 Jun 2015 06:00:02
- GUMP run @  UTC: 06 Jun 2015 06:00:02
- GUMP run by Python : '2.7.6 (default, Mar 22 2014, 22:59:56) \n[GCC 4.8.2]'
- GUMP run by Python : '/usr/bin/python'
- GUMP run by Gump   : 2.0.2-alpha-0003
- GUMP run on OS : 'posix'
- GUMP run in env: 
  GUMP_PYTHON - [/usr/bin/python]
  LOGNAME - [gump]
  MAVEN_HOME - [/opt/maven]
  M3_HOME - [/opt/maven3]
  MAILTO - []
  GUMP_HOME - [/srv/gump/public/gump]
  SHELL - [/bin/sh]
  SHLVL - [1]
  LOCAL_ENV - [local-env.sh]
  M2_HOME - [/opt/maven2]
  JAVA_HOME - [/usr/lib/jvm/java-8-oracle]
  HOME - [/home/gump]
  LANG - [en_US.utf8]
  HOST_LOCAL_ENV - [local-env-vmgump.sh]
  HOST_LOCAL_POST_RUN - [local-post-run-vmgump.sh]
  PATH - [/usr/bin:/bin:/opt/maven/bin:/opt/maven2/bin:/opt/gradle/bin]
  HOST_LOCAL_PRE_RUN - [local-pre-run-vmgump.sh]
  GIT_HOME - [/opt/git]
  _ - [/usr/bin/python]
  GRADLE_HOME - [/opt/gradle]
  GUMP_HOST - [vmgump]
  PWD - [/srv/gump/public/gump/cron]
  MVN_PROXY_HOME - [/opt/repoproxy]
  GUMP_WORKSPACE - [/srv/gump/public/gump/metadata/vmgump]
- GUMP base directory : /srv/gump/public/workspace
- GUMP base path  : /srv/gump/public/workspace
- GUMP mail server: localhost
- GUMP mail port  : 25
- GUMP mail from  : g...@vmgump.apache.org
- GUMP mail to: general@gump.apache.org
- GUMP log is @   : http://vmgump.apache.org/gump/public
- GUMP log is @   : /srv/gump/public/workspace/log
 - GUMP PYTHONPATH  :  /srv/gump/public/gump/python
Execute : svn update --non-interactive out.txt 21
Updating '.':
svn: E175011: Repository moved permanently to 'https://svn.apache.org'; please 
relocate
svn: E175009: Additional errors:
svn: E175009: XML parsing failed: (301 Moved Permanently)
Process Exit Code : 1
No pre-run script [/srv/gump/public/gump/cron/local-pre-run-vmgump.sh].
--
Gump Version: 2.0.2-alpha-0003

-
To unsubscribe, e-mail: general-unsubscr...@gump.apache.org
For additional commands, e-mail: general-h...@gump.apache.org



Problem running Apache Gump [vmgump]

2015-06-06 Thread gump
There is a problem with run 'vmgump' (06062015_120002), location : 
http://vmgump.apache.org/gump/public

The log ought be at:
   http://vmgump.apache.org/gump/public/gump_log.txt

The last (up to) 50 lines of the log are :
- GUMP run on host   : vmgump
- GUMP run @ : 06 Jun 2015 12:00:02
- GUMP run @  UTC: 06 Jun 2015 12:00:02
- GUMP run by Python : '2.7.6 (default, Mar 22 2014, 22:59:56) \n[GCC 4.8.2]'
- GUMP run by Python : '/usr/bin/python'
- GUMP run by Gump   : 2.0.2-alpha-0003
- GUMP run on OS : 'posix'
- GUMP run in env: 
  GUMP_PYTHON - [/usr/bin/python]
  LOGNAME - [gump]
  MAVEN_HOME - [/opt/maven]
  M3_HOME - [/opt/maven3]
  MAILTO - []
  GUMP_HOME - [/srv/gump/public/gump]
  SHELL - [/bin/sh]
  SHLVL - [1]
  LOCAL_ENV - [local-env.sh]
  M2_HOME - [/opt/maven2]
  JAVA_HOME - [/usr/lib/jvm/java-8-oracle]
  HOME - [/home/gump]
  LANG - [en_US.utf8]
  HOST_LOCAL_ENV - [local-env-vmgump.sh]
  HOST_LOCAL_POST_RUN - [local-post-run-vmgump.sh]
  PATH - [/usr/bin:/bin:/opt/maven/bin:/opt/maven2/bin:/opt/gradle/bin]
  HOST_LOCAL_PRE_RUN - [local-pre-run-vmgump.sh]
  GIT_HOME - [/opt/git]
  _ - [/usr/bin/python]
  GRADLE_HOME - [/opt/gradle]
  GUMP_HOST - [vmgump]
  PWD - [/srv/gump/public/gump/cron]
  MVN_PROXY_HOME - [/opt/repoproxy]
  GUMP_WORKSPACE - [/srv/gump/public/gump/metadata/vmgump]
- GUMP base directory : /srv/gump/public/workspace
- GUMP base path  : /srv/gump/public/workspace
- GUMP mail server: localhost
- GUMP mail port  : 25
- GUMP mail from  : g...@vmgump.apache.org
- GUMP mail to: general@gump.apache.org
- GUMP log is @   : http://vmgump.apache.org/gump/public
- GUMP log is @   : /srv/gump/public/workspace/log
 - GUMP PYTHONPATH  :  /srv/gump/public/gump/python
Execute : svn update --non-interactive out.txt 21
Updating '.':
svn: E175011: Repository moved permanently to 'https://svn.apache.org'; please 
relocate
svn: E175009: Additional errors:
svn: E175009: XML parsing failed: (301 Moved Permanently)
Process Exit Code : 1
No pre-run script [/srv/gump/public/gump/cron/local-pre-run-vmgump.sh].
--
Gump Version: 2.0.2-alpha-0003

-
To unsubscribe, e-mail: general-unsubscr...@gump.apache.org
For additional commands, e-mail: general-h...@gump.apache.org



Problem running Apache Gump [vmgump]

2015-06-05 Thread gump
There is a problem with run 'vmgump' (06062015_01), location : 
http://vmgump.apache.org/gump/public

The log ought be at:
   http://vmgump.apache.org/gump/public/gump_log.txt

The last (up to) 50 lines of the log are :
- GUMP run on host   : vmgump
- GUMP run @ : 06 Jun 2015 00:00:01
- GUMP run @  UTC: 06 Jun 2015 00:00:01
- GUMP run by Python : '2.7.6 (default, Mar 22 2014, 22:59:56) \n[GCC 4.8.2]'
- GUMP run by Python : '/usr/bin/python'
- GUMP run by Gump   : 2.0.2-alpha-0003
- GUMP run on OS : 'posix'
- GUMP run in env: 
  GUMP_PYTHON - [/usr/bin/python]
  LOGNAME - [gump]
  MAVEN_HOME - [/opt/maven]
  M3_HOME - [/opt/maven3]
  MAILTO - []
  GUMP_HOME - [/srv/gump/public/gump]
  SHELL - [/bin/sh]
  SHLVL - [1]
  LOCAL_ENV - [local-env.sh]
  M2_HOME - [/opt/maven2]
  JAVA_HOME - [/usr/lib/jvm/java-8-oracle]
  HOME - [/home/gump]
  LANG - [en_US.utf8]
  HOST_LOCAL_ENV - [local-env-vmgump.sh]
  HOST_LOCAL_POST_RUN - [local-post-run-vmgump.sh]
  PATH - [/usr/bin:/bin:/opt/maven/bin:/opt/maven2/bin:/opt/gradle/bin]
  HOST_LOCAL_PRE_RUN - [local-pre-run-vmgump.sh]
  GIT_HOME - [/opt/git]
  _ - [/usr/bin/python]
  GRADLE_HOME - [/opt/gradle]
  GUMP_HOST - [vmgump]
  PWD - [/srv/gump/public/gump/cron]
  MVN_PROXY_HOME - [/opt/repoproxy]
  GUMP_WORKSPACE - [/srv/gump/public/gump/metadata/vmgump]
- GUMP base directory : /srv/gump/public/workspace
- GUMP base path  : /srv/gump/public/workspace
- GUMP mail server: localhost
- GUMP mail port  : 25
- GUMP mail from  : g...@vmgump.apache.org
- GUMP mail to: general@gump.apache.org
- GUMP log is @   : http://vmgump.apache.org/gump/public
- GUMP log is @   : /srv/gump/public/workspace/log
 - GUMP PYTHONPATH  :  /srv/gump/public/gump/python
Execute : svn update --non-interactive out.txt 21
Updating '.':
svn: E175011: Repository moved permanently to 'https://svn.apache.org'; please 
relocate
svn: E175009: Additional errors:
svn: E175009: XML parsing failed: (301 Moved Permanently)
Process Exit Code : 1
No pre-run script [/srv/gump/public/gump/cron/local-pre-run-vmgump.sh].
--
Gump Version: 2.0.2-alpha-0003

-
To unsubscribe, e-mail: general-unsubscr...@gump.apache.org
For additional commands, e-mail: general-h...@gump.apache.org



Problem running Apache Gump [vmgump]

2015-05-22 Thread gump
There is a problem with run 'vmgump' (22052015_120002), location : 
http://vmgump.apache.org/gump/public

The log ought be at:
   http://vmgump.apache.org/gump/public/gump_log.txt

The last (up to) 50 lines of the log are :
Empty [XDocSource] probably isn't good...
Traceback (most recent call last):
  File bin/integrate.py, line 114, in module
irun()
  File bin/integrate.py, line 91, in irun
result = getRunner(run).perform()
  File /srv/gump/public/gump/python/gump/core/runner/runner.py, line 262, in 
perform
return self.performRun()
  File /srv/gump/public/gump/python/gump/core/runner/demand.py, line 214, in 
performRun
self.finalize()
  File /srv/gump/public/gump/python/gump/core/runner/runner.py, line 240, in 
finalize
self.run._dispatchEvent(FinalizeRunEvent(self.run))
  File /srv/gump/public/gump/python/gump/core/run/gumprun.py, line 186, in 
_dispatchEvent
actor._processEvent(event)
  File /srv/gump/public/gump/python/gump/core/run/actor.py, line 83, in 
_processEvent
self.processEvent(event)
  File /srv/gump/public/gump/python/gump/core/run/actor.py, line 127, in 
processEvent
self._processOtherEvent(event)
  File /srv/gump/public/gump/python/gump/core/run/actor.py, line 184, in 
_processOtherEvent
self.processOtherEvent(event)
  File /srv/gump/public/gump/python/gump/actor/document/documenter.py, line 
48, in processOtherEvent
self.document()
  File /srv/gump/public/gump/python/gump/actor/document/documenter.py, line 
74, in document
self.documentRun()
  File /srv/gump/public/gump/python/gump/actor/document/xdocs/documenter.py, 
line 97, in documentRun
self.documentEverythingElse()
  File /srv/gump/public/gump/python/gump/actor/document/xdocs/documenter.py, 
line 481, in documentEverythingElse
self.documentModule(module)
  File /srv/gump/public/gump/python/gump/actor/document/xdocs/documenter.py, 
line 1843, in documentModule
self.documentProject(project)
  File /srv/gump/public/gump/python/gump/actor/document/xdocs/documenter.py, 
line 1991, in documentProject
self.documentProjectDetails(project, realTime)
  File /srv/gump/public/gump/python/gump/actor/document/xdocs/documenter.py, 
line 2088, in documentProjectDetails
project)
  File /srv/gump/public/gump/python/gump/actor/document/xdocs/documenter.py, 
line 2294, in documentDependenciesList
dependencyRow.createData())
  File /srv/gump/public/gump/python/gump/actor/document/xdocs/documenter.py, 
line 3045, in insertLink
link = self.getLink(toObject, fromObject, state)
  File /srv/gump/public/gump/python/gump/actor/document/xdocs/documenter.py, 
line 3086, in getLink
'.html').serialize()
  File /srv/gump/public/gump/python/gump/actor/document/xdocs/resolver.py, 
line 110, in getRelativeLocation
toLocation=getLocationForObject(toObject,extn)
  File /srv/gump/public/gump/python/gump/actor/document/xdocs/resolver.py, 
line 128, in getLocationForObject
getPathForObject(object),
  File /srv/gump/public/gump/python/gump/actor/document/xdocs/resolver.py, 
line 84, in getPathForObject
path=getPathForObject(object.getModule()).getPostfixed(object.getName())
  File /srv/gump/public/gump/python/gump/core/model/project.py, line 850, in 
getModule
raise RuntimeError, 'Project [' + self.name + '] not in a module.]'
RuntimeError: Project [packaged-google-guava] not in a module.]
Process Exit Code : 1
--
Gump Version: 2.0.2-alpha-0003

-
To unsubscribe, e-mail: general-unsubscr...@gump.apache.org
For additional commands, e-mail: general-h...@gump.apache.org



Problem running Apache Gump [vmgump]

2015-05-17 Thread gump
There is a problem with run 'vmgump' (17052015_120001), location : 
http://vmgump.apache.org/gump/public

The log ought be at:
   http://vmgump.apache.org/gump/public/gump_log.txt

The last (up to) 50 lines of the log are :
Parsed file /srv/gump/public/gump/metadata/project/tomcat-native-trunk.xml 
Parsed file /srv/gump/public/gump/metadata/project/tomcat-native.xml 
Parsed file /srv/gump/public/gump/metadata/project/tomcat-trunk.xml 
Parsed file /srv/gump/public/gump/metadata/project/tomcat-tc8.xml 
Parsed file /srv/gump/public/gump/metadata/project/tomcat-tc7.xml 
Parsed file /srv/gump/public/gump/metadata/project/tomcat-tc6.xml 
Parsed file /srv/gump/public/gump/metadata/project/tomcat-taglibs.xml 
Parsed file /srv/gump/public/gump/metadata/project/tomcat-connectors-native.xml 
Parsed file /srv/gump/public/gump/metadata/project/jakarta-servletapi-5.xml 
Parsed file /srv/gump/public/gump/metadata/project/tika.xml 
Parsed file /srv/gump/public/gump/metadata/project/apr-1.xml 
Parsed file /srv/gump/public/gump/metadata/project/apr.xml 
Parsed file /srv/gump/public/gump/metadata/project/poi.xml 
Parsed file /srv/gump/public/gump/metadata/project/pdfbox.xml 
Parsed file /srv/gump/public/gump/metadata/project/logging-log4j-12.xml 
Parsed file /srv/gump/public/gump/metadata/project/apache-httpd.xml 
Parsed file /srv/gump/public/gump/metadata/project/pcre.xml 
Parsed file /srv/gump/public/gump/metadata/project/gump.xml 
Parsed file /srv/gump/public/gump/metadata/project/forrest.xml 
Parsed file /srv/gump/public/gump/metadata/project/rat.xml 
Parsed file /srv/gump/public/gump/metadata/project/commons-httpclient.xml 
Parsed file /srv/gump/public/gump/metadata/project/commons-pool-1.x.xml 
Parsed file /srv/gump/public/gump/metadata/project/commons-lang-2.x.xml 
Parsed file /srv/gump/public/gump/metadata/project/commons-digester-2.x.xml 
Parsed file /srv/gump/public/gump/metadata/project/commons-dbcp-1.x.xml 
Parsed file /srv/gump/public/gump/metadata/project/commons-collections-3.x.xml 
Parsed file /srv/gump/public/gump/metadata/project/commons-codec-1.x.xml 
Parsed file /srv/gump/public/gump/metadata/project/jakarta-bsf.xml 
Parsed file /srv/gump/public/gump/metadata/project/commons-proper.xml 
Parsed file /srv/gump/public/gump/metadata/project/apache-attic.xml 
Parsed file /srv/gump/public/gump/metadata/project/antlibs-compress.xml 
Parsed file /srv/gump/public/gump/metadata/project/antlibs-antunit.xml 
Parsed file /srv/gump/public/gump/metadata/project/ant.xml 
Traceback (most recent call last):
  File bin/integrate.py, line 114, in module
irun()
  File bin/integrate.py, line 72, in irun
workspace=WorkspaceLoader(False).load(ws)
  File /srv/gump/public/gump/python/gump/core/loader/loader.py, line 292, in 
load
return self.loadFile(file,Workspace)
  File /srv/gump/public/gump/python/gump/core/loader/loader.py, line 213, in 
loadFile
return self.postProcess(cls)
  File /srv/gump/public/gump/python/gump/core/loader/loader.py, line 269, in 
postProcess
rootObject.complete()
  File /srv/gump/public/gump/python/gump/core/model/workspace.py, line 368, 
in complete
project.complete(self)   
  File /srv/gump/public/gump/python/gump/core/model/project.py, line 675, in 
complete
[b.expand(self, workspace) for b in self.builder]
AttributeError: 'NoneType' object has no attribute 'expand'
Process Exit Code : 1
--
Gump Version: 2.0.2-alpha-0003

-
To unsubscribe, e-mail: general-unsubscr...@gump.apache.org
For additional commands, e-mail: general-h...@gump.apache.org



Problem running Apache Gump [vmgump]

2015-05-14 Thread gump
There is a problem with run 'vmgump' (15052015_01), location : 
http://vmgump.apache.org/gump/public

The log ought be at:
   http://vmgump.apache.org/gump/public/gump_log.txt

The last (up to) 50 lines of the log are :
  LANG - [en_US.utf8]
  HOST_LOCAL_ENV - [local-env-vmgump.sh]
  HOST_LOCAL_POST_RUN - [local-post-run-vmgump.sh]
  PATH - [/usr/bin:/bin:/opt/maven/bin:/opt/maven2/bin:/opt/gradle/bin]
  HOST_LOCAL_PRE_RUN - [local-pre-run-vmgump.sh]
  GIT_HOME - [/opt/git]
  _ - [/usr/bin/python]
  GRADLE_HOME - [/opt/gradle]
  GUMP_HOST - [vmgump]
  PWD - [/srv/gump/public/gump/cron]
  MVN_PROXY_HOME - [/opt/repoproxy]
  GUMP_WORKSPACE - [/srv/gump/public/gump/metadata/vmgump]
- GUMP base directory : /srv/gump/public/workspace
- GUMP base path  : /srv/gump/public/workspace
- GUMP mail server: localhost
- GUMP mail port  : 25
- GUMP mail from  : g...@vmgump.apache.org
- GUMP mail to: general@gump.apache.org
- GUMP log is @   : http://vmgump.apache.org/gump/public
- GUMP log is @   : /srv/gump/public/workspace/log
 - GUMP PYTHONPATH  :  /srv/gump/public/gump/python
Execute : svn update --non-interactive out.txt 21
Updating '.':
Upython/gump/core/run/gumpenv.py
Upython/gump/core/build/__init__.py
Apython/gump/core/build/msbuild.py
Apython/gump/core/build/nuget.py
Upython/gump/core/model/project.py
Upython/gump/core/model/builder.py

Fetching external item into 'metadata':
Updated external to revision 1679479.

At revision 1679479.
No pre-run script [/srv/gump/public/gump/cron/local-pre-run-vmgump.sh].
Execute : /usr/bin/python bin/integrate.py -w 
/srv/gump/public/gump/metadata/vmgump.xml all --official out.txt 21
Traceback (most recent call last):
  File bin/integrate.py, line 41, in module
from gump.core.runner.runner import getRunner
  File /srv/gump/public/gump/python/gump/core/runner/runner.py, line 22, in 
module
from gump.core.update.updater import *
  File /srv/gump/public/gump/python/gump/core/update/updater.py, line 32, in 
module
from gump.core.run.gumprun import RunSpecific
  File /srv/gump/public/gump/python/gump/core/run/gumprun.py, line 37, in 
module
from gump.core.run.gumpenv import GumpEnvironment
  File /srv/gump/public/gump/python/gump/core/run/gumpenv.py, line 473
'help'):
   ^
SyntaxError: invalid syntax
Process Exit Code : 1
--
Gump Version: 2.0.2-alpha-0003

-
To unsubscribe, e-mail: general-unsubscr...@gump.apache.org
For additional commands, e-mail: general-h...@gump.apache.org



Re: Problem running Apache Gump [vmgump]

2015-05-05 Thread Stefan Bodewig
On 2015-05-05, Mark Thomas wrote:

 Fixed (hopefully). Fingers crossed for the next run.

Thanks!

Stefan

-
To unsubscribe, e-mail: general-unsubscr...@gump.apache.org
For additional commands, e-mail: general-h...@gump.apache.org



Re: Problem running Apache Gump [vmgump]

2015-05-05 Thread Mark Thomas
On 05/05/2015 00:00, g...@vmgump.apache.org wrote:
 There is a problem with run 'vmgump' (05052015_01), location : 
 http://vmgump.apache.org/gump/public
 
 The log ought be at:
http://vmgump.apache.org/gump/public/gump_log.txt
 
 The last (up to) 50 lines of the log are :
 - GUMP run on host   : vmgump
 - GUMP run @ : 05 May 2015 00:00:01
 - GUMP run @  UTC: 05 May 2015 00:00:01
 - GUMP run by Python : '2.7.6 (default, Mar 22 2014, 22:59:56) \n[GCC 4.8.2]'
 - GUMP run by Python : '/usr/bin/python'
 - GUMP run by Gump   : 2.0.2-alpha-0003
 - GUMP run on OS : 'posix'
 - GUMP run in env: 
   GUMP_PYTHON - [/usr/bin/python]
   LOGNAME - [gump]
   MAVEN_HOME - [/opt/maven]
   M3_HOME - [/opt/maven3]
   MAILTO - []
   GUMP_HOME - [/srv/gump/public/gump]
   SHELL - [/bin/sh]
   SHLVL - [1]
   LOCAL_ENV - [local-env.sh]
   M2_HOME - [/opt/maven2]
   JAVA_HOME - [/usr/lib/jvm/java-8-oracle]
   HOME - [/home/gump]
   LANG - [en_US.utf8]
   HOST_LOCAL_ENV - [local-env-vmgump.sh]
   HOST_LOCAL_POST_RUN - [local-post-run-vmgump.sh]
   PATH - [/usr/bin:/bin:/opt/maven/bin:/opt/maven2/bin:/opt/gradle/bin]
   HOST_LOCAL_PRE_RUN - [local-pre-run-vmgump.sh]
   GIT_HOME - [/opt/git]
   _ - [/usr/bin/python]
   GRADLE_HOME - [/opt/gradle]
   GUMP_HOST - [vmgump]
   PWD - [/srv/gump/public/gump/cron]
   MVN_PROXY_HOME - [/opt/repoproxy]
   GUMP_WORKSPACE - [/srv/gump/public/gump/metadata/vmgump]
 - GUMP base directory : /srv/gump/public/workspace
 - GUMP base path  : /srv/gump/public/workspace
 - GUMP mail server: localhost
 - GUMP mail port  : 25
 - GUMP mail from  : g...@vmgump.apache.org
 - GUMP mail to: general@gump.apache.org
 - GUMP log is @   : http://vmgump.apache.org/gump/public
 - GUMP log is @   : /srv/gump/public/workspace/log
  - GUMP PYTHONPATH  :  /srv/gump/public/gump/python
 Execute : svn update --non-interactive out.txt 21
 Updating '.':
 svn: E230001: Unable to connect to a repository at URL 
 'https://svn.apache.org/repos/asf/gump/live'
 svn: E230001: Server SSL certificate verification failed: issuer is not 
 trusted
 Process Exit Code : 1

Fixed (hopefully). Fingers crossed for the next run.

Mark


-
To unsubscribe, e-mail: general-unsubscr...@gump.apache.org
For additional commands, e-mail: general-h...@gump.apache.org



Problem running Apache Gump [vmgump]

2015-05-04 Thread gump
There is a problem with run 'vmgump' (04052015_080001), location : 
http://vmgump.apache.org/gump/public

The log ought be at:
   http://vmgump.apache.org/gump/public/gump_log.txt

The last (up to) 50 lines of the log are :
- GUMP run on host   : vmgump
- GUMP run @ : 04 May 2015 08:00:01
- GUMP run @  UTC: 04 May 2015 08:00:01
- GUMP run by Python : '2.7.6 (default, Mar 22 2014, 22:59:56) \n[GCC 4.8.2]'
- GUMP run by Python : '/usr/bin/python'
- GUMP run by Gump   : 2.0.2-alpha-0003
- GUMP run on OS : 'posix'
- GUMP run in env: 
  GUMP_PYTHON - [/usr/bin/python]
  LOGNAME - [gump]
  MAVEN_HOME - [/opt/maven]
  M3_HOME - [/opt/maven3]
  MAILTO - []
  GUMP_HOME - [/srv/gump/public/gump]
  SHELL - [/bin/sh]
  SHLVL - [1]
  LOCAL_ENV - [local-env.sh]
  M2_HOME - [/opt/maven2]
  JAVA_HOME - [/usr/lib/jvm/java-8-oracle]
  HOME - [/home/gump]
  LANG - [en_US.utf8]
  HOST_LOCAL_ENV - [local-env-vmgump.sh]
  HOST_LOCAL_POST_RUN - [local-post-run-vmgump.sh]
  PATH - [/usr/bin:/bin:/opt/maven/bin:/opt/maven2/bin:/opt/gradle/bin]
  HOST_LOCAL_PRE_RUN - [local-pre-run-vmgump.sh]
  GIT_HOME - [/opt/git]
  _ - [/usr/bin/python]
  GRADLE_HOME - [/opt/gradle]
  GUMP_HOST - [vmgump]
  PWD - [/srv/gump/public/gump/cron]
  MVN_PROXY_HOME - [/opt/repoproxy]
  GUMP_WORKSPACE - [/srv/gump/public/gump/metadata/vmgump]
- GUMP base directory : /srv/gump/public/workspace
- GUMP base path  : /srv/gump/public/workspace
- GUMP mail server: localhost
- GUMP mail port  : 25
- GUMP mail from  : g...@vmgump.apache.org
- GUMP mail to: general@gump.apache.org
- GUMP log is @   : http://vmgump.apache.org/gump/public
- GUMP log is @   : /srv/gump/public/workspace/log
 - GUMP PYTHONPATH  :  /srv/gump/public/gump/python
Execute : svn update --non-interactive out.txt 21
Updating '.':
svn: E230001: Unable to connect to a repository at URL 
'https://svn.apache.org/repos/asf/gump/live'
svn: E230001: Server SSL certificate verification failed: issuer is not trusted
Process Exit Code : 1
No pre-run script [/srv/gump/public/gump/cron/local-pre-run-vmgump.sh].
--
Gump Version: 2.0.2-alpha-0003

-
To unsubscribe, e-mail: general-unsubscr...@gump.apache.org
For additional commands, e-mail: general-h...@gump.apache.org



Problem running Apache Gump [vmgump]

2015-05-04 Thread gump
There is a problem with run 'vmgump' (04052015_160001), location : 
http://vmgump.apache.org/gump/public

The log ought be at:
   http://vmgump.apache.org/gump/public/gump_log.txt

The last (up to) 50 lines of the log are :
- GUMP run on host   : vmgump
- GUMP run @ : 04 May 2015 16:00:01
- GUMP run @  UTC: 04 May 2015 16:00:01
- GUMP run by Python : '2.7.6 (default, Mar 22 2014, 22:59:56) \n[GCC 4.8.2]'
- GUMP run by Python : '/usr/bin/python'
- GUMP run by Gump   : 2.0.2-alpha-0003
- GUMP run on OS : 'posix'
- GUMP run in env: 
  GUMP_PYTHON - [/usr/bin/python]
  LOGNAME - [gump]
  MAVEN_HOME - [/opt/maven]
  M3_HOME - [/opt/maven3]
  MAILTO - []
  GUMP_HOME - [/srv/gump/public/gump]
  SHELL - [/bin/sh]
  SHLVL - [1]
  LOCAL_ENV - [local-env.sh]
  M2_HOME - [/opt/maven2]
  JAVA_HOME - [/usr/lib/jvm/java-8-oracle]
  HOME - [/home/gump]
  LANG - [en_US.utf8]
  HOST_LOCAL_ENV - [local-env-vmgump.sh]
  HOST_LOCAL_POST_RUN - [local-post-run-vmgump.sh]
  PATH - [/usr/bin:/bin:/opt/maven/bin:/opt/maven2/bin:/opt/gradle/bin]
  HOST_LOCAL_PRE_RUN - [local-pre-run-vmgump.sh]
  GIT_HOME - [/opt/git]
  _ - [/usr/bin/python]
  GRADLE_HOME - [/opt/gradle]
  GUMP_HOST - [vmgump]
  PWD - [/srv/gump/public/gump/cron]
  MVN_PROXY_HOME - [/opt/repoproxy]
  GUMP_WORKSPACE - [/srv/gump/public/gump/metadata/vmgump]
- GUMP base directory : /srv/gump/public/workspace
- GUMP base path  : /srv/gump/public/workspace
- GUMP mail server: localhost
- GUMP mail port  : 25
- GUMP mail from  : g...@vmgump.apache.org
- GUMP mail to: general@gump.apache.org
- GUMP log is @   : http://vmgump.apache.org/gump/public
- GUMP log is @   : /srv/gump/public/workspace/log
 - GUMP PYTHONPATH  :  /srv/gump/public/gump/python
Execute : svn update --non-interactive out.txt 21
Updating '.':
svn: E230001: Unable to connect to a repository at URL 
'https://svn.apache.org/repos/asf/gump/live'
svn: E230001: Server SSL certificate verification failed: issuer is not trusted
Process Exit Code : 1
No pre-run script [/srv/gump/public/gump/cron/local-pre-run-vmgump.sh].
--
Gump Version: 2.0.2-alpha-0003

-
To unsubscribe, e-mail: general-unsubscr...@gump.apache.org
For additional commands, e-mail: general-h...@gump.apache.org



Problem running Apache Gump [vmgump]

2015-05-04 Thread gump
There is a problem with run 'vmgump' (05052015_01), location : 
http://vmgump.apache.org/gump/public

The log ought be at:
   http://vmgump.apache.org/gump/public/gump_log.txt

The last (up to) 50 lines of the log are :
- GUMP run on host   : vmgump
- GUMP run @ : 05 May 2015 00:00:01
- GUMP run @  UTC: 05 May 2015 00:00:01
- GUMP run by Python : '2.7.6 (default, Mar 22 2014, 22:59:56) \n[GCC 4.8.2]'
- GUMP run by Python : '/usr/bin/python'
- GUMP run by Gump   : 2.0.2-alpha-0003
- GUMP run on OS : 'posix'
- GUMP run in env: 
  GUMP_PYTHON - [/usr/bin/python]
  LOGNAME - [gump]
  MAVEN_HOME - [/opt/maven]
  M3_HOME - [/opt/maven3]
  MAILTO - []
  GUMP_HOME - [/srv/gump/public/gump]
  SHELL - [/bin/sh]
  SHLVL - [1]
  LOCAL_ENV - [local-env.sh]
  M2_HOME - [/opt/maven2]
  JAVA_HOME - [/usr/lib/jvm/java-8-oracle]
  HOME - [/home/gump]
  LANG - [en_US.utf8]
  HOST_LOCAL_ENV - [local-env-vmgump.sh]
  HOST_LOCAL_POST_RUN - [local-post-run-vmgump.sh]
  PATH - [/usr/bin:/bin:/opt/maven/bin:/opt/maven2/bin:/opt/gradle/bin]
  HOST_LOCAL_PRE_RUN - [local-pre-run-vmgump.sh]
  GIT_HOME - [/opt/git]
  _ - [/usr/bin/python]
  GRADLE_HOME - [/opt/gradle]
  GUMP_HOST - [vmgump]
  PWD - [/srv/gump/public/gump/cron]
  MVN_PROXY_HOME - [/opt/repoproxy]
  GUMP_WORKSPACE - [/srv/gump/public/gump/metadata/vmgump]
- GUMP base directory : /srv/gump/public/workspace
- GUMP base path  : /srv/gump/public/workspace
- GUMP mail server: localhost
- GUMP mail port  : 25
- GUMP mail from  : g...@vmgump.apache.org
- GUMP mail to: general@gump.apache.org
- GUMP log is @   : http://vmgump.apache.org/gump/public
- GUMP log is @   : /srv/gump/public/workspace/log
 - GUMP PYTHONPATH  :  /srv/gump/public/gump/python
Execute : svn update --non-interactive out.txt 21
Updating '.':
svn: E230001: Unable to connect to a repository at URL 
'https://svn.apache.org/repos/asf/gump/live'
svn: E230001: Server SSL certificate verification failed: issuer is not trusted
Process Exit Code : 1
No pre-run script [/srv/gump/public/gump/cron/local-pre-run-vmgump.sh].
--
Gump Version: 2.0.2-alpha-0003

-
To unsubscribe, e-mail: general-unsubscr...@gump.apache.org
For additional commands, e-mail: general-h...@gump.apache.org



Problem running Apache Gump [vmgump]

2015-05-03 Thread gump
There is a problem with run 'vmgump' (03052015_080002), location : 
http://vmgump.apache.org/gump/public

The log ought be at:
   http://vmgump.apache.org/gump/public/gump_log.txt

The last (up to) 50 lines of the log are :
- GUMP run on host   : vmgump
- GUMP run @ : 03 May 2015 08:00:02
- GUMP run @  UTC: 03 May 2015 08:00:02
- GUMP run by Python : '2.7.6 (default, Mar 22 2014, 22:59:56) \n[GCC 4.8.2]'
- GUMP run by Python : '/usr/bin/python'
- GUMP run by Gump   : 2.0.2-alpha-0003
- GUMP run on OS : 'posix'
- GUMP run in env: 
  GUMP_PYTHON - [/usr/bin/python]
  LOGNAME - [gump]
  MAVEN_HOME - [/opt/maven]
  M3_HOME - [/opt/maven3]
  MAILTO - []
  GUMP_HOME - [/srv/gump/public/gump]
  SHELL - [/bin/sh]
  SHLVL - [1]
  LOCAL_ENV - [local-env.sh]
  M2_HOME - [/opt/maven2]
  JAVA_HOME - [/usr/lib/jvm/java-8-oracle]
  HOME - [/home/gump]
  LANG - [en_US.utf8]
  HOST_LOCAL_ENV - [local-env-vmgump.sh]
  HOST_LOCAL_POST_RUN - [local-post-run-vmgump.sh]
  PATH - [/usr/bin:/bin:/opt/maven/bin:/opt/maven2/bin:/opt/gradle/bin]
  HOST_LOCAL_PRE_RUN - [local-pre-run-vmgump.sh]
  GIT_HOME - [/opt/git]
  _ - [/usr/bin/python]
  GRADLE_HOME - [/opt/gradle]
  GUMP_HOST - [vmgump]
  PWD - [/srv/gump/public/gump/cron]
  MVN_PROXY_HOME - [/opt/repoproxy]
  GUMP_WORKSPACE - [/srv/gump/public/gump/metadata/vmgump]
- GUMP base directory : /srv/gump/public/workspace
- GUMP base path  : /srv/gump/public/workspace
- GUMP mail server: localhost
- GUMP mail port  : 25
- GUMP mail from  : g...@vmgump.apache.org
- GUMP mail to: general@gump.apache.org
- GUMP log is @   : http://vmgump.apache.org/gump/public
- GUMP log is @   : /srv/gump/public/workspace/log
 - GUMP PYTHONPATH  :  /srv/gump/public/gump/python
Execute : svn update --non-interactive out.txt 21
Updating '.':
svn: E230001: Unable to connect to a repository at URL 
'https://svn.apache.org/repos/asf/gump/live'
svn: E230001: Server SSL certificate verification failed: issuer is not trusted
Process Exit Code : 1
No pre-run script [/srv/gump/public/gump/cron/local-pre-run-vmgump.sh].
--
Gump Version: 2.0.2-alpha-0003

-
To unsubscribe, e-mail: general-unsubscr...@gump.apache.org
For additional commands, e-mail: general-h...@gump.apache.org



Problem running Apache Gump [vmgump]

2015-05-03 Thread gump
There is a problem with run 'vmgump' (04052015_02), location : 
http://vmgump.apache.org/gump/public

The log ought be at:
   http://vmgump.apache.org/gump/public/gump_log.txt

The last (up to) 50 lines of the log are :
- GUMP run on host   : vmgump
- GUMP run @ : 04 May 2015 00:00:02
- GUMP run @  UTC: 04 May 2015 00:00:02
- GUMP run by Python : '2.7.6 (default, Mar 22 2014, 22:59:56) \n[GCC 4.8.2]'
- GUMP run by Python : '/usr/bin/python'
- GUMP run by Gump   : 2.0.2-alpha-0003
- GUMP run on OS : 'posix'
- GUMP run in env: 
  GUMP_PYTHON - [/usr/bin/python]
  LOGNAME - [gump]
  MAVEN_HOME - [/opt/maven]
  M3_HOME - [/opt/maven3]
  MAILTO - []
  GUMP_HOME - [/srv/gump/public/gump]
  SHELL - [/bin/sh]
  SHLVL - [1]
  LOCAL_ENV - [local-env.sh]
  M2_HOME - [/opt/maven2]
  JAVA_HOME - [/usr/lib/jvm/java-8-oracle]
  HOME - [/home/gump]
  LANG - [en_US.utf8]
  HOST_LOCAL_ENV - [local-env-vmgump.sh]
  HOST_LOCAL_POST_RUN - [local-post-run-vmgump.sh]
  PATH - [/usr/bin:/bin:/opt/maven/bin:/opt/maven2/bin:/opt/gradle/bin]
  HOST_LOCAL_PRE_RUN - [local-pre-run-vmgump.sh]
  GIT_HOME - [/opt/git]
  _ - [/usr/bin/python]
  GRADLE_HOME - [/opt/gradle]
  GUMP_HOST - [vmgump]
  PWD - [/srv/gump/public/gump/cron]
  MVN_PROXY_HOME - [/opt/repoproxy]
  GUMP_WORKSPACE - [/srv/gump/public/gump/metadata/vmgump]
- GUMP base directory : /srv/gump/public/workspace
- GUMP base path  : /srv/gump/public/workspace
- GUMP mail server: localhost
- GUMP mail port  : 25
- GUMP mail from  : g...@vmgump.apache.org
- GUMP mail to: general@gump.apache.org
- GUMP log is @   : http://vmgump.apache.org/gump/public
- GUMP log is @   : /srv/gump/public/workspace/log
 - GUMP PYTHONPATH  :  /srv/gump/public/gump/python
Execute : svn update --non-interactive out.txt 21
Updating '.':
svn: E230001: Unable to connect to a repository at URL 
'https://svn.apache.org/repos/asf/gump/live'
svn: E230001: Server SSL certificate verification failed: issuer is not trusted
Process Exit Code : 1
No pre-run script [/srv/gump/public/gump/cron/local-pre-run-vmgump.sh].
--
Gump Version: 2.0.2-alpha-0003

-
To unsubscribe, e-mail: general-unsubscr...@gump.apache.org
For additional commands, e-mail: general-h...@gump.apache.org



Problem running Apache Gump [vmgump]

2015-05-03 Thread gump
There is a problem with run 'vmgump' (03052015_160001), location : 
http://vmgump.apache.org/gump/public

The log ought be at:
   http://vmgump.apache.org/gump/public/gump_log.txt

The last (up to) 50 lines of the log are :
- GUMP run on host   : vmgump
- GUMP run @ : 03 May 2015 16:00:02
- GUMP run @  UTC: 03 May 2015 16:00:02
- GUMP run by Python : '2.7.6 (default, Mar 22 2014, 22:59:56) \n[GCC 4.8.2]'
- GUMP run by Python : '/usr/bin/python'
- GUMP run by Gump   : 2.0.2-alpha-0003
- GUMP run on OS : 'posix'
- GUMP run in env: 
  GUMP_PYTHON - [/usr/bin/python]
  LOGNAME - [gump]
  MAVEN_HOME - [/opt/maven]
  M3_HOME - [/opt/maven3]
  MAILTO - []
  GUMP_HOME - [/srv/gump/public/gump]
  SHELL - [/bin/sh]
  SHLVL - [1]
  LOCAL_ENV - [local-env.sh]
  M2_HOME - [/opt/maven2]
  JAVA_HOME - [/usr/lib/jvm/java-8-oracle]
  HOME - [/home/gump]
  LANG - [en_US.utf8]
  HOST_LOCAL_ENV - [local-env-vmgump.sh]
  HOST_LOCAL_POST_RUN - [local-post-run-vmgump.sh]
  PATH - [/usr/bin:/bin:/opt/maven/bin:/opt/maven2/bin:/opt/gradle/bin]
  HOST_LOCAL_PRE_RUN - [local-pre-run-vmgump.sh]
  GIT_HOME - [/opt/git]
  _ - [/usr/bin/python]
  GRADLE_HOME - [/opt/gradle]
  GUMP_HOST - [vmgump]
  PWD - [/srv/gump/public/gump/cron]
  MVN_PROXY_HOME - [/opt/repoproxy]
  GUMP_WORKSPACE - [/srv/gump/public/gump/metadata/vmgump]
- GUMP base directory : /srv/gump/public/workspace
- GUMP base path  : /srv/gump/public/workspace
- GUMP mail server: localhost
- GUMP mail port  : 25
- GUMP mail from  : g...@vmgump.apache.org
- GUMP mail to: general@gump.apache.org
- GUMP log is @   : http://vmgump.apache.org/gump/public
- GUMP log is @   : /srv/gump/public/workspace/log
 - GUMP PYTHONPATH  :  /srv/gump/public/gump/python
Execute : svn update --non-interactive out.txt 21
Updating '.':
svn: E230001: Unable to connect to a repository at URL 
'https://svn.apache.org/repos/asf/gump/live'
svn: E230001: Server SSL certificate verification failed: issuer is not trusted
Process Exit Code : 1
No pre-run script [/srv/gump/public/gump/cron/local-pre-run-vmgump.sh].
--
Gump Version: 2.0.2-alpha-0003

-
To unsubscribe, e-mail: general-unsubscr...@gump.apache.org
For additional commands, e-mail: general-h...@gump.apache.org



Problem running Apache Gump [vmgump]

2015-05-02 Thread gump
There is a problem with run 'vmgump' (02052015_08), location : 
http://vmgump.apache.org/gump/public

The log ought be at:
   http://vmgump.apache.org/gump/public/gump_log.txt

The last (up to) 50 lines of the log are :
- GUMP run on host   : vmgump
- GUMP run @ : 02 May 2015 00:00:08
- GUMP run @  UTC: 02 May 2015 00:00:08
- GUMP run by Python : '2.7.6 (default, Mar 22 2014, 22:59:56) \n[GCC 4.8.2]'
- GUMP run by Python : '/usr/bin/python'
- GUMP run by Gump   : 2.0.2-alpha-0003
- GUMP run on OS : 'posix'
- GUMP run in env: 
  GUMP_PYTHON - [/usr/bin/python]
  LOGNAME - [gump]
  MAVEN_HOME - [/opt/maven]
  M3_HOME - [/opt/maven3]
  MAILTO - []
  GUMP_HOME - [/srv/gump/public/gump]
  SHELL - [/bin/sh]
  SHLVL - [1]
  LOCAL_ENV - [local-env.sh]
  M2_HOME - [/opt/maven2]
  JAVA_HOME - [/usr/lib/jvm/java-8-oracle]
  HOME - [/home/gump]
  LANG - [en_US.utf8]
  HOST_LOCAL_ENV - [local-env-vmgump.sh]
  HOST_LOCAL_POST_RUN - [local-post-run-vmgump.sh]
  PATH - [/usr/bin:/bin:/opt/maven/bin:/opt/maven2/bin:/opt/gradle/bin]
  HOST_LOCAL_PRE_RUN - [local-pre-run-vmgump.sh]
  GIT_HOME - [/opt/git]
  _ - [/usr/bin/python]
  GRADLE_HOME - [/opt/gradle]
  GUMP_HOST - [vmgump]
  PWD - [/srv/gump/public/gump/cron]
  MVN_PROXY_HOME - [/opt/repoproxy]
  GUMP_WORKSPACE - [/srv/gump/public/gump/metadata/vmgump]
- GUMP base directory : /srv/gump/public/workspace
- GUMP base path  : /srv/gump/public/workspace
- GUMP mail server: localhost
- GUMP mail port  : 25
- GUMP mail from  : g...@vmgump.apache.org
- GUMP mail to: general@gump.apache.org
- GUMP log is @   : http://vmgump.apache.org/gump/public
- GUMP log is @   : /srv/gump/public/workspace/log
 - GUMP PYTHONPATH  :  /srv/gump/public/gump/python
Execute : svn update --non-interactive out.txt 21
Updating '.':
svn: E230001: Unable to connect to a repository at URL 
'https://svn.apache.org/repos/asf/gump/live'
svn: E230001: Server SSL certificate verification failed: issuer is not trusted
Process Exit Code : 1
No pre-run script [/srv/gump/public/gump/cron/local-pre-run-vmgump.sh].
--
Gump Version: 2.0.2-alpha-0003

-
To unsubscribe, e-mail: general-unsubscr...@gump.apache.org
For additional commands, e-mail: general-h...@gump.apache.org



Problem running Apache Gump [vmgump]

2015-05-02 Thread gump
There is a problem with run 'vmgump' (02052015_160001), location : 
http://vmgump.apache.org/gump/public

The log ought be at:
   http://vmgump.apache.org/gump/public/gump_log.txt

The last (up to) 50 lines of the log are :
- GUMP run on host   : vmgump
- GUMP run @ : 02 May 2015 16:00:01
- GUMP run @  UTC: 02 May 2015 16:00:01
- GUMP run by Python : '2.7.6 (default, Mar 22 2014, 22:59:56) \n[GCC 4.8.2]'
- GUMP run by Python : '/usr/bin/python'
- GUMP run by Gump   : 2.0.2-alpha-0003
- GUMP run on OS : 'posix'
- GUMP run in env: 
  GUMP_PYTHON - [/usr/bin/python]
  LOGNAME - [gump]
  MAVEN_HOME - [/opt/maven]
  M3_HOME - [/opt/maven3]
  MAILTO - []
  GUMP_HOME - [/srv/gump/public/gump]
  SHELL - [/bin/sh]
  SHLVL - [1]
  LOCAL_ENV - [local-env.sh]
  M2_HOME - [/opt/maven2]
  JAVA_HOME - [/usr/lib/jvm/java-8-oracle]
  HOME - [/home/gump]
  LANG - [en_US.utf8]
  HOST_LOCAL_ENV - [local-env-vmgump.sh]
  HOST_LOCAL_POST_RUN - [local-post-run-vmgump.sh]
  PATH - [/usr/bin:/bin:/opt/maven/bin:/opt/maven2/bin:/opt/gradle/bin]
  HOST_LOCAL_PRE_RUN - [local-pre-run-vmgump.sh]
  GIT_HOME - [/opt/git]
  _ - [/usr/bin/python]
  GRADLE_HOME - [/opt/gradle]
  GUMP_HOST - [vmgump]
  PWD - [/srv/gump/public/gump/cron]
  MVN_PROXY_HOME - [/opt/repoproxy]
  GUMP_WORKSPACE - [/srv/gump/public/gump/metadata/vmgump]
- GUMP base directory : /srv/gump/public/workspace
- GUMP base path  : /srv/gump/public/workspace
- GUMP mail server: localhost
- GUMP mail port  : 25
- GUMP mail from  : g...@vmgump.apache.org
- GUMP mail to: general@gump.apache.org
- GUMP log is @   : http://vmgump.apache.org/gump/public
- GUMP log is @   : /srv/gump/public/workspace/log
 - GUMP PYTHONPATH  :  /srv/gump/public/gump/python
Execute : svn update --non-interactive out.txt 21
Updating '.':
svn: E230001: Unable to connect to a repository at URL 
'https://svn.apache.org/repos/asf/gump/live'
svn: E230001: Server SSL certificate verification failed: issuer is not trusted
Process Exit Code : 1
No pre-run script [/srv/gump/public/gump/cron/local-pre-run-vmgump.sh].
--
Gump Version: 2.0.2-alpha-0003

-
To unsubscribe, e-mail: general-unsubscr...@gump.apache.org
For additional commands, e-mail: general-h...@gump.apache.org



Problem running Apache Gump [vmgump]

2015-05-02 Thread gump
There is a problem with run 'vmgump' (02052015_080002), location : 
http://vmgump.apache.org/gump/public

The log ought be at:
   http://vmgump.apache.org/gump/public/gump_log.txt

The last (up to) 50 lines of the log are :
- GUMP run on host   : vmgump
- GUMP run @ : 02 May 2015 08:00:02
- GUMP run @  UTC: 02 May 2015 08:00:02
- GUMP run by Python : '2.7.6 (default, Mar 22 2014, 22:59:56) \n[GCC 4.8.2]'
- GUMP run by Python : '/usr/bin/python'
- GUMP run by Gump   : 2.0.2-alpha-0003
- GUMP run on OS : 'posix'
- GUMP run in env: 
  GUMP_PYTHON - [/usr/bin/python]
  LOGNAME - [gump]
  MAVEN_HOME - [/opt/maven]
  M3_HOME - [/opt/maven3]
  MAILTO - []
  GUMP_HOME - [/srv/gump/public/gump]
  SHELL - [/bin/sh]
  SHLVL - [1]
  LOCAL_ENV - [local-env.sh]
  M2_HOME - [/opt/maven2]
  JAVA_HOME - [/usr/lib/jvm/java-8-oracle]
  HOME - [/home/gump]
  LANG - [en_US.utf8]
  HOST_LOCAL_ENV - [local-env-vmgump.sh]
  HOST_LOCAL_POST_RUN - [local-post-run-vmgump.sh]
  PATH - [/usr/bin:/bin:/opt/maven/bin:/opt/maven2/bin:/opt/gradle/bin]
  HOST_LOCAL_PRE_RUN - [local-pre-run-vmgump.sh]
  GIT_HOME - [/opt/git]
  _ - [/usr/bin/python]
  GRADLE_HOME - [/opt/gradle]
  GUMP_HOST - [vmgump]
  PWD - [/srv/gump/public/gump/cron]
  MVN_PROXY_HOME - [/opt/repoproxy]
  GUMP_WORKSPACE - [/srv/gump/public/gump/metadata/vmgump]
- GUMP base directory : /srv/gump/public/workspace
- GUMP base path  : /srv/gump/public/workspace
- GUMP mail server: localhost
- GUMP mail port  : 25
- GUMP mail from  : g...@vmgump.apache.org
- GUMP mail to: general@gump.apache.org
- GUMP log is @   : http://vmgump.apache.org/gump/public
- GUMP log is @   : /srv/gump/public/workspace/log
 - GUMP PYTHONPATH  :  /srv/gump/public/gump/python
Execute : svn update --non-interactive out.txt 21
Updating '.':
svn: E230001: Unable to connect to a repository at URL 
'https://svn.apache.org/repos/asf/gump/live'
svn: E230001: Server SSL certificate verification failed: issuer is not trusted
Process Exit Code : 1
No pre-run script [/srv/gump/public/gump/cron/local-pre-run-vmgump.sh].
--
Gump Version: 2.0.2-alpha-0003

-
To unsubscribe, e-mail: general-unsubscr...@gump.apache.org
For additional commands, e-mail: general-h...@gump.apache.org



Problem running Apache Gump [vmgump]

2015-05-02 Thread gump
There is a problem with run 'vmgump' (03052015_01), location : 
http://vmgump.apache.org/gump/public

The log ought be at:
   http://vmgump.apache.org/gump/public/gump_log.txt

The last (up to) 50 lines of the log are :
- GUMP run on host   : vmgump
- GUMP run @ : 03 May 2015 00:00:01
- GUMP run @  UTC: 03 May 2015 00:00:01
- GUMP run by Python : '2.7.6 (default, Mar 22 2014, 22:59:56) \n[GCC 4.8.2]'
- GUMP run by Python : '/usr/bin/python'
- GUMP run by Gump   : 2.0.2-alpha-0003
- GUMP run on OS : 'posix'
- GUMP run in env: 
  GUMP_PYTHON - [/usr/bin/python]
  LOGNAME - [gump]
  MAVEN_HOME - [/opt/maven]
  M3_HOME - [/opt/maven3]
  MAILTO - []
  GUMP_HOME - [/srv/gump/public/gump]
  SHELL - [/bin/sh]
  SHLVL - [1]
  LOCAL_ENV - [local-env.sh]
  M2_HOME - [/opt/maven2]
  JAVA_HOME - [/usr/lib/jvm/java-8-oracle]
  HOME - [/home/gump]
  LANG - [en_US.utf8]
  HOST_LOCAL_ENV - [local-env-vmgump.sh]
  HOST_LOCAL_POST_RUN - [local-post-run-vmgump.sh]
  PATH - [/usr/bin:/bin:/opt/maven/bin:/opt/maven2/bin:/opt/gradle/bin]
  HOST_LOCAL_PRE_RUN - [local-pre-run-vmgump.sh]
  GIT_HOME - [/opt/git]
  _ - [/usr/bin/python]
  GRADLE_HOME - [/opt/gradle]
  GUMP_HOST - [vmgump]
  PWD - [/srv/gump/public/gump/cron]
  MVN_PROXY_HOME - [/opt/repoproxy]
  GUMP_WORKSPACE - [/srv/gump/public/gump/metadata/vmgump]
- GUMP base directory : /srv/gump/public/workspace
- GUMP base path  : /srv/gump/public/workspace
- GUMP mail server: localhost
- GUMP mail port  : 25
- GUMP mail from  : g...@vmgump.apache.org
- GUMP mail to: general@gump.apache.org
- GUMP log is @   : http://vmgump.apache.org/gump/public
- GUMP log is @   : /srv/gump/public/workspace/log
 - GUMP PYTHONPATH  :  /srv/gump/public/gump/python
Execute : svn update --non-interactive out.txt 21
Updating '.':
svn: E230001: Unable to connect to a repository at URL 
'https://svn.apache.org/repos/asf/gump/live'
svn: E230001: Server SSL certificate verification failed: issuer is not trusted
Process Exit Code : 1
No pre-run script [/srv/gump/public/gump/cron/local-pre-run-vmgump.sh].
--
Gump Version: 2.0.2-alpha-0003

-
To unsubscribe, e-mail: general-unsubscr...@gump.apache.org
For additional commands, e-mail: general-h...@gump.apache.org



Problem running Apache Gump [vmgump]

2015-02-08 Thread gump
There is a problem with run 'vmgump' (07022015_180006), location : 
http://vmgump.apache.org/gump/public

The log ought be at:
   http://vmgump.apache.org/gump/public/gump_log.txt

The last (up to) 50 lines of the log are :
Detected [git --version]
Detected [darcs --version]
Detected [hg --version]
Detected [bzr --version]
version: 2.4.2
Unable to register RDF Describer :  cannot import name TYPE 
Traceback (most recent call last):
  File /srv/gump/public/gump/python/gump/core/runner/runner.py, line 206, in 
initializeActors
import gump.actor.rdf.describer
  File /srv/gump/public/gump/python/gump/actor/rdf/describer.py, line 43, in 
module
from rdflib import TYPE
ImportError: cannot import name TYPE
Caught an exception from DB, reconnecting
Traceback (most recent call last):
  File bin/integrate.py, line 114, in module
irun()
  File bin/integrate.py, line 91, in irun
result = getRunner(run).perform()
  File /srv/gump/public/gump/python/gump/core/runner/runner.py, line 262, in 
perform
return self.performRun()
  File /srv/gump/public/gump/python/gump/core/runner/demand.py, line 152, in 
performRun
self.initialize(True)
  File /srv/gump/public/gump/python/gump/core/runner/runner.py, line 127, in 
initialize
self.run._dispatchEvent(InitializeRunEvent(self.run))
  File /srv/gump/public/gump/python/gump/core/run/gumprun.py, line 186, in 
_dispatchEvent
actor._processEvent(event)
  File /srv/gump/public/gump/python/gump/core/run/actor.py, line 83, in 
_processEvent
self.processEvent(event)
  File /srv/gump/public/gump/python/gump/core/run/actor.py, line 127, in 
processEvent
self._processOtherEvent(event)
  File /srv/gump/public/gump/python/gump/core/run/actor.py, line 184, in 
_processOtherEvent
self.processOtherEvent(event)
  File /srv/gump/public/gump/python/gump/actor/stats/statistician.py, line 
63, in processOtherEvent
self.loadStatistics()
  File /srv/gump/public/gump/python/gump/actor/stats/statistician.py, line 
79, in loadStatistics
ws=self.db.getWorkspaceStats(self.workspace.getName())
  File /srv/gump/public/gump/python/gump/actor/stats/mysql/statsdb.py, line 
96, in getWorkspaceStats
workspaceName,stats)
  File /srv/gump/public/gump/python/gump/actor/stats/mysql/statsdb.py, line 
177, in _getStats
lambda helper:
  File /srv/gump/public/gump/python/gump/actor/stats/mysql/statsdb.py, line 
272, in _with_reconnect_on_error
return command(self._get_helper())
  File /srv/gump/public/gump/python/gump/actor/stats/mysql/statsdb.py, line 
83, in _get_helper
cursorclass = MySQLdb.cursors.DictCursor)
  File /usr/lib/python2.7/dist-packages/MySQLdb/__init__.py, line 81, in 
Connect
return Connection(*args, **kwargs)
  File /usr/lib/python2.7/dist-packages/MySQLdb/connections.py, line 187, in 
__init__
super(Connection, self).__init__(*args, **kwargs2)
_mysql_exceptions.OperationalError: (2002, Can't connect to local MySQL server 
through socket '/var/run/mysqld/mysqld.sock' (2))
Process Exit Code : 1
--
Gump Version: 2.0.2-alpha-0003

-
To unsubscribe, e-mail: general-unsubscr...@gump.apache.org
For additional commands, e-mail: general-h...@gump.apache.org



Problem running Apache Gump [vmgump]

2014-12-08 Thread gump
There is a problem with run 'vmgump' (09122014_060001), location : 
http://vmgump.apache.org/gump/public

The log ought be at:
   http://vmgump.apache.org/gump/public/gump_log.txt

The last (up to) 50 lines of the log are :
- GUMP run on host   : vmgump
- GUMP run @ : 09 Dec 2014 06:00:01
- GUMP run @  UTC: 09 Dec 2014 06:00:01
- GUMP run by Python : '2.7.6 (default, Mar 22 2014, 22:59:56) \n[GCC 4.8.2]'
- GUMP run by Python : '/usr/bin/python'
- GUMP run by Gump   : 2.0.2-alpha-0003
- GUMP run on OS : 'posix'
- GUMP run in env: 
  GUMP_PYTHON - [/usr/bin/python]
  LOGNAME - [gump]
  MAVEN_HOME - [/opt/maven]
  M3_HOME - [/opt/maven3]
  MAILTO - []
  GUMP_HOME - [/srv/gump/public/gump]
  SHELL - [/bin/sh]
  SHLVL - [1]
  LOCAL_ENV - [local-env.sh]
  M2_HOME - [/opt/maven2]
  JAVA_HOME - [/usr/lib/jvm/java-8-oracle]
  HOME - [/home/gump]
  LANG - [en_US.utf8]
  HOST_LOCAL_ENV - [local-env-vmgump.sh]
  HOST_LOCAL_POST_RUN - [local-post-run-vmgump.sh]
  PATH - [/usr/bin:/bin:/opt/maven/bin:/opt/maven2/bin]
  HOST_LOCAL_PRE_RUN - [local-pre-run-vmgump.sh]
  GIT_HOME - [/opt/git]
  _ - [/usr/bin/python]
  GUMP_HOST - [vmgump]
  PWD - [/srv/gump/public/gump/cron]
  MVN_PROXY_HOME - [/opt/repoproxy]
  GUMP_WORKSPACE - [/srv/gump/public/gump/metadata/vmgump]
- GUMP base directory : /srv/gump/public/workspace
- GUMP base path  : /srv/gump/public/workspace
- GUMP mail server: localhost
- GUMP mail port  : 25
- GUMP mail from  : g...@vmgump.apache.org
- GUMP mail to: general@gump.apache.org
- GUMP log is @   : http://vmgump.apache.org/gump/public
- GUMP log is @   : /srv/gump/public/workspace/log
 - GUMP PYTHONPATH  :  /srv/gump/public/gump/python
Execute : svn update --non-interactive out.txt 21
Updating '.':
svn: E230001: Unable to connect to a repository at URL 
'https://svn.apache.org/repos/asf/gump/live'
svn: E230001: Server SSL certificate verification failed: issuer is not trusted
Process Exit Code : 1
No pre-run script [/srv/gump/public/gump/cron/local-pre-run-vmgump.sh].
--
Gump Version: 2.0.2-alpha-0003

-
To unsubscribe, e-mail: general-unsubscr...@gump.apache.org
For additional commands, e-mail: general-h...@gump.apache.org



Problem running Apache Gump [vmgump]

2014-12-04 Thread gump
There is a problem with run 'vmgump' (04122014_120010), location : 
http://vmgump.apache.org/gump/public

The log ought be at:
   http://vmgump.apache.org/gump/public/gump_log.txt

The last (up to) 50 lines of the log are :
- GUMP run on host   : vmgump
- GUMP run @ : 04 Dec 2014 12:00:10
- GUMP run @  UTC: 04 Dec 2014 12:00:10
- GUMP run by Python : '2.7.6 (default, Mar 22 2014, 22:59:56) \n[GCC 4.8.2]'
- GUMP run by Python : '/usr/bin/python'
- GUMP run by Gump   : 2.0.2-alpha-0003
- GUMP run on OS : 'posix'
- GUMP run in env: 
  GUMP_PYTHON - [/usr/bin/python]
  LOGNAME - [gump]
  MAVEN_HOME - [/opt/maven]
  M3_HOME - [/opt/maven3]
  MAILTO - []
  GUMP_HOME - [/srv/gump/public/gump]
  SHELL - [/bin/sh]
  SHLVL - [1]
  LOCAL_ENV - [local-env.sh]
  M2_HOME - [/opt/maven2]
  JAVA_HOME - [/usr/lib/jvm/java-8-oracle]
  HOME - [/home/gump]
  LANG - [en_US.utf8]
  HOST_LOCAL_ENV - [local-env-vmgump.sh]
  HOST_LOCAL_POST_RUN - [local-post-run-vmgump.sh]
  PATH - [/usr/bin:/bin:/opt/maven/bin:/opt/maven2/bin]
  HOST_LOCAL_PRE_RUN - [local-pre-run-vmgump.sh]
  GIT_HOME - [/opt/git]
  _ - [/usr/bin/python]
  GUMP_HOST - [vmgump]
  PWD - [/srv/gump/public/gump/cron]
  MVN_PROXY_HOME - [/opt/repoproxy]
  GUMP_WORKSPACE - [/srv/gump/public/gump/metadata/vmgump]
- GUMP base directory : /srv/gump/public/workspace
- GUMP base path  : /srv/gump/public/workspace
- GUMP mail server: localhost
- GUMP mail port  : 25
- GUMP mail from  : g...@vmgump.apache.org
- GUMP mail to: general@gump.apache.org
- GUMP log is @   : http://vmgump.apache.org/gump/public
- GUMP log is @   : /srv/gump/public/workspace/log
 - GUMP PYTHONPATH  :  /srv/gump/public/gump/python
Execute : svn update --non-interactive out.txt 21
Updating '.':
svn: E000111: Unable to connect to a repository at URL 
'https://svn.apache.org/repos/asf/gump/live'
svn: E000111: Error running context: Connection refused
Process Exit Code : 1
No pre-run script [/srv/gump/public/gump/cron/local-pre-run-vmgump.sh].
--
Gump Version: 2.0.2-alpha-0003

-
To unsubscribe, e-mail: general-unsubscr...@gump.apache.org
For additional commands, e-mail: general-h...@gump.apache.org



Problem running Apache Gump [vmgump]

2014-12-04 Thread gump
There is a problem with run 'vmgump' (03122014_180002), location : 
http://vmgump.apache.org/gump/public

The log ought be at:
   http://vmgump.apache.org/gump/public/gump_log.txt

The last (up to) 50 lines of the log are :
- GUMP run on host   : vmgump
- GUMP run @ : 03 Dec 2014 18:00:02
- GUMP run @  UTC: 03 Dec 2014 18:00:02
- GUMP run by Python : '2.7.6 (default, Mar 22 2014, 22:59:56) \n[GCC 4.8.2]'
- GUMP run by Python : '/usr/bin/python'
- GUMP run by Gump   : 2.0.2-alpha-0003
- GUMP run on OS : 'posix'
- GUMP run in env: 
  GUMP_PYTHON - [/usr/bin/python]
  LOGNAME - [gump]
  MAVEN_HOME - [/opt/maven]
  M3_HOME - [/opt/maven3]
  MAILTO - []
  GUMP_HOME - [/srv/gump/public/gump]
  SHELL - [/bin/sh]
  SHLVL - [1]
  LOCAL_ENV - [local-env.sh]
  M2_HOME - [/opt/maven2]
  JAVA_HOME - [/usr/lib/jvm/java-8-oracle]
  HOME - [/home/gump]
  LANG - [en_US.utf8]
  HOST_LOCAL_ENV - [local-env-vmgump.sh]
  HOST_LOCAL_POST_RUN - [local-post-run-vmgump.sh]
  PATH - [/usr/bin:/bin:/opt/maven/bin:/opt/maven2/bin]
  HOST_LOCAL_PRE_RUN - [local-pre-run-vmgump.sh]
  GIT_HOME - [/opt/git]
  _ - [/usr/bin/python]
  GUMP_HOST - [vmgump]
  PWD - [/srv/gump/public/gump/cron]
  MVN_PROXY_HOME - [/opt/repoproxy]
  GUMP_WORKSPACE - [/srv/gump/public/gump/metadata/vmgump]
- GUMP base directory : /srv/gump/public/workspace
- GUMP base path  : /srv/gump/public/workspace
- GUMP mail server: localhost
- GUMP mail port  : 25
- GUMP mail from  : g...@vmgump.apache.org
- GUMP mail to: general@gump.apache.org
- GUMP log is @   : http://vmgump.apache.org/gump/public
- GUMP log is @   : /srv/gump/public/workspace/log
 - GUMP PYTHONPATH  :  /srv/gump/public/gump/python
Execute : svn update --non-interactive out.txt 21
Updating '.':
svn: E000113: Unable to connect to a repository at URL 
'https://svn.apache.org/repos/asf/gump/live'
svn: E000113: Error running context: No route to host
Process Exit Code : 1
No pre-run script [/srv/gump/public/gump/cron/local-pre-run-vmgump.sh].
--
Gump Version: 2.0.2-alpha-0003

-
To unsubscribe, e-mail: general-unsubscr...@gump.apache.org
For additional commands, e-mail: general-h...@gump.apache.org



Problem running Apache Gump [vmgump]

2014-12-04 Thread gump
There is a problem with run 'vmgump' (04122014_060002), location : 
http://vmgump.apache.org/gump/public

The log ought be at:
   http://vmgump.apache.org/gump/public/gump_log.txt

The last (up to) 50 lines of the log are :
- GUMP run on host   : vmgump
- GUMP run @ : 04 Dec 2014 06:00:02
- GUMP run @  UTC: 04 Dec 2014 06:00:02
- GUMP run by Python : '2.7.6 (default, Mar 22 2014, 22:59:56) \n[GCC 4.8.2]'
- GUMP run by Python : '/usr/bin/python'
- GUMP run by Gump   : 2.0.2-alpha-0003
- GUMP run on OS : 'posix'
- GUMP run in env: 
  GUMP_PYTHON - [/usr/bin/python]
  LOGNAME - [gump]
  MAVEN_HOME - [/opt/maven]
  M3_HOME - [/opt/maven3]
  MAILTO - []
  GUMP_HOME - [/srv/gump/public/gump]
  SHELL - [/bin/sh]
  SHLVL - [1]
  LOCAL_ENV - [local-env.sh]
  M2_HOME - [/opt/maven2]
  JAVA_HOME - [/usr/lib/jvm/java-8-oracle]
  HOME - [/home/gump]
  LANG - [en_US.utf8]
  HOST_LOCAL_ENV - [local-env-vmgump.sh]
  HOST_LOCAL_POST_RUN - [local-post-run-vmgump.sh]
  PATH - [/usr/bin:/bin:/opt/maven/bin:/opt/maven2/bin]
  HOST_LOCAL_PRE_RUN - [local-pre-run-vmgump.sh]
  GIT_HOME - [/opt/git]
  _ - [/usr/bin/python]
  GUMP_HOST - [vmgump]
  PWD - [/srv/gump/public/gump/cron]
  MVN_PROXY_HOME - [/opt/repoproxy]
  GUMP_WORKSPACE - [/srv/gump/public/gump/metadata/vmgump]
- GUMP base directory : /srv/gump/public/workspace
- GUMP base path  : /srv/gump/public/workspace
- GUMP mail server: localhost
- GUMP mail port  : 25
- GUMP mail from  : g...@vmgump.apache.org
- GUMP mail to: general@gump.apache.org
- GUMP log is @   : http://vmgump.apache.org/gump/public
- GUMP log is @   : /srv/gump/public/workspace/log
 - GUMP PYTHONPATH  :  /srv/gump/public/gump/python
Execute : svn update --non-interactive out.txt 21
Updating '.':
svn: E000111: Unable to connect to a repository at URL 
'https://svn.apache.org/repos/asf/gump/live'
svn: E000111: Error running context: Connection refused
Process Exit Code : 1
No pre-run script [/srv/gump/public/gump/cron/local-pre-run-vmgump.sh].
--
Gump Version: 2.0.2-alpha-0003

-
To unsubscribe, e-mail: general-unsubscr...@gump.apache.org
For additional commands, e-mail: general-h...@gump.apache.org



Problem running Apache Gump [vmgump]

2014-12-04 Thread gump
There is a problem with run 'vmgump' (04122014_02), location : 
http://vmgump.apache.org/gump/public

The log ought be at:
   http://vmgump.apache.org/gump/public/gump_log.txt

The last (up to) 50 lines of the log are :
- GUMP run on host   : vmgump
- GUMP run @ : 04 Dec 2014 00:00:02
- GUMP run @  UTC: 04 Dec 2014 00:00:02
- GUMP run by Python : '2.7.6 (default, Mar 22 2014, 22:59:56) \n[GCC 4.8.2]'
- GUMP run by Python : '/usr/bin/python'
- GUMP run by Gump   : 2.0.2-alpha-0003
- GUMP run on OS : 'posix'
- GUMP run in env: 
  GUMP_PYTHON - [/usr/bin/python]
  LOGNAME - [gump]
  MAVEN_HOME - [/opt/maven]
  M3_HOME - [/opt/maven3]
  MAILTO - []
  GUMP_HOME - [/srv/gump/public/gump]
  SHELL - [/bin/sh]
  SHLVL - [1]
  LOCAL_ENV - [local-env.sh]
  M2_HOME - [/opt/maven2]
  JAVA_HOME - [/usr/lib/jvm/java-8-oracle]
  HOME - [/home/gump]
  LANG - [en_US.utf8]
  HOST_LOCAL_ENV - [local-env-vmgump.sh]
  HOST_LOCAL_POST_RUN - [local-post-run-vmgump.sh]
  PATH - [/usr/bin:/bin:/opt/maven/bin:/opt/maven2/bin]
  HOST_LOCAL_PRE_RUN - [local-pre-run-vmgump.sh]
  GIT_HOME - [/opt/git]
  _ - [/usr/bin/python]
  GUMP_HOST - [vmgump]
  PWD - [/srv/gump/public/gump/cron]
  MVN_PROXY_HOME - [/opt/repoproxy]
  GUMP_WORKSPACE - [/srv/gump/public/gump/metadata/vmgump]
- GUMP base directory : /srv/gump/public/workspace
- GUMP base path  : /srv/gump/public/workspace
- GUMP mail server: localhost
- GUMP mail port  : 25
- GUMP mail from  : g...@vmgump.apache.org
- GUMP mail to: general@gump.apache.org
- GUMP log is @   : http://vmgump.apache.org/gump/public
- GUMP log is @   : /srv/gump/public/workspace/log
 - GUMP PYTHONPATH  :  /srv/gump/public/gump/python
Execute : svn update --non-interactive out.txt 21
Updating '.':
svn: E000111: Unable to connect to a repository at URL 
'https://svn.apache.org/repos/asf/gump/live'
svn: E000111: Error running context: Connection refused
Process Exit Code : 1
No pre-run script [/srv/gump/public/gump/cron/local-pre-run-vmgump.sh].
--
Gump Version: 2.0.2-alpha-0003

-
To unsubscribe, e-mail: general-unsubscr...@gump.apache.org
For additional commands, e-mail: general-h...@gump.apache.org



Problem running Apache Gump [vmgump]

2014-12-04 Thread gump
There is a problem with run 'vmgump' (04122014_180010), location : 
http://vmgump.apache.org/gump/public

The log ought be at:
   http://vmgump.apache.org/gump/public/gump_log.txt

The last (up to) 50 lines of the log are :
- GUMP run on host   : vmgump
- GUMP run @ : 04 Dec 2014 18:00:10
- GUMP run @  UTC: 04 Dec 2014 18:00:10
- GUMP run by Python : '2.7.6 (default, Mar 22 2014, 22:59:56) \n[GCC 4.8.2]'
- GUMP run by Python : '/usr/bin/python'
- GUMP run by Gump   : 2.0.2-alpha-0003
- GUMP run on OS : 'posix'
- GUMP run in env: 
  GUMP_PYTHON - [/usr/bin/python]
  LOGNAME - [gump]
  MAVEN_HOME - [/opt/maven]
  M3_HOME - [/opt/maven3]
  MAILTO - []
  GUMP_HOME - [/srv/gump/public/gump]
  SHELL - [/bin/sh]
  SHLVL - [1]
  LOCAL_ENV - [local-env.sh]
  M2_HOME - [/opt/maven2]
  JAVA_HOME - [/usr/lib/jvm/java-8-oracle]
  HOME - [/home/gump]
  LANG - [en_US.utf8]
  HOST_LOCAL_ENV - [local-env-vmgump.sh]
  HOST_LOCAL_POST_RUN - [local-post-run-vmgump.sh]
  PATH - [/usr/bin:/bin:/opt/maven/bin:/opt/maven2/bin]
  HOST_LOCAL_PRE_RUN - [local-pre-run-vmgump.sh]
  GIT_HOME - [/opt/git]
  _ - [/usr/bin/python]
  GUMP_HOST - [vmgump]
  PWD - [/srv/gump/public/gump/cron]
  MVN_PROXY_HOME - [/opt/repoproxy]
  GUMP_WORKSPACE - [/srv/gump/public/gump/metadata/vmgump]
- GUMP base directory : /srv/gump/public/workspace
- GUMP base path  : /srv/gump/public/workspace
- GUMP mail server: localhost
- GUMP mail port  : 25
- GUMP mail from  : g...@vmgump.apache.org
- GUMP mail to: general@gump.apache.org
- GUMP log is @   : http://vmgump.apache.org/gump/public
- GUMP log is @   : /srv/gump/public/workspace/log
 - GUMP PYTHONPATH  :  /srv/gump/public/gump/python
Execute : svn update --non-interactive out.txt 21
Updating '.':
svn: E000111: Unable to connect to a repository at URL 
'https://svn.apache.org/repos/asf/gump/live'
svn: E000111: Error running context: Connection refused
Process Exit Code : 1
No pre-run script [/srv/gump/public/gump/cron/local-pre-run-vmgump.sh].
--
Gump Version: 2.0.2-alpha-0003

-
To unsubscribe, e-mail: general-unsubscr...@gump.apache.org
For additional commands, e-mail: general-h...@gump.apache.org



Problem running Apache Gump [vmgump]

2014-12-04 Thread gump
There is a problem with run 'vmgump' (05122014_09), location : 
http://vmgump.apache.org/gump/public

The log ought be at:
   http://vmgump.apache.org/gump/public/gump_log.txt

The last (up to) 50 lines of the log are :
- GUMP run on host   : vmgump
- GUMP run @ : 05 Dec 2014 00:00:09
- GUMP run @  UTC: 05 Dec 2014 00:00:09
- GUMP run by Python : '2.7.6 (default, Mar 22 2014, 22:59:56) \n[GCC 4.8.2]'
- GUMP run by Python : '/usr/bin/python'
- GUMP run by Gump   : 2.0.2-alpha-0003
- GUMP run on OS : 'posix'
- GUMP run in env: 
  GUMP_PYTHON - [/usr/bin/python]
  LOGNAME - [gump]
  MAVEN_HOME - [/opt/maven]
  M3_HOME - [/opt/maven3]
  MAILTO - []
  GUMP_HOME - [/srv/gump/public/gump]
  SHELL - [/bin/sh]
  SHLVL - [1]
  LOCAL_ENV - [local-env.sh]
  M2_HOME - [/opt/maven2]
  JAVA_HOME - [/usr/lib/jvm/java-8-oracle]
  HOME - [/home/gump]
  LANG - [en_US.utf8]
  HOST_LOCAL_ENV - [local-env-vmgump.sh]
  HOST_LOCAL_POST_RUN - [local-post-run-vmgump.sh]
  PATH - [/usr/bin:/bin:/opt/maven/bin:/opt/maven2/bin]
  HOST_LOCAL_PRE_RUN - [local-pre-run-vmgump.sh]
  GIT_HOME - [/opt/git]
  _ - [/usr/bin/python]
  GUMP_HOST - [vmgump]
  PWD - [/srv/gump/public/gump/cron]
  MVN_PROXY_HOME - [/opt/repoproxy]
  GUMP_WORKSPACE - [/srv/gump/public/gump/metadata/vmgump]
- GUMP base directory : /srv/gump/public/workspace
- GUMP base path  : /srv/gump/public/workspace
- GUMP mail server: localhost
- GUMP mail port  : 25
- GUMP mail from  : g...@vmgump.apache.org
- GUMP mail to: general@gump.apache.org
- GUMP log is @   : http://vmgump.apache.org/gump/public
- GUMP log is @   : /srv/gump/public/workspace/log
 - GUMP PYTHONPATH  :  /srv/gump/public/gump/python
Execute : svn update --non-interactive out.txt 21
Updating '.':
svn: E000111: Unable to connect to a repository at URL 
'https://svn.apache.org/repos/asf/gump/live'
svn: E000111: Error running context: Connection refused
Process Exit Code : 1
No pre-run script [/srv/gump/public/gump/cron/local-pre-run-vmgump.sh].
--
Gump Version: 2.0.2-alpha-0003

-
To unsubscribe, e-mail: general-unsubscr...@gump.apache.org
For additional commands, e-mail: general-h...@gump.apache.org



Problem running Apache Gump [vmgump]

2014-11-20 Thread gump
There is a problem with run 'vmgump' (21112014_03), location : 
http://vmgump.apache.org/gump/public

The log ought be at:
   http://vmgump.apache.org/gump/public/gump_log.txt

The last (up to) 50 lines of the log are :
Empty [XDocSource] probably isn't good...
Empty [XDocSource] probably isn't good...
Empty [XDocSource] probably isn't good...
Empty [XDocSource] probably isn't good...
Empty [XDocSource] probably isn't good...
Empty [XDocSource] probably isn't good...
Empty [XDocSource] probably isn't good...
Empty [XDocSource] probably isn't good...
Empty [XDocSource] probably isn't good...
Document run using [TextDocumenter]
Generate Statistic Guru
Traceback (most recent call last):
  File bin/integrate.py, line 114, in module
irun()
  File bin/integrate.py, line 91, in irun
result = getRunner(run).perform()
  File /srv/gump/public/gump/python/gump/core/runner/runner.py, line 262, in 
perform
return self.performRun()
  File /srv/gump/public/gump/python/gump/core/runner/demand.py, line 214, in 
performRun
self.finalize()
  File /srv/gump/public/gump/python/gump/core/runner/runner.py, line 240, in 
finalize
self.run._dispatchEvent(FinalizeRunEvent(self.run))
  File /srv/gump/public/gump/python/gump/core/run/gumprun.py, line 186, in 
_dispatchEvent
actor._processEvent(event)
  File /srv/gump/public/gump/python/gump/core/run/actor.py, line 83, in 
_processEvent
self.processEvent(event)
  File /srv/gump/public/gump/python/gump/core/run/actor.py, line 127, in 
processEvent
self._processOtherEvent(event)
  File /srv/gump/public/gump/python/gump/core/run/actor.py, line 184, in 
_processOtherEvent
self.processOtherEvent(event)
  File /srv/gump/public/gump/python/gump/actor/document/documenter.py, line 
48, in processOtherEvent
self.document()
  File /srv/gump/public/gump/python/gump/actor/document/documenter.py, line 
74, in document
self.documentRun()
  File /srv/gump/public/gump/python/gump/actor/document/xdocs/documenter.py, 
line 101, in documentRun
self.documentStatistics()
  File /srv/gump/public/gump/python/gump/actor/document/xdocs/documenter.py, 
line 3127, in documentStatistics
stats = StatisticsGuru(self.workspace)
  File /srv/gump/public/gump/python/gump/tool/guru/stats.py, line 99, in 
__init__

self.projectsByFOGFactor=createOrderedList(workspace.getProjects(),compareProjectsByFOGFactor)
  File /srv/gump/public/gump/python/gump/util/__init__.py, line 152, in 
createOrderedList
sorted.sort(sortfunc)
  File /srv/gump/public/gump/python/gump/tool/shared/comparator.py, line 131, 
in compareProjectsByFOGFactor
fog1=project1.getFOGFactor()
  File /srv/gump/public/gump/python/gump/core/model/project.py, line 342, in 
getFOGFactor
return self.getStats().getFOGFactor()
  File /srv/gump/public/gump/python/gump/core/model/stats.py, line 156, in 
getStats
+ self.getName()
RuntimeError: Statistics not calculated/updated/available [yet]: fop-hyph
Process Exit Code : 1
--
Gump Version: 2.0.2-alpha-0003

-
To unsubscribe, e-mail: general-unsubscr...@gump.apache.org
For additional commands, e-mail: general-h...@gump.apache.org



Problem running Apache Gump [vmgump]

2014-11-19 Thread gump
There is a problem with run 'vmgump' (20112014_03), location : 
http://vmgump.apache.org/gump/public

The log ought be at:
   http://vmgump.apache.org/gump/public/gump_log.txt

The last (up to) 50 lines of the log are :
Empty [XDocSource] probably isn't good...
Empty [XDocSource] probably isn't good...
Empty [XDocSource] probably isn't good...
Empty [XDocSource] probably isn't good...
Empty [XDocSource] probably isn't good...
Empty [XDocSource] probably isn't good...
Empty [XDocSource] probably isn't good...
Empty [XDocSource] probably isn't good...
Empty [XDocSource] probably isn't good...
Document run using [TextDocumenter]
Generate Statistic Guru
Traceback (most recent call last):
  File bin/integrate.py, line 114, in module
irun()
  File bin/integrate.py, line 91, in irun
result = getRunner(run).perform()
  File /srv/gump/public/gump/python/gump/core/runner/runner.py, line 262, in 
perform
return self.performRun()
  File /srv/gump/public/gump/python/gump/core/runner/demand.py, line 214, in 
performRun
self.finalize()
  File /srv/gump/public/gump/python/gump/core/runner/runner.py, line 240, in 
finalize
self.run._dispatchEvent(FinalizeRunEvent(self.run))
  File /srv/gump/public/gump/python/gump/core/run/gumprun.py, line 186, in 
_dispatchEvent
actor._processEvent(event)
  File /srv/gump/public/gump/python/gump/core/run/actor.py, line 83, in 
_processEvent
self.processEvent(event)
  File /srv/gump/public/gump/python/gump/core/run/actor.py, line 127, in 
processEvent
self._processOtherEvent(event)
  File /srv/gump/public/gump/python/gump/core/run/actor.py, line 184, in 
_processOtherEvent
self.processOtherEvent(event)
  File /srv/gump/public/gump/python/gump/actor/document/documenter.py, line 
48, in processOtherEvent
self.document()
  File /srv/gump/public/gump/python/gump/actor/document/documenter.py, line 
74, in document
self.documentRun()
  File /srv/gump/public/gump/python/gump/actor/document/xdocs/documenter.py, 
line 101, in documentRun
self.documentStatistics()
  File /srv/gump/public/gump/python/gump/actor/document/xdocs/documenter.py, 
line 3127, in documentStatistics
stats = StatisticsGuru(self.workspace)
  File /srv/gump/public/gump/python/gump/tool/guru/stats.py, line 99, in 
__init__

self.projectsByFOGFactor=createOrderedList(workspace.getProjects(),compareProjectsByFOGFactor)
  File /srv/gump/public/gump/python/gump/util/__init__.py, line 152, in 
createOrderedList
sorted.sort(sortfunc)
  File /srv/gump/public/gump/python/gump/tool/shared/comparator.py, line 131, 
in compareProjectsByFOGFactor
fog1=project1.getFOGFactor()
  File /srv/gump/public/gump/python/gump/core/model/project.py, line 342, in 
getFOGFactor
return self.getStats().getFOGFactor()
  File /srv/gump/public/gump/python/gump/core/model/stats.py, line 156, in 
getStats
+ self.getName()
RuntimeError: Statistics not calculated/updated/available [yet]: fop-hyph
Process Exit Code : 1
--
Gump Version: 2.0.2-alpha-0003

-
To unsubscribe, e-mail: general-unsubscr...@gump.apache.org
For additional commands, e-mail: general-h...@gump.apache.org



Problem running Apache Gump [vmgump]

2014-11-18 Thread gump
There is a problem with run 'vmgump' (19112014_21), location : 
http://vmgump.apache.org/gump/public

The log ought be at:
   http://vmgump.apache.org/gump/public/gump_log.txt

The last (up to) 50 lines of the log are :
Empty [XDocSource] probably isn't good...
Empty [XDocSource] probably isn't good...
Empty [XDocSource] probably isn't good...
Empty [XDocSource] probably isn't good...
Empty [XDocSource] probably isn't good...
Empty [XDocSource] probably isn't good...
Empty [XDocSource] probably isn't good...
Empty [XDocSource] probably isn't good...
Empty [XDocSource] probably isn't good...
Document run using [TextDocumenter]
Generate Statistic Guru
Traceback (most recent call last):
  File bin/integrate.py, line 114, in module
irun()
  File bin/integrate.py, line 91, in irun
result = getRunner(run).perform()
  File /srv/gump/public/gump/python/gump/core/runner/runner.py, line 262, in 
perform
return self.performRun()
  File /srv/gump/public/gump/python/gump/core/runner/demand.py, line 214, in 
performRun
self.finalize()
  File /srv/gump/public/gump/python/gump/core/runner/runner.py, line 240, in 
finalize
self.run._dispatchEvent(FinalizeRunEvent(self.run))
  File /srv/gump/public/gump/python/gump/core/run/gumprun.py, line 186, in 
_dispatchEvent
actor._processEvent(event)
  File /srv/gump/public/gump/python/gump/core/run/actor.py, line 83, in 
_processEvent
self.processEvent(event)
  File /srv/gump/public/gump/python/gump/core/run/actor.py, line 127, in 
processEvent
self._processOtherEvent(event)
  File /srv/gump/public/gump/python/gump/core/run/actor.py, line 184, in 
_processOtherEvent
self.processOtherEvent(event)
  File /srv/gump/public/gump/python/gump/actor/document/documenter.py, line 
48, in processOtherEvent
self.document()
  File /srv/gump/public/gump/python/gump/actor/document/documenter.py, line 
74, in document
self.documentRun()
  File /srv/gump/public/gump/python/gump/actor/document/xdocs/documenter.py, 
line 101, in documentRun
self.documentStatistics()
  File /srv/gump/public/gump/python/gump/actor/document/xdocs/documenter.py, 
line 3127, in documentStatistics
stats = StatisticsGuru(self.workspace)
  File /srv/gump/public/gump/python/gump/tool/guru/stats.py, line 99, in 
__init__

self.projectsByFOGFactor=createOrderedList(workspace.getProjects(),compareProjectsByFOGFactor)
  File /srv/gump/public/gump/python/gump/util/__init__.py, line 152, in 
createOrderedList
sorted.sort(sortfunc)
  File /srv/gump/public/gump/python/gump/tool/shared/comparator.py, line 131, 
in compareProjectsByFOGFactor
fog1=project1.getFOGFactor()
  File /srv/gump/public/gump/python/gump/core/model/project.py, line 342, in 
getFOGFactor
return self.getStats().getFOGFactor()
  File /srv/gump/public/gump/python/gump/core/model/stats.py, line 156, in 
getStats
+ self.getName()
RuntimeError: Statistics not calculated/updated/available [yet]: fop-hyph
Process Exit Code : 1
--
Gump Version: 2.0.2-alpha-0003

-
To unsubscribe, e-mail: general-unsubscr...@gump.apache.org
For additional commands, e-mail: general-h...@gump.apache.org



Problem running Apache Gump [vmgump]

2014-11-17 Thread gump
There is a problem with run 'vmgump' (18112014_02), location : 
http://vmgump.apache.org/gump/public

The log ought be at:
   http://vmgump.apache.org/gump/public/gump_log.txt

The last (up to) 50 lines of the log are :
Empty [XDocSource] probably isn't good...
Empty [XDocSource] probably isn't good...
Empty [XDocSource] probably isn't good...
Empty [XDocSource] probably isn't good...
Empty [XDocSource] probably isn't good...
Empty [XDocSource] probably isn't good...
Empty [XDocSource] probably isn't good...
Empty [XDocSource] probably isn't good...
Empty [XDocSource] probably isn't good...
Document run using [TextDocumenter]
Generate Statistic Guru
Traceback (most recent call last):
  File bin/integrate.py, line 114, in module
irun()
  File bin/integrate.py, line 91, in irun
result = getRunner(run).perform()
  File /srv/gump/public/gump/python/gump/core/runner/runner.py, line 262, in 
perform
return self.performRun()
  File /srv/gump/public/gump/python/gump/core/runner/demand.py, line 214, in 
performRun
self.finalize()
  File /srv/gump/public/gump/python/gump/core/runner/runner.py, line 240, in 
finalize
self.run._dispatchEvent(FinalizeRunEvent(self.run))
  File /srv/gump/public/gump/python/gump/core/run/gumprun.py, line 186, in 
_dispatchEvent
actor._processEvent(event)
  File /srv/gump/public/gump/python/gump/core/run/actor.py, line 83, in 
_processEvent
self.processEvent(event)
  File /srv/gump/public/gump/python/gump/core/run/actor.py, line 127, in 
processEvent
self._processOtherEvent(event)
  File /srv/gump/public/gump/python/gump/core/run/actor.py, line 184, in 
_processOtherEvent
self.processOtherEvent(event)
  File /srv/gump/public/gump/python/gump/actor/document/documenter.py, line 
48, in processOtherEvent
self.document()
  File /srv/gump/public/gump/python/gump/actor/document/documenter.py, line 
74, in document
self.documentRun()
  File /srv/gump/public/gump/python/gump/actor/document/xdocs/documenter.py, 
line 101, in documentRun
self.documentStatistics()
  File /srv/gump/public/gump/python/gump/actor/document/xdocs/documenter.py, 
line 3127, in documentStatistics
stats = StatisticsGuru(self.workspace)
  File /srv/gump/public/gump/python/gump/tool/guru/stats.py, line 99, in 
__init__

self.projectsByFOGFactor=createOrderedList(workspace.getProjects(),compareProjectsByFOGFactor)
  File /srv/gump/public/gump/python/gump/util/__init__.py, line 152, in 
createOrderedList
sorted.sort(sortfunc)
  File /srv/gump/public/gump/python/gump/tool/shared/comparator.py, line 131, 
in compareProjectsByFOGFactor
fog1=project1.getFOGFactor()
  File /srv/gump/public/gump/python/gump/core/model/project.py, line 342, in 
getFOGFactor
return self.getStats().getFOGFactor()
  File /srv/gump/public/gump/python/gump/core/model/stats.py, line 156, in 
getStats
+ self.getName()
RuntimeError: Statistics not calculated/updated/available [yet]: fop-hyph
Process Exit Code : 1
--
Gump Version: 2.0.2-alpha-0003

-
To unsubscribe, e-mail: general-unsubscr...@gump.apache.org
For additional commands, e-mail: general-h...@gump.apache.org



Problem running Apache Gump [vmgump]

2014-11-11 Thread gump
There is a problem with run 'vmgump' (2014_120002), location : 
http://vmgump.apache.org/gump/public

The log ought be at:
   http://vmgump.apache.org/gump/public/gump_log.txt

The last (up to) 50 lines of the log are :
Empty [XDocSource] probably isn't good...
Traceback (most recent call last):
  File bin/integrate.py, line 114, in module
irun()
  File bin/integrate.py, line 91, in irun
result = getRunner(run).perform()
  File /srv/gump/public/gump/python/gump/core/runner/runner.py, line 262, in 
perform
return self.performRun()
  File /srv/gump/public/gump/python/gump/core/runner/demand.py, line 214, in 
performRun
self.finalize()
  File /srv/gump/public/gump/python/gump/core/runner/runner.py, line 240, in 
finalize
self.run._dispatchEvent(FinalizeRunEvent(self.run))
  File /srv/gump/public/gump/python/gump/core/run/gumprun.py, line 186, in 
_dispatchEvent
actor._processEvent(event)
  File /srv/gump/public/gump/python/gump/core/run/actor.py, line 83, in 
_processEvent
self.processEvent(event)
  File /srv/gump/public/gump/python/gump/core/run/actor.py, line 127, in 
processEvent
self._processOtherEvent(event)
  File /srv/gump/public/gump/python/gump/core/run/actor.py, line 184, in 
_processOtherEvent
self.processOtherEvent(event)
  File /srv/gump/public/gump/python/gump/actor/document/documenter.py, line 
48, in processOtherEvent
self.document()
  File /srv/gump/public/gump/python/gump/actor/document/documenter.py, line 
74, in document
self.documentRun()
  File /srv/gump/public/gump/python/gump/actor/document/xdocs/documenter.py, 
line 97, in documentRun
self.documentEverythingElse()
  File /srv/gump/public/gump/python/gump/actor/document/xdocs/documenter.py, 
line 481, in documentEverythingElse
self.documentModule(module)
  File /srv/gump/public/gump/python/gump/actor/document/xdocs/documenter.py, 
line 1843, in documentModule
self.documentProject(project)
  File /srv/gump/public/gump/python/gump/actor/document/xdocs/documenter.py, 
line 1991, in documentProject
self.documentProjectDetails(project, realTime)
  File /srv/gump/public/gump/python/gump/actor/document/xdocs/documenter.py, 
line 2088, in documentProjectDetails
project)
  File /srv/gump/public/gump/python/gump/actor/document/xdocs/documenter.py, 
line 2294, in documentDependenciesList
dependencyRow.createData())
  File /srv/gump/public/gump/python/gump/actor/document/xdocs/documenter.py, 
line 3045, in insertLink
link = self.getLink(toObject, fromObject, state)
  File /srv/gump/public/gump/python/gump/actor/document/xdocs/documenter.py, 
line 3086, in getLink
'.html').serialize()
  File /srv/gump/public/gump/python/gump/actor/document/xdocs/resolver.py, 
line 110, in getRelativeLocation
toLocation=getLocationForObject(toObject,extn)
  File /srv/gump/public/gump/python/gump/actor/document/xdocs/resolver.py, 
line 128, in getLocationForObject
getPathForObject(object),
  File /srv/gump/public/gump/python/gump/actor/document/xdocs/resolver.py, 
line 84, in getPathForObject
path=getPathForObject(object.getModule()).getPostfixed(object.getName())
  File /srv/gump/public/gump/python/gump/core/model/project.py, line 804, in 
getModule
raise RuntimeError, 'Project [' + self.name + '] not in a module.]'
RuntimeError: Project [asm] not in a module.]
Process Exit Code : 1
--
Gump Version: 2.0.2-alpha-0003

-
To unsubscribe, e-mail: general-unsubscr...@gump.apache.org
For additional commands, e-mail: general-h...@gump.apache.org



Problem running Apache Gump [vmgump]

2014-10-14 Thread gump
There is a problem with run 'vmgump' (14102014_180014), location : 
http://vmgump.apache.org/gump/public

The log ought be at:
   http://vmgump.apache.org/gump/public/gump_log.txt

The last (up to) 50 lines of the log are :
- GUMP run on host   : vmgump
- GUMP run @ : 14 Oct 2014 18:00:15
- GUMP run @  UTC: 14 Oct 2014 18:00:15
- GUMP run by Python : '2.7.6 (default, Mar 22 2014, 22:59:56) \n[GCC 4.8.2]'
- GUMP run by Python : '/usr/bin/python'
- GUMP run by Gump   : 2.0.2-alpha-0003
- GUMP run on OS : 'posix'
- GUMP run in env: 
  GUMP_PYTHON - [/usr/bin/python]
  LOGNAME - [gump]
  MAVEN_HOME - [/opt/maven]
  M3_HOME - [/opt/maven3]
  MAILTO - []
  GUMP_HOME - [/srv/gump/public/gump]
  SHELL - [/bin/sh]
  SHLVL - [1]
  LOCAL_ENV - [local-env.sh]
  M2_HOME - [/opt/maven2]
  JAVA_HOME - [/usr/lib/jvm/java-7-oracle]
  HOME - [/home/gump]
  LANG - [en_US.utf8]
  HOST_LOCAL_ENV - [local-env-vmgump.sh]
  HOST_LOCAL_POST_RUN - [local-post-run-vmgump.sh]
  PATH - [/usr/bin:/bin:/opt/maven/bin:/opt/maven2/bin]
  HOST_LOCAL_PRE_RUN - [local-pre-run-vmgump.sh]
  GIT_HOME - [/opt/git]
  _ - [/usr/bin/python]
  GUMP_HOST - [vmgump]
  PWD - [/srv/gump/public/gump/cron]
  MVN_PROXY_HOME - [/opt/repoproxy]
  GUMP_WORKSPACE - [/srv/gump/public/gump/metadata/vmgump]
- GUMP base directory : /srv/gump/public/workspace
- GUMP base path  : /srv/gump/public/workspace
- GUMP mail server: localhost
- GUMP mail port  : 25
- GUMP mail from  : g...@vmgump.apache.org
- GUMP mail to: general@gump.apache.org
- GUMP log is @   : http://vmgump.apache.org/gump/public
- GUMP log is @   : /srv/gump/public/workspace/log
 - GUMP PYTHONPATH  :  /srv/gump/public/gump/python
Execute : svn update --non-interactive out.txt 21
Updating '.':
svn: E000110: Unable to connect to a repository at URL 
'https://svn.apache.org/repos/asf/gump/live'
svn: E000110: Error running context: Connection timed out
Process Exit Code : 1
No pre-run script [/srv/gump/public/gump/cron/local-pre-run-vmgump.sh].
--
Gump Version: 2.0.2-alpha-0003

-
To unsubscribe, e-mail: general-unsubscr...@gump.apache.org
For additional commands, e-mail: general-h...@gump.apache.org



Problem running Apache Gump [vmgump]

2014-10-09 Thread gump
There is a problem with run 'vmgump' (10102014_09), location : 
http://vmgump.apache.org/gump/public

The log ought be at:
   http://vmgump.apache.org/gump/public/gump_log.txt

The last (up to) 50 lines of the log are :
- GUMP run on host   : vmgump
- GUMP run @ : 10 Oct 2014 00:00:09
- GUMP run @  UTC: 10 Oct 2014 00:00:09
- GUMP run by Python : '2.7.6 (default, Mar 22 2014, 22:59:56) \n[GCC 4.8.2]'
- GUMP run by Python : '/usr/bin/python'
- GUMP run by Gump   : 2.0.2-alpha-0003
- GUMP run on OS : 'posix'
- GUMP run in env: 
  GUMP_PYTHON - [/usr/bin/python]
  LOGNAME - [gump]
  MAVEN_HOME - [/opt/maven]
  M3_HOME - [/opt/maven3]
  MAILTO - []
  GUMP_HOME - [/srv/gump/public/gump]
  SHELL - [/bin/sh]
  SHLVL - [1]
  LOCAL_ENV - [local-env.sh]
  M2_HOME - [/opt/maven2]
  JAVA_HOME - [/usr/lib/jvm/java-7-oracle]
  HOME - [/home/gump]
  LANG - [en_US.utf8]
  HOST_LOCAL_ENV - [local-env-vmgump.sh]
  HOST_LOCAL_POST_RUN - [local-post-run-vmgump.sh]
  PATH - [/usr/bin:/bin:/opt/maven/bin:/opt/maven2/bin]
  HOST_LOCAL_PRE_RUN - [local-pre-run-vmgump.sh]
  GIT_HOME - [/opt/git]
  _ - [/usr/bin/python]
  GUMP_HOST - [vmgump]
  PWD - [/srv/gump/public/gump/cron]
  MVN_PROXY_HOME - [/opt/repoproxy]
  GUMP_WORKSPACE - [/srv/gump/public/gump/metadata/vmgump]
- GUMP base directory : /srv/gump/public/workspace
- GUMP base path  : /srv/gump/public/workspace
- GUMP mail server: localhost
- GUMP mail port  : 25
- GUMP mail from  : g...@vmgump.apache.org
- GUMP mail to: general@gump.apache.org
- GUMP log is @   : http://vmgump.apache.org/gump/public
- GUMP log is @   : /srv/gump/public/workspace/log
 - GUMP PYTHONPATH  :  /srv/gump/public/gump/python
Execute : svn update --non-interactive out.txt 21
Updating '.':
svn: E670002: Unable to connect to a repository at URL 
'https://svn.apache.org/repos/asf/gump/live'
svn: E670002: Name or service not known
Process Exit Code : 1
No pre-run script [/srv/gump/public/gump/cron/local-pre-run-vmgump.sh].
--
Gump Version: 2.0.2-alpha-0003

-
To unsubscribe, e-mail: general-unsubscr...@gump.apache.org
For additional commands, e-mail: general-h...@gump.apache.org



Problem running Apache Gump [vmgump]

2014-08-01 Thread gump
There is a problem with run 'vmgump' (02082014_004605), location : 
http://vmgump.apache.org/gump/public

The log ought be at:
   http://vmgump.apache.org/gump/public/gump_log.txt

The last (up to) 50 lines of the log are :
  GUMP_PYTHON - [/usr/bin/python]
  MVN_PROXY_HOME - [/opt/repoproxy]
  USER - [gump]
  MAVEN_HOME - [/opt/maven]
  PATH - 
[/opt/git/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/usr/games:/usr/local/games:/opt/maven/bin:/opt/maven2/bin]
  LANG - [en_US.utf8]
  TERM - [xterm]
  SHELL - [/bin/bash]
  SHLVL - [3]
  LOCAL_ENV - [local-env.sh]
  SUDO_USER - [markt]
  JAVA_HOME - [/usr/lib/jvm/java-7-oracle]
  HOME - [/home/gump]
  USERNAME - [root]
  HOST_LOCAL_ENV - [local-env-vmgump.sh]
  XDG_RUNTIME_DIR - [/run/user/0]
  HOST_LOCAL_POST_RUN - [local-post-run-vmgump.sh]
  LOGNAME - [gump]
  SUDO_UID - [1004]
  GUMP_HOME - [/srv/gump/public/gump]
  HOST_LOCAL_PRE_RUN - [local-pre-run-vmgump.sh]
  GIT_HOME - [/opt/git]
  XDG_SESSION_ID - [c3]
  M2_HOME - [/opt/maven2]
  _ - [/usr/bin/python]
  SUDO_COMMAND - [/bin/su]
  SUDO_GID - [1004]
  LS_COLORS - 
[rs=0:di=01;34:ln=01;36:mh=00:pi=40;33:so=01;35:do=01;35:bd=40;33;01:cd=40;33;01:or=40;31;01:su=37;41:sg=30;43:ca=30;41:tw=30;42:ow=34;42:st=37;44:ex=01;32:*.tar=01;31:*.tgz=01;31:*.arj=01;31:*.taz=01;31:*.lzh=01;31:*.lzma=01;31:*.tlz=01;31:*.txz=01;31:*.zip=01;31:*.z=01;31:*.Z=01;31:*.dz=01;31:*.gz=01;31:*.lz=01;31:*.xz=01;31:*.bz2=01;31:*.bz=01;31:*.tbz=01;31:*.tbz2=01;31:*.tz=01;31:*.deb=01;31:*.rpm=01;31:*.jar=01;31:*.war=01;31:*.ear=01;31:*.sar=01;31:*.rar=01;31:*.ace=01;31:*.zoo=01;31:*.cpio=01;31:*.7z=01;31:*.rz=01;31:*.jpg=01;35:*.jpeg=01;35:*.gif=01;35:*.bmp=01;35:*.pbm=01;35:*.pgm=01;35:*.ppm=01;35:*.tga=01;35:*.xbm=01;35:*.xpm=01;35:*.tif=01;35:*.tiff=01;35:*.png=01;35:*.svg=01;35:*.svgz=01;35:*.mng=01;35:*.pcx=01;35:*.mov=01;35:*.mpg=01;35:*.mpeg=01;35:*.m2v=01;35:*.mkv=01;35:*.webm=01;35:*.ogm=01;35:*.mp4=01;35:*.m4v=01;35:*.mp4v=01;35:*.vob=01;35:*.qt=01;35:*.nuv=01;35:*.wmv=01;35:*.asf=01;35:*.rm=01;35:*.rmvb=01;35:*.flc=01;35:*.avi=01;35:*.fli=01;35
 
:*.flv=01;35:*.gl=01;35:*.dl=01;35:*.xcf=01;35:*.xwd=01;35:*.yuv=01;35:*.cgm=01;35:*.emf=01;35:*.axv=01;35:*.anx=01;35:*.ogv=01;35:*.ogx=01;35:*.aac=00;36:*.au=00;36:*.flac=00;36:*.mid=00;36:*.midi=00;36:*.mka=00;36:*.mp3=00;36:*.mpc=00;36:*.ogg=00;36:*.ra=00;36:*.wav=00;36:*.axa=00;36:*.oga=00;36:*.spx=00;36:*.xspf=00;36:]
  LESSCLOSE - [/usr/bin/lesspipe %s %s]
  M3_HOME - [/opt/maven3]
  GUMP_HOST - [vmgump]
  PWD - [/srv/gump/public/gump/cron]
  MAIL - [/var/mail/gump]
  GUMP_WORKSPACE - [/srv/gump/public/gump/metadata/vmgump]
- GUMP base directory : /srv/gump/public/workspace
- GUMP base path  : /srv/gump/public/workspace
- GUMP mail server: localhost
- GUMP mail port  : 25
- GUMP mail from  : g...@vmgump.apache.org
- GUMP mail to: general@gump.apache.org
- GUMP log is @   : http://vmgump.apache.org/gump/public
- GUMP log is @   : /srv/gump/public/workspace/log
 - GUMP PYTHONPATH  :  /srv/gump/public/gump/python
Execute : svn update --non-interactive out.txt 21
svn: E155036: Please see the 'svn upgrade' command
svn: E155036: The working copy at '/srv/gump/public/gump'
is too old (format 10) to work with client version '1.8.8 (r1568071)' (expects 
format 31). You need to upgrade the working copy first.

Process Exit Code : 1
No pre-run script [/srv/gump/public/gump/cron/local-pre-run-vmgump.sh].
--
Gump Version: 2.0.2-alpha-0003

-
To unsubscribe, e-mail: general-unsubscr...@gump.apache.org
For additional commands, e-mail: general-h...@gump.apache.org



Problem running Apache Gump [vmgump]

2014-08-01 Thread gump
There is a problem with run 'vmgump' (02082014_004725), location : 
http://vmgump.apache.org/gump/public

The log ought be at:
   http://vmgump.apache.org/gump/public/gump_log.txt

The last (up to) 50 lines of the log are :
  LESSOPEN - [| /usr/bin/lesspipe %s]
  GUMP_PYTHON - [/usr/bin/python]
  MVN_PROXY_HOME - [/opt/repoproxy]
  USER - [gump]
  MAVEN_HOME - [/opt/maven]
  PATH - 
[/opt/git/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/usr/games:/usr/local/games:/opt/maven/bin:/opt/maven2/bin]
  LANG - [en_US.utf8]
  TERM - [xterm]
  SHELL - [/bin/bash]
  SHLVL - [3]
  LOCAL_ENV - [local-env.sh]
  SUDO_USER - [markt]
  JAVA_HOME - [/usr/lib/jvm/java-7-oracle]
  HOME - [/home/gump]
  USERNAME - [root]
  HOST_LOCAL_ENV - [local-env-vmgump.sh]
  XDG_RUNTIME_DIR - [/run/user/0]
  HOST_LOCAL_POST_RUN - [local-post-run-vmgump.sh]
  LOGNAME - [gump]
  SUDO_UID - [1004]
  GUMP_HOME - [/srv/gump/public/gump]
  HOST_LOCAL_PRE_RUN - [local-pre-run-vmgump.sh]
  GIT_HOME - [/opt/git]
  XDG_SESSION_ID - [c3]
  M2_HOME - [/opt/maven2]
  _ - [/usr/bin/python]
  SUDO_COMMAND - [/bin/su]
  SUDO_GID - [1004]
  LS_COLORS - 
[rs=0:di=01;34:ln=01;36:mh=00:pi=40;33:so=01;35:do=01;35:bd=40;33;01:cd=40;33;01:or=40;31;01:su=37;41:sg=30;43:ca=30;41:tw=30;42:ow=34;42:st=37;44:ex=01;32:*.tar=01;31:*.tgz=01;31:*.arj=01;31:*.taz=01;31:*.lzh=01;31:*.lzma=01;31:*.tlz=01;31:*.txz=01;31:*.zip=01;31:*.z=01;31:*.Z=01;31:*.dz=01;31:*.gz=01;31:*.lz=01;31:*.xz=01;31:*.bz2=01;31:*.bz=01;31:*.tbz=01;31:*.tbz2=01;31:*.tz=01;31:*.deb=01;31:*.rpm=01;31:*.jar=01;31:*.war=01;31:*.ear=01;31:*.sar=01;31:*.rar=01;31:*.ace=01;31:*.zoo=01;31:*.cpio=01;31:*.7z=01;31:*.rz=01;31:*.jpg=01;35:*.jpeg=01;35:*.gif=01;35:*.bmp=01;35:*.pbm=01;35:*.pgm=01;35:*.ppm=01;35:*.tga=01;35:*.xbm=01;35:*.xpm=01;35:*.tif=01;35:*.tiff=01;35:*.png=01;35:*.svg=01;35:*.svgz=01;35:*.mng=01;35:*.pcx=01;35:*.mov=01;35:*.mpg=01;35:*.mpeg=01;35:*.m2v=01;35:*.mkv=01;35:*.webm=01;35:*.ogm=01;35:*.mp4=01;35:*.m4v=01;35:*.mp4v=01;35:*.vob=01;35:*.qt=01;35:*.nuv=01;35:*.wmv=01;35:*.asf=01;35:*.rm=01;35:*.rmvb=01;35:*.flc=01;35:*.avi=01;35:*.fli=01;35
 
:*.flv=01;35:*.gl=01;35:*.dl=01;35:*.xcf=01;35:*.xwd=01;35:*.yuv=01;35:*.cgm=01;35:*.emf=01;35:*.axv=01;35:*.anx=01;35:*.ogv=01;35:*.ogx=01;35:*.aac=00;36:*.au=00;36:*.flac=00;36:*.mid=00;36:*.midi=00;36:*.mka=00;36:*.mp3=00;36:*.mpc=00;36:*.ogg=00;36:*.ra=00;36:*.wav=00;36:*.axa=00;36:*.oga=00;36:*.spx=00;36:*.xspf=00;36:]
  LESSCLOSE - [/usr/bin/lesspipe %s %s]
  M3_HOME - [/opt/maven3]
  GUMP_HOST - [vmgump]
  PWD - [/srv/gump/public/gump/cron]
  MAIL - [/var/mail/gump]
  GUMP_WORKSPACE - [/srv/gump/public/gump/metadata/vmgump]
- GUMP base directory : /srv/gump/public/workspace
- GUMP base path  : /srv/gump/public/workspace
- GUMP mail server: localhost
- GUMP mail port  : 25
- GUMP mail from  : g...@vmgump.apache.org
- GUMP mail to: general@gump.apache.org
- GUMP log is @   : http://vmgump.apache.org/gump/public
- GUMP log is @   : /srv/gump/public/workspace/log
 - GUMP PYTHONPATH  :  /srv/gump/public/gump/python
Execute : svn update --non-interactive out.txt 21
Updating '.':
svn: E230001: Unable to connect to a repository at URL 
'https://svn.apache.org/repos/asf/gump/live'
svn: E230001: Server SSL certificate verification failed: issuer is not trusted
Process Exit Code : 1
No pre-run script [/srv/gump/public/gump/cron/local-pre-run-vmgump.sh].
--
Gump Version: 2.0.2-alpha-0003

-
To unsubscribe, e-mail: general-unsubscr...@gump.apache.org
For additional commands, e-mail: general-h...@gump.apache.org



Problem running Apache Gump [vmgump]

2014-04-01 Thread gump
There is a problem with run 'vmgump' (01042014_180002), location : 
http://vmgump.apache.org/gump/public

The log ought be at:
   http://vmgump.apache.org/gump/public/gump_log.txt

The last (up to) 50 lines of the log are :
- GUMP run on host   : vmgump
- GUMP run @ : 01 Apr 2014 18:00:02
- GUMP run @  UTC: 01 Apr 2014 18:00:02
- GUMP run by Python : '2.6.5 (r265:79063, Feb 27 2014, 19:43:51) \n[GCC 4.4.3]'
- GUMP run by Python : '/usr/bin/python'
- GUMP run by Gump   : 2.0.2-alpha-0003
- GUMP run on OS : 'posix'
- GUMP run in env: 
  GUMP_PYTHON - [/usr/bin/python]
  LOGNAME - [gump]
  MAVEN_HOME - [/opt/maven]
  M3_HOME - [/opt/maven3]
  MAILTO - []
  GUMP_HOME - [/srv/gump/public/gump]
  SHELL - [/bin/sh]
  SHLVL - [1]
  LOCAL_ENV - [local-env.sh]
  M2_HOME - [/opt/maven2]
  JAVA_HOME - [/usr/lib/jvm/java-7-oracle]
  HOME - [/home/gump]
  LANG - [en_US.utf8]
  HOST_LOCAL_ENV - [local-env-vmgump.sh]
  HOST_LOCAL_POST_RUN - [local-post-run-vmgump.sh]
  PATH - [/usr/bin:/bin:/opt/maven/bin:/opt/maven2/bin]
  HOST_LOCAL_PRE_RUN - [local-pre-run-vmgump.sh]
  _ - [/usr/bin/python]
  GUMP_HOST - [vmgump]
  PWD - [/srv/gump/public/gump/cron]
  MVN_PROXY_HOME - [/opt/repoproxy]
  GUMP_WORKSPACE - [/srv/gump/public/gump/metadata/vmgump]
- GUMP base directory : /srv/gump/public/workspace
- GUMP base path  : /srv/gump/public/workspace
- GUMP mail server: localhost
- GUMP mail port  : 25
- GUMP mail from  : g...@vmgump.apache.org
- GUMP mail to: general@gump.apache.org
- GUMP log is @   : http://vmgump.apache.org/gump/public
- GUMP log is @   : /srv/gump/public/workspace/log
 - GUMP PYTHONPATH  :  /srv/gump/public/gump/python
Execute : svn update --non-interactive out.txt 21
svn: OPTIONS of 'https://svn.apache.org/repos/asf/gump/live': could not connect 
to server (https://svn.apache.org)
Process Exit Code : 1
No pre-run script [/srv/gump/public/gump/cron/local-pre-run-vmgump.sh].
--
Gump Version: 2.0.2-alpha-0003

-
To unsubscribe, e-mail: general-unsubscr...@gump.apache.org
For additional commands, e-mail: general-h...@gump.apache.org



Problem running Apache Gump [vmgump]

2013-08-17 Thread gump
There is a problem with run 'vmgump' (18082013_01), location : 
http://vmgump.apache.org/gump/public

The log ought be at:
   http://vmgump.apache.org/gump/public/gump_log.txt

The last (up to) 50 lines of the log are :
INFO: 2013-08-1801:53:440:0:0:0:0:0:0:1 -   0:0:0:0:0:0:0:1 
8192POST/addartifact-   200 0   139 0   
http://localhost:8192   Apache-Gump/2.3 -
Build Project: #[(193, 193)] : tomcat-tc7.0.x-test :  [state:Unset]
Run Ant on Project: #[(193, 193)] : tomcat-tc7.0.x-test
Failed to build project #[(193, 193)] : [tomcat-tc7.0.x-test], state:Failed
Notify for project: tomcat-tc7.0.x-test
Send Notify To: d...@tomcat.apache.org From: Bill Barker 
billbar...@apache.org Subject: [GUMP@vmgump]: Project tomcat-tc7.0.x-test (in 
module tomcat-7.0.x) failed
Document run using [XDocDocumenter]
Can't obtain Java properties since Java Environment was not found
Can't obtain Java properties since Java Environment was not found
Document run using [TextDocumenter]
Generate Statistic Guru
Traceback (most recent call last):
  File bin/integrate.py, line 114, in module
irun()
  File bin/integrate.py, line 91, in irun
result = getRunner(run).perform()
  File /srv/gump/public/gump/python/gump/core/runner/runner.py, line 262, in 
perform
return self.performRun()
  File /srv/gump/public/gump/python/gump/core/runner/demand.py, line 214, in 
performRun
self.finalize()
  File /srv/gump/public/gump/python/gump/core/runner/runner.py, line 240, in 
finalize
self.run._dispatchEvent(FinalizeRunEvent(self.run))
  File /srv/gump/public/gump/python/gump/core/run/gumprun.py, line 186, in 
_dispatchEvent
actor._processEvent(event)
  File /srv/gump/public/gump/python/gump/core/run/actor.py, line 83, in 
_processEvent
self.processEvent(event)
  File /srv/gump/public/gump/python/gump/core/run/actor.py, line 127, in 
processEvent
self._processOtherEvent(event)
  File /srv/gump/public/gump/python/gump/core/run/actor.py, line 184, in 
_processOtherEvent
self.processOtherEvent(event)
  File /srv/gump/public/gump/python/gump/actor/document/documenter.py, line 
48, in processOtherEvent
self.document()
  File /srv/gump/public/gump/python/gump/actor/document/documenter.py, line 
74, in document
self.documentRun()
  File /srv/gump/public/gump/python/gump/actor/document/xdocs/documenter.py, 
line 101, in documentRun
self.documentStatistics()
  File /srv/gump/public/gump/python/gump/actor/document/xdocs/documenter.py, 
line 3127, in documentStatistics
stats = StatisticsGuru(self.workspace)
  File /srv/gump/public/gump/python/gump/tool/guru/stats.py, line 99, in 
__init__

self.projectsByFOGFactor=createOrderedList(workspace.getProjects(),compareProjectsByFOGFactor)
  File /srv/gump/public/gump/python/gump/util/__init__.py, line 152, in 
createOrderedList
sorted.sort(sortfunc)
  File /srv/gump/public/gump/python/gump/tool/shared/comparator.py, line 131, 
in compareProjectsByFOGFactor
fog1=project1.getFOGFactor()
  File /srv/gump/public/gump/python/gump/core/model/project.py, line 339, in 
getFOGFactor
return self.getStats().getFOGFactor()
  File /srv/gump/public/gump/python/gump/core/model/stats.py, line 156, in 
getStats
+ self.getName()
RuntimeError: Statistics not calculated/updated/available [yet]: 
commons-codec-11
Process Exit Code : 1
--
Gump Version: 2.0.2-alpha-0003

-
To unsubscribe, e-mail: general-unsubscr...@gump.apache.org
For additional commands, e-mail: general-h...@gump.apache.org



Problem running Apache Gump [vmgump]

2013-08-12 Thread gump
There is a problem with run 'vmgump' (12082013_060002), location : 
http://vmgump.apache.org/gump/public

The log ought be at:
   http://vmgump.apache.org/gump/public/gump_log.txt

The last (up to) 50 lines of the log are :
 -- Perform Artifact Repository Search for : jakarta-tomcat-catalina
 -- Extracted (fallback) artifacts from Repository : jakarta-tomcat-catalina
Build Project: #[(203, 203)] : jakarta-tomcat-jk :  [state:Prerequisite Failed]
 -- Perform Artifact Repository Search for : jakarta-tomcat-jk
Failed to find artifact for id jkconfig (Gump Repo has 
[u'jakarta-tomcat-coyote-tomcat4', u'jakarta-tomcat-coyote', 
u'jakarta-tomcat-http11', u'jakarta-tomcat-util'] in jakarta-tomcat-connectors)
 -- Extracted (fallback) artifacts from Repository : jakarta-tomcat-jk
Document run using [XDocDocumenter]
Can't obtain Java properties since Java Environment was not found
Can't obtain Java properties since Java Environment was not found
Document run using [TextDocumenter]
Generate Statistic Guru
Traceback (most recent call last):
  File bin/integrate.py, line 114, in module
irun()
  File bin/integrate.py, line 91, in irun
result = getRunner(run).perform()
  File /srv/gump/public/gump/python/gump/core/runner/runner.py, line 262, in 
perform
return self.performRun()
  File /srv/gump/public/gump/python/gump/core/runner/demand.py, line 214, in 
performRun
self.finalize()
  File /srv/gump/public/gump/python/gump/core/runner/runner.py, line 240, in 
finalize
self.run._dispatchEvent(FinalizeRunEvent(self.run))
  File /srv/gump/public/gump/python/gump/core/run/gumprun.py, line 186, in 
_dispatchEvent
actor._processEvent(event)
  File /srv/gump/public/gump/python/gump/core/run/actor.py, line 83, in 
_processEvent
self.processEvent(event)
  File /srv/gump/public/gump/python/gump/core/run/actor.py, line 127, in 
processEvent
self._processOtherEvent(event)
  File /srv/gump/public/gump/python/gump/core/run/actor.py, line 184, in 
_processOtherEvent
self.processOtherEvent(event)
  File /srv/gump/public/gump/python/gump/actor/document/documenter.py, line 
48, in processOtherEvent
self.document()
  File /srv/gump/public/gump/python/gump/actor/document/documenter.py, line 
74, in document
self.documentRun()
  File /srv/gump/public/gump/python/gump/actor/document/xdocs/documenter.py, 
line 101, in documentRun
self.documentStatistics()
  File /srv/gump/public/gump/python/gump/actor/document/xdocs/documenter.py, 
line 3127, in documentStatistics
stats = StatisticsGuru(self.workspace)
  File /srv/gump/public/gump/python/gump/tool/guru/stats.py, line 99, in 
__init__

self.projectsByFOGFactor=createOrderedList(workspace.getProjects(),compareProjectsByFOGFactor)
  File /srv/gump/public/gump/python/gump/util/__init__.py, line 152, in 
createOrderedList
sorted.sort(sortfunc)
  File /srv/gump/public/gump/python/gump/tool/shared/comparator.py, line 131, 
in compareProjectsByFOGFactor
fog1=project1.getFOGFactor()
  File /srv/gump/public/gump/python/gump/core/model/project.py, line 339, in 
getFOGFactor
return self.getStats().getFOGFactor()
  File /srv/gump/public/gump/python/gump/core/model/stats.py, line 156, in 
getStats
+ self.getName()
RuntimeError: Statistics not calculated/updated/available [yet]: ecs
Process Exit Code : 1
--
Gump Version: 2.0.2-alpha-0003

-
To unsubscribe, e-mail: general-unsubscr...@gump.apache.org
For additional commands, e-mail: general-h...@gump.apache.org



Problem running Apache Gump [vmgump]

2013-08-11 Thread gump
There is a problem with run 'vmgump' (11082013_060002), location : 
http://vmgump.apache.org/gump/public

The log ought be at:
   http://vmgump.apache.org/gump/public/gump_log.txt

The last (up to) 50 lines of the log are :
 -- Extracted (fallback) artifacts from Repository : jakarta-tomcat-catalina
Build Project: #[(190, 191)] : test-ant :  [state:Prerequisite Failed]
Build Project: #[(191, 191)] : jakarta-tomcat-jk :  [state:Prerequisite Failed]
 -- Perform Artifact Repository Search for : jakarta-tomcat-jk
Failed to find artifact for id jkconfig (Gump Repo has [u'jakarta-tomcat-util'] 
in jakarta-tomcat-connectors)
 -- Extracted (fallback) artifacts from Repository : jakarta-tomcat-jk
Document run using [XDocDocumenter]
Can't obtain Java properties since Java Environment was not found
Can't obtain Java properties since Java Environment was not found
Document run using [TextDocumenter]
Generate Statistic Guru
Traceback (most recent call last):
  File bin/integrate.py, line 114, in module
irun()
  File bin/integrate.py, line 91, in irun
result = getRunner(run).perform()
  File /srv/gump/public/gump/python/gump/core/runner/runner.py, line 262, in 
perform
return self.performRun()
  File /srv/gump/public/gump/python/gump/core/runner/demand.py, line 214, in 
performRun
self.finalize()
  File /srv/gump/public/gump/python/gump/core/runner/runner.py, line 240, in 
finalize
self.run._dispatchEvent(FinalizeRunEvent(self.run))
  File /srv/gump/public/gump/python/gump/core/run/gumprun.py, line 186, in 
_dispatchEvent
actor._processEvent(event)
  File /srv/gump/public/gump/python/gump/core/run/actor.py, line 83, in 
_processEvent
self.processEvent(event)
  File /srv/gump/public/gump/python/gump/core/run/actor.py, line 127, in 
processEvent
self._processOtherEvent(event)
  File /srv/gump/public/gump/python/gump/core/run/actor.py, line 184, in 
_processOtherEvent
self.processOtherEvent(event)
  File /srv/gump/public/gump/python/gump/actor/document/documenter.py, line 
48, in processOtherEvent
self.document()
  File /srv/gump/public/gump/python/gump/actor/document/documenter.py, line 
74, in document
self.documentRun()
  File /srv/gump/public/gump/python/gump/actor/document/xdocs/documenter.py, 
line 101, in documentRun
self.documentStatistics()
  File /srv/gump/public/gump/python/gump/actor/document/xdocs/documenter.py, 
line 3127, in documentStatistics
stats = StatisticsGuru(self.workspace)
  File /srv/gump/public/gump/python/gump/tool/guru/stats.py, line 99, in 
__init__

self.projectsByFOGFactor=createOrderedList(workspace.getProjects(),compareProjectsByFOGFactor)
  File /srv/gump/public/gump/python/gump/util/__init__.py, line 152, in 
createOrderedList
sorted.sort(sortfunc)
  File /srv/gump/public/gump/python/gump/tool/shared/comparator.py, line 131, 
in compareProjectsByFOGFactor
fog1=project1.getFOGFactor()
  File /srv/gump/public/gump/python/gump/core/model/project.py, line 339, in 
getFOGFactor
return self.getStats().getFOGFactor()
  File /srv/gump/public/gump/python/gump/core/model/stats.py, line 156, in 
getStats
+ self.getName()
RuntimeError: Statistics not calculated/updated/available [yet]: jce
Process Exit Code : 1
--
Gump Version: 2.0.2-alpha-0003

-
To unsubscribe, e-mail: general-unsubscr...@gump.apache.org
For additional commands, e-mail: general-h...@gump.apache.org



Problem running Apache Gump [vmgump]

2013-08-11 Thread gump
There is a problem with run 'vmgump' (12082013_01), location : 
http://vmgump.apache.org/gump/public

The log ought be at:
   http://vmgump.apache.org/gump/public/gump_log.txt

The last (up to) 50 lines of the log are :
 -- Perform Artifact Repository Search for : jakarta-tomcat-catalina
 -- Extracted (fallback) artifacts from Repository : jakarta-tomcat-catalina
Build Project: #[(204, 204)] : jakarta-tomcat-jk :  [state:Prerequisite Failed]
 -- Perform Artifact Repository Search for : jakarta-tomcat-jk
Failed to find artifact for id jkconfig (Gump Repo has 
[u'jakarta-tomcat-coyote-tomcat4', u'jakarta-tomcat-coyote', 
u'jakarta-tomcat-http11', u'jakarta-tomcat-util'] in jakarta-tomcat-connectors)
 -- Extracted (fallback) artifacts from Repository : jakarta-tomcat-jk
Document run using [XDocDocumenter]
Can't obtain Java properties since Java Environment was not found
Can't obtain Java properties since Java Environment was not found
Document run using [TextDocumenter]
Generate Statistic Guru
Traceback (most recent call last):
  File bin/integrate.py, line 114, in module
irun()
  File bin/integrate.py, line 91, in irun
result = getRunner(run).perform()
  File /srv/gump/public/gump/python/gump/core/runner/runner.py, line 262, in 
perform
return self.performRun()
  File /srv/gump/public/gump/python/gump/core/runner/demand.py, line 214, in 
performRun
self.finalize()
  File /srv/gump/public/gump/python/gump/core/runner/runner.py, line 240, in 
finalize
self.run._dispatchEvent(FinalizeRunEvent(self.run))
  File /srv/gump/public/gump/python/gump/core/run/gumprun.py, line 186, in 
_dispatchEvent
actor._processEvent(event)
  File /srv/gump/public/gump/python/gump/core/run/actor.py, line 83, in 
_processEvent
self.processEvent(event)
  File /srv/gump/public/gump/python/gump/core/run/actor.py, line 127, in 
processEvent
self._processOtherEvent(event)
  File /srv/gump/public/gump/python/gump/core/run/actor.py, line 184, in 
_processOtherEvent
self.processOtherEvent(event)
  File /srv/gump/public/gump/python/gump/actor/document/documenter.py, line 
48, in processOtherEvent
self.document()
  File /srv/gump/public/gump/python/gump/actor/document/documenter.py, line 
74, in document
self.documentRun()
  File /srv/gump/public/gump/python/gump/actor/document/xdocs/documenter.py, 
line 101, in documentRun
self.documentStatistics()
  File /srv/gump/public/gump/python/gump/actor/document/xdocs/documenter.py, 
line 3127, in documentStatistics
stats = StatisticsGuru(self.workspace)
  File /srv/gump/public/gump/python/gump/tool/guru/stats.py, line 99, in 
__init__

self.projectsByFOGFactor=createOrderedList(workspace.getProjects(),compareProjectsByFOGFactor)
  File /srv/gump/public/gump/python/gump/util/__init__.py, line 152, in 
createOrderedList
sorted.sort(sortfunc)
  File /srv/gump/public/gump/python/gump/tool/shared/comparator.py, line 131, 
in compareProjectsByFOGFactor
fog1=project1.getFOGFactor()
  File /srv/gump/public/gump/python/gump/core/model/project.py, line 339, in 
getFOGFactor
return self.getStats().getFOGFactor()
  File /srv/gump/public/gump/python/gump/core/model/stats.py, line 156, in 
getStats
+ self.getName()
RuntimeError: Statistics not calculated/updated/available [yet]: jtidy
Process Exit Code : 1
--
Gump Version: 2.0.2-alpha-0003

-
To unsubscribe, e-mail: general-unsubscr...@gump.apache.org
For additional commands, e-mail: general-h...@gump.apache.org



Problem running Apache Gump [vmgump]

2012-08-11 Thread gump
There is a problem with run 'vmgump' (11082012_060002), location : 
http://vmgump.apache.org/gump/public

The log ought be at:
   http://vmgump.apache.org/gump/public/gump_log.txt

The last (up to) 50 lines of the log are :
Can't obtain Java properties since Java Environment was not found
Traceback (most recent call last):
  File bin/integrate.py, line 114, in module
irun()
  File bin/integrate.py, line 91, in irun
result = getRunner(run).perform()
  File /srv/gump/public/gump/python/gump/core/runner/runner.py, line 262, in 
perform
return self.performRun()
  File /srv/gump/public/gump/python/gump/core/runner/demand.py, line 214, in 
performRun
self.finalize()
  File /srv/gump/public/gump/python/gump/core/runner/runner.py, line 240, in 
finalize
self.run._dispatchEvent(FinalizeRunEvent(self.run))
  File /srv/gump/public/gump/python/gump/core/run/gumprun.py, line 186, in 
_dispatchEvent
actor._processEvent(event)
  File /srv/gump/public/gump/python/gump/core/run/actor.py, line 83, in 
_processEvent
self.processEvent(event)
  File /srv/gump/public/gump/python/gump/core/run/actor.py, line 127, in 
processEvent
self._processOtherEvent(event)
  File /srv/gump/public/gump/python/gump/core/run/actor.py, line 184, in 
_processOtherEvent
self.processOtherEvent(event)
  File /srv/gump/public/gump/python/gump/actor/document/documenter.py, line 
48, in processOtherEvent
self.document()
  File /srv/gump/public/gump/python/gump/actor/document/documenter.py, line 
74, in document
self.documentRun()
  File /srv/gump/public/gump/python/gump/actor/document/xdocs/documenter.py, 
line 97, in documentRun
self.documentEverythingElse()
  File /srv/gump/public/gump/python/gump/actor/document/xdocs/documenter.py, 
line 481, in documentEverythingElse
self.documentModule(module)
  File /srv/gump/public/gump/python/gump/actor/document/xdocs/documenter.py, 
line 1843, in documentModule
self.documentProject(project)
  File /srv/gump/public/gump/python/gump/actor/document/xdocs/documenter.py, 
line 1991, in documentProject
self.documentProjectDetails(project, realTime)
  File /srv/gump/public/gump/python/gump/actor/document/xdocs/documenter.py, 
line 2088, in documentProjectDetails
project)
  File /srv/gump/public/gump/python/gump/actor/document/xdocs/documenter.py, 
line 2294, in documentDependenciesList
dependencyRow.createData())
  File /srv/gump/public/gump/python/gump/actor/document/xdocs/documenter.py, 
line 3045, in insertLink
link = self.getLink(toObject, fromObject, state)
  File /srv/gump/public/gump/python/gump/actor/document/xdocs/documenter.py, 
line 3086, in getLink
'.html').serialize()
  File /srv/gump/public/gump/python/gump/actor/document/xdocs/resolver.py, 
line 110, in getRelativeLocation
toLocation=getLocationForObject(toObject,extn)
  File /srv/gump/public/gump/python/gump/actor/document/xdocs/resolver.py, 
line 128, in getLocationForObject
getPathForObject(object),
  File /srv/gump/public/gump/python/gump/actor/document/xdocs/resolver.py, 
line 84, in getPathForObject
path=getPathForObject(object.getModule()).getPostfixed(object.getName())
  File /srv/gump/public/gump/python/gump/core/model/project.py, line 794, in 
getModule
raise RuntimeError, 'Project [' + self.name + '] not in a module.]'
RuntimeError: Project [commons-httpclient] not in a module.]
Process Exit Code : 1
--
Gump Version: 2.0.2-alpha-0003

-
To unsubscribe, e-mail: general-unsubscr...@gump.apache.org
For additional commands, e-mail: general-h...@gump.apache.org



  1   2   3   4   >