Hi all =)
I've gotten stuck, or at least I can't find where to make myself unstuck, in setting up two test 4.0.1 build 21 instances:
CentOS 6.6, openjdk-1.7.0-79, solr 4.6, Glassfish 4.1, PostgresQL 9.3. In each setup I've logged in through the Glassfish console, created a dummy account for myself, etc.
In each instance, I can log in with my account but have no access to create anything, and indeed am still presented with the login screen though my name shows as the label of the top-right drop-down thingy. I can reset my password, generate an API token, but not much else.
Both are throwing this error, which might be related?
[glassfish 4.1] [SEVERE] [jsf.externalcontext.flash.bad.cookie] [javax.enterprise.resource.webcontainer.jsf.flash] [tid: _ThreadID=40 _ThreadName=admin-listener(2)] [timeMillis: 1436446771110] [levelValue: 1000] [[
JSF1094: Could not decode flash data from incoming cookie value Invalid characters in decrypted value. Processing will continue, but the flash is unavailable for this request.]]
but the other server is slightly more ticked off:
[2015-07-09T12:26:30.896-0400] [glassfish 4.1] [WARNING] [jsf.externalcontext.flash.response.already.committed] [javax.enterprise.resource.webcontainer.jsf.flash] [tid: _ThreadID=32 _ThreadName=http-
listener-2(1)] [timeMillis: 1436459190896] [levelValue: 900] [[JSF1095: The response was already committed by the time we tried to set the outgoing cookie for the flash. Any values stored to the flash will not be available on the next request.]]
and
[2015-07-09T12:25:51.876-0400] [glassfish 4.1] [SEVERE] [] [javax.enterprise.resource.webcontainer.jsf.context] [tid: _ThreadID=26 _ThreadName=http-listener-1(3)] [timeMillis: 1436459151876] [levelVa
lue: 1000] [[javax.faces.application.ViewExpiredException: viewId:/loginpage.xhtml - View /loginpage.xhtml could not be restored.
The database seems to be populated, solr doesn't complain, etc. I'm poking around and may fire up a Vagrant instance for comparison, but would be very greatful for any pointers in troubleshooting.
Thank you!
Donald