CONFIGURACIÓN DE E-MAIL SALIENTE

cancel
Showing results for 
Search instead for 
Did you mean: 
jpcisternas
Member II

CONFIGURACIÓN DE E-MAIL SALIENTE

Estimados,

Estoy tratando de configurar el e-mail saliente de Alfresco, sin embargo no lo logro. Configuro el archivo alfresco-global.properties de acuerdo a lo siguiente y de acuerdo a lo que he leido en este mismo foro y en distintas fuentes:

# Outbound Email Configuration
#————-
mail.host=mail.wxyz.cl
mail.port=25
mail.username=alfresco@wxyz.cl
mail.password=wxyz01
mail.encoding=UTF-8
mail.from.default=alfresco@wxyz.cl
mail.smtp.auth=true

Lo único que he logrado es que el administrador envíe correos

1.- Si un usuario "A" ingresa al sistema y trata de enviar un e-mail a los usuarios de un espacio el resultado es que Alfresco no envía nada
2.- Si un usuario "B" ingresa al sistema y trata de gestionar los usuarios del espacio e invita a otro usuario "C" con su respectivo rol y trata de enviar un e-mail para notificar al usuario "C", el resultado es que Alfresco incluye al usuario "C" en el espacio pero no envia el e-mail al usuario "C" notificandolo.

En el caso 1 y 2 si el usuario "A" fuera el administrador los correos si se envían. Esto ocurre si y solo si el e-mail del admin es el mismo que el que está configurado en alfresco-global.properties, de lo contrario tampoco envía los e-mails

Gracias

Juan Pablo Cisternas
12 Replies
psantis
Active Member II

Re: CONFIGURACIÓN DE E-MAIL SALIENTE

Te fijaste en lo stemplates del email a véces eso da problemas …, ademas que si mal no recuerdo ahi defines al usuario o grupo que le envias la notificación
jpcisternas
Member II

Re: CONFIGURACIÓN DE E-MAIL SALIENTE

Ya lo he probado con 3 templates distintos, que son los que vienen por defecto en Alfresco y uno de ellos no logré que hiciera nada y los otros 2 solo envía el admin.

¿En que me tengo que fijar de los templates? que tienen que tener o no tener?

Otra pregunta.. ¿que es el grupo E-MAIL CONTRIBUTORS? ¿Tiene algo que ver?

Gracias por tu ayuda

Saludos

Juan Pablo Cisternas
jpcisternas
Member II

Re: CONFIGURACIÓN DE E-MAIL SALIENTE

Hice más puebas y encontré estas líneas en el LOG:

at java.lang.Thread.run(Thread.java:595)
10:18:53,556 User:jcruces ERROR [web.bean.TemplateMailHelperBean] Failed to send
email to jcisternas@wxyz.cl
org.springframework.mail.MailSendException; nested exception details (1) are:
Failed message 1:
com.sun.mail.smtp.SMTPSendFailedException: 501 5.7.1 <jcruces@wxyz.cl>… P
ermission denied

¿Les dice algo esto?

Saludos

Juan Pablo Cisternas
cristinamr
Advanced

Re: CONFIGURACIÓN DE E-MAIL SALIENTE

Buenas.

¿Podrías poner en el log4j la siguiente linea? (el log4j está ubicado dentro de tomcat\webapps\alfresco\WEB-INF\classes)

log4j.logger.org.alfresco.web.bean.TemplateMailHelperBean=debuglog4j.logger.org.alfresco.web.bean.TemplateMailHelperBean=debug

A priori debería pintarte un error con mayor detalle a ver si te dice de dónde viene ese permiso denegado.

A parte, ojeate este post de la wiki en donde te dice cómo se debe configurar, a mi por ejemplo hace no mucho se me pasó configurar el archivo de custom-email-context Smiley Very Happy

Un saludo.
--
VenziaIT: helping companies since 2005! Our ECM products: AQuA & Seidoc
jpcisternas
Member II

Re: CONFIGURACIÓN DE E-MAIL SALIENTE

Gracias Cristina por tu ayuda, puse la línea que me dijiste en el log4j y luego hice la misma prueba y tengo el siguiente LOG: (le corté la primera parte para no usar tanto espacio acá)


        at org.alfresco.web.scripts.servlet.WebScriptServlet.service(WebScriptSe
rvlet.java:122)
        at javax.servlet.http.HttpServlet.service(HttpServlet.java:717)
        at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(Appl
icationFilterChain.java:290)
        at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationF
