<?xml version="1.0" encoding="UTF-8"?>
<rss xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns:taxo="http://purl.org/rss/1.0/modules/taxonomy/" version="2.0">
  <channel>
    <title>topic Re: Pbm with ServiceGuard Manager - proxy related error message in Operating System - Linux</title>
    <link>https://community.hpe.com/t5/operating-system-linux/pbm-with-serviceguard-manager-proxy-related-error-message/m-p/4169799#M57841</link>
    <description>Good to know, because I'm having the exact same problem, and I installed the JRE as you did.  The interesting thing is that the release notes for A.11.18 say you only need the JRE.  I'll try with the JSE.&lt;BR /&gt;&lt;BR /&gt;G. Denyer&lt;BR /&gt;</description>
    <pubDate>Mon, 28 Apr 2008 21:58:06 GMT</pubDate>
    <dc:creator>George Denyer_1</dc:creator>
    <dc:date>2008-04-28T21:58:06Z</dc:date>
    <item>
      <title>Pbm with ServiceGuard Manager - proxy related error message</title>
      <link>https://community.hpe.com/t5/operating-system-linux/pbm-with-serviceguard-manager-proxy-related-error-message/m-p/4169795#M57837</link>
      <description>Hi folks!&lt;BR /&gt;&lt;BR /&gt;I have a running SGLX 11.18 cluster. Since it requires SGMGR B.01.01 over SMH, I just installed it. SMH finds the cluster, but whenever I click on its link, SMH displays the following error message :&lt;BR /&gt;The proxy server received an invalid response from an upstream server&lt;BR /&gt;&lt;BR /&gt;SMH logs only show things related to my session credentials, which are all correct, and the rest of SMH works perfectly. Only that tomcat plugin fails...&lt;BR /&gt;What have I done wrong ? Would it be a pure Tomcat issue ? Or something more "OS related" such as DNS issues or such? (Currently using /etc/hosts, with nsswitch.conf set to "files dns")&lt;BR /&gt;&lt;BR /&gt;Thanks for your help!&lt;BR /&gt;&lt;BR /&gt;Best regards,&lt;BR /&gt;&lt;BR /&gt;Pascal.</description>
      <pubDate>Fri, 28 Mar 2008 11:13:55 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/pbm-with-serviceguard-manager-proxy-related-error-message/m-p/4169795#M57837</guid>
      <dc:creator>Pascal BERTON</dc:creator>
      <dc:date>2008-03-28T11:13:55Z</dc:date>
    </item>
    <item>
      <title>Re: Pbm with ServiceGuard Manager - proxy related error message</title>
      <link>https://community.hpe.com/t5/operating-system-linux/pbm-with-serviceguard-manager-proxy-related-error-message/m-p/4169796#M57838</link>
      <description>Hi Pascal,&lt;BR /&gt;&lt;BR /&gt;  You see this error,when you specify an incorrect location to JAVA_HOME after running the tomcat_cfg script. I would suggest you to re-run the tomcat_cfg script and when prompted for JAVA_HOME ,try one of these locations &lt;BR /&gt;&lt;BR /&gt;/opt/j2sdk1.4.2_05/bin/java&lt;BR /&gt;/opt/j2sdk1.4.2_05/jre/bin/java&lt;BR /&gt;/usr/java/j2sdk1.4.2_13/bin/java&lt;BR /&gt;/usr/java/j2sdk1.4.2_13/jre/bin/java&lt;BR /&gt;&lt;BR /&gt;Depending on the version of Java you have installed.This should fix your issue.&lt;BR /&gt;&lt;BR /&gt;Regards&lt;BR /&gt;Deepthi</description>
      <pubDate>Tue, 01 Apr 2008 17:59:04 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/pbm-with-serviceguard-manager-proxy-related-error-message/m-p/4169796#M57838</guid>
      <dc:creator>Deepthi Pullannagari</dc:creator>
      <dc:date>2008-04-01T17:59:04Z</dc:date>
    </item>
    <item>
      <title>Re: Pbm with ServiceGuard Manager - proxy related error message</title>
      <link>https://community.hpe.com/t5/operating-system-linux/pbm-with-serviceguard-manager-proxy-related-error-message/m-p/4169797#M57839</link>
      <description>Hi Deepthi!&lt;BR /&gt;&lt;BR /&gt;Thanks for your message. Well I tried your suggestion but obviously that's not enough! You were right, the Java path I was supplying to tomcat_cfg was wrong, not pointing at a correct Java distribution. Now I have fixed that, installed a regular 1.4.2-13 release, my path is now /usr/java/j2re1.4.2_13, java -version returns somthing correct, but I still see that error!&lt;BR /&gt;I've also set a JAVA_HOME variable in my profile, which I had not previously, but the problem persists.&lt;BR /&gt;&lt;BR /&gt;When I played around with tomcat in the past, I remember there were other environment variables I had to set first. CATALINA_something and other... I feel more and more like that's my Tomcat config which is the culprit. If you have any idea, you're welcome!&lt;BR /&gt;&lt;BR /&gt;Best regards,&lt;BR /&gt;&lt;BR /&gt;Pascal.</description>
      <pubDate>Thu, 03 Apr 2008 10:15:39 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/pbm-with-serviceguard-manager-proxy-related-error-message/m-p/4169797#M57839</guid>
      <dc:creator>Pascal BERTON</dc:creator>
      <dc:date>2008-04-03T10:15:39Z</dc:date>
    </item>
    <item>
      <title>Re: Pbm with ServiceGuard Manager - proxy related error message</title>
      <link>https://community.hpe.com/t5/operating-system-linux/pbm-with-serviceguard-manager-proxy-related-error-message/m-p/4169798#M57840</link>
      <description>Hey, Deepthi!&lt;BR /&gt;&lt;BR /&gt;I got it running!!! In fact you were right and that was my mistake : I had installed a JRE when the pre-requisites are a JSDK!!! tomcat_cfg checks the presence of 3 executables, 2 of them being only present in a JSDK and not in a JRE.&lt;BR /&gt;Since the output of the script doing that check was redirected to /dev/null, I couldn't see anything.&lt;BR /&gt;&lt;BR /&gt;After removing my JRE and replacing it by a JSDK 1.4.2_16 as mentionned in the ReleaseNotes, it turned to life!&lt;BR /&gt;&lt;BR /&gt;In the meantime, I had another issue with tomcat_cfg because my LANG was set to French, but I fixed it : It turns out that tomcat_cfg only works properly if your LANG is C or something English, else it will run into an endless loop unless your local word to say 'yes' starts by a 'y', which is not so common... So basically, if your system langage is not english, you must set LANG to C before running tomcat_cfg if you want it to work. I have detailed the reasons in another ITRC call if you're interested.&lt;BR /&gt;&lt;BR /&gt;Anyway, you had pointed at the real reason of my problems, thanks a lot! Please send me a reply, and I give you some extra points! :-)&lt;BR /&gt;&lt;BR /&gt;Best regards,&lt;BR /&gt;&lt;BR /&gt;Pascal.</description>
      <pubDate>Thu, 03 Apr 2008 12:53:39 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/pbm-with-serviceguard-manager-proxy-related-error-message/m-p/4169798#M57840</guid>
      <dc:creator>Pascal BERTON</dc:creator>
      <dc:date>2008-04-03T12:53:39Z</dc:date>
    </item>
    <item>
      <title>Re: Pbm with ServiceGuard Manager - proxy related error message</title>
      <link>https://community.hpe.com/t5/operating-system-linux/pbm-with-serviceguard-manager-proxy-related-error-message/m-p/4169799#M57841</link>
      <description>Good to know, because I'm having the exact same problem, and I installed the JRE as you did.  The interesting thing is that the release notes for A.11.18 say you only need the JRE.  I'll try with the JSE.&lt;BR /&gt;&lt;BR /&gt;G. Denyer&lt;BR /&gt;</description>
      <pubDate>Mon, 28 Apr 2008 21:58:06 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/pbm-with-serviceguard-manager-proxy-related-error-message/m-p/4169799#M57841</guid>
      <dc:creator>George Denyer_1</dc:creator>
      <dc:date>2008-04-28T21:58:06Z</dc:date>
    </item>
  </channel>
</rss>

