Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations Mike Lewis on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

JAVA Password Needed - Networking

Status
Not open for further replies.

Nightcrawler

Technical User
Aug 21, 2001
39
0
0
GB
Hiya,

I'm coming up against Password Needed - Networking. Im behind a proxy and I can surf the web fine. However this comes up when a java applet is required. Scheme is NTML... I have tried a fw things on the proxy but am a bit stuck.

It apperently happens after version 1.4.3. It works fine when no proxy is in the way. The proxy is Microsoft Proxy 2.

I have read peoples replys on other forums and nobody seems to know why ??

One page is then click monitor - this would envoke the response for example.

Any ideas ?

Thanks

Ed
 
No idea what this has got to do with Java as a programming language - more of a network issue surely ?

--------------------------------------------------
Free Java/J2EE Database Connection Pooling Software
 
Well Im asking as some people have been sugggesting its a bug in the JAVA?
 
Who has been suggesting ?

Sounds an odd bug if it prompts for a password ... still - I'm open to suggestions :)

--------------------------------------------------
Free Java/J2EE Database Connection Pooling Software
 
To be sincere, I've visited the page and still can't figure out what is the incorrect behaviour.

Cheers,
Dian
 
Running 1.5 JRE I get a big :

java.lang.ClassFormatError: Incompatible magic value 1008813135 in class file JavaDetect
at java.lang.ClassLoader.defineClass1(Native Method)
at java.lang.ClassLoader.defineClass(Unknown Source)
at java.security.SecureClassLoader.defineClass(Unknown Source)
at sun.applet.AppletClassLoader.findClass(Unknown Source)
at java.lang.ClassLoader.loadClass(Unknown Source)
at sun.applet.AppletClassLoader.loadClass(Unknown Source)
at java.lang.ClassLoader.loadClass(Unknown Source)
at sun.applet.AppletClassLoader.loadCode(Unknown Source)
at sun.applet.AppletPanel.createApplet(Unknown Source)
at sun.plugin.AppletViewer.createApplet(Unknown Source)
at sun.applet.AppletPanel.runLoader(Unknown Source)
at sun.applet.AppletPanel.run(Unknown Source)
at java.lang.Thread.run(Unknown Source)


--------------------------------------------------
Free Java/J2EE Database Connection Pooling Software
 
Hi,

The error is only if your going through a proxy or NTLM authentication realm. Pre Java 1.4 Jave used to get password and user information from the browser - it no longer cando that and therefore goes on its own - however it must handle it differently as my browser authicates fie but java has a problem....

THanks

Ed
 
I just get a page asking me for a login and a password.

Cheers,
Dian
 
Rather than a bug, that sounds like a security fix to me.

I guess you will have to fix the source code so that it prompts for the user's name and password within the applet.

--------------------------------------------------
Free Java/J2EE Database Connection Pooling Software
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top