[openthinclient-user] Java Update

2015-02-10 Thread Andy Coleman
Hello,

We are in the process of updating Java on our servers for security 
reasons and in my research I've come across the following (at the bottom 
of the page):
http://wiki.openthinclient.org/wiki/Update_the_Manager/en

It says that there can be issues but I'm not finding much detail on 
what those issues might be.

We're running OTC version 1 (base package is 1.0.0.0-9) on a Windows 
2008r2 server.

Without thinking I updated Java to 1.8.0_31-b13.

What issues could be caused by this? What should I be looking out for?

Thanks,

Andy

--
Dive into the World of Parallel Programming. The Go Parallel Website,
sponsored by Intel and developed in partnership with Slashdot Media, is your
hub for all things parallel software development, from weekly thought
leadership blogs to news, videos, case studies, tutorials and more. Take a
look and join the conversation now. http://goparallel.sourceforge.net/
___
The Open Source Thin Client Solution http://openthinclient.org
openthinclient-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/openthinclient-user


[openthinclient-user] JAva Update

2013-10-02 Thread Julian Ohm
Hi 

Does someone know wether the actual java version will work with otc or not?


Best regards / Mit freundlichem Gruß

Julian Ohm

--
Ohm  Meyer Immobilien e. K.
Inh. Gabor Sarkany
Schiffbrücke 66
24939 Flensburg

Tel.: 0461 / 840 31 0
Fax.: 0461 / 840 31 11

HRA 2190 FL

Haftungsbeschränkungen/Disclaimer

Diese Nachricht enthält vertrauliche Informationen und ist ausschließlich 
für den Adressaten bestimmt. Der Gebrauch durch Dritte ist verboten. Das 
Unternehmen ist nicht verantwortlich für die ordnungsgemäße, vollständige 
oder verzögerungsfreie Übertragung dieser Nachricht. Diese Hinweise gelten 
auch für zukünftige Nachrichten.
This message may contain confidential information and is intended solely 
for the use by the addressee. Use of this communication by others is 
prohibited. The Company is neither liable for the proper and complete 
transmission of the message nor for the delay in its receipt.




--
October Webinars: Code for Performance
Free Intel webinars can help you accelerate application performance.
Explore tips for MPI, OpenMP, advanced profiling, and more. Get the most from 
the latest Intel processors and coprocessors. See abstracts and register 
http://pubads.g.doubleclick.net/gampad/clk?id=60134791iu=/4140/ostg.clktrk
___
The Open Source Thin Client Solution http://openthinclient.org
openthinclient-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/openthinclient-user


Re: [openthinclient-user] JAva Update

2013-10-02 Thread Mick Grach
I'm sure Java 6 will work correctly, you can use the following commands to
install it on the OTC appliance

apt-get purge openjdk*

add-apt-repository ppa:webupd8team/java

apt-get update

apt-get install oracle-java6-installer



2013/10/2 Julian Ohm j...@ohm-meyer.de

 Hi

 Does someone know wether the actual java version will work with otc or not?


 Best regards / Mit freundlichem Gruß

 Julian Ohm

 --
 Ohm  Meyer Immobilien e. K.
 Inh. Gabor Sarkany
 Schiffbrücke 66
 24939 Flensburg

 Tel.: 0461 / 840 31 0
 Fax.: 0461 / 840 31 11

 HRA 2190 FL

 Haftungsbeschränkungen/Disclaimer

 Diese Nachricht enthält vertrauliche Informationen und ist ausschließlich
 für den Adressaten bestimmt. Der Gebrauch durch Dritte ist verboten. Das
 Unternehmen ist nicht verantwortlich für die ordnungsgemäße, vollständige
 oder verzögerungsfreie Übertragung dieser Nachricht. Diese Hinweise gelten
 auch für zukünftige Nachrichten.
 This message may contain confidential information and is intended solely
 for the use by the addressee. Use of this communication by others is
 prohibited. The Company is neither liable for the proper and complete
 transmission of the message nor for the delay in its receipt.





 --
 October Webinars: Code for Performance
 Free Intel webinars can help you accelerate application performance.
 Explore tips for MPI, OpenMP, advanced profiling, and more. Get the most
 from
 the latest Intel processors and coprocessors. See abstracts and register 
 http://pubads.g.doubleclick.net/gampad/clk?id=60134791iu=/4140/ostg.clktrk
 ___
 The Open Source Thin Client Solution http://openthinclient.org
 openthinclient-user@lists.sourceforge.net
 https://lists.sourceforge.net/lists/listinfo/openthinclient-user

