[ https://issues.apache.org/jira/browse/CONNECTORS-1388?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15886436#comment-15886436 ]
Karl Wright commented on CONNECTORS-1388: ----------------------------------------- The failing UI test is the Kafka connector. It's failing trying to connect to the Kafka instance, where it's apparently getting an exception that causes a 500 error to be returned when viewing the connection status: {code} [junit] File "C:\wip\mcf\trunk\connectors\kafka\test-HSQLDB-output\VirtualBrowser.py", line 754, in submit [junit] self.window_instance.execute_action( self.method, variables, files, self.action_url ) [junit] File "C:\wip\mcf\trunk\connectors\kafka\test-HSQLDB-output\VirtualBrowser.py", line 1021, in execute_action [junit] return self.browser_instance.execute_action( self.window_name, method, parameters, files, self.resolve( url ) ) [junit] File "C:\wip\mcf\trunk\connectors\kafka\test-HSQLDB-output\VirtualBrowser.py", line 1160, in execute_action [junit] window_data = self.fetch_data_with_multipart_post( parameters, files, url ) [junit] File "C:\wip\mcf\trunk\connectors\kafka\test-HSQLDB-output\VirtualBrowser.py", line 1235, in fetch_data_with_multipart_post [junit] return self.talk_to_server(url, method="POST", content_type=content_type, body=body) [junit] File "C:\wip\mcf\trunk\connectors\kafka\test-HSQLDB-output\VirtualBrowser.py", line 1324, in talk_to_server [junit] raise Exception("Received an error response %d from url: '%s'" % (status,url) ) [junit] Exception: Received an error response 500 from url: 'http://localhost:8346/mcf-crawler-ui/execute.jsp' {code} > Automatically focus username field on login page > ------------------------------------------------ > > Key: CONNECTORS-1388 > URL: https://issues.apache.org/jira/browse/CONNECTORS-1388 > Project: ManifoldCF > Issue Type: Improvement > Components: Framework core > Reporter: Markus Schuch > Assignee: Markus Schuch > Priority: Minor > Fix For: ManifoldCF 2.7 > > > The username field in the login page should automatically be focused when the > login page is loaded. -- This message was sent by Atlassian JIRA (v6.3.15#6346)