Thanks MIke

It was due to the mysql schema upgrade. I'm able now to login correctly,
however the layout still not appearing. I have follow the steps you
mentioned on https://issues.apache.org/jira/browse/GUACAMOLE-233, so I did
the following:
- git cloned both server and client
- on server folder: checked src/protocols/rdp/Makefile.am on server files
to see if "keymaps/es_es_qwertz.keymap" was in the rdp_keymaps section. (It
was already there). Compiled and Installed server successfully
-on client folder: added "es-es-qwerty", to
guacamole-ext/src/main/resources/org/apache/guacamole/protocols/rdp.json on
server layout section.
-on client folder: added ""FIELD_OPTION_SERVER_LAYOUT_ES_ES_QWERTY" :
"Spanish (Qwerty)"," to guacamole/src/main/webapp/translations/en.json
-client .war generated successfully
-upgraded mysql schema

any suggestion?

Thanks




2017-12-01 21:03 GMT+01:00 Mike Jumper <[email protected]>:

> On Fri, Dec 1, 2017 at 10:47 AM, David Rodriguez <[email protected]> wrote:
>
>> Hi,
>> I have build from git both the server and client versions, to be able to
>> use the Spanish keyboard layout in the Guacamole connections.
>>
>> Server version was build and installed without issues and can continue
>> using the previous .war client file to connect, however copying the new
>> .war file and after restarting Tomcat, I'm unable to login as it seems that
>> my credentials are not recognized.
>> Is there any missed step I should do additionally to build and replace
>> the .war file? Just FYI if I copy back the previous version of .war file,
>> login works properly
>>
>>
> Please check your Tomcat logs. The web application will refuse to load
> extensions from older versions, as those extensions (and their
> configurations) will not be compatible. If this is the case, there should
> be an error or warning in the logs regarding the incompatible extension.
>
> In addition to updating guacamole-server and the guacamole .war, you will
> need to install the updated versions of any installed Guacamole extensions,
> and double-check your configuration against the current install
> instructions to make sure nothing else needs to be updated. If using a
> database for authentication, for example, you will likely need to run one
> or more SQL scripts to upgrade the schema.
>
> - Mike
>
>

Reply via email to