Ver Mensaje Individual
  #9 (permalink)  
Antiguo 09/12/2015, 04:50
ferola
 
Fecha de Ingreso: noviembre-2006
Mensajes: 199
Antigüedad: 17 años, 5 meses
Puntos: 2
Respuesta: Error al desplegar en Weblogic

Buenos días ,

Siguiendo con el mismo despliegue, al ejecutar la aplicación logra arrancar pero me da los siguientes WARNINGS:

Código:
09-dic-2015 8:59:32 com.opensymphony.xwork2.util.logging.commons.CommonsLogger info
INFO: Parsing configuration file [struts-default.xml]
09-dic-2015 8:59:32 com.opensymphony.xwork2.util.logging.commons.CommonsLogger info
INFO: Unable to locate configuration files of the name struts-plugin.xml, skipping
09-dic-2015 8:59:32 com.opensymphony.xwork2.util.logging.commons.CommonsLogger info
INFO: Parsing configuration file [struts-plugin.xml]
09-dic-2015 8:59:32 com.opensymphony.xwork2.util.logging.commons.CommonsLogger info
INFO: Parsing configuration file [struts.xml]
09-dic-2015 8:59:32 com.opensymphony.xwork2.util.logging.commons.CommonsLogger info
INFO: WebLogic server detected. Enabling Struts parameter access work-around.
09-dic-2015 8:59:32 com.opensymphony.xwork2.util.logging.commons.CommonsLogger info
INFO: Parsing configuration file [struts-default.xml]
09-dic-2015 8:59:32 com.opensymphony.xwork2.util.logging.commons.CommonsLogger info
INFO: Unable to locate configuration files of the name struts-plugin.xml, skipping
09-dic-2015 8:59:32 com.opensymphony.xwork2.util.logging.commons.CommonsLogger info
INFO: Parsing configuration file [struts-plugin.xml]
09-dic-2015 8:59:32 com.opensymphony.xwork2.util.logging.commons.CommonsLogger info
INFO: Parsing configuration file [struts.xml]
09-dic-2015 8:59:33 com.opensymphony.xwork2.util.logging.commons.CommonsLogger info
INFO: WebLogic server detected. Enabling Struts parameter access work-around.
log4j:WARN No appenders could be found for logger (com.opensymphony.xwork2.config.providers.XmlConfigurationProvider).
log4j:WARN Please initialize the log4j system properly.
Eso sí, la aplicación se despliega y puedo navegar por ella, hasta que pincho en ciertos enlaces y me da el siguiente error (a partir de ahí, me lo da ya en todos los enlaces):

Código:
Error 500--Internal Server Error java.lang.NullPointerException
¿Alguna idea de qué puede ser? Gracias.