ilterChain.java:206)
        at org.apache.catalina.core.StandardWrapperValve.invoke(StandardWrapperV
alve.java:233)
        at org.apache.catalina.core.StandardContextValve.invoke(StandardContextV
alve.java:191)
        at org.apache.catalina.core.StandardHostValve.invoke(StandardHostValve.j
ava:128)
        at org.apache.catalina.valves.ErrorReportValve.invoke(ErrorReportValve.j
ava:102)
        at org.apache.catalina.core.StandardEngineValve.invoke(StandardEngineVal
ve.java:109)
        at org.apache.catalina.connector.CoyoteAdapter.service(CoyoteAdapter.jav
a:286)
        at org.apache.coyote.http11.Http11Processor.process(Http11Processor.java
:845)
        at org.apache.coyote.http11.Http11Protocol$Http11ConnectionHandler.proce
ss(Http11Protocol.java:583)
        at org.apache.tomcat.util.net.JIoEndpoint$Worker.run(JIoEndpoint.java:44
7)
        at java.lang.Thread.run(Thread.java:595)
15:12:41,515 User:jcruces DEBUG [web.bean.TemplateMailHelperBean] Sending notifi
cation email to: jcisternas@wxyz.cl
…with subject:
prueba
…with body:
Un nuevo documento se encuentra disponible en el Espacio 'INDUSTRIAL', el propie
tario del documento es Juan Carlos Cruces.

El documento lo puedes ver haciendo click en el siguiente enlace:
http://srv-alfresco:8080/alfresco/n/browse/workspace/SpacesStore/f6e86407-50e8-4
e5f-ab96-5976bf2f134e


Gracias

Grupo wxyz

15:12:41,903 User:jcruces ERROR [web.bean.TemplateMailHelperBean] Failed to send
email to jcisternas@wxyz.cl
org.springframework.mail.MailSendException; nested exception details (1) are:
Failed message 1:
com.sun.mail.smtp.SMTPSendFailedException: 501 5.7.1 <jcruces@wxyz.cl>… P
ermission denied

        at com.sun.mail.smtp.SMTPTransport.issueSendCommand(SMTPTransport.java:1
388)
        at com.sun.mail.smtp.SMTPTransport.mailFrom(SMTPTransport.java:959)
        at com.sun.mail.smtp.SMTPTransport.sendMessage(SMTPTransport.java:583)
        at org.springframework.mail.javamail.JavaMailSenderImpl.doSend(JavaMailS
enderImpl.java:388)
        at org.springframework.mail.javamail.JavaMailSenderImpl.send(JavaMailSen
derImpl.java:332)
        at org.springframework.mail.javamail.JavaMailSenderImpl.send(JavaMailSen
derImpl.java:347)
        at org.springframework.mail.javamail.JavaMailSenderImpl.send(JavaMailSen
derImpl.java:336)
        at org.alfresco.web.bean.TemplateMailHelperBean.notifyUser(TemplateMailH
elperBean.java:185)
        at org.alfresco.web.bean.users.EmailSpaceUsersDialog.finishImpl(EmailSpa
ceUsersDialog.java:158)
        at org.alfresco.web.bean.dialog.BaseDialogBean$1.execute(BaseDialogBean.
java:124)
        at org.alfresco.web.bean.dialog.BaseDialogBean$1.execute(BaseDialogBean.
java:121)
        at org.alfresco.repo.transaction.RetryingTransactionHelper.doInTransacti
on(RetryingTransactionHelper.java:326)
        at org.alfresco.web.bean.dialog.BaseDialogBean.finish(BaseDialogBean.jav
a:130)
        at org.alfresco.web.bean.dialog.DialogManager.finish(DialogManager.java:
534)
        at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
        at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.
java:39)
        at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAcces
sorImpl.java:25)
        at java.lang.reflect.Method.invoke(Method.java:592)
        at org.apache.myfaces.el.MethodBindingImpl.invoke(MethodBindingImpl.java
:132)
        at org.apache.myfaces.application.ActionListenerImpl.processAction(Actio
nListenerImpl.java:61)
        at javax.faces.component.UICommand.broadcast(UICommand.java:109)
        at javax.faces.component.UIViewRoot._broadcastForPhase(UIViewRoot.java:9
7)
        at javax.faces.component.UIViewRoot.processApplication(UIViewRoot.java:1
71)
        at org.apache.myfaces.lifecycle.InvokeApplicationExecutor.execute(Invoke
ApplicationExecutor.java:32)
        at org.apache.myfaces.lifecycle.LifecycleImpl.executePhase(LifecycleImpl
.java:95)
        at org.apache.myfaces.lifecycle.LifecycleImpl.execute(LifecycleImpl.java
:70)
        at javax.faces.webapp.FacesServlet.service(FacesServlet.java:139)
        at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(Appl
icationFilterChain.java:290)
        at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationF
ilterChain.java:206)
        at org.alfresco.web.app.servlet.AuthenticationFilter.doFilter(Authentica
tionFilter.java:110)
        at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
        at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.
java:39)
        at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAcces
sorImpl.java:25)
        at java.lang.reflect.Method.invoke(Method.java:592)
        at org.alfresco.repo.management.subsystems.ChainingSubsystemProxyFactory
$1.invoke(ChainingSubsystemProxyFactory.java:122)
        at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(
ReflectiveMethodInvocation.java:171)
        at org.springframework.aop.framework.JdkDynamicAopProxy.invoke(JdkDynami
cAopProxy.java:204)
        at $Proxy197.doFilter(Unknown Source)
        at org.alfresco.repo.web.filter.beans.BeanProxyFilter.doFilter(BeanProxy
Filter.java:88)
        at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(Appl
icationFilterChain.java:235)
        at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationF
ilterChain.java:206)
        at org.alfresco.repo.web.filter.beans.NullFilter.doFilter(NullFilter.jav
a:74)
        at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
        at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.
java:39)
        at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAcces
sorImpl.java:25)
        at java.lang.reflect.Method.invoke(Method.java:592)
        at org.alfresco.repo.management.subsystems.ChainingSubsystemProxyFactory
$1.invoke(ChainingSubsystemProxyFactory.java:122)
        at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(
ReflectiveMethodInvocation.java:171)
        at org.springframework.aop.framework.JdkDynamicAopProxy.invoke(JdkDynami
cAopProxy.java:204)
        at $Proxy197.doFilter(Unknown Source)
        at org.alfresco.repo.web.filter.beans.BeanProxyFilter.doFilter(BeanProxy
Filter.java:88)
        at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(Appl
icationFilterChain.java:235)
        at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationF
ilterChain.java:206)
        at org.apache.catalina.core.StandardWrapperValve.invoke(StandardWrapperV
alve.java:233)
        at org.apache.catalina.core.StandardContextValve.invoke(StandardContextV
alve.java:191)
        at org.apache.catalina.core.StandardHostValve.invoke(StandardHostValve.j
ava:128)
        at org.apache.catalina.valves.ErrorReportValve.invoke(ErrorReportValve.j
ava:102)
        at org.apache.catalina.core.StandardEngineValve.invoke(StandardEngineVal
ve.java:109)
        at org.apache.catalina.connector.CoyoteAdapter.service(CoyoteAdapter.jav
a:286)
        at org.apache.coyote.http11.Http11Processor.process(Http11Processor.java
:845)
        at org.apache.coyote.http11.Http11Protocol$Http11ConnectionHandler.proce
ss(Http11Protocol.java:583)
        at org.apache.tomcat.util.net.JIoEndpoint$Worker.run(JIoEndpoint.java:44
7)
        at java.lang.Thread.run(Thread.java:595)
cristinamr
Advanced

Re: CONFIGURACIÓN DE E-MAIL SALIENTE

Buenas de nuevo =)

Relativo a tu error encontré este post con la solución. Al parecer es error de la autenticación. Prueba a ver si esa solución te funciona. Sino empezamos a hacer pruebas para ir descartando problemas (firewall, proxy, problemas en los permisos de los usuarios, etc..).

¡Un saludo!
--
VenziaIT: helping companies since 2005! Our ECM products: AQuA & Seidoc
jpcisternas
Member II

Re: CONFIGURACIÓN DE E-MAIL SALIENTE

Cristina… no me vas a creer lo que pasó..

Seguí las instrucciones del post y Alfresco simplemente no arrancó más. Traté muchas horas de resucitarlo y no sé por que después de poner un antiguo alfresco-global.properties arrancó nuevamente. Nosé que tiene que ver por que el alfresco-global.properties no lo he tocado…

Bueno después de este susto logré hacer funcionar Alfresco… pero aún no entiendo por que no envía e-mails.

Me parece extrañísimo que solo pueda enviar e-mail el admin y nadie más, creo que con eso podemos descartar firewall, proxy y esas cosas. Quizás eso que me dices de los permisos de los usuarios pueda ser el problema, pero ¿como reviso el permiso de los usuarios?

¿Se te ocurre algo más que podría estar produciendo el error que no mande correos?

Muchas gracias por tu generosa ayuda..

Saludos

Juan Pablo Cisternas
rmacian
Member II

Re: CONFIGURACIÓN DE E-MAIL SALIENTE

Juan Pablo,

