We are getting a weird error trying to access our admin. First time we came across this. Any thoughts?
Tony Z
Message: Wrapped org.jasypt.exceptions.EncryptionInitializationException: java.security.spec.InvalidKeySpecException: Password is not ASCII File: standard_objects/cookie.sjs Line: 108 Stacktrace: at file:/home/shared/js/libOO/String.js:1911 at standard_objects/cookie.sjs:108 at fusebox.sjs:45 at file:/home/myna/administrator/index.sjs:5 at file:/home/shared/js/libOO/Myna.sjs:1203 (Myna_include) at file:/home/shared/js/libOO/Myna.sjs:1328 (Myna_includeOnce) at file:/home/shared/js/libOO/request_handler.sjs:168
On Wed, Apr 4, 2012 at 4:45 PM, Tony Zakula <tonyzak...@gmail.com> wrote: > We are getting a weird error trying to access our admin. First time > we came across this. Any thoughts?
> Tony Z
> Message: Wrapped > org.jasypt.exceptions.EncryptionInitializationException: > java.security.spec.InvalidKeySpecException: Password is not ASCII > File: standard_objects/cookie.sjs > Line: 108 > Stacktrace: > at file:/home/shared/js/libOO/String.js:1911 > at standard_objects/cookie.sjs:108 > at fusebox.sjs:45 > at file:/home/myna/administrator/index.sjs:5 > at file:/home/shared/js/libOO/Myna.sjs:1203 (Myna_include) > at file:/home/shared/js/libOO/Myna.sjs:1328 (Myna_includeOnce) > at file:/home/shared/js/libOO/request_handler.sjs:168
On Wed, Apr 4, 2012 at 3:56 PM, Tony Zakula <tonyzak...@gmail.com> wrote: > Resolved it by adding a password to the properties file.
> On Wed, Apr 4, 2012 at 4:45 PM, Tony Zakula <tonyzak...@gmail.com> wrote: > > We are getting a weird error trying to access our admin. First time > > we came across this. Any thoughts?
> > Tony Z
> > Message: Wrapped > > org.jasypt.exceptions.EncryptionInitializationException: > > java.security.spec.InvalidKeySpecException: Password is not ASCII > > File: standard_objects/cookie.sjs > > Line: 108 > > Stacktrace: > > at file:/home/shared/js/libOO/String.js:1911 > > at standard_objects/cookie.sjs:108 > > at fusebox.sjs:45 > > at file:/home/myna/administrator/index.sjs:5 > > at file:/home/shared/js/libOO/Myna.sjs:1203 (Myna_include) > > at file:/home/shared/js/libOO/Myna.sjs:1328 (Myna_includeOnce) > > at file:/home/shared/js/libOO/request_handler.sjs:168
> -- > You received this message because you are subscribed to the Google Groups > "MynaJS-General" group. > To post to this group, send email to mynajs-general@googlegroups.com. > To unsubscribe from this group, send email to > mynajs-general+unsubscribe@googlegroups.com. > For more options, visit this group at > http://groups.google.com/group/mynajs-general?hl=en.
On Wed, Apr 4, 2012 at 8:11 PM, Mark Porter <m...@porterpeople.com> wrote: > Did you copy a known good hash or type in plaintext?
> On Wed, Apr 4, 2012 at 3:56 PM, Tony Zakula <tonyzak...@gmail.com> wrote:
>> Resolved it by adding a password to the properties file.
>> On Wed, Apr 4, 2012 at 4:45 PM, Tony Zakula <tonyzak...@gmail.com> wrote: >> > We are getting a weird error trying to access our admin. First time >> > we came across this. Any thoughts?
>> > Tony Z
>> > Message: Wrapped >> > org.jasypt.exceptions.EncryptionInitializationException: >> > java.security.spec.InvalidKeySpecException: Password is not ASCII >> > File: standard_objects/cookie.sjs >> > Line: 108 >> > Stacktrace: >> > at file:/home/shared/js/libOO/String.js:1911 >> > at standard_objects/cookie.sjs:108 >> > at fusebox.sjs:45 >> > at file:/home/myna/administrator/index.sjs:5 >> > at file:/home/shared/js/libOO/Myna.sjs:1203 (Myna_include) >> > at file:/home/shared/js/libOO/Myna.sjs:1328 (Myna_includeOnce) >> > at file:/home/shared/js/libOO/request_handler.sjs:168
>> -- >> You received this message because you are subscribed to the Google Groups >> "MynaJS-General" group. >> To post to this group, send email to mynajs-general@googlegroups.com. >> To unsubscribe from this group, send email to >> mynajs-general+unsubscribe@googlegroups.com. >> For more options, visit this group at >> http://groups.google.com/group/mynajs-general?hl=en.
> -- > You received this message because you are subscribed to the Google Groups > "MynaJS-General" group. > To post to this group, send email to mynajs-general@googlegroups.com. > To unsubscribe from this group, send email to > mynajs-general+unsubscribe@googlegroups.com. > For more options, visit this group at > http://groups.google.com/group/mynajs-general?hl=en.
Ah, that is not going to work because it will be interpreted as a salted hash. Try deleting the line altogether. You should be reprompted to create an admin password, next time you try to log into the administrator.
On Wed, Apr 4, 2012 at 7:13 PM, Tony Zakula <tonyzak...@gmail.com> wrote: > Typed in a plain text.
> On Wed, Apr 4, 2012 at 8:11 PM, Mark Porter <m...@porterpeople.com> wrote: > > Did you copy a known good hash or type in plaintext?
> > On Wed, Apr 4, 2012 at 3:56 PM, Tony Zakula <tonyzak...@gmail.com> > wrote:
> >> Resolved it by adding a password to the properties file.
> >> On Wed, Apr 4, 2012 at 4:45 PM, Tony Zakula <tonyzak...@gmail.com> > wrote: > >> > We are getting a weird error trying to access our admin. First time > >> > we came across this. Any thoughts?
> >> > Tony Z
> >> > Message: Wrapped > >> > org.jasypt.exceptions.EncryptionInitializationException: > >> > java.security.spec.InvalidKeySpecException: Password is not ASCII > >> > File: standard_objects/cookie.sjs > >> > Line: 108 > >> > Stacktrace: > >> > at file:/home/shared/js/libOO/String.js:1911 > >> > at standard_objects/cookie.sjs:108 > >> > at fusebox.sjs:45 > >> > at file:/home/myna/administrator/index.sjs:5 > >> > at file:/home/shared/js/libOO/Myna.sjs:1203 (Myna_include) > >> > at file:/home/shared/js/libOO/Myna.sjs:1328 (Myna_includeOnce) > >> > at file:/home/shared/js/libOO/request_handler.sjs:168
> >> -- > >> You received this message because you are subscribed to the Google > Groups > >> "MynaJS-General" group. > >> To post to this group, send email to mynajs-general@googlegroups.com. > >> To unsubscribe from this group, send email to > >> mynajs-general+unsubscribe@googlegroups.com. > >> For more options, visit this group at > >> http://groups.google.com/group/mynajs-general?hl=en.
> > -- > > You received this message because you are subscribed to the Google Groups > > "MynaJS-General" group. > > To post to this group, send email to mynajs-general@googlegroups.com. > > To unsubscribe from this group, send email to > > mynajs-general+unsubscribe@googlegroups.com. > > For more options, visit this group at > > http://groups.google.com/group/mynajs-general?hl=en.
> -- > You received this message because you are subscribed to the Google Groups > "MynaJS-General" group. > To post to this group, send email to mynajs-general@googlegroups.com. > To unsubscribe from this group, send email to > mynajs-general+unsubscribe@googlegroups.com. > For more options, visit this group at > http://groups.google.com/group/mynajs-general?hl=en.