--
October Webinars: Code for Performance
Free Intel webinars can help you accelerate application performance.
Explore tips for MPI, OpenMP, advanced profiling, and more. Get the most from 
the latest Intel processors and coprocessors. See abstracts and register 
http://pubads.g.doubleclick.net/gampad/clk?id=60134791iu=/4140/ostg.clktrk___
The Open Source Thin Client Solution http://openthinclient.org
openthinclient-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/openthinclient-user


Re: [openthinclient-user] JAva Update

2013-10-02 Thread Stecher, Alexander
If you mean the Java  version 7.25 problem  we are still working on it.
The last running version is Java 7.21

But if you want to help to find a solution you can do the following:
- install eclipse
- open eclipse and install the git-plugin
- load the sources from
https://github.com/openthinclient/openthinclient-suite
- to debug you have to install the suite and start the Manager via webstart
(starting from eclipse doesn't reproduce the java-error)
javaws -J-Xdebug -J-Xnoagent
-J-Xrunjdwp:server=y,transport=dt_socket,address=debug-Port,suspend=y
machine on which the manager is running:8080/console/launch.jnlp
note: debug-Port is the port you can chose in eclipse to connect remote to
the virtual machine.


Best regards.


Alexander Stecher
--
Dipl.-Ing. (BA)
Telefon: +49 711 1378636-1
Handy:   +49 151 2761 2961
mailto:a.stec...@openthinclient.com


openthinclient gmbh
Heilbronner Str. 150, 70191 Stuttgart, Deutschland
Telefon: +49 711 1378636-0
Telefax: +49 711 1378636-9
Amtsgericht Stuttgart: HRB 245177; USt-ID: DE216017092
Geschäftsführer: Alexander Stecher
http://openthinclient.com


2013/10/2 Mick Grach mick.grac...@gmail.com

 I'm sure Java 6 will work correctly, you can use the following commands to
 install it on the OTC appliance

 apt-get purge openjdk*

 add-apt-repository ppa:webupd8team/java

 apt-get update

 apt-get install oracle-java6-installer



 2013/10/2 Julian Ohm j...@ohm-meyer.de

 Hi

 Does someone know wether the actual java version will work with otc or
 not?


 Best regards / Mit freundlichem Gruß

 Julian Ohm

 --
 Ohm  Meyer Immobilien e. K.
 Inh. Gabor Sarkany
 Schiffbrücke 66
 24939 Flensburg

 Tel.: 0461 / 840 31 0
 Fax.: 0461 / 840 31 11

 HRA 2190 FL

 Haftungsbeschränkungen/Disclaimer

 Diese Nachricht enthält vertrauliche Informationen und ist ausschließlich
 für den Adressaten bestimmt. Der Gebrauch durch Dritte ist verboten. Das
 Unternehmen ist nicht verantwortlich für die ordnungsgemäße, vollständige
 oder verzögerungsfreie Übertragung dieser Nachricht. Diese Hinweise gelten
 auch für zukünftige Nachrichten.
 This message may contain confidential information and is intended solely
 for the use by the addressee. Use of this communication by others is
 prohibited. The Company is neither liable for the proper and complete
 transmission of the message nor for the delay in its receipt.





 --
 October Webinars: Code for Performance
 Free Intel webinars can help you accelerate application performance.
 Explore tips for MPI, OpenMP, advanced profiling, and more. Get the most
 from
 the latest Intel processors and coprocessors. See abstracts and register 

 http://pubads.g.doubleclick.net/gampad/clk?id=60134791iu=/4140/ostg.clktrk
 ___
 The Open Source Thin Client Solution http://openthinclient.org
 openthinclient-user@lists.sourceforge.net
 https://lists.sourceforge.net/lists/listinfo/openthinclient-user




 --
 October Webinars: Code for Performance
 Free Intel webinars can help you accelerate application performance.
 Explore tips for MPI, OpenMP, advanced profiling, and more. Get the most
 from
 the latest Intel processors and coprocessors. See abstracts and register 
 http://pubads.g.doubleclick.net/gampad/clk?id=60134791iu=/4140/ostg.clktrk
 ___
 The Open Source Thin Client Solution http://openthinclient.org
 openthinclient-user@lists.sourceforge.net
 https://lists.sourceforge.net/lists/listinfo/openthinclient-user


--
October Webinars: Code for Performance
Free Intel webinars can help you accelerate application performance.
Explore tips for MPI, OpenMP, advanced profiling, and more. Get the most from 
the latest Intel processors and coprocessors. See abstracts and register 
http://pubads.g.doubleclick.net/gampad/clk?id=60134791iu=/4140/ostg.clktrk___
The Open Source Thin Client Solution http://openthinclient.org
openthinclient-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/openthinclient-user