El permission denied no lo está dando Alfresco si no tu servidor de correo. El problema lo he visto más de una vez, alfresco está intentando enviar los correos desde la cuenta del usuario que está logueado. Es decir, el admin envia correos como admin y por lo visto tiene permisos (cuenta de correo asociada en el perfil?)

Los usuarios puede que no tengan permisos o bien no tengan cuenta de correo asociada. Haz de nuevo la prueba pero esta vez ve a mirar los logs del servidor de correo en lugar de los de Alfresco
jpcisternas
Member II

Re: CONFIGURACIÓN DE E-MAIL SALIENTE

Gracias rmacian por tu ayuda.. Pero por alguna razón que desconozco nuevamente mi Alfresco dejó de funcionar veré que ocurre antes de seguir con la configuración del mail

due to error:
09:14:33,365  WARN  [web.scripts.DeclarativeRegistry] Unable to register script
classpath:alfresco/webscripts/web-studio/api/content/associations/associations.g
et.desc.xml due to error: 05240057 Failed to read script configuration file ; Un
able to test document path: web-studio/api/content/associations/associations.get
.config.xml in remote store: alfresco-webuser due to error:
09:14:33,365  WARN  [web.scripts.DeclarativeRegistry] Unable to register script
classpath:alfresco/webscripts/web-studio/api/context/setcontext.get.desc.xml due
to error: 05240058 Failed to read script configuration file ; Unable to test do
cument path: web-studio/api/context/setcontext.get.config.xml in remote store: a
lfresco-webuser due to error:
09:14:33,365  WARN  [web.scripts.DeclarativeRegistry] Unable to register script
classpath:alfresco/webscripts/web-studio/api/importer/importer.get.desc.xml due
to error: 05240059 Failed to read script configuration file ; Unable to test doc
ument path: web-studio/api/importer/importer.get.config.xml in remote store: alf
resco-webuser due to error:
09:14:33,365  WARN  [web.scripts.DeclarativeRegistry] Unable to register script
classpath:alfresco/webscripts/web-studio/api/importer/statuscheck.get.desc.xml d
ue to error: 05240060 Failed to read script configuration file ; Unable to test
document path: web-studio/api/importer/statuscheck.get.config.xml in remote stor
e: alfresco-webuser due to error:
09:14:33,365  WARN  [web.scripts.DeclarativeRegistry] Unable to register script
classpath:alfresco/webscripts/web-studio/api/login/login.get.desc.xml due to err
or: 05240061 Failed to read script configuration file ; Unable to test document
path: web-studio/api/login/login.get.config.xml in remote store: alfresco-webuse
r due to error:
09:14:33,365  WARN  [web.scripts.DeclarativeRegistry] Unable to register script
classpath:alfresco/webscripts/web-studio/api/model/get.get.desc.xml due to error
: 05240062 Failed to read script configuration file ; Unable to test document pa
th: web-studio/api/model/get.get.config.xml in remote store: alfresco-webuser du
e to error:
09:14:33,365  WARN  [web.scripts.DeclarativeRegistry] Unable to register script
classpath:alfresco/webscripts/web-studio/api/model/list.get.desc.xml due to erro
r: 05240063 Failed to read script configuration file ; Unable to test document p
ath: web-studio/api/model/list.get.config.xml in remote store: alfresco-webuser
due to error:
09:14:33,365  WARN  [web.scripts.DeclarativeRegistry] Unable to register script
classpath:alfresco/webscripts/web-studio/api/model/put.get.desc.xml due to error
: 05240064 Failed to read script configuration file ; Unable to test document pa
th: web-studio/api/model/put.get.config.xml in remote store: alfresco-webuser du
e to error:
09:14:33,365  WARN  [web.scripts.DeclarativeRegistry] Unable to register script
classpath:alfresco/webscripts/web-studio/api/page/associations/associations.get.
desc.xml due to error: 05240065 Failed to read script configuration file ; Unabl
e to test document path: web-studio/api/page/associations/associations.get.confi
g.xml in remote store: alfresco-webuser due to error:
09:14:33,365  WARN  [web.scripts.DeclarativeRegistry] Unable to register script
classpath:alfresco/webscripts/web-studio/api/prebuilt/list.get.desc.xml due to e
rror: 05240066 Failed to read script configuration file ; Unable to test documen
t path: web-studio/api/prebuilt/list.get.config.xml in remote store: alfresco-we
buser due to error:
09:14:33,365  WARN  [web.scripts.DeclarativeRegistry] Unable to register script
classpath:alfresco/webscripts/web-studio/api/region/region-get.get.desc.xml due
to error: 05240067 Failed to read script configuration file ; Unable to test doc
ument path: web-studio/api/region/region-get.get.config.xml in remote store: alf
resco-webuser due to error:
09:14:33,365  WARN  [web.scripts.DeclarativeRegistry] Unable to register script
classpath:alfresco/webscripts/web-studio/api/regions/regions-get.get.desc.xml du
e to error: 05240068 Failed to read script configuration file ; Unable to test d
ocument path: web-studio/api/regions/regions-get.get.config.xml in remote store:
alfresco-webuser due to error:
09:14:33,365  WARN  [web.scripts.DeclarativeRegistry] Unable to register script
classpath:alfresco/webscripts/web-studio/api/resource/sites.get.desc.xml due to
error: 05240069 Failed to read script configuration file ; Unable to test docume
nt path: web-studio/api/resource/sites.get.config.xml in remote store: alfresco-
webuser due to error:
09:14:33,365  WARN  [web.scripts.DeclarativeRegistry] Unable to register script
classpath:alfresco/webscripts/web-studio/api/resource/spaces.get.desc.xml due to
error: 05240070 Failed to read script configuration file ; Unable to test docum
ent path: web-studio/api/resource/spaces.get.config.xml in remote store: alfresc
o-webuser due to error:
09:14:33,365  WARN  [web.scripts.DeclarativeRegistry] Unable to register script
classpath:alfresco/webscripts/web-studio/api/resource/webapp.get.desc.xml due to
error: 05240071 Failed to read script configuration file ; Unable to test docum
ent path: web-studio/api/resource/webapp.get.config.xml in remote store: alfresc
o-webuser due to error:
09:14:33,365  WARN  [web.scripts.DeclarativeRegistry] Unable to register script
classpath:alfresco/webscripts/web-studio/api/site/create.get.desc.xml due to err
or: 05240072 Failed to read script configuration file ; Unable to test document
path: web-studio/api/site/create.get.config.xml in remote store: alfresco-webuse
r due to error:
09:14:33,365  WARN  [web.scripts.DeclarativeRegistry] Unable to register script
classpath:alfresco/webscripts/web-studio/api/template/absolutelayout/region/dele
te/deleteregion-get.get.desc.xml due to error: 05240073 Failed to read script co
nfiguration file ; Unable to test document path: web-studio/api/template/absolut
elayout/region/delete/deleteregion-get.get.config.xml in remote store: alfresco-
webuser due to error:
09:14:33,365  WARN  [web.scripts.DeclarativeRegistry] Unable to register script
classpath:alfresco/webscripts/web-studio/api/template/tablelayout/panel/delete/d
eletepanel-get.get.desc.xml due to error: 05240074 Failed to read script configu
ration file ; Unable to test document path: web-studio/api/template/tablelayout/
panel/delete/deletepanel-get.get.config.xml in remote store: alfresco-webuser du
e to error:
09:14:33,365  WARN  [web.scripts.DeclarativeRegistry] Unable to register script
classpath:alfresco/webscripts/web-studio/api/template/tablelayout/region/delete/
deleteregion-get.get.desc.xml due to error: 05240075 Failed to read script confi
guration file ; Unable to test document path: web-studio/api/template/tablelayou
t/region/delete/deleteregion-get.get.config.xml in remote store: alfresco-webuse
r due to error:
09:14:33,365  WARN  [web.scripts.DeclarativeRegistry] Unable to register script
classpath:alfresco/webscripts/web-studio/api/template/tablelayout/row/delete/del
eterow-get.get.desc.xml due to error: 05240076 Failed to read script configurati
on file ; Unable to test document path: web-studio/api/template/tablelayout/row/
delete/deleterow-get.get.config.xml in remote store: alfresco-webuser due to err
or:
09:14:33,365  WARN  [web.scripts.DeclarativeRegistry] Unable to register script
classpath:alfresco/webscripts/web-studio/incontext/components.get.desc.xml due t
o error: 05240077 Failed to read script configuration file ; Unable to test docu
ment path: web-studio/incontext/components.get.config.xml in remote store: alfre
sco-webuser due to error:
09:14:33,365  WARN  [web.scripts.DeclarativeRegistry] Unable to register script
classpath:alfresco/webscripts/web-studio/trees/comptree.get.desc.xml due to erro
r: 05240078 Failed to read script configuration file ; Unable to test document p
ath: web-studio/trees/comptree.get.config.xml in remote store: alfresco-webuser
due to error:
09:14:33,365  WARN  [web.scripts.DeclarativeRegistry] Unable to register script
classpath:alfresco/webscripts/web-studio/trees/contenttree.get.desc.xml due to e
rror: 05240079 Failed to read script configuration file ; Unable to test documen
t path: web-studio/trees/contenttree.get.config.xml in remote store: alfresco-we
buser due to error:
09:14:33,365  WARN  [web.scripts.DeclarativeRegistry] Unable to register script
classpath:alfresco/webscripts/web-studio/trees/navtree.get.desc.xml due to error
: 05240080 Failed to read script configuration file ; Unable to test document pa
th: web-studio/trees/navtree.get.config.xml in remote store: alfresco-webuser du
e to error:
09:14:33,365  WARN  [web.scripts.DeclarativeRegistry] Unable to register script
classpath:alfresco/webscripts/web-studio/trees/sitestree.get.desc.xml due to err
or: 05240081 Failed to read script configuration file ; Unable to test document
path: web-studio/trees/sitestree.get.config.xml in remote store: alfresco-webuse
r due to error:
09:14:33,365  WARN  [web.scripts.DeclarativeRegistry] Unable to register script
classpath:alfresco/webscripts/web-studio/trees/spacestree.get.desc.xml due to er
ror: 05240082 Failed to read script configuration file ; Unable to test document
path: web-studio/trees/spacestree.get.config.xml in remote store: alfresco-webu
ser due to error:
09:14:33,365  WARN  [web.scripts.DeclarativeRegistry] Unable to register script
classpath:alfresco/webscripts/web-studio/wizards/content/associations/add/wizard
.get.desc.xml due to error: 05240083 Failed to read script configuration file ;
Unable to test document path: web-studio/wizards/content/associations/add/wizard
.get.config.xml in remote store: alfresco-webuser due to error:
09:14:33,365  WARN  [web.scripts.DeclarativeRegistry] Unable to register script
classpath:alfresco/webscripts/web-studio/wizards/content/associations/remove/wiz
ard.get.desc.xml due to error: 05240084 Failed to read script configuration file
; Unable to test document path: web-studio/wizards/content/associations/remove/
wizard.get.config.xml in remote store: alfresco-webuser due to error:
09:14:33,365  WARN  [web.scripts.DeclarativeRegistry] Unable to register script
classpath:alfresco/webscripts/web-studio/wizards/editregion/wizard.get.desc.xml
due to error: 05240085 Failed to read script configuration file ; Unable to test
document path: web-studio/wizards/editregion/wizard.get.config.xml in remote st
ore: alfresco-webuser due to error:
09:14:33,365  WARN  [web.scripts.DeclarativeRegistry] Unable to register script
classpath:alfresco/webscripts/web-studio/wizards/navigation/add/wizard.get.desc.
xml due to error: 05240086 Failed to read script configuration file ; Unable to
test document path: web-studio/wizards/navigation/add/wizard.get.config.xml in r
emote store: alfresco-webuser due to error:
09:14:33,365  WARN  [web.scripts.DeclarativeRegistry] Unable to register script
classpath:alfresco/webscripts/web-studio/wizards/navigation/copy/wizard.get.desc
.xml due to error: 05240087 Failed to read script configuration file ; Unable to
test document path: web-studio/wizards/navigation/copy/wizard.get.config.xml in
remote store: alfresco-webuser due to error:
09:14:33,365  WARN  [web.scripts.DeclarativeRegistry] Unable to register script
classpath:alfresco/webscripts/web-studio/wizards/navigation/delete/wizard.get.de
sc.xml due to error: 05240088 Failed to read script configuration file ; Unable
to test document path: web-studio/wizards/navigation/delete/wizard.get.config.xm
l in remote store: alfresco-webuser due to error:
09:14:33,365  WARN  [web.scripts.DeclarativeRegistry] Unable to register script
classpath:alfresco/webscripts/web-studio/wizards/navigation/edit/wizard.get.desc
.xml due to error: 05240089 Failed to read script configuration file ; Unable to
test document path: web-studio/wizards/navigation/edit/wizard.get.config.xml in
remote store: alfresco-webuser due to error:
09:14:33,365  WARN  [web.scripts.DeclarativeRegistry] Unable to register script
classpath:alfresco/webscripts/web-studio/wizards/page/associations/add/wizard.ge
t.desc.xml due to error: 05240090 Failed to read script configuration file ; Una
ble to test document path: web-studio/wizards/page/associations/add/wizard.get.c
onfig.xml in remote store: alfresco-webuser due to error:
09:14:33,365  WARN  [web.scripts.DeclarativeRegistry] Unable to register script
classpath:alfresco/webscripts/web-studio/wizards/page/associations/remove/wizard
.get.desc.xml due to error: 05240091 Failed to read script configuration file ;
Unable to test document path: web-studio/wizards/page/associations/remove/wizard
.get.config.xml in remote store: alfresco-webuser due to error:
09:14:33,365  WARN  [web.scripts.DeclarativeRegistry] Unable to register script
classpath:alfresco/webscripts/web-studio/wizards/regionmanager/absoluteposition/
wizard.get.desc.xml due to error: 05240092 Failed to read script configuration f
ile ; Unable to test document path: web-studio/wizards/regionmanager/absolutepos
ition/wizard.get.config.xml in remote store: alfresco-webuser due to error:
09:14:33,365  WARN  [web.scripts.DeclarativeRegistry] Unable to register script
classpath:alfresco/webscripts/web-studio/wizards/regionmanager/tablelayout/wizar
d.get.desc.xml due to error: 05240093 Failed to read script configuration file ;
Unable to test document path: web-studio/wizards/regionmanager/tablelayout/wiza
rd.get.config.xml in remote store: alfresco-webuser due to error:
09:14:33,365  WARN  [web.scripts.DeclarativeRegistry] Unable to register script
classpath:alfresco/webscripts/web-studio/wizards/removecomponent/wizard.get.desc
.xml due to error: 05240094 Failed to read script configuration file ; Unable to
test document path: web-studio/wizards/removecomponent/wizard.get.config.xml in
remote store: alfresco-webuser due to error:
09:14:33,365  WARN  [web.scripts.DeclarativeRegistry] Unable to register script
classpath:alfresco/webscripts/web-studio/wizards/site/config/siteconfig.get.desc
.xml due to error: 05240095 Failed to read script configuration file ; Unable to
test document path: web-studio/wizards/site/config/siteconfig.get.config.xml in
remote store: alfresco-webuser due to error:
09:14:33,365  WARN  [web.scripts.DeclarativeRegistry] Unable to register script
classpath:alfresco/webscripts/web-studio/wizards/template/add/wizard.get.desc.xm
l due to error: 05240096 Failed to read script configuration file ; Unable to te
st document path: web-studio/wizards/template/add/wizard.get.config.xml in remot
e store: alfresco-webuser due to error:
09:14:33,365  WARN  [web.scripts.DeclarativeRegistry] Unable to register script
classpath:alfresco/webscripts/web-studio/wizards/template/copy/wizard.get.desc.x
ml due to error: 05240097 Failed to read script configuration file ; Unable to t
est document path: web-studio/wizards/template/copy/wizard.get.config.xml in rem
ote store: alfresco-webuser due to error:
09:14:33,365  WARN  [web.scripts.DeclarativeRegistry] Unable to register script
classpath:alfresco/webscripts/web-studio/wizards/template/delete/wizard.get.desc
.xml due to error: 05240098 Failed to read script configuration file ; Unable to
test document path: web-studio/wizards/template/delete/wizard.get.config.xml in
remote store: alfresco-webuser due to error:
09:14:33,365  WARN  [web.scripts.DeclarativeRegistry] Unable to register script
classpath:alfresco/webscripts/web-studio/wizards/template/edit/wizard.get.desc.x
ml due to error: 05240099 Failed to read script configuration file ; Unable to t
est document path: web-studio/wizards/template/edit/wizard.get.config.xml in rem
ote store: alfresco-webuser due to error:
09:14:33,365  WARN  [web.scripts.DeclarativeRegistry] Unable to register script
classpath:alfresco/webscripts/web-studio/wizards/template/tablelayoutmanager/wiz
ard.get.desc.xml due to error: 05240100 Failed to read script configuration file
; Unable to test document path: web-studio/wizards/template/tablelayoutmanager/
wizard.get.config.xml in remote store: alfresco-webuser due to error:
09:14:33,428  INFO  [web.site.FrameworkHelper] Successfully Initialized Web Fram
ework
24-06-2011 09:14:33 AM org.apache.coyote.http11.Http11Protocol start
INFO: Arrancando Coyote HTTP/1.1 en puerto http-8080
24-06-2011 09:14:33 AM org.apache.catalina.startup.Catalina start
INFO: Server startup in 203189 ms
24-06-2011 09:32:44 AM org.apache.coyote.http11.Http11Protocol pause
INFO: Pausing Coyote HTTP/1.1 on http-8080
24-06-2011 09:32:45 AM org.apache.catalina.core.StandardService stop
INFO: Parando servicio Catalina
24-06-2011 09:32:46 AM org.springframework.context.support.AbstractApplicationCo
ntext doClose
INFO: Closing org.springframework.web.context.support.XmlWebApplicationContext@1
89538: display name [Root WebApplicationContext]; startup date [Fri Jun 24 09:11
:25 CLT 2011]; root of context hierarchy
24-06-2011 09:32:46 AM org.springframework.beans.factory.support.DefaultSingleto
nBeanRegistry destroySingletons
INFO: Destroying singletons in org.springframework.beans.factory.support.Default
ListableBeanFactory@d868e5: defining beans [web.configsource,web.config,webscrip
ts.abdera,webscripts.cmis.atom.extension,webscripts.formatregistry,webscripts.fo
rmatmap,webscripts.adaptorset,webscripts.adaptors,webscripts.formats,webscripts.
formats.IE,webscripts.resources,webscripts.classpathstore,webscripts.remotestore
,webscripts.store,webscripts.searchpath,webscripts.abstractcontainer,webscripts.
web.templateprocessor,webscripts.web.scriptprocessor,webscripts.container,webscr
ipts.script.remote,webscripts.connector.provider,webscripts.index,webscripts.reg
istry,connector.service,credential.vault.provider,credential.vault.provider.xml,
webscript,webscriptdesc,webscript.default,webscript.org.alfresco.index.get,websc
ript.org.alfresco.indexall.get,webscript.org.alfresco.indexfamily.get,webscript.
org.alfresco.indexlifecycle.get,webscript.org.alfresco.indexuri.get,webscript.or
g.alfresco.indexpackage.get,webscript.org.alfresco.index.post,webscript.org.alfr
esco.scriptdescription.get,webscript.org.alfresco.scriptdump.get,webscript.org.a
lfresco.scriptinstall.post,scriptDebugger,webscript.org.alfresco.jsdebugger.get,
webscript.org.alfresco.jsdebugger.post,webframework.remotestore.chrome,webframew
ork.classpathstore.chrome,webframework.classpathstore.chrome.custom,webframework
.searchpath.chrome,webframework.remotestore.component,webframework.classpathstor
e.component,webframework.classpathstore.component.custom,webframework.searchpath
.component,webframework.remotestore.componenttype,webframework.classpathstore.co
mponenttype,webframework.classpathstore.componenttype.custom,webframework.search
path.componenttype,webframework.remotestore.configuration,webframework.classpath
store.configuration,webframework.classpathstore.configuration.custom,webframewor
k.searchpath.configuration,webframework.remotestore.contentassociation,webframew
ork.classpathstore.contentassociation,webframework.classpathstore.contentassocia
tion.custom,webframework.searchpath.contentassociation,webframework.remotestore.
page,webframework.classpathstore.page,webframework.classpathstore.page.custom,we
bframework.searchpath.page,webframework.remotestore.pageassociation,webframework
.classpathstore.pageassociation,webframework.classpathstore.pageassociation.cust
om,webframework.searchpath.pageassociation,webframework.remotestore.pagetype,web
framework.classpathstore.pagetype,webframework.classpathstore.pagetype.custom,we
bframework.searchpath.pagetype,webframework.remotestore.templateinstance,webfram
ework.classpathstore.templateinstance,webframework.classpathstore.templateinstan
ce.custom,webframework.searchpath.templateinstance,webframework.remotestore.temp
latetype,webframework.classpathstore.templatetype,webframework.classpathstore.te
mplatetype.custom,webframework.searchpath.templatetype,webframework.remotestore.
theme,webframework.classpathstore.theme,webframework.classpathstore.theme.custom
,webframework.searchpath.theme,webframework.configsource,webframework.classpaths
tore,webframework.remotestore,webframework.context.remotestore,webframework.conn
ector.provider,webframework.store.webscripts,webframework.store.webscripts.custo
m,webframework.remotestore.webscripts,webframework.searchpath,webframework.websc
ripts.templateprocessor,webframework.webscripts.scriptprocessor,webframework.web
scripts.index,webframework.webscripts.container,webframework.webscripts.registry
,webframework.store.templates,webframework.store.templates.custom,webframework.s
tore.system-templates,webframework.remotestore.templates,webframework.templates.
searchpath,webframework.templateprocessor,webframework.scriptprocessor,webscript
.org.alfresco.web.messages.get,webscript.site,webscript.wizard,webscripts.authen
ticator.basic,webscripts.authenticator.delegatingbasic,webframework.manager,webf
ramework.classpathstore.presets,webframework.classpathstore.presets.custom,webfr
amework.remotestore.presets,webframework.presets.searchpath,webframework.presets
.manager,webframework.processor.webscript,webframework.processor.freemarker,webf
ramework.processor.jsp,webframework.renderer.chrome,webframework.renderer.compon
ent,webframework.renderer.page,webframework.renderer.region,webframework.rendere
r.template,webframework.rendercontext.provider,webframework.script.remote]; root
of factory hierarchy
24-06-2011 09:32:46 AM org.apache.coyote.http11.Http11Protocol destroy
INFO: Stopping Coyote HTTP/1.1 on http-8080