<?xml version="1.0" encoding="UTF-8"?><rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
	xmlns:itunes="http://www.itunes.com/dtds/podcast-1.0.dtd"
	xmlns:media="http://search.yahoo.com/mrss/"
	>
<channel>
	<title>Comments on: Java 1.6 / 6.0 Update Issue</title>
	<atom:link href="http://www.dagira.com/2007/08/14/java-16-60-update-issue/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.dagira.com/2007/08/14/java-16-60-update-issue/</link>
	<description>...you are in a twisty maze of passageways, all different...</description>
	<lastBuildDate>Mon, 06 Sep 2010 13:36:59 -0500</lastBuildDate>
	<generator>http://wordpress.org/?v=2.8.4</generator>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
		<item>
		<title>By: Jon Fortner</title>
		<link>http://www.dagira.com/2007/08/14/java-16-60-update-issue/comment-page-1/#comment-809</link>
		<dc:creator>Jon Fortner</dc:creator>
		<pubDate>Tue, 06 Oct 2009 22:53:34 +0000</pubDate>
		<guid isPermaLink="false">http://www.dagira.com/2007/08/14/java-16-60-update-issue/#comment-809</guid>
		<description>I just found out that Java 6 91.6.x) works fine with XIR2 SP5.2. I was having an issue with Java 1.5.0_16 and _12 randomly freezing up on me while making position changes on report objects in WebI (XI R2). I tried removing my -Xms128m settings but that didn&#039;t work. 
