From: PCMD W. M. <web...@pc...> - 2014-05-08 15:57:09
|
Is a fix for this imminent as it is now May and this was reported in Feb. |
From: Walrusaurus <yab...@ho...> - 2014-07-16 12:05:03
|
I'm also curious if this is still a planned fix? Java security settings block the java viewer entirely under default settings, due to the missing required permissions manifest attribute. The warning messages for allowing it run are a deterrent for client machines. -- View this message in context: http://tightvnc.10971.n7.nabble.com/Re-applet-missing-required-permissions-mainfest-attribute-in-main-jar-tp3809p3847.html Sent from the VNC Tight Development mailing list archive at Nabble.com. |
From: Walrusaurus <yab...@ho...> - 2014-07-23 17:43:31
|
actually, this was surprisingly easy to fix myself. takes about two minutes. If anyone is keen to know send me an e-mail and I'll outline the few steps. -- View this message in context: http://tightvnc.10971.n7.nabble.com/Re-applet-missing-required-permissions-mainfest-attribute-in-main-jar-tp3809p3849.html Sent from the VNC Tight Development mailing list archive at Nabble.com. |
From: mkrause <mk...@st...> - 2015-01-13 17:24:26
|
Hi, I am hoping someone can point me in the right direction. We are running TightVNC 2.0 with 100+ users. After upgrading to Java version 8, I am no longer able to connect to users's workstations. How can this be corrected? There is no Medium option under security settings anymore. I've also tried updating TightVNC to version 2.7 but that does not correct the issue. Thanks <http://tightvnc.10971.n7.nabble.com/file/n3903/tightvnc_error.jpg> -- View this message in context: http://tightvnc.10971.n7.nabble.com/Re-applet-missing-required-permissions-mainfest-attribute-in-main-jar-tp3809p3903.html Sent from the VNC Tight Development mailing list archive at Nabble.com. |
From: Aaron M. <sim...@gm...> - 2015-03-04 22:53:04
|
Hi In order for this to work from Java 8 onwards until the Permissions attribute is added to the manifest in a later version, you'll need to add the host in question to a list of exceptions under the Security tab of the Java Control Panel. On Wed, Jan 14, 2015 at 4:21 AM, mkrause <mk...@st...> wrote: > Hi, I am hoping someone can point me in the right direction. We are running > TightVNC 2.0 with 100+ users. After upgrading to Java version 8, I am no > longer able to connect to users's workstations. How can this be corrected? > There is no Medium option under security settings anymore. I've also tried > updating TightVNC to version 2.7 but that does not correct the issue. > > Thanks > > <http://tightvnc.10971.n7.nabble.com/file/n3903/tightvnc_error.jpg> > > > > -- > View this message in context: http://tightvnc.10971.n7.nabble.com/Re-applet-missing-required-permissions-mainfest-attribute-in-main-jar-tp3809p3903.html > Sent from the VNC Tight Development mailing list archive at Nabble.com. > > ------------------------------------------------------------------------------ > New Year. New Location. New Benefits. New Data Center in Ashburn, VA. > GigeNET is offering a free month of service with a new server in Ashburn. > Choose from 2 high performing configs, both with 100TB of bandwidth. > Higher redundancy.Lower latency.Increased capacity.Completely compliant. > http://p.sf.net/sfu/gigenet > _______________________________________________ > VNC-Tight-devel mailing list > VNC...@li... > https://lists.sourceforge.net/lists/listinfo/vnc-tight-devel -- Aaron Mason - Programmer, open source addict I've taken my software vows - for beta or for worse |
From: Aaron M. <sim...@gm...> - 2015-03-04 22:55:56
|
Just read that you're administering 100+ workstations. Clearly adding all of them to exceptions isn't going to be ideal. I get around this at my workplace (200+ workstations) with a web page I wrote that lists all computers from AD and a link that opens the applet. You'll need to copy in the jar file and set up the configuration. Once done, add the site in question (even if it's hosted on your machine) to the exceptions list. On Thu, Mar 5, 2015 at 9:52 AM, Aaron Mason <sim...@gm...> wrote: > Hi > > In order for this to work from Java 8 onwards until the Permissions > attribute is added to the manifest in a later version, you'll need to > add the host in question to a list of exceptions under the Security > tab of the Java Control Panel. > > On Wed, Jan 14, 2015 at 4:21 AM, mkrause <mk...@st...> wrote: >> Hi, I am hoping someone can point me in the right direction. We are running >> TightVNC 2.0 with 100+ users. After upgrading to Java version 8, I am no >> longer able to connect to users's workstations. How can this be corrected? >> There is no Medium option under security settings anymore. I've also tried >> updating TightVNC to version 2.7 but that does not correct the issue. >> >> Thanks >> >> <http://tightvnc.10971.n7.nabble.com/file/n3903/tightvnc_error.jpg> >> >> >> >> -- >> View this message in context: http://tightvnc.10971.n7.nabble.com/Re-applet-missing-required-permissions-mainfest-attribute-in-main-jar-tp3809p3903.html >> Sent from the VNC Tight Development mailing list archive at Nabble.com. >> >> ------------------------------------------------------------------------------ >> New Year. New Location. New Benefits. New Data Center in Ashburn, VA. >> GigeNET is offering a free month of service with a new server in Ashburn. >> Choose from 2 high performing configs, both with 100TB of bandwidth. >> Higher redundancy.Lower latency.Increased capacity.Completely compliant. >> http://p.sf.net/sfu/gigenet >> _______________________________________________ >> VNC-Tight-devel mailing list >> VNC...@li... >> https://lists.sourceforge.net/lists/listinfo/vnc-tight-devel > > > > -- > Aaron Mason - Programmer, open source addict > I've taken my software vows - for beta or for worse -- Aaron Mason - Programmer, open source addict I've taken my software vows - for beta or for worse |
From: mkrause <mk...@st...> - 2015-03-04 23:27:45
|
I figured out it works if I use the TightVNC software instead of using the browser to connect to workstations. So all is good now. Thanks! From: Aaron Mason [via TightVNC] [mailto:ml-...@n7...] Sent: Wednesday, March 04, 2015 4:51 PM To: Krause, Melissa D. Subject: Re: TightVNC receiving - Application Blocked by Java Security Just read that you're administering 100+ workstations. Clearly adding all of them to exceptions isn't going to be ideal. I get around this at my workplace (200+ workstations) with a web page I wrote that lists all computers from AD and a link that opens the applet. You'll need to copy in the jar file and set up the configuration. Once done, add the site in question (even if it's hosted on your machine) to the exceptions list. On Thu, Mar 5, 2015 at 9:52 AM, Aaron Mason <[hidden email]</user/SendEmail.jtp?type=node&node=3921&i=0>> wrote: > Hi > > In order for this to work from Java 8 onwards until the Permissions > attribute is added to the manifest in a later version, you'll need to > add the host in question to a list of exceptions under the Security > tab of the Java Control Panel. > > On Wed, Jan 14, 2015 at 4:21 AM, mkrause <[hidden email]</user/SendEmail.jtp?type=node&node=3921&i=1>> wrote: >> Hi, I am hoping someone can point me in the right direction. We are running >> TightVNC 2.0 with 100+ users. After upgrading to Java version 8, I am no >> longer able to connect to users's workstations. How can this be corrected? >> There is no Medium option under security settings anymore. I've also tried >> updating TightVNC to version 2.7 but that does not correct the issue. >> >> Thanks >> >> <http://tightvnc.10971.n7.nabble.com/file/n3903/tightvnc_error.jpg<http://tightvnc.10971.n7.nabble.com/file/n3903/tightvnc_error.jpg>> >> >> >> >> -- >> View this message in context: http://tightvnc.10971.n7.nabble.com/Re-applet-missing-required-permissions-mainfest-attribute-in-main-jar-tp3809p3903.html<http://tightvnc.10971.n7.nabble.com/Re-applet-missing-required-permissions-mainfest-attribute-in-main-jar-tp3809p3903.html> >> Sent from the VNC Tight Development mailing list archive at Nabble.com<http://Nabble.com>. >> >> ------------------------------------------------------------------------------ >> New Year. New Location. New Benefits. New Data Center in Ashburn, VA. >> GigeNET is offering a free month of service with a new server in Ashburn. >> Choose from 2 high performing configs, both with 100TB of bandwidth. >> Higher redundancy.Lower latency.Increased capacity.Completely compliant. >> http://p.sf.net/sfu/gigenet<http://p.sf.net/sfu/gigenet> >> _______________________________________________ >> VNC-Tight-devel mailing list >> [hidden email]</user/SendEmail.jtp?type=node&node=3921&i=2> >> https://lists.sourceforge.net/lists/listinfo/vnc-tight-devel<https://lists.sourceforge.net/lists/listinfo/vnc-tight-devel> > > > > -- > Aaron Mason - Programmer, open source addict > I've taken my software vows - for beta or for worse -- Aaron Mason - Programmer, open source addict I've taken my software vows - for beta or for worse ------------------------------------------------------------------------------ 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/<http://goparallel.sourceforge.net/> _______________________________________________ VNC-Tight-devel mailing list [hidden email]</user/SendEmail.jtp?type=node&node=3921&i=3> https://lists.sourceforge.net/lists/listinfo/vnc-tight-devel<https://lists.sourceforge.net/lists/listinfo/vnc-tight-devel> ________________________________ If you reply to this email, your message will be added to the discussion below: http://tightvnc.10971.n7.nabble.com/Re-applet-missing-required-permissions-mainfest-attribute-in-main-jar-tp3809p3921.html<http://tightvnc.10971.n7.nabble.com/Re-applet-missing-required-permissions-mainfest-attribute-in-main-jar-tp3809p3921.html> To unsubscribe from Re: applet: missing required permissions mainfest attribute in main jar, click here<http://tightvnc.10971.n7.nabble.com/template/NamlServlet.jtp?macro=unsubscribe_by_code&node=3809&code=bWtyYXVzZUBzdG9uZXBpZ21hbi5jb218MzgwOXwxNDYzNDQ4NDE0>. NAML<http://tightvnc.10971.n7.nabble.com/template/NamlServlet.jtp?macro=macro_viewer&id=instant_html%21nabble%3Aemail.naml&base=nabble.naml.namespaces.BasicNamespace-nabble.view.web.template.NabbleNamespace-nabble.view.web.template.NodeNamespace&breadcrumbs=notify_subscribers%21nabble%3Aemail.naml-instant_emails%21nabble%3Aemail.naml-send_instant_email%21nabble%3Aemail.naml> -- View this message in context: http://tightvnc.10971.n7.nabble.com/Re-applet-missing-required-permissions-mainfest-attribute-in-main-jar-tp3809p3922.html Sent from the VNC Tight Development mailing list archive at Nabble.com. |