You are viewing a plain text version of this content. The canonical link for it is here.
Posted to user@guacamole.apache.org by johnseekins <js...@dataminr.com> on 2018/07/05 18:52:52 UTC

Re: Cannot access Users setting page

Any additional thoughts on this problem? It isn't world-ending, but it does
make maintenance more difficult.



--
Sent from: http://apache-guacamole-general-user-mailing-list.2363388.n4.nabble.com/

Re: Cannot access Users setting page

Posted by Nick Couchman <vn...@apache.org>.
On Thu, Jul 5, 2018 at 2:52 PM johnseekins <js...@dataminr.com> wrote:

> Any additional thoughts on this problem? It isn't world-ending, but it does
> make maintenance more difficult.
>
>
>
John,
My only suggestion is to completely blow away every part of your install -
DROP the database and re-create it from the schema files, remove all
extensions and the WAR file, and redeploy everything.  If you do not want
to lose your current environment you could at least do this in a parallel
test environment to see if it resolves the issue.  When you re-install,
make sure that all your components match versions and come from the same
source - that is, do not try to use a WAR file that you built from some
version of source while using a JAR downloaded from the web site.  Make
sure everything is either downloaded or built, including the DB schema
files you use to create the database.  It really seems like at some point
some component got rev'd a version while the rest of them stayed back, and
you're hitting a problem with the mis-match between those versions.

-Nick