I am also getting the following exception in the stderrout log 60823 [btpool0-3] WARN com.opensymphony.xwork.util.OgnlUtil - Caught OgnlException while setting property 'principal' on type 'com.opensymphony.webwo rk.dispatcher.ServletActionRedirectResult'. 125 ognl.NoSuchPropertyException: com.opensymphony.webwork.dispatcher.ServletActionRedirectResult.principa l 126 at ognl.ObjectPropertyAccessor.setProperty(ObjectPropertyAccessor.java:132) 127 at com.opensymphony.xwork.util.OgnlValueStack$ObjectAccessor.setProperty(Og nlValueStack.java:67) 128 at ognl.OgnlRuntime.setProperty(OgnlRuntime.java:1656) 129 at ognl.ASTProperty.setValueBody(ASTProperty.java:101) 130 at ognl.SimpleNode.evaluateSetValueBody(SimpleNode.java:177) 131 at ognl.SimpleNode.setValue(SimpleNode.java:246) 132 at ognl.Ognl.setValue(Ognl.java:476) 133 at com.opensymphony.xwork.util.OgnlUtil.setValue(OgnlUtil.java:188) 134 at com.opensymphony.xwork.util.OgnlUtil.internalSetProperty(OgnlUtil.java:3 62) 135 at com.opensymphony.xwork.util.OgnlUtil.setProperties(OgnlUtil.java:78) 136 at com.opensymphony.xwork.util.OgnlUtil.setProperties(OgnlUtil.java:51) 137 at com.opensymphony.xwork.ObjectFactory.buildResult(ObjectFactory.java:186) 138 at com.opensymphony.xwork.DefaultActionInvocation.createResult(DefaultActio nInvocation.java:173) 139 at com.opensymphony.xwork.DefaultActionInvocation.executeResult(DefaultActi onInvocation.java:310) 140 at com.opensymphony.xwork.DefaultActionInvocation.invoke(DefaultActionInvoc ation.java:208) 141 at org.codehaus.plexus.redback.xwork.interceptor.SecureActionInterceptor.in tercept(SecureActionInterceptor.java:159) 142 at com.opensymphony.xwork.DefaultActionInvocation.invoke(DefaultActionInvoc ation.java:190) 143 at org.codehaus.plexus.redback.xwork.interceptor.PolicyEnforcementIntercept or.intercept(PolicyEnforcementInterceptor.java:149) 144 at com.opensymphony.xwork.DefaultActionInvocation.invoke(DefaultActionInvoc ation.java:190)
-----Original Message----- From: Michael Delaney [mailto:[EMAIL PROTECTED] Sent: Wednesday, September 24, 2008 9:41 PM To: [email protected] Subject: Archiva setup All, I am trying to configure Archiva 1.1.2 on a Solaris X86 box. I have unpacked Archiva to /app/archiva, I have also created the file /app/archiva/conf/security.properties in which I am specifying some SMTP settings. These settings should enable me to be able to send email (user notification) but I am not able to do so. I looked through the logs in /app/archiva/logs (the stdouterr, require, audit ... etc) but I don't see it trying to send any mail. Is there a way for me to verify this file is being loaded propertly? Such as a way to enable more verbose logging? > Mike D
