cancel
Showing results for 
Search instead for 
Did you mean: 

Script execution on startup [SOLVED]

steventux
Champ in-the-making
Champ in-the-making
Hi

I'm seeing a large amount of DEBUG logging statements on startup coming from  scripts.servlet.BasicHttpAuthenticatorFactory$BasicHttpAuthenticator.
e.g.
12:28:29,696 User:admin DEBUG [scripts.servlet.BasicHttpAuthenticatorFactory$BasicHttpAuthenticator] HTTP Authorization provided: true
12:28:29,696 User:admin DEBUG [scripts.servlet.BasicHttpAuthenticatorFactory$BasicHttpAuthenticator] URL ticket provided: false
12:28:29,696 User:admin DEBUG [scripts.servlet.BasicHttpAuthenticatorFactory$BasicHttpAuthenticator] Authenticating (BASIC HTTP) user admin
12:28:29,703 User:admin DEBUG [web.scripts.RepositoryContainer] Begin transaction: required
12:28:29,790 User:admin DEBUG [web.scripts.RepositoryContainer] End transaction: required
12:28:29,792 User:admin DEBUG [web.scripts.RepositoryContainer] Authentication reset: authenticated as admin
12:28:29,891 User:admin DEBUG [web.scripts.RepositoryContainer] Current authentication: authenticated as admin
12:28:29,891 User:admin DEBUG [web.scripts.RepositoryContainer] Authentication required: admin
12:28:29,891 User:admin DEBUG [web.scripts.RepositoryContainer] Guest login requested: false

Is there a scheduled web script execution job run by Alfresco? (I'm using Labs 3b). I see these DEBUG messages periodically too outside of me actually executing any web scripts and it *seems* like a large proportion if not all configured web scripts are being executed. Is this expected behaviour or should I be worried?

Cheers

Steve
1 REPLY 1

steventux
Champ in-the-making
Champ in-the-making
I figured out this behaviour was due to SSI's in my content, as the virtualisation server started up the presumably the content was synced into the various virtual apps the SSI's were executed against web script URLs. Smiley Surprisedops: