Questions tagged [java-client]
134 questions
1
vote
1 answer
Unable To Find Locator After Giving Permission "com.android.packageinstaller:id/permission_allow_button" In Selenium Appium
I I am automating application with selenium Appium
Selenium later version
Appium 1.9.1
Whenever application launch always permission pop up showing successfully I can click on permission using automation but after giving permission appium…

Tarun Dabbs
- 67
- 13
1
vote
0 answers
Elasticsearch Database Listener using Java High level Rest Client
I want to create a database listener for Elasticsearch for all type of operation (insert, delete, update). Where i can get details about document Id, Index name, Operation Type etc.
I have heard of IndexingOperationListener but not sure how to…

Darsan
- 406
- 4
- 7
1
vote
1 answer
How to use username and password (no SSL) in Java client to connect to Elasticsearch?
I am learning Elasticsearch (6.1.3) to use it in a Java-based web application.
I have installed X-Pack. Now I need to know how to program in the Java client by simply providing username and password without using SSL. I found out this page is…

curious1
- 14,155
- 37
- 130
- 231
1
vote
0 answers
Error connecting to elasticsearch Java CLient API 5.4.3
I'm developping a web application using spring websphere and elasticsearch I want to conenct my java client api with elasticsearch but I got this error thanks for helping
[05/01/18 19:54:31:660 WET] 00000054 SystemErr R ERROR StatusLogger No…

YK mar
- 669
- 2
- 10
- 32
1
vote
1 answer
Appium PageObject - When / Where to instantiate the page?
In my team we're doing cross platform UI testing using Appium and the Appium Java-Client.
The current structure of our project is something like:
mobile
pages
SignInPage
steps
SignInSteps
The steps are "glued" together using…

Cosmin
- 2,840
- 5
- 32
- 50
1
vote
3 answers
Access toggle button in Android settings using appium whlie client is written in groovy and java
It's not a duplicate.
I am writing automation in Appium. I am fairly new to automation concept and Appium it self. I am using java-client.
I have a scenario in which my android app for which I am writing automation, has to take android permission.…

Pankaj Nimgade
- 4,529
- 3
- 20
- 30
1
vote
2 answers
Not able to navigate in mobile chrome browser
I have the following code which will start an application and will switch to mobile chrome browser and will navigate to www.google.com
DesiredCapabilities capabilities = new…

manutd
- 291
- 1
- 5
- 18
1
vote
1 answer
Java: How to retrieve all documents from specific bucket of couchbase server?
I am trying to retrieve all documents from my local couchbase server.
I have created one bucket as named "student" but it just show opened bucket and give build successful message nothing happen beyond that,i am expecting list of all…

Prashant Patil
- 371
- 2
- 13
1
vote
0 answers
wrong java client generated from wsdl
i have a wsdl as below

zanza67
- 223
- 4
- 20
1
vote
0 answers
Renew _ttl on an already expired document
I'm trying to update a ttl of a document which is already expired but has not been deleted yet by the elasticsearch's bulk operation which is configured with
I get the followin error:
org.elasticsearch.index.mapper.MapperParsingException: failed to…

tbo
- 9,398
- 8
- 40
- 51
1
vote
2 answers
Handling Float/Double datatypes using Aerospike Java Client
I came to know that Java Client 3.0.33 supports Float/Double datatype at client side.
The release notes says: Support double/float on client-side. Server will store these values as longs.
This is fine. When I insert a float value to aerospike bin,…

Carbonrock
- 457
- 2
- 15
1
vote
1 answer
Android SignalR java-client: Not receiving all the SignalR messages on the HubConnection
After trying several options, I'm not able to receive all the SignalR messages on my Android application. In my opinion it seems to be something related with the LongPollingTransport, but I can't find the solution... I receive all the longPolling…

raul.broto
- 66
- 1
- 8
1
vote
2 answers
How to import a WCF web service using a Java client
I have a WCF web service using wsHttpBinding that I am consuming from a Java client. I generated code from the WSDL using wsimport. The java client appears to be creating the service fine but when I call a method on the service the client just…

JRP
- 181
- 2
- 7
1
vote
1 answer
App connects to the server but can not communicate
I apologize in advance for my bad english
The app is able to connect to the server java, but hangs at the time of the exchange of data.
This is the client android code:
@SuppressLint("NewApi")
public class Connection extends…

BillB
- 37
- 1
- 10
1
vote
1 answer
Generating Google Cloud endpoints for Java client
Not much written about using Google Cloud endpoints from a Java client. There are hints that it can be done in various documents but very little written about it. I've been able to get it work but there are some questions.
First question: Is there…

Mike Dee
- 558
- 1
- 5
- 13