Skip to end of metadata
Go to start of metadata

You are viewing an old version of this page. View the current version.

Compare with Current View Page History

« Previous Version 14 Next »

[09:05:25 CDT(-0500)] <JoeMoore> Our stats recorder quit recording a few days ago--I haven't found the log message yet
[09:05:51 CDT(-0500)] <EricDalquist> hrm, there was an issue around stats stopping writing to the db a while ago
[09:05:58 CDT(-0500)] <JoeMoore> Is there any way to get it to retry without restarting tomcat/uportal?
[09:06:04 CDT(-0500)] <EricDalquist> I think it was pinned down to needing to update the quartz library
[09:06:15 CDT(-0500)] <EricDalquist> If it is the quartz bug, probably not
[09:06:31 CDT(-0500)] <JoeMoore> This was while our instance had been running for a few weeks without any changes
[09:06:50 CDT(-0500)] <EricDalquist> not seeing any errors in the logs?
[09:07:25 CDT(-0500)] <JoeMoore> Not any ongoing errors
[09:07:57 CDT(-0500)] <EricDalquist> how does memory usage look?
[09:08:30 CDT(-0500)] <JoeMoore> It seems like once it saw the error it quit retrying
[09:09:22 CDT(-0500)] <JoeMoore> It sounds like the original question is somewhat moot-the server is going to need to be restarted anyway-I'll see if the logs start up on reboot
[09:10:25 CDT(-0500)] <JoeMoore> In answer to your memory question-the server needs memory (don't we all (smile)-it's on order
[09:10:49 CDT(-0500)] <EricDalquist> just asking because what I believe has been seen before is the quartz job dies for some reason
[09:10:59 CDT(-0500)] <EricDalquist> and stats events just start filling up the queue
[09:11:03 CDT(-0500)] <EricDalquist> since it isn't being flushed
[09:11:28 CDT(-0500)] <JoeMoore> So I can think of many reasons why the stats would quit collecting in our environment (server, database, memory)--the question would be how to restart them/flush the queue without restarting tomcat/uPortal
[09:12:22 CDT(-0500)] <EricDalquist> take a look at https://issues.jasig.org/browse/UP-2858
[09:26:51 CDT(-0500)] <JoeMoore> That looks like it could be it. I'm now looking at https://lists.wisc.edu/read/messages?id=8446759#8446759
[09:27:49 CDT(-0500)] <JoeMoore> Do you mind if I comment the listserv reference from wisc.edu into UP-2858 so someone can make the connection better (once I make sure I'm doing the right thing)?
[09:28:10 CDT(-0500)] <EricDalquist> sounds good
[09:28:26 CDT(-0500)] <JoeMoore> Thanks. Over and out.
[10:02:40 CDT(-0500)] <JoeMoore> I'm still no maven expert. I changed the dependency to 1.8.4, and expected maven to find that. Do I need to download it manually (I do know how to do that if I need to)? see http://uportal.pastebin.com/82tFD3Kq
[10:03:18 CDT(-0500)] <EricDalquist> I think they changed their groupId & artifactId
[10:04:29 CDT(-0500)] <EricDalquist> looks like the groupId changed to org.quartz-scheduler and the artifactId changed to quartz
[10:04:45 CDT(-0500)] <EricDalquist> you'll need to change that in the root pom.xml and in uportal-impl/pom.xml
[10:05:30 CDT(-0500)] <JoeMoore> Would there be a standard place I would have found that--maybe in http://grepcode.com/snapshot/repo1.maven.org/maven2/org.quartz-scheduler/quartz/1.8.4
[10:06:24 CDT(-0500)] <EricDalquist> I use http://mvnrepository.com/ to find artifacts
[10:06:40 CDT(-0500)] <EricDalquist> or the pom.xml editor in eclipse from the m2eclipse plugin
[10:07:02 CDT(-0500)] <JoeMoore> Thanks! I'll work with that.
[10:07:12 CDT(-0500)] <EricDalquist> looks like it is also on the quartz website: http://www.quartz-scheduler.org/download/download-catalog.html
[11:03:45 CDT(-0500)] <rickard> Am I correct in that there are only two levels of navigation in uPortal? tabs and tabChannels.

  • No labels