cancel
Showing results for 
Search instead for 
Did you mean: 

problem with javascript debugger

tsgpartner_mui
Champ in-the-making
Champ in-the-making
When I try to enable the javascript debugger, my tomcat shutdowns shortly right after.  Therefore, I cannot use the debugger.


Would anyone know what is going on and why it is doing that?
12 REPLIES 12

davidc
Star Contributor
Star Contributor
You might be running in headless mode?

tsgpartner_mui
Champ in-the-making
Champ in-the-making
Not sure if I am running in headless mode.


I'm running windows, and I dont even receive a tomcat error because it shuts  it off so quick.  I checked the logs, nothing seems to be indicated there.

mikeh
Star Contributor
Star Contributor
Are you running with Java v1.6.0 by any chance?

Are you in a position to try with 1.5 instead and see if that works?

Thanks,
Mike

tsgpartner_mui
Champ in-the-making
Champ in-the-making
running:

java version "1.6.0_03"
Java(TM) SE Runtime Environment (build 1.6.0_03-b05)
Java HotSpot(TM) Client VM (build 1.6.0_03-b05, mixed mode)

tsgpartner_mui
Champ in-the-making
Champ in-the-making
it works now.  thanks

kevinr
Star Contributor
Star Contributor
I had the same problem with Java 1.6.0_03

rluberti
Champ in-the-making
Champ in-the-making
it works now.  thanks

hi,

how did you make it work? I have the same problem….same configuration


thanks

mikeh
Star Contributor
Star Contributor
I suspect he tried with a v1.5 JDK.

Does that work for you?

Thanks,
Mike

rluberti
Champ in-the-making
Champ in-the-making
I wonder if there is a better solution than downgrading….

I read it's a swing application….do you know how to run separately from alfresco? I can use jdk 1.5 just for it…

thanks