<?xml version="1.0" encoding="UTF-8" ?>
<?xml-stylesheet type="text/xsl" href="https://community.appian.com/cfs-file/__key/system/syndication/rss.xsl" media="screen"?><rss version="2.0" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:slash="http://purl.org/rss/1.0/modules/slash/" xmlns:wfw="http://wellformedweb.org/CommentAPI/"><channel><title>Unable to login with new FitNesse version release with Appian 17.3</title><link>https://community.appian.com/discussions/f/plug-ins/11223/unable-to-login-with-new-fitnesse-version-release-with-appian-17-3</link><description>Scripts were working fine with older version of FitNesse however since I have migrated to new FitNesse version released with latest Appian version I am not able to login. Looks like something is wrong with latest FitNesse Jar files. One observation is</description><dc:language>en-US</dc:language><generator>Telligent Community 12</generator><item><title>RE: Unable to login with new FitNesse version release with Appian 17.3</title><link>https://community.appian.com/thread/58444?ContentTypeID=1</link><pubDate>Mon, 30 Jul 2018 02:03:16 GMT</pubDate><guid isPermaLink="false">d3a83456-d57b-489c-a84c-4e8267bb592a:6ab65181-11ce-441f-ac2d-9ea4a75acaeb</guid><dc:creator>Bala</dc:creator><description>Is this resolved? We are having the same issue&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: Unable to login with new FitNesse version release with Appian 17.3</title><link>https://community.appian.com/thread/54588?ContentTypeID=1</link><pubDate>Tue, 01 May 2018 06:31:03 GMT</pubDate><guid isPermaLink="false">d3a83456-d57b-489c-a84c-4e8267bb592a:bfe427a0-a0bb-4417-9d52-0c8a8fbbc87b</guid><dc:creator>Michael Chirlin</dc:creator><description>&lt;p&gt;I think your issue is that you have a new version of Chrome and the chrome driver is outdated.&lt;br /&gt; &lt;br /&gt; Download the newest version of chromedriver from here: &lt;a href="https://sites.google.com/a/chromium.org/chromedriver/downloads"&gt;sites.google.com/.../downloads&lt;/a&gt;&lt;br /&gt; &lt;br /&gt; And replace the chromedriver.exe in FITNESSE_HOME\lib\drivers&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: Unable to login with new FitNesse version release with Appian 17.3</title><link>https://community.appian.com/thread/49593?ContentTypeID=1</link><pubDate>Mon, 23 Oct 2017 10:56:09 GMT</pubDate><guid isPermaLink="false">d3a83456-d57b-489c-a84c-4e8267bb592a:5277a1a7-3a5a-46d1-819b-877dc3855d1e</guid><dc:creator>mohits977</dc:creator><description>Not working for me.&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: Unable to login with new FitNesse version release with Appian 17.3</title><link>https://community.appian.com/thread/49582?ContentTypeID=1</link><pubDate>Mon, 23 Oct 2017 06:22:20 GMT</pubDate><guid isPermaLink="false">d3a83456-d57b-489c-a84c-4e8267bb592a:d61ce781-9845-4ad1-a367-f62b97cf9d9b</guid><dc:creator>mohits977</dc:creator><description>Do you want me to add the following in custom.properties file&lt;br /&gt;
 &amp;#96;&amp;#96;&amp;#96;| setup login with username field | un | and password field | pw | and login button | Log in |&amp;#96;&amp;#96;&amp;#96; &lt;br /&gt;
