Trust No Program
This topic is locked: you cannot edit posts or make replies.
Possible problem with Java
wraithdu


Joined: 29 Jun 2007
Posts: 1410
Reply with quote
Specs:
Vista Ultimate SP1 32-bit
Firefox 3.0.4 + NoScript
Java 6u10
Sandboxie 3.32

I currently can't get any java applets to run. After allowing the necessary things in NoScript, the first load of the page doesn't load the applet. When I hit refresh, FF freezes, requiring me to forcibly Terminate all programs. You can test from http://www.java.com/en/download/installed.jsp

Anyone else with this issue or a working configuration? I don't have anything of interest in my settings that would affect Java.
View user's profileSend private message
Re: Possible problem with Java
MikeH


Joined: 04 Mar 2007
Posts: 129
Reply with quote
wraithdu wrote:
Specs:
Vista Ultimate SP1 32-bit
Firefox 3.0.4 + NoScript
Java 6u10
Sandboxie 3.32

I currently can't get any java applets to run. After allowing the necessary things in NoScript, the first load of the page doesn't load the applet. When I hit refresh, FF freezes, requiring me to forcibly Terminate all programs. You can test from http://www.java.com/en/download/installed.jsp

Anyone else with this issue or a working configuration? I don't have anything of interest in my settings that would affect Java.


Specs:
WinPro w SP3
Firefox 3.0.4 + NoScript 1.8.6
Java 6u10
Sandboxie 3.28

Tested your link successfully.

Regards,
Mike
View user's profileSend private message
Re: Possible problem with Java
Buster


Joined: 06 Aug 2007
Posts: 2185
Reply with quote
MikeH wrote:

Specs:
WinPro w SP3
Firefox 3.0.4 + NoScript 1.8.6
Java 6u10
Sandboxie 3.28

Tested your link successfully.


Update Sandboxie to 3.32... Wink
View user's profileSend private message
Re: Possible problem with Java
MikeH


Joined: 04 Mar 2007
Posts: 129
Reply with quote
Buster wrote:
MikeH wrote:

Specs:
WinPro w SP3
Firefox 3.0.4 + NoScript 1.8.6
Java 6u10
Sandboxie 3.28

Tested your link successfully.


Update Sandboxie to 3.32... Wink


Buster:

Unfortunately, Sandboxie 3.32 (as well as Sandboxie 3.30) does not allow me to run my registered copy of Roboform when Sandboxie's container folder is set to a ramdrive: hence my running Sandboxie 3.28.

Regards,
Mike
View user's profileSend private message
wraithdu


Joined: 29 Jun 2007
Posts: 1410
Reply with quote
Here's the error details I get on my XP SP3 box:

Specs
XP Pro SP3
Firefox 3.0.4
Java 6u10
Sandboxie 3.32

At this point, I've disabled NoScript to rule out that possibility. I get similar errors in the java console at other java sites, such as this one -

http://www.javatester.org/version.html

Code:
load: class testvmDynamicJavaComPopUp819.class not found.
java.lang.ClassNotFoundException: testvmDynamicJavaComPopUp819.class
   at sun.plugin2.applet.Applet2ClassLoader.findClass(Unknown Source)
   at java.lang.ClassLoader.loadClass(Unknown Source)
   at java.lang.ClassLoader.loadClass(Unknown Source)
   at sun.plugin2.applet.Plugin2ClassLoader.loadCode(Unknown Source)
   at sun.plugin2.applet.Plugin2Manager.createApplet(Unknown Source)
   at sun.plugin2.applet.Plugin2Manager$AppletExecutionRunnable.run(Unknown Source)
   at java.lang.Thread.run(Unknown Source)
Caused by: java.net.SocketException: Permission denied: create
   at java.net.Socket.createImpl(Unknown Source)
   at java.net.Socket.connect(Unknown Source)
   at sun.net.NetworkClient.doConnect(Unknown Source)
   at sun.net.www.http.HttpClient.openServer(Unknown Source)
   at sun.net.www.http.HttpClient.openServer(Unknown Source)
   at sun.net.www.http.HttpClient.<init>(Unknown Source)
   at sun.net.www.http.HttpClient.New(Unknown Source)
   at sun.net.www.http.HttpClient.New(Unknown Source)
   at sun.net.www.protocol.http.HttpURLConnection.getNewHttpClient(Unknown Source)
   at sun.net.www.protocol.http.HttpURLConnection.plainConnect(Unknown Source)
   at sun.net.www.protocol.http.HttpURLConnection.connect(Unknown Source)
   at sun.net.www.protocol.http.HttpURLConnection.getInputStream(Unknown Source)
   at java.net.HttpURLConnection.getResponseCode(Unknown Source)
   at sun.plugin2.applet.Applet2ClassLoader.getBytes(Unknown Source)
   at sun.plugin2.applet.Applet2ClassLoader.access$000(Unknown Source)
   at sun.plugin2.applet.Applet2ClassLoader$1.run(Unknown Source)
   at java.security.AccessController.doPrivileged(Native Method)
   ... 7 more
