Appian Community
Site
Search
Sign In/Register
Site
Search
User
DISCUSS
LEARN
SUCCESS
SUPPORT
Documentation
AppMarket
More
Cancel
I'm looking for ...
State
Not Answered
Replies
4 replies
Subscribers
9 subscribers
Views
1676 views
Users
0 members are here
Share
More
Cancel
Related Discussions
Home
»
Discussions
»
General
I just migrated a non-production server from Appian 7.9 to Appian 16.1. When I t
jaredw
over 9 years ago
I just migrated a non-production server from Appian 7.9 to Appian 16.1. When I tried to open a site that was created in 7.9 it shows "Working..." for a couple seconds and then goes away and nothing loads. At the same time there is an error in the application server log which is attached.
I tested creating a new site and had no issues. Will all sites made prior to 16.1 need to be recreated?
error.txt
OriginalPostID-192867
OriginalPostID-192867
Discussion posts and replies are publicly visible
Parents
0
Former Member
over 9 years ago
I see a CSRF error from the logs you've uploaded here. This makes me think that the web.xml has not been sufficiently modified for your SCHEME setting.
Are you using HTTP or HTTPS for your SCHEME in custom.properties?
If you are set to HTTP, did you remove the following lines from web.xml?
<cookie-config>
<http-only>true</http-only>
<secure>true</secure>
</cookie-config>
<tracking-mode>COOKIE</tracking-mode>
If you are using HTTPS, can you confirm that the lines provided above exist in the web.xml?
Cancel
Vote Up
0
Vote Down
Sign in to reply
Verify Answer
Cancel
Reply
0
Former Member
over 9 years ago
I see a CSRF error from the logs you've uploaded here. This makes me think that the web.xml has not been sufficiently modified for your SCHEME setting.
Are you using HTTP or HTTPS for your SCHEME in custom.properties?
If you are set to HTTP, did you remove the following lines from web.xml?
<cookie-config>
<http-only>true</http-only>
<secure>true</secure>
</cookie-config>
<tracking-mode>COOKIE</tracking-mode>
If you are using HTTPS, can you confirm that the lines provided above exist in the web.xml?
Cancel
Vote Up
0
Vote Down
Sign in to reply
Verify Answer
Cancel
Children
No Data