Bug 498903
| Summary: | Cobbler + Taskomatic == lots of tracebacks after running without error for a week | ||
|---|---|---|---|
| Product: | Red Hat Satellite 5 | Reporter: | Clifford Perry <cperry> |
| Component: | Provisioning | Assignee: | Justin Sherrill <jsherril> |
| Status: | CLOSED NOTABUG | QA Contact: | Steve Salevan <ssalevan> |
| Severity: | medium | Docs Contact: | |
| Priority: | low | ||
| Version: | 530 | CC: | jsherril |
| Target Milestone: | --- | ||
| Target Release: | --- | ||
| Hardware: | All | ||
| OS: | Linux | ||
| Whiteboard: | |||
| Fixed In Version: | Doc Type: | Bug Fix | |
| Doc Text: | Story Points: | --- | |
| Clone Of: | Environment: | ||
| Last Closed: | 2009-05-26 15:40:35 UTC | Type: | --- |
| Regression: | --- | Mount Type: | --- |
| Documentation: | --- | CRM: | |
| Verified Versions: | Category: | --- | |
| oVirt Team: | --- | RHEL 7.3 requirements from Atomic Host: | |
| Cloudforms Team: | --- | Target Upstream Version: | |
| Embargoed: | |||
|
Description
Clifford Perry
2009-05-04 11:22:19 UTC
From /var/log/cobblerd/cobblerd.log.1
2009-04-26 04:03:01,866 - api - authenticate; ['taskomatic_user', True]
2009-04-26 04:03:01,869 - api - login succeeded; user(taskomatic_user)
From /var/log/cobblerd/cobblerd.log
2009-05-03 04:03:00,064 - api - invalid token; user(???)
2009-05-03 04:03:00,065 - api - Exception occured: cobbler.cexceptions.CX
2009-05-03 04:03:00,065 - api - Exception value: 'invalid token: 9QJ7RWy+z6jyJ26OUBlMOibg8G1HatOTqA=='
2009-05-03 04:03:00,087 - api - Exception Info:
File "/usr/lib/python2.4/site-packages/cobbler/remote.py", line 1567, in _dispatch
return method_handle(*params)
File "/usr/lib/python2.4/site-packages/cobbler/remote.py", line 1060, in token_check
self.__validate_token(token)
File "/usr/lib/python2.4/site-packages/cobbler/remote.py", line 968, in __validate_token
raise CX(_("invalid token: %s" % token))
2009-05-03 04:03:00,094 - api - login attempt; user(taskomatic_user)
2009-05-03 04:03:00,491 - api - authenticate; ['taskomatic_user', False]
2009-05-03 04:03:00,492 - api - login failed; user(taskomatic_user)
2009-05-03 04:03:00,493 - api - Exception occured: cobbler.cexceptions.CX
2009-05-03 04:03:00,494 - api - Exception value: 'login failed: taskomatic_user'
2009-05-03 04:03:00,494 - api - Exception Info:
File "/usr/lib/python2.4/site-packages/cobbler/remote.py", line 1567, in _dispatch
return method_handle(*params)
File "/usr/lib/python2.4/site-packages/cobbler/remote.py", line 1033, in login
raise CX(_("login failed: %s") % login_user)
So taskomatic seems to login with old session token, fails, so tries to do a user authentication and fails also.
Cliff, So after looking at this, it seems tomcat is simply dead. This stops cobbler from being able to authenticate and causes taskomatic to spew errors. All of the tracebacks above look like they are from taskomatic (none from tomcat). When i run /etc/init.d/tomcat5 status I get : [root@rlx-1-18 ~]# /etc/init.d/tomcat5 status lock file found but no process running for pid 16615 "ps aux" shows no tomcat process either. So tomcat died a hard one for sure and I don't see any indication as to why. The only thing i know to do is restart tomcat and see if it happens again. Your thoughts cliff? after talking with cliff, we're gonna restart taskomatic and see if it happens again. So far, did not happen again weekend of May 16/17 Still no replication. Going to close this though. |