Ilya

Results 42 comments of Ilya
trafficstars

I had the same problem with solandra under cygwin. But I've patched solandra.bat using the lines below and the problem disappeared. :append set "baseFilePath=%1" call set "baseFilePath=%%baseFilePath:%CASSANDRA_HOME%=..%%" set CLASSPATH=%CLASSPATH%;%baseFilePath% goto...

@norfanos This issue is already fixed in 9c87fa0ff644c64c02081edba37692f15b73eeaa You can use current 1.4-SNAPSHOT version.

@Beeder you can make the following in your local development or build environment: ``` bash git clone https://github.com/wuman/JReadability.git cd JReadability make install ``` Then you can use 1.4-SNAPSHOT. Or you...

@sleepphoenix Please try to launch postgres manually and see what happens. 1. Extract `/Users/minek-admin/.embedpostgresql/postgresql-9.5.0-1-osx-binaries.zip` file somewhere, for example `/tmp/postgres` 2. Execute commands: ``` $ /tmp/postgres/bin/initdb /tmp/database $ /tmp/postgres/bin/postgres -p 5432...

@Shnitzelil Yes, we need to change the Gridrouter code to affect Selenograph this way. Send a PR to Gridrouter repository and we'll rebuild Selenograph with the newer features. I could...

Hi @Shnitzelil Please post here the output of `/api/selenograph/quotas` when you have the tests running.

@Shnitzelil Unfortunately, the only alternative for now is to make a query directly to db collection named `sessions`. It contains all the session info, including the selected route (hub): ```...

@shadeimi Thanks for the report! Please describe the steps how you launch the server.

@ngtandat Please use the workaround described in #7 ``` xml grid.router.quota.repository=ru.qatools.gridrouter.ConfigRepositoryXml ```

@ngtandat Please try to add the same line not to `/etc/grid-router/application.properties`, but to `/etc/grid-router/selenograph.properties`