?&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: Unable to login with new FitNesse version release with Appian 17.3</title><link>https://community.appian.com/thread/49426?ContentTypeID=1</link><pubDate>Sun, 15 Oct 2017 23:01:29 GMT</pubDate><guid isPermaLink="false">d3a83456-d57b-489c-a84c-4e8267bb592a:8d57516b-b8b3-4ee2-bf00-3c3be9442d20</guid><dc:creator>Vijay Kannan</dc:creator><description>please let me know how you go with the above solution&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: Unable to login with new FitNesse version release with Appian 17.3</title><link>https://community.appian.com/thread/49425?ContentTypeID=1</link><pubDate>Sun, 15 Oct 2017 23:00:09 GMT</pubDate><guid isPermaLink="false">d3a83456-d57b-489c-a84c-4e8267bb592a:8c858e3d-3702-4ed8-a348-e4d335d07f5a</guid><dc:creator>Vijay Kannan</dc:creator><description>Hi,&lt;br /&gt;
Please try the following &lt;br /&gt;
1. Dont replace custom.properties file, as it contains new drivers path.&lt;br /&gt;
2. Please Add&lt;br /&gt;
&amp;#96;&amp;#96;&amp;#96;| setup login with username field | un | and password field | pw | and login button | Log in |&amp;#96;&amp;#96;&amp;#96;&lt;br /&gt;
&lt;br /&gt;
Add the following in your initialization script&lt;br /&gt;
&lt;br /&gt;
!*** Intialliazation&lt;br /&gt;
!| script                       |com.appiancorp.ps.automatedtest.fixture.SitesFixture           |&lt;br /&gt;
|setup with browser             |CHROME                                                         |&lt;br /&gt;
|set appian url to              ||&lt;br /&gt;
|set appian version to          |17.2                                                           |&lt;br /&gt;
|set appian locale to           |en_GB                                                          |&lt;br /&gt;
|set timeout seconds to         |20                                                             |&lt;br /&gt;
|set screenshot path to         |C:/FitNesseForAppian/screenshots/                           |&lt;br /&gt;
|set stop on error to           |true                                                           |&lt;br /&gt;
|set take error screenshots to  |true                                                           |&lt;br /&gt;
|setup login with username field|un   |and password field   |pw   |and login button   |Log in   |&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: Unable to login with new FitNesse version release with Appian 17.3</title><link>https://community.appian.com/thread/49360?ContentTypeID=1</link><pubDate>Thu, 12 Oct 2017 13:24:56 GMT</pubDate><guid isPermaLink="false">d3a83456-d57b-489c-a84c-4e8267bb592a:c021b144-1cd5-4254-b5c4-4506e735d7f5</guid><dc:creator>Mike Cichy</dc:creator><description>Sorry for the trouble, please open a Support ticket.&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: Unable to login with new FitNesse version release with Appian 17.3</title><link>https://community.appian.com/thread/49358?ContentTypeID=1</link><pubDate>Thu, 12 Oct 2017 13:05:03 GMT</pubDate><guid isPermaLink="false">d3a83456-d57b-489c-a84c-4e8267bb592a:7f386849-a44b-4cfb-bc98-ab3f14318fc7</guid><dc:creator>susmethaasirir</dc:creator><description>I tried out on IE and facing the same issue&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: Unable to login with new FitNesse version release with Appian 17.3</title><link>https://community.appian.com/thread/49356?ContentTypeID=1</link><pubDate>Thu, 12 Oct 2017 10:39:29 GMT</pubDate><guid isPermaLink="false">d3a83456-d57b-489c-a84c-4e8267bb592a:2b306cb1-a16b-41ca-961a-8c239868243b</guid><dc:creator>susmethaasirir</dc:creator><description>I tried out on IE and facing the same issue&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: Unable to login with new FitNesse version release with Appian 17.3</title><link>https://community.appian.com/thread/49350?ContentTypeID=1</link><pubDate>Thu, 12 Oct 2017 03:13:12 GMT</pubDate><guid isPermaLink="false">d3a83456-d57b-489c-a84c-4e8267bb592a:14383ba3-f796-4476-9b9a-3bb1fd798afa</guid><dc:creator>mohits977</dc:creator><description>Hi Mike,&lt;br /&gt;
&lt;br /&gt;
I am using Chrome and IE and also tried in Firefox today. It open up the URL in and then stops, and there is timeout error. I can see other FitNesse users are also facing similar problem with new FitNesse version.&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: Unable to login with new FitNesse version release with Appian 17.3</title><link>https://community.appian.com/thread/49348?ContentTypeID=1</link><pubDate>Thu, 12 Oct 2017 00:28:28 GMT</pubDate><guid isPermaLink="false">d3a83456-d57b-489c-a84c-4e8267bb592a:a8610825-737c-44fc-afa6-9fbbaf2ff63c</guid><dc:creator>nagap0001</dc:creator><description>&lt;p&gt;Hi Mike,&lt;/p&gt;
&lt;p&gt;I am running on Firefox. It opens the browser and go to the url and stops&lt;a href="/cfs-file/__key/communityserver-discussions-components-files/19/login-error.jpg"&gt;&lt;img src="/resized-image/__size/320x240/__key/communityserver-discussions-components-files/19/login-error.jpg" alt=" " /&gt;&lt;/a&gt;&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: Unable to login with new FitNesse version release with Appian 17.3</title><link>https://community.appian.com/thread/49337?ContentTypeID=1</link><pubDate>Wed, 11 Oct 2017 19:14:54 GMT</pubDate><guid isPermaLink="false">d3a83456-d57b-489c-a84c-4e8267bb592a:832d0171-1f5e-4bf9-a6d2-428c9b305906</guid><dc:creator>Mike Cichy</dc:creator><description>What are the errors you get when you run Fitnesse? What browser are you running?&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item></channel></rss>