I regards to your last post, you can just uninstall Java 6 and it will revert to the last JRE installed. You can also go into the Control Panel, use the Java icon and disable the JRE versions you don&#039;t want to use. There are some applications now that require Java 1.6.x and it may not be an option to uninstall it.</description>
		<content:encoded><![CDATA[<p>I just found out that Java 6 91.6.x) works fine with XIR2 SP5.2. I was having an issue with Java 1.5.0_16 and _12 randomly freezing up on me while making position changes on report objects in WebI (XI R2). I tried removing my -Xms128m settings but that didn&#8217;t work.<br />
I regards to your last post, you can just uninstall Java 6 and it will revert to the last JRE installed. You can also go into the Control Panel, use the Java icon and disable the JRE versions you don&#8217;t want to use. There are some applications now that require Java 1.6.x and it may not be an option to uninstall it.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Dave Rathbun</title>
		<link>http://www.dagira.com/2007/08/14/java-16-60-update-issue/comment-page-1/#comment-735</link>
		<dc:creator>Dave Rathbun</dc:creator>
		<pubDate>Tue, 01 Sep 2009 20:33:51 +0000</pubDate>
		<guid isPermaLink="false">http://www.dagira.com/2007/08/14/java-16-60-update-issue/#comment-735</guid>
		<description>You need to make sure they stay on the same cluster machine once they go through the load balancer. We had to set up a separate session cookie so that once the load balancer sent my request to (for example) server 1 it keeps sending me to server 1 for the duration of my session. Otherwise if the load balancer sends me to server 1 to log in and then server 2 for my next action, I am automatically timed out.</description>
		<content:encoded><![CDATA[<p>You need to make sure they stay on the same cluster machine once they go through the load balancer. We had to set up a separate session cookie so that once the load balancer sent my request to (for example) server 1 it keeps sending me to server 1 for the duration of my session. Otherwise if the load balancer sends me to server 1 to log in and then server 2 for my next action, I am automatically timed out.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: LC</title>
		<link>http://www.dagira.com/2007/08/14/java-16-60-update-issue/comment-page-1/#comment-726</link>
		<dc:creator>LC</dc:creator>
		<pubDate>Fri, 28 Aug 2009 02:20:58 +0000</pubDate>
		<guid isPermaLink="false">http://www.dagira.com/2007/08/14/java-16-60-update-issue/#comment-726</guid>
		<description>Hi Dave,

whua u so fast, i just post the same question to your other posting, so sorry for posting twice. Since, didn&#039;t realize your other &#039;more related to my Java issue&#039; post.

according to my BO Admin,our openDoc (our user access report from our customade application,and they access via openDoc URL) goes trough windows Load Balancing, but after that, it will hit BO CLuster (which is direct connection already).

Thanks Dave ^_^</description>
		<content:encoded><![CDATA[<p>Hi Dave,</p>
<p>whua u so fast, i just post the same question to your other posting, so sorry for posting twice. Since, didn&#8217;t realize your other &#8216;more related to my Java issue&#8217; post.</p>
<p>according to my BO Admin,our openDoc (our user access report from our customade application,and they access via openDoc URL) goes trough windows Load Balancing, but after that, it will hit BO CLuster (which is direct connection already).</p>
<p>Thanks Dave ^_^</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Dave Rathbun</title>
		<link>http://www.dagira.com/2007/08/14/java-16-60-update-issue/comment-page-1/#comment-724</link>
		<dc:creator>Dave Rathbun</dc:creator>
		<pubDate>Fri, 28 Aug 2009 02:14:37 +0000</pubDate>
		<guid isPermaLink="false">http://www.dagira.com/2007/08/14/java-16-60-update-issue/#comment-724</guid>
		<description>Hi, LC, welcome. Do you have a direct connection or are you going through some sort of load balancing system?</description>
		<content:encoded><![CDATA[<p>Hi, LC, welcome. Do you have a direct connection or are you going through some sort of load balancing system?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: LC</title>
		<link>http://www.dagira.com/2007/08/14/java-16-60-update-issue/comment-page-1/#comment-723</link>
		<dc:creator>LC</dc:creator>
		<pubDate>Fri, 28 Aug 2009 02:09:36 +0000</pubDate>
		<guid isPermaLink="false">http://www.dagira.com/2007/08/14/java-16-60-update-issue/#comment-723</guid>
		<description>Hi Dave,

Dunno whether it&#039;s related.., feel like want to share our issue with Java. Since even BO Support them self also haven&#039;t find the cause and solution for months... 
We tried to use any version, try downgraded version also no use, still got this error. Currently, we use .Net service instead of Tomcat (because we need .Net to comply with our application), our BO version is XI R3.1 (newest vers).

We keep getting Java Timeout session error when our user click edit reports from Infoview in less than 2 sec.(keep in mind that setting for all session timeout in our universe,CMC,infoview,web.inf already set to max). 

The thing is that sometime we were successfully edit report  (webi rpt accessed from infoview/openDoc )and save back to repository folder,…. but most of the time, the error appear when we click edit button OR even if we succeed go to Edit mode, the error prompted when we try to choose folder to save the report back. 

Any idea why...? I don&#039;t think it is session time out issue, but more on other Java configuration thingi ??

Thanks in advance Dave for any input will help ^_^

LC</description>
		<content:encoded><![CDATA[<p>Hi Dave,</p>
<p>Dunno whether it&#8217;s related.., feel like want to share our issue with Java. Since even BO Support them self also haven&#8217;t find the cause and solution for months&#8230;<br />
We tried to use any version, try downgraded version also no use, still got this error. Currently, we use .Net service instead of Tomcat (because we need .Net to comply with our application), our BO version is XI R3.1 (newest vers).</p>
<p>We keep getting Java Timeout session error when our user click edit reports from Infoview in less than 2 sec.(keep in mind that setting for all session timeout in our universe,CMC,infoview,web.inf already set to max). </p>
<p>The thing is that sometime we were successfully edit report  (webi rpt accessed from infoview/openDoc )and save back to repository folder,…. but most of the time, the error appear when we click edit button OR even if we succeed go to Edit mode, the error prompted when we try to choose folder to save the report back. </p>
<p>Any idea why&#8230;? I don&#8217;t think it is session time out issue, but more on other Java configuration thingi ??</p>
<p>Thanks in advance Dave for any input will help ^_^</p>
<p>LC</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Benny Gran</title>
		<link>http://www.dagira.com/2007/08/14/java-16-60-update-issue/comment-page-1/#comment-137</link>
		<dc:creator>Benny Gran</dc:creator>
		<pubDate>Mon, 05 Nov 2007 07:33:55 +0000</pubDate>
		<guid isPermaLink="false">http://www.dagira.com/2007/08/14/java-16-60-update-issue/#comment-137</guid>
		<description>It seems that we will have support for this soon!

http://boinshort.blogspot.com/2007/11/boe-jvm-16-support.html</description>
		<content:encoded><![CDATA[<p>It seems that we will have support for this soon!</p>
<p><a href="http://boinshort.blogspot.com/2007/11/boe-jvm-16-support.html" rel="nofollow">http://boinshort.blogspot.com/2007/11/boe-jvm-16-support.html</a></p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Dave Rathbun</title>
		<link>http://www.dagira.com/2007/08/14/java-16-60-update-issue/comment-page-1/#comment-132</link>
		<dc:creator>Dave Rathbun</dc:creator>
		<pubDate>Wed, 24 Oct 2007 14:36:28 +0000</pubDate>
		<guid isPermaLink="false">http://www.dagira.com/2007/08/14/java-16-60-update-issue/#comment-132</guid>
		<description>It&#039;s ironic that you should comment on this post, as I just yesterday had another interesting issue with Java on a laptop provided by a client. I could run Designer and all of the client applications fine, but when I would try to modify a Web Intelligence report it would blue screen. :shock:

We played around with it for a while, even rebuilt the laptop using a standard corporate image, no dice. Upgrading the video driver on the laptop to the latest version fixed the issue.

It&#039;s always something... :-?</description>
		<content:encoded><![CDATA[<p>It&#8217;s ironic that you should comment on this post, as I just yesterday had another interesting issue with Java on a laptop provided by a client. I could run Designer and all of the client applications fine, but when I would try to modify a Web Intelligence report it would blue screen. <img src='http://www.dagira.com/wp-includes/images/smilies/icon_eek.gif' alt=':shock:' class='wp-smiley' /> </p>
<p>We played around with it for a while, even rebuilt the laptop using a standard corporate image, no dice. Upgrading the video driver on the laptop to the latest version fixed the issue.</p>
<p>It&#8217;s always something&#8230; <img src='http://www.dagira.com/wp-includes/images/smilies/icon_confused.gif' alt=':-?' class='wp-smiley' /> </p>
]]></content:encoded>
	</item>
	<item>
		<title>By: dj06482</title>
		<link>http://www.dagira.com/2007/08/14/java-16-60-update-issue/comment-page-1/#comment-130</link>
		<dc:creator>dj06482</dc:creator>
		<pubDate>Wed, 24 Oct 2007 13:55:29 +0000</pubDate>
		<guid isPermaLink="false">http://www.dagira.com/2007/08/14/java-16-60-update-issue/#comment-130</guid>
		<description>Dave -

To take what you&#039;ve suggested one step further, I generally rename the &quot;jucheck.exe&quot; and &quot;jusched.exe&quot; files to &quot;jucheck.old&quot; and &quot;jusched.old&quot;.  That way Java has no way of phoning home to look for an upgrade.  The two files are located in the following path on my computer (a fairly typical workstation - if there is such a thing):

C:\Program Files\Java\jre1.5.0_12\bin


Thanks,

DJ</description>
		<content:encoded><![CDATA[<p>Dave -</p>
<p>To take what you&#8217;ve suggested one step further, I generally rename the &#8220;jucheck.exe&#8221; and &#8220;jusched.exe&#8221; files to &#8220;jucheck.old&#8221; and &#8220;jusched.old&#8221;.  That way Java has no way of phoning home to look for an upgrade.  The two files are located in the following path on my computer (a fairly typical workstation &#8211; if there is such a thing):</p>
<p>C:\Program Files\Java\jre1.5.0_12\bin</p>
<p>Thanks,</p>
<p>DJ</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Dave Rathbun</title>
		<link>http://www.dagira.com/2007/08/14/java-16-60-update-issue/comment-page-1/#comment-83</link>
		<dc:creator>Dave Rathbun</dc:creator>
		<pubDate>Tue, 04 Sep 2007 17:39:47 +0000</pubDate>
		<guid isPermaLink="false">http://www.dagira.com/2007/08/14/java-16-60-update-issue/#comment-83</guid>
		<description>Edited post to note that you don&#039;t have to download the old version from sun as you can get Web Intelligence to &quot;push&quot; you a new version simply by deleting all of the runtime libraries from your system. That might be a more efficient way to roll-back an unintentional upgrade.</description>
		<content:encoded><![CDATA[<p>Edited post to note that you don&#8217;t have to download the old version from sun as you can get Web Intelligence to &#8220;push&#8221; you a new version simply by deleting all of the runtime libraries from your system. That might be a more efficient way to roll-back an unintentional upgrade.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Dave Rathbun</title>
		<link>http://www.dagira.com/2007/08/14/java-16-60-update-issue/comment-page-1/#comment-52</link>
		<dc:creator>Dave Rathbun</dc:creator>
		<pubDate>Thu, 23 Aug 2007 00:39:37 +0000</pubDate>
		<guid isPermaLink="false">http://www.dagira.com/2007/08/14/java-16-60-update-issue/#comment-52</guid>
		<description>Hi, Nick, glad to see you over here. Welcome :) I will be honest, the way you describe the issue it certainly sounds like it is related. But I am far from a java expert. I included this post because I had a number of people ask me how to properly &quot;downgrade&quot; their java after the 1.6 automatic update.</description>
		<content:encoded><![CDATA[<p>Hi, Nick, glad to see you over here. Welcome <img src='http://www.dagira.com/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' />  I will be honest, the way you describe the issue it certainly sounds like it is related. But I am far from a java expert. I included this post because I had a number of people ask me how to properly &#8220;downgrade&#8221; their java after the 1.6 automatic update.</p>
]]></content:encoded>
	</item>
</channel>
</rss>
