Home > Archive > Java Help > January 2008 > Help troubleshooting?
You are viewing an archived Text-only version of the thread.
To view this thread in it's original format and/or if you want to reply to
this thread please [click here]
| Author |
Help troubleshooting?
|
|
| dfrauzel@gmail.com 2007-12-27, 7:17 pm |
| I could use some direction in how to begin troubleshooting a Java
problem. This may not be the appropriate group, I appreciate
suggestions for other forums or support groups.
I have a set of servers running Windows Server 2003 x64. On all but
one of these servers, logged on as a non administrator, when I attempt
to launch a Java applet through Internet Explorer the splash screen
(for the applet) will briefly appear, then close. If I attempt to
launch the Sun Java Console in IE, then IE itself closes (and there's
nothing in the Event Log). If I am logged on as a local
administrator, none of these problems manifest. On the one server
where I don't have this problem, I am running an older version of Java
- for the rest of the servers, I'm running the most up-to-date
version.
Without the ability to even open the console to turn on logging, I'm
not sure how to proceed with troubleshooting. I've gone so far as to
try SysInternal ProcessMon, but it doesn't seem too useful for Java
apps. :)
| |
| Sabine Dinis Blochberger 2008-01-02, 4:31 am |
| dfrauzel@gmail.com wrote:
> I could use some direction in how to begin troubleshooting a Java
> problem. This may not be the appropriate group, I appreciate
> suggestions for other forums or support groups.
>
> I have a set of servers running Windows Server 2003 x64. On all but
> one of these servers, logged on as a non administrator, when I attempt
> to launch a Java applet through Internet Explorer the splash screen
> (for the applet) will briefly appear, then close. If I attempt to
> launch the Sun Java Console in IE, then IE itself closes (and there's
> nothing in the Event Log). If I am logged on as a local
> administrator, none of these problems manifest. On the one server
> where I don't have this problem, I am running an older version of Java
> - for the rest of the servers, I'm running the most up-to-date
> version.
>
> Without the ability to even open the console to turn on logging, I'm
> not sure how to proceed with troubleshooting. I've gone so far as to
> try SysInternal ProcessMon, but it doesn't seem too useful for Java
> apps. :)
Just a wild guess - check the options of your IEs for which JVM they use
(Microsofts or Suns). Otherwise it could be a version problem (different
JREs on different machines).
--
Sabine Dinis Blochberger
Op3racional
www.op3racional.eu
| |
| Roedy Green 2008-01-08, 8:15 am |
| On Thu, 27 Dec 2007 11:01:53 -0800 (PST), dfrauzel@gmail.com wrote,
quoted or indirectly quoted someone who said :
>Without the ability to even open the console to turn on logging, I'm
>not sure how to proceed with troubleshooting. I've gone so far as to
>try SysInternal ProcessMon, but it doesn't seem too useful for Java
>apps. :)
Turn on the Java console. See http://mindprod.com/jgloss/console.html
for how to do it is your browser. You will then at least get some
error message.
If you have the source for the applets, convert them to hybrids and
debug them as applications. See
http://mindprod.com/jgloss/applet.html
--
Roedy Green Canadian Mind Products
The Java Glossary
http://mindprod.com
| |
| Roedy Green 2008-01-10, 4:34 am |
| On Tue, 08 Jan 2008 09:44:41 GMT, Roedy Green
<see_website@mindprod.com.invalid> wrote, quoted or indirectly quoted
someone who said :
>Turn on the Java console. See http://mindprod.com/jgloss/console.html
>for how to do it is your browser. You will then at least get some
>error message.
try alternate browsers. Turn on the console before you start.
--
Roedy Green Canadian Mind Products
The Java Glossary
http://mindprod.com
|
|
|
|
|