cancel
Showing results for 
Search instead for 
Did you mean: 

Alfresco JavaScript Debugger on deploy

ahoward
Champ in-the-making
Champ in-the-making
Each time I deploy the alfresco.war, the Alfresco JavaScript Debugger (Swing client) automatically launches. Not only do I not want this (right now), but it seems to be preventing the deployment of the WAR, particularly since I can't exit the debugger (File > Exit, Ctrl + Q, and GUI 'x' all do nothing).

The last console message is:
[SchemaBootstrap] All executed statements written to file C:\DOCUME~1\ahoward\LOCALS~1\Temp\Alfresco\AlfrescoSchemaUpdate-All_Statements-19553.sql.
The WAR is not actually deployed (preventing me from accessing the web-app) and I get lots of stack traces on shutting down the server, many of which complain about not being able to unlock the cache since the CacheManager was never loaded (or something like that).

I tried killing the application via the Task Manager (WinXP), which seems to restart the deploy procedures, because I see all the Hibernate configuration logging again and the JavaScript Debugger re-launches.

Any help would be greatly appreciated!
-Trey
5 REPLIES 5

davidc
Star Contributor
Star Contributor
Somewhere along the line you have

log4j.logger.org.alfresco.repo.jscript.AlfrescoRhinoScriptDebugger=DEBUG

ahoward
Champ in-the-making
Champ in-the-making
Great! Not sure where I set this to debug, but explicitly setting to INFO fixed my problem.

fms
Champ in-the-making
Champ in-the-making
I am having exactly the same problem running Alfresco Community 2.1.0 on JBoss 4.0.5+ Win2k+MySQL5.0, I checked log4j.properties and it contains log4j.logger.org.alfresco.repo.jscript.AlfrescoRhinoScriptDebugger=off

Where should I look into, next?

Thanks…

kevinr
Star Contributor
Star Contributor
Have you configured JBoss log4j.xml logging?
http://wiki.alfresco.com/wiki/Deploying_WAR_JBoss

Kevin

muralie39
Champ on-the-rise
Champ on-the-rise
Thanks


  INFO is working fine…