Re: [freenet-support] Freenet Not detecting JVM Properly

2009-08-09 Thread John Huttley
I've just had this problem with Win 7RC.

Go to your control panel and uninstall  /all/ java VM's
then install  java SE 'Early Experience' V7  for Windows even if you 
have windows 64 bit.

After a few reinstalls, it works fine.

--John


Jeff Isaac wrote:
 Hello!

 I recently updated to build 1228 per the recommendation of this thread 
 and the automatic process of my node. I also updated my Java to J6R15, 
 which according to the Java control panel is the latest version of J6. 
 My node, however, insists that I have to have J5R15 or J6R20 (which 
 appears to not exist yet), and is warning me about the security flaw 
 that I had believed these updates were supposed to protect against. Any 
 thoughts? Is it possible the node is misidentifying the requirements?

 Thanks!

 ~ Jeff
 ___
 Support mailing list
 Support@freenetproject.org
 http://news.gmane.org/gmane.network.freenet.support
 Unsubscribe at http://emu.freenetproject.org/cgi-bin/mailman/listinfo/support
 Or mailto:support-requ...@freenetproject.org?subject=unsubscribe


   

___
Support mailing list
Support@freenetproject.org
http://news.gmane.org/gmane.network.freenet.support
Unsubscribe at http://emu.freenetproject.org/cgi-bin/mailman/listinfo/support
Or mailto:support-requ...@freenetproject.org?subject=unsubscribe


[freenet-support] Freenet Not detecting JVM Properly

2009-08-08 Thread Jeff Isaac
Hello!

I recently updated to build 1228 per the recommendation of this thread 
and the automatic process of my node. I also updated my Java to J6R15, 
which according to the Java control panel is the latest version of J6. 
My node, however, insists that I have to have J5R15 or J6R20 (which 
appears to not exist yet), and is warning me about the security flaw 
that I had believed these updates were supposed to protect against. Any 
thoughts? Is it possible the node is misidentifying the requirements?

Thanks!

~ Jeff
___
Support mailing list
Support@freenetproject.org
http://news.gmane.org/gmane.network.freenet.support
Unsubscribe at http://emu.freenetproject.org/cgi-bin/mailman/listinfo/support
Or mailto:support-requ...@freenetproject.org?subject=unsubscribe


Re: [freenet-support] Freenet Not detecting JVM Properly

2009-08-08 Thread Juiceman
On Sun, Aug 9, 2009 at 12:22 AM, Jeff Isaaccineveggie.li...@gmail.com wrote:
 Hello!

 I recently updated to build 1228 per the recommendation of this thread
 and the automatic process of my node. I also updated my Java to J6R15,
 which according to the Java control panel is the latest version of J6.
 My node, however, insists that I have to have J5R15 or J6R20 (which
 appears to not exist yet), and is warning me about the security flaw
 that I had believed these updates were supposed to protect against. Any
 thoughts? Is it possible the node is misidentifying the requirements?

 Thanks!

 ~ Jeff
 ___
 Support mailing list
 Support@freenetproject.org
 http://news.gmane.org/gmane.network.freenet.support
 Unsubscribe at http://emu.freenetproject.org/cgi-bin/mailman/listinfo/support
 Or mailto:support-requ...@freenetproject.org?subject=unsubscribe


I get the same thing.  Freenet stat page shows Java Version: 1.6.0_15
so the code that is checking versions is not right.  here it is!

+if(is150  subver  10)
+  spuriousOOMs = true;
+
+if(is150  subver  15 || is160  subver  20)
+  xmlRemoteCodeExec = true;

That's backwards.
___
Support mailing list
Support@freenetproject.org
http://news.gmane.org/gmane.network.freenet.support
Unsubscribe at http://emu.freenetproject.org/cgi-bin/mailman/listinfo/support
Or mailto:support-requ...@freenetproject.org?subject=unsubscribe


Re: [freenet-support] Freenet Not detecting JVM Properly

2009-08-08 Thread Juiceman
On Sun, Aug 9, 2009 at 1:33 AM, Juicemanjuicema...@gmail.com wrote:
 On Sun, Aug 9, 2009 at 12:22 AM, Jeff Isaaccineveggie.li...@gmail.com wrote:
 Hello!

 I recently updated to build 1228 per the recommendation of this thread
 and the automatic process of my node. I also updated my Java to J6R15,
 which according to the Java control panel is the latest version of J6.
 My node, however, insists that I have to have J5R15 or J6R20 (which
 appears to not exist yet), and is warning me about the security flaw
 that I had believed these updates were supposed to protect against. Any
 thoughts? Is it possible the node is misidentifying the requirements?

 Thanks!

 ~ Jeff
 ___
 Support mailing list
 Support@freenetproject.org
 http://news.gmane.org/gmane.network.freenet.support
 Unsubscribe at http://emu.freenetproject.org/cgi-bin/mailman/listinfo/support
 Or mailto:support-requ...@freenetproject.org?subject=unsubscribe


 I get the same thing.  Freenet stat page shows Java Version: 1.6.0_15
 so the code that is checking versions is not right.  here it is!

 +        if(is150  subver  10)
 +          spuriousOOMs = true;
 +
 +        if(is150  subver  15 || is160  subver  20)
 +          xmlRemoteCodeExec = true;

 That's backwards.


I have corrected the code in commit e195ed26 on the staging branch.
___
Support mailing list
Support@freenetproject.org
http://news.gmane.org/gmane.network.freenet.support
Unsubscribe at http://emu.freenetproject.org/cgi-bin/mailman/listinfo/support
Or mailto:support-requ...@freenetproject.org?subject=unsubscribe