Exception: java.lang.ClassNotFoundException: testvmDynamicJavaComPopUp819.class
View user's profileSend private message
Guest10


Joined: 27 Apr 2008
Posts: 4348
Location: Ohio, USA
Reply with quote
wraithdu wrote:
Here's the error details I get on my XP SP3 box:
Specs
XP Pro SP3
Firefox 3.0.4
Java 6u10
Sandboxie 3.32
At this point, I've disabled NoScript to rule out that possibility. I get similar errors in the java console at other java sites, such as this one...
I don't get any errors with XP Pro SP3 at either of the above java test links.
NoScript temporarily allowed where necessary.

SB 3.22, Fx 3.0.4, Java 6u10

_________________
Paul
XP Pro SP3 (Admin rights), Zone Alarm Pro Firewall, Malwarebytes Pro, Firefox 21, Thunderbird 17
View user's profileSend private message
wraithdu


Joined: 29 Jun 2007
Posts: 1410
Reply with quote
FOR THE LOVE OF SANITY, I appreciate you guys chiming in, but if you're not using SB 3.32, then your test results are meaningless!!
View user's profileSend private message
Guest10


Joined: 27 Apr 2008
Posts: 4348
Location: Ohio, USA
Reply with quote
Guest10 wrote:
SB 3.22, Fx 3.0.4, Java 6u10
Sorry, mis-typed. Meant SB 3.32
View user's profileSend private message
wraithdu


Joined: 29 Jun 2007
Posts: 1410
Reply with quote
Well, I tried again in a brand new sandbox, all default settings (except for disabling immediate recovery), and with Firefox in SafeMode (all addons disabled). I got the same freeze as before. Here's a Resource Access Monitor log from a fresh FF start, going directly to javatester.org and freezing -

(removed for brevity. --tzuk)
View user's profileSend private message
tzuk


Joined: 22 Jun 2004
Posts: 15003
Reply with quote
wraithdu check that Java stack trace you posted. In the middle,

Code:
Caused by: java.net.SocketException: Permission denied: create
   at java.net.Socket.createImpl(Unknown Source)
   at java.net.Socket.connect(Unknown Source)


And someone on the Internet says,

Quote:
Winsock2\CatalogChangeListener is created for local inter-process communications for client and server side utility functions implemented in winsock. It is not utilized for server protocol communications.


So my suggestion is: Try to add

Code:
\Device\NamedPipe\Winsock2\CatalogChangeListener-*


In Resource Access -> File Access -> Full Access.

_________________
tzuk
View user's profileSend private message
wraithdu


Joined: 29 Jun 2007
Posts: 1410
Reply with quote
Here's what I've tried so far -

Code:
OpenPipePath=\Device\NamedPipe\jpi2_*
OpenPipePath=\Device\NamedPipe\Winsock2\CatalogChangeListener-*
OpenIpcPath=\Sessions\1\BaseNamedObjects\jvmStart


No luck yet. I'll have to get back to my XP box tonight to see if I can get anything else out of the java console.
View user's profileSend private message
wraithdu


Joined: 29 Jun 2007
Posts: 1410
Reply with quote
Ok, so I found a solution, albeit probably less than desireable since I don't know exactly what it means. If I change this setting -

Java Control Panel -> Java Plug-in -> UNTICK Enable the next-generation Java Plug-in

then Java will work in FF without any sepcial resource exclusions. Hopefully you can make something of this.


EDIT -

Found this. I'm sure this is more meaningful to you tzuk, and maybe will help with the problem -

https://jdk6.dev.java.net/plugin2/
View user's profileSend private message
tzuk


Joined: 22 Jun 2004
Posts: 15003
Reply with quote
Thanks wraithdu. Did you get a chance to test with your XP box?
View user's profileSend private message
wraithdu


Joined: 29 Jun 2007
Posts: 1410
Reply with quote
Oh nuts. Sorry, I'll get to it tonight.
View user's profileSend private message
wraithdu


Joined: 29 Jun 2007
Posts: 1410
Reply with quote
Results from my XP box with the above 3 exclusions applied -

(removed for brevity. --tzuk)
View user's profileSend private message
Possible problem with Java
You cannot post new topics in this forum
You can reply to topics in this forum
You cannot edit your posts in this forum
You cannot delete your posts in this forum
You cannot vote in polls in this forum
All times are GMT  
Page 1 of 3  

Use the RSS feed to watch this topic for replies
  
  
 This topic is locked: you cannot edit posts or make replies.  

Sandboxie is Copyright © 2004-2012 by Sandboxie Holdings LLC.  All rights reserved.
Sandboxie.com | Contact Author
This site has been viewed 208,266,321 times since June 2004