<div dir="auto">Just drop the c3po file into the lib directory for now. It works fine<div dir="auto"><br></div><div dir="auto"><br></div><div dir="auto">Start a new thread about the osad issue and I'll help there as well. I just stepped through these issues on a new deployment myself.</div></div><div class="gmail_extra"><br><div class="gmail_quote">On Jun 26, 2017 10:29 AM, "Bruce Wainer" <<a href="mailto:bruce@brucewainer.com">bruce@brucewainer.com</a>> wrote:<br type="attribution"><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">Like you I also tried the symlink route, and had the same error. Everything was fine once I downgraded c3p0, but I am also worried about that in the long term. For now though I have frozen c3p0's version (there is a yum plugin for that). I do still have an issue with the osa-dispatcher service not being able to start that I am still working on diagnosing, but I don't think its related to the c3p0 package, which appears to be related to database access.<br>
<br>
Bruce Wainer<br>
<br>
> On Jun 26, 2017, at 10:19 AM, Mike <<a href="mailto:mike@infinilan.com">mike@infinilan.com</a>> wrote:<br>
><br>
> I tried symlinking the c3p0.jar in the relevant places, but still no dice: dead as a doornail.<br>
> I may have to try downgrading it, but I'm loathed to do it and end up in a dependency hell of some kind :)<br>
><br>
> Journalctl suggests taskomatic's error to now be:<br>
> "java.lang.<wbr>NoClassDefFoundError: com/mchange/v2/c3p0/<wbr>DataSources"<br>
><br>
> - M.<br>
><br>
>> On 26/06/17 19:55, Bruce Wainer wrote:<br>
>> I ran into the same bug recently, and based on the lack of action in the Bugzilla, I would like to see a note about the issue be added to the wiki install instructions. It was incredibly frustrating to diagnose, and almost turned me off from spacewalk entirely. I would add a note to the wiki myself, but I'd like some input before I tread on anyone's fingers.<br>
>><br>
>> Bruce Wainer<br>
>><br>
>>> On Jun 26, 2017, at 4:40 AM, Paschedag, Robert <<a href="mailto:paschedag.netlution@swr.de">paschedag.netlution@swr.de</a>> wrote:<br>
>>><br>
>>> Maybe you are facing this bug?<br>
>>><br>
>>> <a href="https://www.redhat.com/archives/spacewalk-list/2017-June/msg00103.html" rel="noreferrer" target="_blank">https://www.redhat.com/<wbr>archives/spacewalk-list/2017-<wbr>June/msg00103.html</a><br>
>>><br>
>>> Robert<br>
>>><br>
>>><br>
>>> Mit freundlichen Grüßen<br>
>>><br>
>>> Robert Paschedag<br>
>>> Netlution GmbH<br>
>>> Landteilstr. 33<br>
>>> 68163 Mannheim<br>
>>><br>
>>> im Auftrag des<br>
>>> SWR<br>
>>> Südwestrundfunk<br>
>>> HA IT, Medientechnik und Programmverbreitung<br>
>>> Neckarstraße 230<br>
>>> 70190 Stuttgart<br>
>>><br>
>>> Telefon <a href="tel:%2B49%20%280%29711%20%2F929-12654" value="+4971192912654">+49 (0)711 /929-12654</a> oder<br>
>>> Telefon <a href="tel:%2B49%20%280%29711%20%2F929-13714" value="+4971192913714">+49 (0)711 /929-13714</a><br>
>>> <a href="mailto:paschedag.netlution@swr.de">paschedag.netlution@swr.de</a><br>
>>><br>
>>> <a href="http://swr.de" rel="noreferrer" target="_blank">swr.de</a><br>
>>><br>
>>> -----Ursprüngliche Nachricht-----<br>
>>> Von: <a href="mailto:spacewalk-list-bounces@redhat.com">spacewalk-list-bounces@redhat.<wbr>com</a> [mailto:<a href="mailto:spacewalk-list-bounces@redhat.com">spacewalk-list-<wbr>bounces@redhat.com</a>] Im Auftrag von Mike<br>
>>> Gesendet: Montag, 26. Juni 2017 10:17<br>
>>> An: <a href="mailto:spacewalk-list@redhat.com">spacewalk-list@redhat.com</a><br>
>>> Betreff: [Spacewalk-list] Spacewalk-setup fails at restarting services (CentOS7)<br>
>>><br>
>>> Hi all,<br>
>>><br>
>>> I am facing an issue where the "spacewalk-setup" fails on a fresh install of CentOS 7.3.1611 x64:<br>
>>> When installing spacewalk 2.6 using the github wiki instructions with built-in postgreSQL the install goes well, until the "restarting services" where it fails.<br>
>>> I have tried building a fresh install a few times, but still the same error. The web server is up but the associated spacewalk services are not; The error log shows:<br>
>>><br>
>>> SEVERE: LifecycleException<br>
>>> java.io.IOException: Failed to access resource /WEB-INF/lib/c3p0.jar<br>
>>><br>
>>> and<br>
>>><br>
>>> SEVERE: Error deploying configuration descriptor /etc/tomcat/Catalina/<wbr>localhost/rhn.xml<br>
>>> java.lang.<wbr>IllegalStateException: ContainerBase.addChild: start: org.apache.catalina.<wbr>LifecycleException: Failed to start component [StandardEngine[Catalina].<wbr>StandardHost[localhost].<wbr>StandardContext[/rhn]]<br>
>>>       at org.apache.catalina.core.<wbr>ContainerBase.<wbr>addChildInternal(<wbr>ContainerBase.java:903)<br>
>>>       at org.apache.catalina.core.<wbr>ContainerBase.addChild(<wbr>ContainerBase.java:875)<br>
>>>       at org.apache.catalina.core.<wbr>StandardHost.addChild(<wbr>StandardHost.java:652)<br>
>>>       at org.apache.catalina.startup.<wbr>HostConfig.deployDescriptor(<wbr>HostConfig.java:679)<br>
>>>       at org.apache.catalina.startup.<wbr>HostConfig$DeployDescriptor.<wbr>run(HostConfig.java:1966)<br>
>>>       at java.util.concurrent.<wbr>Executors$RunnableAdapter.<wbr>call(Executors.java:511)<br>
>>>       at java.util.concurrent.<wbr>FutureTask.run(FutureTask.<wbr>java:266)<br>
>>>       at java.util.concurrent.<wbr>ThreadPoolExecutor.runWorker(<wbr>ThreadPoolExecutor.java:1142)<br>
>>>       at java.util.concurrent.<wbr>ThreadPoolExecutor$Worker.run(<wbr>ThreadPoolExecutor.java:617)<br>
>>>       at java.lang.Thread.run(Thread.<wbr>java:748)<br>
>>><br>
>>> ...amongst a few other, non-fatal looking errors.<br>
>>><br>
>>> Is there something obvious I'm missing? I thought the install would cover all the dependencies.<br>
>>><br>
>>><br>
>>> Thanks,<br>
>>><br>
>>> Mike.<br>
>>><br>
>>><br>
>>> ______________________________<wbr>_________________<br>
>>> Spacewalk-list mailing list<br>
>>> <a href="mailto:Spacewalk-list@redhat.com">Spacewalk-list@redhat.com</a><br>
>>> <a href="https://emea01.safelinks.protection.outlook.com/?url=https%3A%2F%2Fwww.redhat.com%2Fmailman%2Flistinfo%2Fspacewalk-list&data=02%7C01%7CPaschedag.Netlution%40swr.de%7Cc1ce330ff619447078ec08d4bc6cf808%7Cbcca095d88d442f88260cc216b81f62d%7C0%7C0%7C636340623612402274&sdata=PB13TO6CpLf%2BnQSoXISxhPeb%2FFldE4vkcbbyT7lafK8%3D&reserved=0" rel="noreferrer" target="_blank">https://emea01.safelinks.<wbr>protection.outlook.com/?url=<wbr>https%3A%2F%2Fwww.redhat.com%<wbr>2Fmailman%2Flistinfo%<wbr>2Fspacewalk-list&data=02%7C01%<wbr>7CPaschedag.Netlution%40swr.<wbr>de%<wbr>7Cc1ce330ff619447078ec08d4bc6c<wbr>f808%<wbr>7Cbcca095d88d442f88260cc216b81<wbr>f62d%7C0%7C0%<wbr>7C636340623612402274&sdata=<wbr>PB13TO6CpLf%2BnQSoXISxhPeb%<wbr>2FFldE4vkcbbyT7lafK8%3D&<wbr>reserved=0</a><br>
>>><br>
>>> ______________________________<wbr>_________________<br>
>>> Spacewalk-list mailing list<br>
>>> <a href="mailto:Spacewalk-list@redhat.com">Spacewalk-list@redhat.com</a><br>
>>> <a href="https://www.redhat.com/mailman/listinfo/spacewalk-list" rel="noreferrer" target="_blank">https://www.redhat.com/<wbr>mailman/listinfo/spacewalk-<wbr>list</a><br>
>><br>
>> ______________________________<wbr>_________________<br>
>> Spacewalk-list mailing list<br>
>> <a href="mailto:Spacewalk-list@redhat.com">Spacewalk-list@redhat.com</a><br>
>> <a href="https://www.redhat.com/mailman/listinfo/spacewalk-list" rel="noreferrer" target="_blank">https://www.redhat.com/<wbr>mailman/listinfo/spacewalk-<wbr>list</a><br>
>><br>
><br>
> ______________________________<wbr>_________________<br>
> Spacewalk-list mailing list<br>
> <a href="mailto:Spacewalk-list@redhat.com">Spacewalk-list@redhat.com</a><br>
> <a href="https://www.redhat.com/mailman/listinfo/spacewalk-list" rel="noreferrer" target="_blank">https://www.redhat.com/<wbr>mailman/listinfo/spacewalk-<wbr>list</a><br>
<br>
______________________________<wbr>_________________<br>
Spacewalk-list mailing list<br>
<a href="mailto:Spacewalk-list@redhat.com">Spacewalk-list@redhat.com</a><br>
<a href="https://www.redhat.com/mailman/listinfo/spacewalk-list" rel="noreferrer" target="_blank">https://www.redhat.com/<wbr>mailman/listinfo/spacewalk-<wbr>list</a></blockquote></div></div>