Re: [xwiki-users] Update From 9.2 to 9.3.1 - Failed

2017-05-01 Thread Keith Davis
There were 4-5 tables that were not UTF8. This is probably because UTF8 was not our default collation for the MySQL servers originally, but it is now. I converted those latin1_swedis_ci tables. That fixed the issue. On Mon, May 1, 2017 at 8:27 AM, Keith Davis wrote: > Sorry, actitvitystream_even

Re: [xwiki-users] Update From 9.2 to 9.3.1 - Failed

2017-05-01 Thread Keith Davis
Sorry, actitvitystream_events table and for that matter, I checked, and all tables are INNODB. I ran the query manually and it does fail, but no additional info: ALTER TABLE activitystream_events_status ADD INDEX FKBF7104E8CB8C5002 (ases_eventid), ADD CONSTRAINT FKBF7104E8CB8C5002 FOREIGN KEY (as

Re: [xwiki-users] Update From 9.2 to 9.3.1 - Failed

2017-05-01 Thread Keith Davis
Looks like this is the failure: java.sql.SQLException: Cannot add foreign key constraint and org.hibernate.HibernateException: Failed updating schema while executing query [alter table activitystream_events_status add index FKBF7104E8CB8C5002 (ases_eventid), add constraint FKBF7104E8CB8C50

Re: [xwiki-users] Update From 9.2 to 9.3.1 - Failed

2017-05-01 Thread Keith Davis
Ok, I guess I do need to send the rest. Looks like this is the failure: "java.sql.SQLException: Cannot add foreign key constraint" *root cause* java.lang.RuntimeException: Failed to locate wiki descriptor for alias [wiki.pridedallas.com] org.xwiki.url.internal.standard.AbstractWikiRefer

[xwiki-users] Update From 9.2 to 9.3.1 - Failed

2017-05-01 Thread Keith Davis
I don't know what I did wrong. I followed the same process that I always do, but I'm getting this: HTTP Status 500 - com.xpn.xwiki.XWikiException: Error number 11007 in 0: Failed to extract Entity Resource Reference from URL [ https://wiki.pridedallas.com:8443/xwiki/bin/view/Main/] *type* Excepti