<?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/"
		>
<channel>
	<title>Comments on: Snow Leopard and Juniper Network Connect</title>
	<atom:link href="http://richa.avasthi.name/blogs/tepumpkin/2009/09/30/snow-leopard-and-juniper-network-connect/feed/" rel="self" type="application/rss+xml" />
	<link>http://richa.avasthi.name/blogs/tepumpkin/2009/09/30/snow-leopard-and-juniper-network-connect/</link>
	<description>Purveyors of self-important ramblings and half-baked theories since 2004.</description>
	<lastBuildDate>Tue, 29 Nov 2011 21:32:06 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=</generator>
	<item>
		<title>By: chirag arora</title>
		<link>http://richa.avasthi.name/blogs/tepumpkin/2009/09/30/snow-leopard-and-juniper-network-connect/#comment-2350</link>
		<dc:creator>chirag arora</dc:creator>
		<pubDate>Mon, 05 Sep 2011 18:57:57 +0000</pubDate>
		<guid isPermaLink="false">http://richa.avasthi.name/blogs/tepumpkin.old/?p=1518#comment-2350</guid>
		<description>Thanks!

This was very helpful.</description>
		<content:encoded><![CDATA[<p>Thanks!</p>
<p>This was very helpful.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: David Geens</title>
		<link>http://richa.avasthi.name/blogs/tepumpkin/2009/09/30/snow-leopard-and-juniper-network-connect/#comment-1836</link>
		<dc:creator>David Geens</dc:creator>
		<pubDate>Mon, 22 Nov 2010 12:49:44 +0000</pubDate>
		<guid isPermaLink="false">http://richa.avasthi.name/blogs/tepumpkin.old/?p=1518#comment-1836</guid>
		<description>When I do this, everything works.

I log out and all those files disappeared and I can start over again.

This was the closest I have been to a working solution.

Anybody an idea?</description>
		<content:encoded><![CDATA[<p>When I do this, everything works.</p>
<p>I log out and all those files disappeared and I can start over again.</p>
<p>This was the closest I have been to a working solution.</p>
<p>Anybody an idea?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: PBRady</title>
		<link>http://richa.avasthi.name/blogs/tepumpkin/2009/09/30/snow-leopard-and-juniper-network-connect/#comment-1830</link>
		<dc:creator>PBRady</dc:creator>
		<pubDate>Tue, 09 Nov 2010 00:43:19 +0000</pubDate>
		<guid isPermaLink="false">http://richa.avasthi.name/blogs/tepumpkin.old/?p=1518#comment-1830</guid>
		<description>THANKS.

You Article is the only thing that worked.  Thank you very much for posting this.</description>
		<content:encoded><![CDATA[<p>THANKS.</p>
<p>You Article is the only thing that worked.  Thank you very much for posting this.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Richa</title>
		<link>http://richa.avasthi.name/blogs/tepumpkin/2009/09/30/snow-leopard-and-juniper-network-connect/#comment-1687</link>
		<dc:creator>Richa</dc:creator>
		<pubDate>Fri, 22 Oct 2010 18:07:54 +0000</pubDate>
		<guid isPermaLink="false">http://richa.avasthi.name/blogs/tepumpkin.old/?p=1518#comment-1687</guid>
		<description>Stephen,

A couple of things:

&lt;ul&gt;
&lt;li&gt;I think the structure of the PAX (if indeed there is one any more) has changed since I wrote this post a year ago, so there may be files in other locations that you should delete prior to trying to reinstall.&lt;/li&gt;
&lt;li&gt;I would not edit the contents of &lt;code&gt;Network Connect.app&lt;/code&gt; at all. If it can&#039;t load the nib file (which contains the application window layout and behavior), chances are that there&#039;s something wrong with the app file itself or other Network Connect files somewhere in your system.&lt;/li&gt;
&lt;/ul&gt;

My recommendation is to do a search at the command line for &quot;juniper&quot; in your entire filesystem:

&lt;code&gt;sudo find / -name &quot;*juniper*&quot;&lt;/code&gt; or &lt;code&gt;sudo ack -g &quot;juniper&quot; /&lt;/code&gt; if you&#039;ve got ack.

Then do &lt;code&gt;sudo find / -name &quot;*Network Connect*&quot;&lt;/code&gt;

The list of things I got on my computer are:

&lt;pre&gt;
/Applications/Network Connect.app
/Library/Frameworks/net.juniper.DSApplicationServices.framework
/Library/Frameworks/net.juniper.DSCoreServices.framework
/Library/Frameworks/net.juniper.DSNetworkDiagnostics.framework
/Library/Internet Plug-Ins/net.juniper.DSSafariExtensions.plugin
/Library/Widgets/Network Connect.wdgt
/Users/&lt;username&gt;/Library/Caches/net.juniper.NetworkConnect
/Users/&lt;username&gt;/Library/Logs/Juniper Networks/Network Connect
/Users/&lt;username&gt;/Library/Preferences/net.juniper.NetworkConnect.plist
/usr/local/juniper
&lt;/pre&gt;

Try deleting all the ones you find on your system and then reinstalling automatically.</description>
		<content:encoded><![CDATA[<p>Stephen,</p>
<p>A couple of things:</p>
<ul>
<li>I think the structure of the PAX (if indeed there is one any more) has changed since I wrote this post a year ago, so there may be files in other locations that you should delete prior to trying to reinstall.</li>
<li>I would not edit the contents of <code>Network Connect.app</code> at all. If it can&#8217;t load the nib file (which contains the application window layout and behavior), chances are that there&#8217;s something wrong with the app file itself or other Network Connect files somewhere in your system.</li>
</ul>
<p>My recommendation is to do a search at the command line for &#8220;juniper&#8221; in your entire filesystem:</p>
<p><code>sudo find / -name "*juniper*"</code> or <code>sudo ack -g "juniper" /</code> if you&#8217;ve got ack.</p>
<p>Then do <code>sudo find / -name "*Network Connect*"</code></p>
<p>The list of things I got on my computer are:</p>
<pre>
/Applications/Network Connect.app
/Library/Frameworks/net.juniper.DSApplicationServices.framework
/Library/Frameworks/net.juniper.DSCoreServices.framework
/Library/Frameworks/net.juniper.DSNetworkDiagnostics.framework
/Library/Internet Plug-Ins/net.juniper.DSSafariExtensions.plugin
/Library/Widgets/Network Connect.wdgt
/Users/&lt;username&gt;/Library/Caches/net.juniper.NetworkConnect
/Users/&lt;username&gt;/Library/Logs/Juniper Networks/Network Connect
/Users/&lt;username&gt;/Library/Preferences/net.juniper.NetworkConnect.plist
/usr/local/juniper
</pre>
<p>Try deleting all the ones you find on your system and then reinstalling automatically.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Stephen</title>
		<link>http://richa.avasthi.name/blogs/tepumpkin/2009/09/30/snow-leopard-and-juniper-network-connect/#comment-1634</link>
		<dc:creator>Stephen</dc:creator>
		<pubDate>Sun, 17 Oct 2010 05:42:22 +0000</pubDate>
		<guid isPermaLink="false">http://richa.avasthi.name/blogs/tepumpkin.old/?p=1518#comment-1634</guid>
		<description>Did everything per instructions:
 but i think the pax being downloaded (or at least &#039;Network Connect.dmg&#039; in it) is somehow defective: at the end of all the steps, double-clicking the &#039;Network Connect.app&#039; seems to do nothing.

Richa,
 could you give me a copy of MainMenu.nib
 (do you think that might help?)


When I tried to open it from Terminal but see this error:
&gt; $ /Applications/Network\ Connect.app/Contents/MacOS/Network\ Connect
&gt; 2010-10-17 10:50:14.221 Network Connect[618:903] Unable to load nib file: MainMenu, exiting


These are the contents of the package under /Applications (extracted from the PAX)
&gt; $ ls -C1 /Applications/Network\ Connect.app/Contents/Resources/
&gt; Error.strings
&gt; NCScriptLauncher.h
&gt; Network Connect.scriptSuite
&gt; Network Connect.scriptTerminology
&gt; NonLocalizable.strings
&gt; nc.icns
&gt; pluginToIVERedirect.thtml</description>
		<content:encoded><![CDATA[<p>Did everything per instructions:<br />
 but i think the pax being downloaded (or at least &#8216;Network Connect.dmg&#8217; in it) is somehow defective: at the end of all the steps, double-clicking the &#8216;Network Connect.app&#8217; seems to do nothing.</p>
<p>Richa,<br />
 could you give me a copy of MainMenu.nib<br />
 (do you think that might help?)</p>
<p>When I tried to open it from Terminal but see this error:<br />
&gt; $ /Applications/Network\ Connect.app/Contents/MacOS/Network\ Connect<br />
&gt; 2010-10-17 10:50:14.221 Network Connect[618:903] Unable to load nib file: MainMenu, exiting</p>
<p>These are the contents of the package under /Applications (extracted from the PAX)<br />
&gt; $ ls -C1 /Applications/Network\ Connect.app/Contents/Resources/<br />
&gt; Error.strings<br />
&gt; NCScriptLauncher.h<br />
&gt; Network Connect.scriptSuite<br />
&gt; Network Connect.scriptTerminology<br />
&gt; NonLocalizable.strings<br />
&gt; nc.icns<br />
&gt; pluginToIVERedirect.thtml</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Joel McCune</title>
		<link>http://richa.avasthi.name/blogs/tepumpkin/2009/09/30/snow-leopard-and-juniper-network-connect/#comment-844</link>
		<dc:creator>Joel McCune</dc:creator>
		<pubDate>Wed, 07 Jul 2010 23:34:01 +0000</pubDate>
		<guid isPermaLink="false">http://richa.avasthi.name/blogs/tepumpkin.old/?p=1518#comment-844</guid>
		<description>Outstanding! This has been plaguing me for quite some time now. You are now my new hero!</description>
		<content:encoded><![CDATA[<p>Outstanding! This has been plaguing me for quite some time now. You are now my new hero!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: sunil</title>
		<link>http://richa.avasthi.name/blogs/tepumpkin/2009/09/30/snow-leopard-and-juniper-network-connect/#comment-835</link>
		<dc:creator>sunil</dc:creator>
		<pubDate>Wed, 05 May 2010 12:55:15 +0000</pubDate>
		<guid isPermaLink="false">http://richa.avasthi.name/blogs/tepumpkin.old/?p=1518#comment-835</guid>
		<description>Matthew,
I&#039;m on Leopard, not Snow Leopard an am having a slightly different issue, trying to install for the first time.  Hoping you may be able to shed some light on this one....(I&#039;ve been trying for aaaaaages).

The actual installation is failing due to a &#039; Cert check failed with result 3&#039; error.  Below are the logs.  The clean-up must remove the NetWorkConnect jar file - nothing is set-up/installed.

Any help would be greatly appreciated,
cheers

NCAppController.:000 (05/05 17:29:23.930)[applet-NCAppController.class] Param cookies=
DSAppControlThre:000 (05/05 17:29:23.932)[       Thread-45] Beginning install...
NCAppInstallImpl:000 (05/05 17:29:23.932)[       Thread-45] Checking installed version
NCAppInstallImpl:000 (05/05 17:29:23.933)[       Thread-45] Installed version is not readable
DSAppControlThre:000 (05/05 17:29:23.933)[       Thread-45] This version is not already installed
DSAppControlThre:000 (05/05 17:29:23.933)[       Thread-45] Checking to see if the application is already running
../../webserver/:093 (05/05 17:29:23.933)[       Thread-45]     [RuntimeExec] Executing [&quot;/bin/sh&quot; &quot;-c&quot; &quot;ps xco &#039;state,pid,command&#039; &#124; awk &#039;/^[^zZ].+[N]etwork Connect/ { print $2 }&#039;&quot; ]...
../../webserver/:100 (05/05 17:29:23.945)[       Thread-45]     [RuntimeExec] Process ID = java.lang.UNIXProcess@3e53cf
../../webserver/:141 (05/05 17:29:23.976)[       Thread-45]     [RuntimeExec] ExitValue of waitFor() = 0
../../webserver/:166 (05/05 17:29:23.977)[       Thread-45]     [RuntimeExec] ... done executing [/bin/sh] waitFor()=[java language=&quot;.lang.UNIXProcess@3e53cf&quot;][/java] outputStream=[empty -null output stream-] statusStream=[empty -null status stream-]
DSAppControlThre:000 (05/05 17:29:23.977)[       Thread-45] Checking to see if the application is already running
../../webserver/:093 (05/05 17:29:23.977)[       Thread-45]     [RuntimeExec] Executing [&quot;/bin/sh&quot; &quot;-c&quot; &quot;ps xaco &#039;state,pid,command&#039; &#124; awk &#039;/^[^zZ].+[N]etwork Connect/ { print $2 }&#039;&quot; ]...
../../webserver/:100 (05/05 17:29:23.983)[       Thread-45]     [RuntimeExec] Process ID = java.lang.UNIXProcess@e06de8
../../webserver/:141 (05/05 17:29:24.015)[       Thread-45]     [RuntimeExec] ExitValue of waitFor() = 0
../../webserver/:166 (05/05 17:29:24.015)[       Thread-45]     [RuntimeExec] ... done executing [/bin/sh] waitFor()=[java language=&quot;.lang.UNIXProcess@e06de8&quot;][/java] outputStream=[empty -null output stream-] statusStream=[empty -null status stream-]
DSAppControlThre:000 (05/05 17:29:24.015)[       Thread-45] The application is NOT already running
NCAppInstallImpl:000 (05/05 17:29:24.016)[       Thread-45] The software is not installed
DSAppControlThre:000 (05/05 17:29:24.016)[       Thread-45] Fetching [-cached/java/NetworkConnectMac_i386.jar] from the IVE
DSAppControlThre:000 (05/05 17:29:24.231)[       Thread-45] HTTP response code is 200
DSAppControlThre:000 (05/05 17:29:24.232)[       Thread-45] -cached/java/NetworkConnectMac_i386.jar server size=[676025] server date=[1219964229000].
DSAppControlThre:000 (05/05 17:29:24.232)[       Thread-45] [676025] bytes should now be downloaded from the server...
../../webserver/:213 (05/05 17:29:24.233)[       Thread-45] copy stream to new file [/Users/muncus/Library/Application Support/Juniper Networks/NetworkConnectMac_i386.jar]
DSAppControlThre:000 (05/05 17:29:25.061)[       Thread-45] [676025] bytes have been successfully downloaded from the server.
DSAppControlThre:000 (05/05 17:29:25.062)[       Thread-45] Changing modification date of [/Users/muncus/Library/Application Support/Juniper Networks/NetworkConnectMac_i386.jar] from [1273044565000] to [1219964229000] to match the server.
DSAppControlThre:000 (05/05 17:29:25.062)[       Thread-45] Fetching [-cached/java/mac_nc_langs/en.jar] from the IVE
DSAppControlThre:000 (05/05 17:29:25.234)[       Thread-45] HTTP response code is 200
DSAppControlThre:000 (05/05 17:29:25.234)[       Thread-45] -cached/java/mac_nc_langs/en.jar server size=[47726] server date=[1219964231000].
DSAppControlThre:000 (05/05 17:29:25.235)[       Thread-45] [47726] bytes should now be downloaded from the server...
../../webserver/:213 (05/05 17:29:25.235)[       Thread-45] copy stream to new file [/Users/muncus/Library/Application Support/Juniper Networks/NetworkConnectMac_en.jar]
DSAppControlThre:000 (05/05 17:29:25.327)[       Thread-45] [47726] bytes have been successfully downloaded from the server.
DSAppControlThre:000 (05/05 17:29:25.327)[       Thread-45] Changing modification date of [/Users/muncus/Library/Application Support/Juniper Networks/NetworkConnectMac_en.jar] from [1273044565000] to [1219964231000] to match the server.
NCAppInstallImpl:000 (05/05 17:29:25.328)[       Thread-45] Installing from /Users/muncus/Library/Application Support/Juniper Networks/NetworkConnectMac_i386.jar
NCAppInstallImpl:000 (05/05 17:29:25.328)[       Thread-45] Extracting NetworkConnectBinaries.pax.bz2 from JAR file /Users/muncus/Library/Application Support/Juniper Networks/NetworkConnectMac_i386.jar and placing it in /tmp
NCAppInstallImpl:000 (05/05 17:29:25.398)[       Thread-45] Cert check failed with result 3
NCAppController.:000 (05/05 17:29:25.398)[       Thread-45] Starting quit sequence...
NCAppController.:000 (05/05 17:29:25.398)[       Thread-45] Cleaning up
NCAppInstallImpl:000 (05/05 17:29:25.399)[       Thread-45] Failed to execute the install helper: java.io.IOException: /usr/local/juniper/nc/install/ncinstallhelper: not found
NCAppController.:000 (05/05 17:29:25.399)[       Thread-45] Failed to cleanup
NCAppController.:000 (05/05 17:29:25.399)[       Thread-45] doQuit trying to load /dana/home/starter.cgi?startpageonly=1
NCAppController.:000 (05/05 17:29:25.400)[       Thread-45] Loading https://rna.n.nsa.nexus.telstra.com.au/dana/home/starter.cgi?startpageonly=1 in current window
NCAppController.:000 (05/05 17:29:49.747)[applet-NCAppController.class] Entering NCAppController.init() on Wed May 05 17:29:49 EST 2010
NCAppController.:000 (05/05 17:29:49.747)[applet-NCAppController.class] New NCAppController session release [null]
NCAppController.:000 (05/05 17:29:49.747)[applet-NCAppController.class] Build number [null]
NCAppController.:000 (05/05 17:29:49.770)[applet-NCAppController.class] This host needs a i386 binary
DSAppControlThre:000 (05/05 17:29:49.815)[       Thread-64] Quitting the app
DSAppControlThre:000 (05/05 17:29:49.816)[       Thread-64] Checking to see if the application is already running
../../webserver/:093 (05/05 17:29:49.816)[       Thread-64]     [RuntimeExec] Executing [&quot;/bin/sh&quot; &quot;-c&quot; &quot;ps xco &#039;state,pid,command&#039; &#124; awk &#039;/^[^zZ].+[N]etwork Connect/ { print $2 }&#039;&quot; ]...
../../webserver/:100 (05/05 17:29:49.837)[       Thread-64]     [RuntimeExec] Process ID = java.lang.UNIXProcess@4653a3
../../webserver/:141 (05/05 17:29:49.864)[       Thread-64]     [RuntimeExec] ExitValue of waitFor() = 0
../../webserver/:166 (05/05 17:29:49.864)[       Thread-64]     [RuntimeExec] ... done executing [/bin/sh] waitFor()=[java language=&quot;.lang.UNIXProcess@4653a3&quot;][/java] outputStream=[empty -null output stream-] statusStream=[empty -null status stream-]
DSAppControlThre:000 (05/05 17:29:49.865)[       Thread-64] Checking to see if the application is already running
../../webserver/:093 (05/05 17:29:49.865)[       Thread-64]     [RuntimeExec] Executing [&quot;/bin/sh&quot; &quot;-c&quot; &quot;ps xaco &#039;state,pid,command&#039; &#124; awk &#039;/^[^zZ].+[N]etwork Connect/ { print $2 }&#039;&quot; ]...
../../webserver/:100 (05/05 17:29:49.874)[       Thread-64]     [RuntimeExec] Process ID = java.lang.UNIXProcess@790ce9
../../webserver/:141 (05/05 17:29:49.907)[       Thread-64]     [RuntimeExec] ExitValue of waitFor() = 0
../../webserver/:166 (05/05 17:29:49.908)[       Thread-64]     [RuntimeExec] ... done executing [/bin/sh] waitFor()=[java language=&quot;.lang.UNIXProcess@790ce9&quot;][/java] outputStream=[empty -null output stream-] statusStream=[empty -null status stream-]</description>
		<content:encoded><![CDATA[<p>Matthew,<br />
I&#8217;m on Leopard, not Snow Leopard an am having a slightly different issue, trying to install for the first time.  Hoping you may be able to shed some light on this one&#8230;.(I&#8217;ve been trying for aaaaaages).</p>
<p>The actual installation is failing due to a &#8216; Cert check failed with result 3&#8242; error.  Below are the logs.  The clean-up must remove the NetWorkConnect jar file &#8211; nothing is set-up/installed.</p>
<p>Any help would be greatly appreciated,<br />
cheers</p>
<p>NCAppController.:000 (05/05 17:29:23.930)[applet-NCAppController.class] Param cookies=<br />
DSAppControlThre:000 (05/05 17:29:23.932)[       Thread-45] Beginning install&#8230;<br />
NCAppInstallImpl:000 (05/05 17:29:23.932)[       Thread-45] Checking installed version<br />
NCAppInstallImpl:000 (05/05 17:29:23.933)[       Thread-45] Installed version is not readable<br />
DSAppControlThre:000 (05/05 17:29:23.933)[       Thread-45] This version is not already installed<br />
DSAppControlThre:000 (05/05 17:29:23.933)[       Thread-45] Checking to see if the application is already running<br />
../../webserver/:093 (05/05 17:29:23.933)[       Thread-45]     [RuntimeExec] Executing ["/bin/sh" "-c" "ps xco 'state,pid,command' | awk '/^[^zZ].+[N]etwork Connect/ { print $2 }&#8217;&#8221; ]&#8230;<br />
../../webserver/:100 (05/05 17:29:23.945)[       Thread-45]     [RuntimeExec] Process ID = java.lang.UNIXProcess@3e53cf<br />
../../webserver/:141 (05/05 17:29:23.976)[       Thread-45]     [RuntimeExec] ExitValue of waitFor() = 0<br />
../../webserver/:166 (05/05 17:29:23.977)[       Thread-45]     [RuntimeExec] &#8230; done executing [/bin/sh] waitFor()= outputStream=[empty -null output stream-] statusStream=[empty -null status stream-]<br />
DSAppControlThre:000 (05/05 17:29:23.977)[       Thread-45] Checking to see if the application is already running<br />
../../webserver/:093 (05/05 17:29:23.977)[       Thread-45]     [RuntimeExec] Executing ["/bin/sh" "-c" "ps xaco 'state,pid,command' | awk '/^[^zZ].+[N]etwork Connect/ { print $2 }&#8217;&#8221; ]&#8230;<br />
../../webserver/:100 (05/05 17:29:23.983)[       Thread-45]     [RuntimeExec] Process ID = java.lang.UNIXProcess@e06de8<br />
../../webserver/:141 (05/05 17:29:24.015)[       Thread-45]     [RuntimeExec] ExitValue of waitFor() = 0<br />
../../webserver/:166 (05/05 17:29:24.015)[       Thread-45]     [RuntimeExec] &#8230; done executing [/bin/sh] waitFor()= outputStream=[empty -null output stream-] statusStream=[empty -null status stream-]<br />
DSAppControlThre:000 (05/05 17:29:24.015)[       Thread-45] The application is NOT already running<br />
NCAppInstallImpl:000 (05/05 17:29:24.016)[       Thread-45] The software is not installed<br />
DSAppControlThre:000 (05/05 17:29:24.016)[       Thread-45] Fetching [-cached/java/NetworkConnectMac_i386.jar] from the IVE<br />
DSAppControlThre:000 (05/05 17:29:24.231)[       Thread-45] HTTP response code is 200<br />
DSAppControlThre:000 (05/05 17:29:24.232)[       Thread-45] -cached/java/NetworkConnectMac_i386.jar server size=[676025] server date=[1219964229000].<br />
DSAppControlThre:000 (05/05 17:29:24.232)[       Thread-45] [676025] bytes should now be downloaded from the server&#8230;<br />
../../webserver/:213 (05/05 17:29:24.233)[       Thread-45] copy stream to new file [/Users/muncus/Library/Application Support/Juniper Networks/NetworkConnectMac_i386.jar]<br />
DSAppControlThre:000 (05/05 17:29:25.061)[       Thread-45] [676025] bytes have been successfully downloaded from the server.<br />
DSAppControlThre:000 (05/05 17:29:25.062)[       Thread-45] Changing modification date of [/Users/muncus/Library/Application Support/Juniper Networks/NetworkConnectMac_i386.jar] from [1273044565000] to [1219964229000] to match the server.<br />
DSAppControlThre:000 (05/05 17:29:25.062)[       Thread-45] Fetching [-cached/java/mac_nc_langs/en.jar] from the IVE<br />
DSAppControlThre:000 (05/05 17:29:25.234)[       Thread-45] HTTP response code is 200<br />
DSAppControlThre:000 (05/05 17:29:25.234)[       Thread-45] -cached/java/mac_nc_langs/en.jar server size=[47726] server date=[1219964231000].<br />
DSAppControlThre:000 (05/05 17:29:25.235)[       Thread-45] [47726] bytes should now be downloaded from the server&#8230;<br />
../../webserver/:213 (05/05 17:29:25.235)[       Thread-45] copy stream to new file [/Users/muncus/Library/Application Support/Juniper Networks/NetworkConnectMac_en.jar]<br />
DSAppControlThre:000 (05/05 17:29:25.327)[       Thread-45] [47726] bytes have been successfully downloaded from the server.<br />
DSAppControlThre:000 (05/05 17:29:25.327)[       Thread-45] Changing modification date of [/Users/muncus/Library/Application Support/Juniper Networks/NetworkConnectMac_en.jar] from [1273044565000] to [1219964231000] to match the server.<br />
NCAppInstallImpl:000 (05/05 17:29:25.328)[       Thread-45] Installing from /Users/muncus/Library/Application Support/Juniper Networks/NetworkConnectMac_i386.jar<br />
NCAppInstallImpl:000 (05/05 17:29:25.328)[       Thread-45] Extracting NetworkConnectBinaries.pax.bz2 from JAR file /Users/muncus/Library/Application Support/Juniper Networks/NetworkConnectMac_i386.jar and placing it in /tmp<br />
NCAppInstallImpl:000 (05/05 17:29:25.398)[       Thread-45] Cert check failed with result 3<br />
NCAppController.:000 (05/05 17:29:25.398)[       Thread-45] Starting quit sequence&#8230;<br />
NCAppController.:000 (05/05 17:29:25.398)[       Thread-45] Cleaning up<br />
NCAppInstallImpl:000 (05/05 17:29:25.399)[       Thread-45] Failed to execute the install helper: java.io.IOException: /usr/local/juniper/nc/install/ncinstallhelper: not found<br />
NCAppController.:000 (05/05 17:29:25.399)[       Thread-45] Failed to cleanup<br />
NCAppController.:000 (05/05 17:29:25.399)[       Thread-45] doQuit trying to load /dana/home/starter.cgi?startpageonly=1<br />
NCAppController.:000 (05/05 17:29:25.400)[       Thread-45] Loading <a href="https://rna.n.nsa.nexus.telstra.com.au/dana/home/starter.cgi?startpageonly=1" rel="nofollow">https://rna.n.nsa.nexus.telstra.com.au/dana/home/starter.cgi?startpageonly=1</a> in current window<br />
NCAppController.:000 (05/05 17:29:49.747)[applet-NCAppController.class] Entering NCAppController.init() on Wed May 05 17:29:49 EST 2010<br />
NCAppController.:000 (05/05 17:29:49.747)[applet-NCAppController.class] New NCAppController session release [null]<br />
NCAppController.:000 (05/05 17:29:49.747)[applet-NCAppController.class] Build number [null]<br />
NCAppController.:000 (05/05 17:29:49.770)[applet-NCAppController.class] This host needs a i386 binary<br />
DSAppControlThre:000 (05/05 17:29:49.815)[       Thread-64] Quitting the app<br />
DSAppControlThre:000 (05/05 17:29:49.816)[       Thread-64] Checking to see if the application is already running<br />
../../webserver/:093 (05/05 17:29:49.816)[       Thread-64]     [RuntimeExec] Executing ["/bin/sh" "-c" "ps xco 'state,pid,command' | awk '/^[^zZ].+[N]etwork Connect/ { print $2 }&#8217;&#8221; ]&#8230;<br />
../../webserver/:100 (05/05 17:29:49.837)[       Thread-64]     [RuntimeExec] Process ID = java.lang.UNIXProcess@4653a3<br />
../../webserver/:141 (05/05 17:29:49.864)[       Thread-64]     [RuntimeExec] ExitValue of waitFor() = 0<br />
../../webserver/:166 (05/05 17:29:49.864)[       Thread-64]     [RuntimeExec] &#8230; done executing [/bin/sh] waitFor()= outputStream=[empty -null output stream-] statusStream=[empty -null status stream-]<br />
DSAppControlThre:000 (05/05 17:29:49.865)[       Thread-64] Checking to see if the application is already running<br />
../../webserver/:093 (05/05 17:29:49.865)[       Thread-64]     [RuntimeExec] Executing ["/bin/sh" "-c" "ps xaco 'state,pid,command' | awk '/^[^zZ].+[N]etwork Connect/ { print $2 }&#8217;&#8221; ]&#8230;<br />
../../webserver/:100 (05/05 17:29:49.874)[       Thread-64]     [RuntimeExec] Process ID = java.lang.UNIXProcess@790ce9<br />
../../webserver/:141 (05/05 17:29:49.907)[       Thread-64]     [RuntimeExec] ExitValue of waitFor() = 0<br />
../../webserver/:166 (05/05 17:29:49.908)[       Thread-64]     [RuntimeExec] &#8230; done executing [/bin/sh] waitFor()= outputStream=[empty -null output stream-] statusStream=[empty -null status stream-]</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Matthew</title>
		<link>http://richa.avasthi.name/blogs/tepumpkin/2009/09/30/snow-leopard-and-juniper-network-connect/#comment-834</link>
		<dc:creator>Matthew</dc:creator>
		<pubDate>Thu, 08 Apr 2010 14:10:14 +0000</pubDate>
		<guid isPermaLink="false">http://richa.avasthi.name/blogs/tepumpkin.old/?p=1518#comment-834</guid>
		<description>I have since had a chance to try @Johan&#039;s suggestion of deleting those two receipts and it also works like a charm.</description>
		<content:encoded><![CDATA[<p>I have since had a chance to try @Johan&#8217;s suggestion of deleting those two receipts and it also works like a charm.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Matthew</title>
		<link>http://richa.avasthi.name/blogs/tepumpkin/2009/09/30/snow-leopard-and-juniper-network-connect/#comment-833</link>
		<dc:creator>Matthew</dc:creator>
		<pubDate>Mon, 29 Mar 2010 02:11:09 +0000</pubDate>
		<guid isPermaLink="false">http://richa.avasthi.name/blogs/tepumpkin.old/?p=1518#comment-833</guid>
		<description>@johan: thank you, though I fixed this another way, so am unable to try your suggestion.

@adam: I was really stuck trying to install an earlier version than 6.5 (having tried everything except @johan&#039;s suggestion) that I made an alternative admin user on my machine, and installed 6.0.0 from that account, and deployed it to all users. That worked, and has worked for my colleagues.  Good luck.</description>
		<content:encoded><![CDATA[<p>@johan: thank you, though I fixed this another way, so am unable to try your suggestion.</p>
<p>@adam: I was really stuck trying to install an earlier version than 6.5 (having tried everything except @johan&#8217;s suggestion) that I made an alternative admin user on my machine, and installed 6.0.0 from that account, and deployed it to all users. That worked, and has worked for my colleagues.  Good luck.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Adam</title>
		<link>http://richa.avasthi.name/blogs/tepumpkin/2009/09/30/snow-leopard-and-juniper-network-connect/#comment-832</link>
		<dc:creator>Adam</dc:creator>
		<pubDate>Sun, 28 Mar 2010 14:15:33 +0000</pubDate>
		<guid isPermaLink="false">http://richa.avasthi.name/blogs/tepumpkin.old/?p=1518#comment-832</guid>
		<description>Matthew, I&#039;m having the same problem... accidentally installed 6.5 when I really need something earlier.  For some reason my machine says that the 6.5 is still installed, although I&#039;ve removed everything from the install.  Did you have any luck fixing yours?</description>
		<content:encoded><![CDATA[<p>Matthew, I&#8217;m having the same problem&#8230; accidentally installed 6.5 when I really need something earlier.  For some reason my machine says that the 6.5 is still installed, although I&#8217;ve removed everything from the install.  Did you have any luck fixing yours?</p>
]]></content:encoded>
	</item>
</channel>
</rss>

<!-- Performance optimized by W3 Total Cache. Learn more: http://www.w3-edge.com/wordpress-plugins/

Minified using apc
Page Caching using apc
Database Caching 1/3 queries in 0.043 seconds using apc
Object Caching 310/310 objects using apc
Content Delivery Network via Amazon Web Services: CloudFront: assets.avasthi.name

Served from: richa.avasthi.name @ 2012-02-11 04:41:14 -->
