Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

File Upload stucks at "a few seconds" for a file size of just 290KB #10937

Closed
deepakpatiyal opened this issue Aug 30, 2018 · 9 comments
Closed
Labels

Comments

@deepakpatiyal
Copy link

Steps to reproduce

Expected behaviour

File should upload normaly

Actual behaviour

File doesn't uploads but stucks at "a few seconds"

Server configuration

Operating system: CentOS 6.5 64 bit

Web server: Apache/2.2.15 (Unix)

Database: PostgreSQL 13.0.5.2

PHP version: 5.6

Nextcloud version: 13.5

Updated from an older Nextcloud/ownCloud or fresh install: Fresh install

Where did you install Nextcloud from: from NextCloud site

Signing status:

Signing status
Login as admin user into your Nextcloud and access 
http://example.com/index.php/settings/integrity/failed 
paste the results here.

List of activated apps:

App list
If you have access to your command line run e.g.:
sudo -u www-data php occ app:list
from within your Nextcloud installation folder

Enabled:

  • activity: 2.6.1
  • comments: 1.3.0
  • dav: 1.4.7
  • federatedfilesharing: 1.3.1
  • files: 1.8.0
  • files_downloadactivity: 1.2.0
  • files_pdfviewer: 1.2.1
  • files_rightclick: 0.8.4
  • files_sharing: 1.5.0
  • files_texteditor: 2.5.1
  • files_trashbin: 1.3.0
  • files_versions: 1.6.0
  • files_videoplayer: 1.2.0
  • flowupload: 0.0.7
  • gallery: 18.0.0
  • logreader: 2.0.0
  • lookup_server_connector: 1.1.0
  • notifications: 2.1.2
  • oauth2: 1.1.1
  • ojsxc: 3.4.0
  • password_policy: 1.3.0
  • provisioning_api: 1.3.0
  • quicknotes: 0.1.3
  • quota_warning: 1.2.0
  • serverinfo: 1.3.0
  • sharebymail: 1.3.0
  • systemtags: 1.3.0
  • theming: 1.4.5
  • twofactor_backupcodes: 1.2.3
  • updatenotification: 1.3.0
  • workflowengine: 1.3.0
    Disabled:
  • admin_audit
  • encryption
  • federation
  • files_external
  • firstrunwizard
  • nextcloud_announcements
  • survey_client
  • user_external
  • user_ldap

Nextcloud configuration:

Config report
If you have access to your command line run e.g.:
sudo -u www-data php occ config:list system
from within your Nextcloud installation folder

or 

Insert your config.php content here. 
Make sure to remove all sensitive content such as passwords. (e.g. database password, passwordsalt, secret, smtp password, …)
```<?php
$CONFIG = array (
  'instanceid' => 'REMOVED',
  'passwordsalt' => 'REMOVED',
  'secret' => 'REMOVED',
  'trusted_domains' => 
  array (
    0 => '128.0.0.2',
  ),
  'datadirectory' => '/home/cloud/data',
  'overwrite.cli.url' => 'https://128.0.0.2',
  'dbtype' => 'pgsql',
  'version' => '13.0.5.2',
  'dbname' => 'dbcloud',
  'dbhost' => 'localhost',
  'dbport' => '',
  'dbtableprefix' => 'oc_',
  'dbuser' => 'oc_administrator4',
  'dbpassword' => 'REMOVED',
  'installed' => true,
  'knowledgebaseenabled' => false,
  'passwordChangeSupported' => false,
   'activity_expire_days' => 365,
  'enable_avatars' => false,
 );
</details>

**Are you using external storage, if yes which one:** local/smb/sftp/...
NO

**Are you using encryption:** yes/no
NO
**Are you using an external user-backend, if yes which one:** LDAP/ActiveDirectory/Webdav/...
NO
#### LDAP configuration (delete this part if not used)
<details>
<summary>LDAP config</summary>

With access to your command line run e.g.:
sudo -u www-data php occ ldap:show-config
from within your Nextcloud installation folder
PHP Warning: PHP Startup: Unable to load dynamic library '/usr/lib64/php/modules/apcu.so' - /usr/lib64/php/modules/apcu.so: cannot open shared object file: No such file or directory in Unknown on line 0
PHP Warning: PHP Startup: Unable to load dynamic library '/usr/lib64/php-zts/modules/pgsql.so' - /usr/lib64/php-zts/modules/pgsql.so: undefined symbol: executor_globals_id in Unknown on line 0
PHP Warning: Module 'pgsql' already loaded in Unknown on line 0

[Symfony\Component\Console\Exception\CommandNotFoundException]
There are no commands defined in the "ldap" namespace.

Without access to your command line download the data/owncloud.db to your local
computer or access your SQL server remotely and run the select query:
SELECT * FROM oc_appconfig WHERE appid = 'user_ldap';

Eventually replace sensitive data as the name/IP-address of your LDAP server or groups.

</details>

### Client configuration
**Browser:** Mozilla Firefox 61.0.2

**Operating system:** Windows 7 64 bit

### Logs
#### Web server error log
<details>
<summary>Web server error log</summary>

Insert your webserver log here

</details>

#### Nextcloud log (data/nextcloud.log)
<details>
<summary>Nextcloud log</summary>
{"reqId":"4n7NDLPjC7LEwg2sOZr4","level":4,"time":"2018-08-30T12:22:07+00:00","remoteAddr":"192.168.0.239","user":"administrator","app":"webdav","method":"PUT","url":"\/remote.php\/webdav\/10084547-20180601.pdf","message":"Exception: {\"Exception\":\"Sabre\\\\DAV\\\\Exception\\\\BadRequest\",\"Message\":\"expected filesize 297218 got 0\",\"Code\":0,\"Trace\":\"#0 \\\/var\\\/www\\\/html\\\/centexcloud\\\/apps\\\/dav\\\/lib\\\/Connector\\\/Sabre\\\/Directory.php(156): OCA\\\\DAV\\\\Connector\\\\Sabre\\\\File->put(Resource id #518)\\n#1 \\\/var\\\/www\\\/html\\\/centexcloud\\\/3rdparty\\\/sabre\\\/dav\\\/lib\\\/DAV\\\/Server.php(1096): OCA\\\\DAV\\\\Connector\\\\Sabre\\\\Directory->createFile('10084547-201806...', Resource id #518)\\n#2 \\\/var\\\/www\\\/html\\\/centexcloud\\\/3rdparty\\\/sabre\\\/dav\\\/lib\\\/DAV\\\/CorePlugin.php(529): Sabre\\\\DAV\\\\Server->createFile('10084547-201806...', Resource id #518, NULL)\\n#3 [internal function]: Sabre\\\\DAV\\\\CorePlugin->httpPut(Object(Sabre\\\\HTTP\\\\Request), Object(Sabre\\\\HTTP\\\\Response))\\n#4 \\\/var\\\/www\\\/html\\\/centexcloud\\\/3rdparty\\\/sabre\\\/event\\\/lib\\\/EventEmitterTrait.php(105): call_user_func_array(Array, Array)\\n#5 \\\/var\\\/www\\\/html\\\/centexcloud\\\/3rdparty\\\/sabre\\\/dav\\\/lib\\\/DAV\\\/Server.php(479): Sabre\\\\Event\\\\EventEmitter->emit('method:PUT', Array)\\n#6 \\\/var\\\/www\\\/html\\\/centexcloud\\\/3rdparty\\\/sabre\\\/dav\\\/lib\\\/DAV\\\/Server.php(254): Sabre\\\\DAV\\\\Server->invokeMethod(Object(Sabre\\\\HTTP\\\\Request), Object(Sabre\\\\HTTP\\\\Response))\\n#7 \\\/var\\\/www\\\/html\\\/centexcloud\\\/apps\\\/dav\\\/appinfo\\\/v1\\\/webdav.php(80): Sabre\\\\DAV\\\\Server->exec()\\n#8 \\\/var\\\/www\\\/html\\\/centexcloud\\\/remote.php(164): require_once('\\\/var\\\/www\\\/html\\\/c...')\\n#9 {main}\",\"File\":\"\\\/var\\\/www\\\/html\\\/centexcloud\\\/apps\\\/dav\\\/lib\\\/Connector\\\/Sabre\\\/File.php\",\"Line\":189}","userAgent":"Mozilla\/5.0 (Windows NT 6.1; Win64; x64; rv:61.0) Gecko\/20100101 Firefox\/61.0","version":"13.0.5.2"}
{"reqId":"5FxH9iJ4bEZvlnWXiEO3","level":3,"time":"2018-08-30T12:22:35+00:00","remoteAddr":"192.168.0.239","user":"administrator","app":"internet_connection_check","method":"GET","url":"\/index.php\/settings\/ajax\/checksetup","message":"Exception: {\"Exception\":\"GuzzleHttp\\\\Exception\\\\ConnectException\",\"Message\":\"cURL error 7: Failed to connect to 2404:6800:4002:808::2004: Network is unreachable\",\"Code\":0,\"Trace\":\"#0 \\\/var\\\/www\\\/html\\\/centexcloud\\\/3rdparty\\\/guzzlehttp\\\/guzzle\\\/src\\\/RequestFsm.php(104): GuzzleHttp\\\\Exception\\\\RequestException::wrapException(Object(GuzzleHttp\\\\Message\\\\Request), Object(GuzzleHttp\\\\Ring\\\\Exception\\\\ConnectException))\\n#1 \\\/var\\\/www\\\/html\\\/centexcloud\\\/3rdparty\\\/guzzlehttp\\\/guzzle\\\/src\\\/RequestFsm.php(132): GuzzleHttp\\\\RequestFsm->__invoke(Object(GuzzleHttp\\\\Transaction))\\n#2 \\\/var\\\/www\\\/html\\\/centexcloud\\\/3rdparty\\\/react\\\/promise\\\/src\\\/FulfilledPromise.php(25): GuzzleHttp\\\\RequestFsm->GuzzleHttp\\\\{closure}(*** sensitive parameters replaced ***)\\n#3 \\\/var\\\/www\\\/html\\\/centexcloud\\\/3rdparty\\\/guzzlehttp\\\/ringphp\\\/src\\\/Future\\\/CompletedFutureValue.php(55): React\\\\Promise\\\\FulfilledPromise->then(Object(Closure), NULL, NULL)\\n#4 \\\/var\\\/www\\\/html\\\/centexcloud\\\/3rdparty\\\/guzzlehttp\\\/guzzle\\\/src\\\/Message\\\/FutureResponse.php(43): GuzzleHttp\\\\Ring\\\\Future\\\\CompletedFutureValue->then(Object(Closure), NULL, NULL)\\n#5 \\\/var\\\/www\\\/html\\\/centexcloud\\\/3rdparty\\\/guzzlehttp\\\/guzzle\\\/src\\\/RequestFsm.php(135): GuzzleHttp\\\\Message\\\\FutureResponse::proxy(Object(GuzzleHttp\\\\Ring\\\\Future\\\\CompletedFutureArray), Object(Closure))\\n#6 \\\/var\\\/www\\\/html\\\/centexcloud\\\/3rdparty\\\/guzzlehttp\\\/guzzle\\\/src\\\/Client.php(165): GuzzleHttp\\\\RequestFsm->__invoke(Object(GuzzleHttp\\\\Transaction))\\n#7 \\\/var\\\/www\\\/html\\\/centexcloud\\\/3rdparty\\\/guzzlehttp\\\/guzzle\\\/src\\\/Client.php(125): GuzzleHttp\\\\Client->send(Object(GuzzleHttp\\\\Message\\\\Request))\\n#8 \\\/var\\\/www\\\/html\\\/centexcloud\\\/lib\\\/private\\\/Http\\\/Client\\\/Client.php(138): GuzzleHttp\\\\Client->get('http:\\\/\\\/www.goog...', Array)\\n#9 \\\/var\\\/www\\\/html\\\/centexcloud\\\/settings\\\/Controller\\\/CheckSetupController.php(129): OC\\\\Http\\\\Client\\\\Client->get('http:\\\/\\\/www.goog...')\\n#10 \\\/var\\\/www\\\/html\\\/centexcloud\\\/settings\\\/Controller\\\/CheckSetupController.php(112): OC\\\\Settings\\\\Controller\\\\CheckSetupController->isSiteReachable('www.google.com')\\n#11 \\\/var\\\/www\\\/html\\\/centexcloud\\\/settings\\\/Controller\\\/CheckSetupController.php(426): OC\\\\Settings\\\\Controller\\\\CheckSetupController->isInternetConnectionWorking()\\n#12 [internal function]: OC\\\\Settings\\\\Controller\\\\CheckSetupController->check()\\n#13 \\\/var\\\/www\\\/html\\\/centexcloud\\\/lib\\\/private\\\/AppFramework\\\/Http\\\/Dispatcher.php(161): call_user_func_array(Array, Array)\\n#14 \\\/var\\\/www\\\/html\\\/centexcloud\\\/lib\\\/private\\\/AppFramework\\\/Http\\\/Dispatcher.php(91): OC\\\\AppFramework\\\\Http\\\\Dispatcher->executeController(Object(OC\\\\Settings\\\\Controller\\\\CheckSetupController), 'check')\\n#15 \\\/var\\\/www\\\/html\\\/centexcloud\\\/lib\\\/private\\\/AppFramework\\\/App.php(115): OC\\\\AppFramework\\\\Http\\\\Dispatcher->dispatch(Object(OC\\\\Settings\\\\Controller\\\\CheckSetupController), 'check')\\n#16 \\\/var\\\/www\\\/html\\\/centexcloud\\\/lib\\\/private\\\/AppFramework\\\/Routing\\\/RouteActionHandler.php(47): OC\\\\AppFramework\\\\App::main('CheckSetupContr...', 'check', Object(OC\\\\AppFramework\\\\DependencyInjection\\\\DIContainer), Array)\\n#17 [internal function]: OC\\\\AppFramework\\\\Routing\\\\RouteActionHandler->__invoke(Array)\\n#18 \\\/var\\\/www\\\/html\\\/centexcloud\\\/lib\\\/private\\\/Route\\\/Router.php(297): call_user_func(Object(OC\\\\AppFramework\\\\Routing\\\\RouteActionHandler), Array)\\n#19 \\\/var\\\/www\\\/html\\\/centexcloud\\\/lib\\\/base.php(999): OC\\\\Route\\\\Router->match('\\\/settings\\\/ajax\\\/...')\\n#20 \\\/var\\\/www\\\/html\\\/centexcloud\\\/index.php(42): OC::handleRequest()\\n#21 {main}\",\"File\":\"\\\/var\\\/www\\\/html\\\/centexcloud\\\/3rdparty\\\/guzzlehttp\\\/guzzle\\\/src\\\/Exception\\\/RequestException.php\",\"Line\":49}","userAgent":"Mozilla\/5.0 (Windows NT 6.1; Win64; x64; rv:61.0) Gecko\/20100101 Firefox\/61.0","version":"13.0.5.2"}
{"reqId":"96DtfDsEYG06LrojSQuj","level":3,"time":"2018-08-30T12:22:42+00:00","remoteAddr":"192.168.0.239","user":"administrator","app":"internet_connection_check","method":"GET","url":"\/index.php\/settings\/ajax\/checksetup","message":"Exception: {\"Exception\":\"GuzzleHttp\\\\Exception\\\\ConnectException\",\"Message\":\"cURL error 7: Failed to connect to 2404:6800:4002:808::2004: Network is unreachable\",\"Code\":0,\"Trace\":\"#0 \\\/var\\\/www\\\/html\\\/centexcloud\\\/3rdparty\\\/guzzlehttp\\\/guzzle\\\/src\\\/RequestFsm.php(104): GuzzleHttp\\\\Exception\\\\RequestException::wrapException(Object(GuzzleHttp\\\\Message\\\\Request), Object(GuzzleHttp\\\\Ring\\\\Exception\\\\ConnectException))\\n#1 \\\/var\\\/www\\\/html\\\/centexcloud\\\/3rdparty\\\/guzzlehttp\\\/guzzle\\\/src\\\/RequestFsm.php(132): GuzzleHttp\\\\RequestFsm->__invoke(Object(GuzzleHttp\\\\Transaction))\\n#2 \\\/var\\\/www\\\/html\\\/centexcloud\\\/3rdparty\\\/react\\\/promise\\\/src\\\/FulfilledPromise.php(25): GuzzleHttp\\\\RequestFsm->GuzzleHttp\\\\{closure}(*** sensitive parameters replaced ***)\\n#3 \\\/var\\\/www\\\/html\\\/centexcloud\\\/3rdparty\\\/guzzlehttp\\\/ringphp\\\/src\\\/Future\\\/CompletedFutureValue.php(55): React\\\\Promise\\\\FulfilledPromise->then(Object(Closure), NULL, NULL)\\n#4 \\\/var\\\/www\\\/html\\\/centexcloud\\\/3rdparty\\\/guzzlehttp\\\/guzzle\\\/src\\\/Message\\\/FutureResponse.php(43): GuzzleHttp\\\\Ring\\\\Future\\\\CompletedFutureValue->then(Object(Closure), NULL, NULL)\\n#5 \\\/var\\\/www\\\/html\\\/centexcloud\\\/3rdparty\\\/guzzlehttp\\\/guzzle\\\/src\\\/RequestFsm.php(135): GuzzleHttp\\\\Message\\\\FutureResponse::proxy(Object(GuzzleHttp\\\\Ring\\\\Future\\\\CompletedFutureArray), Object(Closure))\\n#6 \\\/var\\\/www\\\/html\\\/centexcloud\\\/3rdparty\\\/guzzlehttp\\\/guzzle\\\/src\\\/Client.php(165): GuzzleHttp\\\\RequestFsm->__invoke(Object(GuzzleHttp\\\\Transaction))\\n#7 \\\/var\\\/www\\\/html\\\/centexcloud\\\/3rdparty\\\/guzzlehttp\\\/guzzle\\\/src\\\/Client.php(125): GuzzleHttp\\\\Client->send(Object(GuzzleHttp\\\\Message\\\\Request))\\n#8 \\\/var\\\/www\\\/html\\\/centexcloud\\\/lib\\\/private\\\/Http\\\/Client\\\/Client.php(138): GuzzleHttp\\\\Client->get('http:\\\/\\\/www.goog...', Array)\\n#9 \\\/var\\\/www\\\/html\\\/centexcloud\\\/settings\\\/Controller\\\/CheckSetupController.php(129): OC\\\\Http\\\\Client\\\\Client->get('http:\\\/\\\/www.goog...')\\n#10 \\\/var\\\/www\\\/html\\\/centexcloud\\\/settings\\\/Controller\\\/CheckSetupController.php(112): OC\\\\Settings\\\\Controller\\\\CheckSetupController->isSiteReachable('www.google.com')\\n#11 \\\/var\\\/www\\\/html\\\/centexcloud\\\/settings\\\/Controller\\\/CheckSetupController.php(426): OC\\\\Settings\\\\Controller\\\\CheckSetupController->isInternetConnectionWorking()\\n#12 [internal function]: OC\\\\Settings\\\\Controller\\\\CheckSetupController->check()\\n#13 \\\/var\\\/www\\\/html\\\/centexcloud\\\/lib\\\/private\\\/AppFramework\\\/Http\\\/Dispatcher.php(161): call_user_func_array(Array, Array)\\n#14 \\\/var\\\/www\\\/html\\\/centexcloud\\\/lib\\\/private\\\/AppFramework\\\/Http\\\/Dispatcher.php(91): OC\\\\AppFramework\\\\Http\\\\Dispatcher->executeController(Object(OC\\\\Settings\\\\Controller\\\\CheckSetupController), 'check')\\n#15 \\\/var\\\/www\\\/html\\\/centexcloud\\\/lib\\\/private\\\/AppFramework\\\/App.php(115): OC\\\\AppFramework\\\\Http\\\\Dispatcher->dispatch(Object(OC\\\\Settings\\\\Controller\\\\CheckSetupController), 'check')\\n#16 \\\/var\\\/www\\\/html\\\/centexcloud\\\/lib\\\/private\\\/AppFramework\\\/Routing\\\/RouteActionHandler.php(47): OC\\\\AppFramework\\\\App::main('CheckSetupContr...', 'check', Object(OC\\\\AppFramework\\\\DependencyInjection\\\\DIContainer), Array)\\n#17 [internal function]: OC\\\\AppFramework\\\\Routing\\\\RouteActionHandler->__invoke(Array)\\n#18 \\\/var\\\/www\\\/html\\\/centexcloud\\\/lib\\\/private\\\/Route\\\/Router.php(297): call_user_func(Object(OC\\\\AppFramework\\\\Routing\\\\RouteActionHandler), Array)\\n#19 \\\/var\\\/www\\\/html\\\/centexcloud\\\/lib\\\/base.php(999): OC\\\\Route\\\\Router->match('\\\/settings\\\/ajax\\\/...')\\n#20 \\\/var\\\/www\\\/html\\\/centexcloud\\\/index.php(42): OC::handleRequest()\\n#21 {main}\",\"File\":\"\\\/var\\\/www\\\/html\\\/centexcloud\\\/3rdparty\\\/guzzlehttp\\\/guzzle\\\/src\\\/Exception\\\/RequestException.php\",\"Line\":49}","userAgent":"Mozilla\/5.0 (Windows NT 6.1; Win64; x64; rv:61.0) Gecko\/20100101 Firefox\/61.0","version":"13.0.5.2"}
{"reqId":"DST9unFimChoEDGHwrvW","level":3,"time":"2018-08-30T12:23:27+00:00","remoteAddr":"192.168.0.239","user":"administrator","app":"internet_connection_check","method":"GET","url":"\/index.php\/settings\/ajax\/checksetup","message":"Exception: {\"Exception\":\"GuzzleHttp\\\\Exception\\\\ConnectException\",\"Message\":\"cURL error 7: couldn't connect to host\",\"Code\":0,\"Trace\":\"#0 \\\/var\\\/www\\\/html\\\/centexcloud\\\/3rdparty\\\/guzzlehttp\\\/guzzle\\\/src\\\/RequestFsm.php(104): GuzzleHttp\\\\Exception\\\\RequestException::wrapException(Object(GuzzleHttp\\\\Message\\\\Request), Object(GuzzleHttp\\\\Ring\\\\Exception\\\\ConnectException))\\n#1 \\\/var\\\/www\\\/html\\\/centexcloud\\\/3rdparty\\\/guzzlehttp\\\/guzzle\\\/src\\\/RequestFsm.php(132): GuzzleHttp\\\\RequestFsm->__invoke(Object(GuzzleHttp\\\\Transaction))\\n#2 \\\/var\\\/www\\\/html\\\/centexcloud\\\/3rdparty\\\/react\\\/promise\\\/src\\\/FulfilledPromise.php(25): GuzzleHttp\\\\RequestFsm->GuzzleHttp\\\\{closure}(*** sensitive parameters replaced ***)\\n#3 \\\/var\\\/www\\\/html\\\/centexcloud\\\/3rdparty\\\/guzzlehttp\\\/ringphp\\\/src\\\/Future\\\/CompletedFutureValue.php(55): React\\\\Promise\\\\FulfilledPromise->then(Object(Closure), NULL, NULL)\\n#4 \\\/var\\\/www\\\/html\\\/centexcloud\\\/3rdparty\\\/guzzlehttp\\\/guzzle\\\/src\\\/Message\\\/FutureResponse.php(43): GuzzleHttp\\\\Ring\\\\Future\\\\CompletedFutureValue->then(Object(Closure), NULL, NULL)\\n#5 \\\/var\\\/www\\\/html\\\/centexcloud\\\/3rdparty\\\/guzzlehttp\\\/guzzle\\\/src\\\/RequestFsm.php(135): GuzzleHttp\\\\Message\\\\FutureResponse::proxy(Object(GuzzleHttp\\\\Ring\\\\Future\\\\CompletedFutureArray), Object(Closure))\\n#6 \\\/var\\\/www\\\/html\\\/centexcloud\\\/3rdparty\\\/guzzlehttp\\\/guzzle\\\/src\\\/Client.php(165): GuzzleHttp\\\\RequestFsm->__invoke(Object(GuzzleHttp\\\\Transaction))\\n#7 \\\/var\\\/www\\\/html\\\/centexcloud\\\/3rdparty\\\/guzzlehttp\\\/guzzle\\\/src\\\/Client.php(125): GuzzleHttp\\\\Client->send(Object(GuzzleHttp\\\\Message\\\\Request))\\n#8 \\\/var\\\/www\\\/html\\\/centexcloud\\\/lib\\\/private\\\/Http\\\/Client\\\/Client.php(138): GuzzleHttp\\\\Client->get('http:\\\/\\\/www.gith...', Array)\\n#9 \\\/var\\\/www\\\/html\\\/centexcloud\\\/settings\\\/Controller\\\/CheckSetupController.php(129): OC\\\\Http\\\\Client\\\\Client->get('http:\\\/\\\/www.gith...')\\n#10 \\\/var\\\/www\\\/html\\\/centexcloud\\\/settings\\\/Controller\\\/CheckSetupController.php(112): OC\\\\Settings\\\\Controller\\\\CheckSetupController->isSiteReachable('www.github.com')\\n#11 \\\/var\\\/www\\\/html\\\/centexcloud\\\/settings\\\/Controller\\\/CheckSetupController.php(426): OC\\\\Settings\\\\Controller\\\\CheckSetupController->isInternetConnectionWorking()\\n#12 [internal function]: OC\\\\Settings\\\\Controller\\\\CheckSetupController->check()\\n#13 \\\/var\\\/www\\\/html\\\/centexcloud\\\/lib\\\/private\\\/AppFramework\\\/Http\\\/Dispatcher.php(161): call_user_func_array(Array, Array)\\n#14 \\\/var\\\/www\\\/html\\\/centexcloud\\\/lib\\\/private\\\/AppFramework\\\/Http\\\/Dispatcher.php(91): OC\\\\AppFramework\\\\Http\\\\Dispatcher->executeController(Object(OC\\\\Settings\\\\Controller\\\\CheckSetupController), 'check')\\n#15 \\\/var\\\/www\\\/html\\\/centexcloud\\\/lib\\\/private\\\/AppFramework\\\/App.php(115): OC\\\\AppFramework\\\\Http\\\\Dispatcher->dispatch(Object(OC\\\\Settings\\\\Controller\\\\CheckSetupController), 'check')\\n#16 \\\/var\\\/www\\\/html\\\/centexcloud\\\/lib\\\/private\\\/AppFramework\\\/Routing\\\/RouteActionHandler.php(47): OC\\\\AppFramework\\\\App::main('CheckSetupContr...', 'check', Object(OC\\\\AppFramework\\\\DependencyInjection\\\\DIContainer), Array)\\n#17 [internal function]: OC\\\\AppFramework\\\\Routing\\\\RouteActionHandler->__invoke(Array)\\n#18 \\\/var\\\/www\\\/html\\\/centexcloud\\\/lib\\\/private\\\/Route\\\/Router.php(297): call_user_func(Object(OC\\\\AppFramework\\\\Routing\\\\RouteActionHandler), Array)\\n#19 \\\/var\\\/www\\\/html\\\/centexcloud\\\/lib\\\/base.php(999): OC\\\\Route\\\\Router->match('\\\/settings\\\/ajax\\\/...')\\n#20 \\\/var\\\/www\\\/html\\\/centexcloud\\\/index.php(42): OC::handleRequest()\\n#21 {main}\",\"File\":\"\\\/var\\\/www\\\/html\\\/centexcloud\\\/3rdparty\\\/guzzlehttp\\\/guzzle\\\/src\\\/Exception\\\/RequestException.php\",\"Line\":49}","userAgent":"Mozilla\/5.0 (Windows NT 6.1; Win64; x64; rv:61.0) Gecko\/20100101 Firefox\/61.0","version":"13.0.5.2"}
{"reqId":"DST9unFimChoEDGHwrvW","level":3,"time":"2018-08-30T12:24:30+00:00","remoteAddr":"192.168.0.239","user":"administrator","app":"index","method":"GET","url":"\/index.php\/settings\/ajax\/checksetup","message":"Exception: {\"Exception\":\"GuzzleHttp\\\\Exception\\\\ConnectException\",\"Message\":\"cURL error 7: couldn't connect to host\",\"Code\":0,\"Trace\":\"#0 \\\/var\\\/www\\\/html\\\/centexcloud\\\/3rdparty\\\/guzzlehttp\\\/guzzle\\\/src\\\/RequestFsm.php(104): GuzzleHttp\\\\Exception\\\\RequestException::wrapException(Object(GuzzleHttp\\\\Message\\\\Request), Object(GuzzleHttp\\\\Ring\\\\Exception\\\\ConnectException))\\n#1 \\\/var\\\/www\\\/html\\\/centexcloud\\\/3rdparty\\\/guzzlehttp\\\/guzzle\\\/src\\\/RequestFsm.php(132): GuzzleHttp\\\\RequestFsm->__invoke(Object(GuzzleHttp\\\\Transaction))\\n#2 \\\/var\\\/www\\\/html\\\/centexcloud\\\/3rdparty\\\/react\\\/promise\\\/src\\\/FulfilledPromise.php(25): GuzzleHttp\\\\RequestFsm->GuzzleHttp\\\\{closure}(*** sensitive parameters replaced ***)\\n#3 \\\/var\\\/www\\\/html\\\/centexcloud\\\/3rdparty\\\/guzzlehttp\\\/ringphp\\\/src\\\/Future\\\/CompletedFutureValue.php(55): React\\\\Promise\\\\FulfilledPromise->then(Object(Closure), NULL, NULL)\\n#4 \\\/var\\\/www\\\/html\\\/centexcloud\\\/3rdparty\\\/guzzlehttp\\\/guzzle\\\/src\\\/Message\\\/FutureResponse.php(43): GuzzleHttp\\\\Ring\\\\Future\\\\CompletedFutureValue->then(Object(Closure), NULL, NULL)\\n#5 \\\/var\\\/www\\\/html\\\/centexcloud\\\/3rdparty\\\/guzzlehttp\\\/guzzle\\\/src\\\/RequestFsm.php(135): GuzzleHttp\\\\Message\\\\FutureResponse::proxy(Object(GuzzleHttp\\\\Ring\\\\Future\\\\CompletedFutureArray), Object(Closure))\\n#6 \\\/var\\\/www\\\/html\\\/centexcloud\\\/3rdparty\\\/guzzlehttp\\\/guzzle\\\/src\\\/Client.php(165): GuzzleHttp\\\\RequestFsm->__invoke(Object(GuzzleHttp\\\\Transaction))\\n#7 \\\/var\\\/www\\\/html\\\/centexcloud\\\/3rdparty\\\/guzzlehttp\\\/guzzle\\\/src\\\/Client.php(125): GuzzleHttp\\\\Client->send(Object(GuzzleHttp\\\\Message\\\\Request))\\n#8 \\\/var\\\/www\\\/html\\\/centexcloud\\\/lib\\\/private\\\/Http\\\/Client\\\/Client.php(138): GuzzleHttp\\\\Client->get('https:\\\/\\\/nextclo...', Array)\\n#9 \\\/var\\\/www\\\/html\\\/centexcloud\\\/settings\\\/Controller\\\/CheckSetupController.php(221): OC\\\\Http\\\\Client\\\\Client->get('https:\\\/\\\/nextclo...')\\n#10 \\\/var\\\/www\\\/html\\\/centexcloud\\\/settings\\\/Controller\\\/CheckSetupController.php(431): OC\\\\Settings\\\\Controller\\\\CheckSetupController->isUsedTlsLibOutdated()\\n#11 [internal function]: OC\\\\Settings\\\\Controller\\\\CheckSetupController->check()\\n#12 \\\/var\\\/www\\\/html\\\/centexcloud\\\/lib\\\/private\\\/AppFramework\\\/Http\\\/Dispatcher.php(161): call_user_func_array(Array, Array)\\n#13 \\\/var\\\/www\\\/html\\\/centexcloud\\\/lib\\\/private\\\/AppFramework\\\/Http\\\/Dispatcher.php(91): OC\\\\AppFramework\\\\Http\\\\Dispatcher->executeController(Object(OC\\\\Settings\\\\Controller\\\\CheckSetupController), 'check')\\n#14 \\\/var\\\/www\\\/html\\\/centexcloud\\\/lib\\\/private\\\/AppFramework\\\/App.php(115): OC\\\\AppFramework\\\\Http\\\\Dispatcher->dispatch(Object(OC\\\\Settings\\\\Controller\\\\CheckSetupController), 'check')\\n#15 \\\/var\\\/www\\\/html\\\/centexcloud\\\/lib\\\/private\\\/AppFramework\\\/Routing\\\/RouteActionHandler.php(47): OC\\\\AppFramework\\\\App::main('CheckSetupContr...', 'check', Object(OC\\\\AppFramework\\\\DependencyInjection\\\\DIContainer), Array)\\n#16 [internal function]: OC\\\\AppFramework\\\\Routing\\\\RouteActionHandler->__invoke(Array)\\n#17 \\\/var\\\/www\\\/html\\\/centexcloud\\\/lib\\\/private\\\/Route\\\/Router.php(297): call_user_func(Object(OC\\\\AppFramework\\\\Routing\\\\RouteActionHandler), Array)\\n#18 \\\/var\\\/www\\\/html\\\/centexcloud\\\/lib\\\/base.php(999): OC\\\\Route\\\\Router->match('\\\/settings\\\/ajax\\\/...')\\n#19 \\\/var\\\/www\\\/html\\\/centexcloud\\\/index.php(42): OC::handleRequest()\\n#20 {main}\",\"File\":\"\\\/var\\\/www\\\/html\\\/centexcloud\\\/3rdparty\\\/guzzlehttp\\\/guzzle\\\/src\\\/Exception\\\/RequestException.php\",\"Line\":49}","userAgent":"Mozilla\/5.0 (Windows NT 6.1; Win64; x64; rv:61.0) Gecko\/20100101 Firefox\/61.0","version":"13.0.5.2"}
{"reqId":"DST9unFimChoEDGHwrvW","level":0,"time":"2018-08-30T12:24:30+00:00","remoteAddr":"192.168.0.239","user":"administrator","app":"core","method":"GET","url":"\/index.php\/settings\/ajax\/checksetup","message":"Scss is disabled for \/var\/www\/html\/centexcloud\/core\/css\/jquery-ui-fixes.scss, ignoring","userAgent":"Mozilla\/5.0 (Windows NT 6.1; Win64; x64; rv:61.0) Gecko\/20100101 Firefox\/61.0","version":"13.0.5.2"}
{"reqId":"DST9unFimChoEDGHwrvW","level":0,"time":"2018-08-30T12:24:30+00:00","remoteAddr":"192.168.0.239","user":"administrator","app":"core","method":"GET","url":"\/index.php\/settings\/ajax\/checksetup","message":"Scss is disabled for \/var\/www\/html\/centexcloud\/core\/css\/server.scss, ignoring","userAgent":"Mozilla\/5.0 (Windows NT 6.1; Win64; x64; rv:61.0) Gecko\/20100101 Firefox\/61.0","version":"13.0.5.2"}
{"reqId":"DST9unFimChoEDGHwrvW","level":0,"time":"2018-08-30T12:24:30+00:00","remoteAddr":"192.168.0.239","user":"administrator","app":"core","method":"GET","url":"\/index.php\/settings\/ajax\/checksetup","message":"Scss is disabled for \/var\/www\/html\/centexcloud\/core\/css\/share.scss, ignoring","userAgent":"Mozilla\/5.0 (Windows NT 6.1; Win64; x64; rv:61.0) Gecko\/20100101 Firefox\/61.0","version":"13.0.5.2"}
{"reqId":"DST9unFimChoEDGHwrvW","level":0,"time":"2018-08-30T12:24:30+00:00","remoteAddr":"192.168.0.239","user":"administrator","app":"core","method":"GET","url":"\/index.php\/settings\/ajax\/checksetup","message":"Scss is disabled for \/var\/www\/html\/centexcloud\/core\/css\/jquery.ocdialog.scss, ignoring","userAgent":"Mozilla\/5.0 (Windows NT 6.1; Win64; x64; rv:61.0) Gecko\/20100101 Firefox\/61.0","version":"13.0.5.2"}
{"reqId":"DST9unFimChoEDGHwrvW","level":0,"time":"2018-08-30T12:24:30+00:00","remoteAddr":"192.168.0.239","user":"administrator","app":"core","method":"GET","url":"\/index.php\/settings\/ajax\/checksetup","message":"Scss is disabled for \/var\/www\/html\/centexcloud\/core\/css\/styles.scss, ignoring","userAgent":"Mozilla\/5.0 (Windows NT 6.1; Win64; x64; rv:61.0) Gecko\/20100101 Firefox\/61.0","version":"13.0.5.2"}
{"reqId":"DST9unFimChoEDGHwrvW","level":0,"time":"2018-08-30T12:24:30+00:00","remoteAddr":"192.168.0.239","user":"administrator","app":"core","method":"GET","url":"\/index.php\/settings\/ajax\/checksetup","message":"Scss is disabled for \/var\/www\/html\/centexcloud\/core\/css\/header.scss, ignoring","userAgent":"Mozilla\/5.0 (Windows NT 6.1; Win64; x64; rv:61.0) Gecko\/20100101 Firefox\/61.0","version":"13.0.5.2"}
{"reqId":"5FxH9iJ4bEZvlnWXiEO3","level":3,"time":"2018-08-30T12:24:41+00:00","remoteAddr":"192.168.0.239","user":"administrator","app":"internet_connection_check","method":"GET","url":"\/index.php\/settings\/ajax\/checksetup","message":"Exception: {\"Exception\":\"GuzzleHttp\\\\Exception\\\\ConnectException\",\"Message\":\"cURL error 7: couldn't connect to host\",\"Code\":0,\"Trace\":\"#0 \\\/var\\\/www\\\/html\\\/centexcloud\\\/3rdparty\\\/guzzlehttp\\\/guzzle\\\/src\\\/RequestFsm.php(104): GuzzleHttp\\\\Exception\\\\RequestException::wrapException(Object(GuzzleHttp\\\\Message\\\\Request), Object(GuzzleHttp\\\\Ring\\\\Exception\\\\ConnectException))\\n#1 \\\/var\\\/www\\\/html\\\/centexcloud\\\/3rdparty\\\/guzzlehttp\\\/guzzle\\\/src\\\/RequestFsm.php(132): GuzzleHttp\\\\RequestFsm->__invoke(Object(GuzzleHttp\\\\Transaction))\\n#2 \\\/var\\\/www\\\/html\\\/centexcloud\\\/3rdparty\\\/react\\\/promise\\\/src\\\/FulfilledPromise.php(25): GuzzleHttp\\\\RequestFsm->GuzzleHttp\\\\{closure}(*** sensitive parameters replaced ***)\\n#3 \\\/var\\\/www\\\/html\\\/centexcloud\\\/3rdparty\\\/guzzlehttp\\\/ringphp\\\/src\\\/Future\\\/CompletedFutureValue.php(55): React\\\\Promise\\\\FulfilledPromise->then(Object(Closure), NULL, NULL)\\n#4 \\\/var\\\/www\\\/html\\\/centexcloud\\\/3rdparty\\\/guzzlehttp\\\/guzzle\\\/src\\\/Message\\\/FutureResponse.php(43): GuzzleHttp\\\\Ring\\\\Future\\\\CompletedFutureValue->then(Object(Closure), NULL, NULL)\\n#5 \\\/var\\\/www\\\/html\\\/centexcloud\\\/3rdparty\\\/guzzlehttp\\\/guzzle\\\/src\\\/RequestFsm.php(135): GuzzleHttp\\\\Message\\\\FutureResponse::proxy(Object(GuzzleHttp\\\\Ring\\\\Future\\\\CompletedFutureArray), Object(Closure))\\n#6 \\\/var\\\/www\\\/html\\\/centexcloud\\\/3rdparty\\\/guzzlehttp\\\/guzzle\\\/src\\\/Client.php(165): GuzzleHttp\\\\RequestFsm->__invoke(Object(GuzzleHttp\\\\Transaction))\\n#7 \\\/var\\\/www\\\/html\\\/centexcloud\\\/3rdparty\\\/guzzlehttp\\\/guzzle\\\/src\\\/Client.php(125): GuzzleHttp\\\\Client->send(Object(GuzzleHttp\\\\Message\\\\Request))\\n#8 \\\/var\\\/www\\\/html\\\/centexcloud\\\/lib\\\/private\\\/Http\\\/Client\\\/Client.php(138): GuzzleHttp\\\\Client->get('http:\\\/\\\/www.gith...', Array)\\n#9 \\\/var\\\/www\\\/html\\\/centexcloud\\\/settings\\\/Controller\\\/CheckSetupController.php(129): OC\\\\Http\\\\Client\\\\Client->get('http:\\\/\\\/www.gith...')\\n#10 \\\/var\\\/www\\\/html\\\/centexcloud\\\/settings\\\/Controller\\\/CheckSetupController.php(112): OC\\\\Settings\\\\Controller\\\\CheckSetupController->isSiteReachable('www.github.com')\\n#11 \\\/var\\\/www\\\/html\\\/centexcloud\\\/settings\\\/Controller\\\/CheckSetupController.php(426): OC\\\\Settings\\\\Controller\\\\CheckSetupController->isInternetConnectionWorking()\\n#12 [internal function]: OC\\\\Settings\\\\Controller\\\\CheckSetupController->check()\\n#13 \\\/var\\\/www\\\/html\\\/centexcloud\\\/lib\\\/private\\\/AppFramework\\\/Http\\\/Dispatcher.php(161): call_user_func_array(Array, Array)\\n#14 \\\/var\\\/www\\\/html\\\/centexcloud\\\/lib\\\/private\\\/AppFramework\\\/Http\\\/Dispatcher.php(91): OC\\\\AppFramework\\\\Http\\\\Dispatcher->executeController(Object(OC\\\\Settings\\\\Controller\\\\CheckSetupController), 'check')\\n#15 \\\/var\\\/www\\\/html\\\/centexcloud\\\/lib\\\/private\\\/AppFramework\\\/App.php(115): OC\\\\AppFramework\\\\Http\\\\Dispatcher->dispatch(Object(OC\\\\Settings\\\\Controller\\\\CheckSetupController), 'check')\\n#16 \\\/var\\\/www\\\/html\\\/centexcloud\\\/lib\\\/private\\\/AppFramework\\\/Routing\\\/RouteActionHandler.php(47): OC\\\\AppFramework\\\\App::main('CheckSetupContr...', 'check', Object(OC\\\\AppFramework\\\\DependencyInjection\\\\DIContainer), Array)\\n#17 [internal function]: OC\\\\AppFramework\\\\Routing\\\\RouteActionHandler->__invoke(Array)\\n#18 \\\/var\\\/www\\\/html\\\/centexcloud\\\/lib\\\/private\\\/Route\\\/Router.php(297): call_user_func(Object(OC\\\\AppFramework\\\\Routing\\\\RouteActionHandler), Array)\\n#19 \\\/var\\\/www\\\/html\\\/centexcloud\\\/lib\\\/base.php(999): OC\\\\Route\\\\Router->match('\\\/settings\\\/ajax\\\/...')\\n#20 \\\/var\\\/www\\\/html\\\/centexcloud\\\/index.php(42): OC::handleRequest()\\n#21 {main}\",\"File\":\"\\\/var\\\/www\\\/html\\\/centexcloud\\\/3rdparty\\\/guzzlehttp\\\/guzzle\\\/src\\\/Exception\\\/RequestException.php\",\"Line\":49}","userAgent":"Mozilla\/5.0 (Windows NT 6.1; Win64; x64; rv:61.0) Gecko\/20100101 Firefox\/61.0","version":"13.0.5.2"}
{"reqId":"96DtfDsEYG06LrojSQuj","level":3,"time":"2018-08-30T12:24:48+00:00","remoteAddr":"192.168.0.239","user":"administrator","app":"internet_connection_check","method":"GET","url":"\/index.php\/settings\/ajax\/checksetup","message":"Exception: {\"Exception\":\"GuzzleHttp\\\\Exception\\\\ConnectException\",\"Message\":\"cURL error 7: couldn't connect to host\",\"Code\":0,\"Trace\":\"#0 \\\/var\\\/www\\\/html\\\/centexcloud\\\/3rdparty\\\/guzzlehttp\\\/guzzle\\\/src\\\/RequestFsm.php(104): GuzzleHttp\\\\Exception\\\\RequestException::wrapException(Object(GuzzleHttp\\\\Message\\\\Request), Object(GuzzleHttp\\\\Ring\\\\Exception\\\\ConnectException))\\n#1 \\\/var\\\/www\\\/html\\\/centexcloud\\\/3rdparty\\\/guzzlehttp\\\/guzzle\\\/src\\\/RequestFsm.php(132): GuzzleHttp\\\\RequestFsm->__invoke(Object(GuzzleHttp\\\\Transaction))\\n#2 \\\/var\\\/www\\\/html\\\/centexcloud\\\/3rdparty\\\/react\\\/promise\\\/src\\\/FulfilledPromise.php(25): GuzzleHttp\\\\RequestFsm->GuzzleHttp\\\\{closure}(*** sensitive parameters replaced ***)\\n#3 \\\/var\\\/www\\\/html\\\/centexcloud\\\/3rdparty\\\/guzzlehttp\\\/ringphp\\\/src\\\/Future\\\/CompletedFutureValue.php(55): React\\\\Promise\\\\FulfilledPromise->then(Object(Closure), NULL, NULL)\\n#4 \\\/var\\\/www\\\/html\\\/centexcloud\\\/3rdparty\\\/guzzlehttp\\\/guzzle\\\/src\\\/Message\\\/FutureResponse.php(43): GuzzleHttp\\\\Ring\\\\Future\\\\CompletedFutureValue->then(Object(Closure), NULL, NULL)\\n#5 \\\/var\\\/www\\\/html\\\/centexcloud\\\/3rdparty\\\/guzzlehttp\\\/guzzle\\\/src\\\/RequestFsm.php(135): GuzzleHttp\\\\Message\\\\FutureResponse::proxy(Object(GuzzleHttp\\\\Ring\\\\Future\\\\CompletedFutureArray), Object(Closure))\\n#6 \\\/var\\\/www\\\/html\\\/centexcloud\\\/3rdparty\\\/guzzlehttp\\\/guzzle\\\/src\\\/Client.php(165): GuzzleHttp\\\\RequestFsm->__invoke(Object(GuzzleHttp\\\\Transaction))\\n#7 \\\/var\\\/www\\\/html\\\/centexcloud\\\/3rdparty\\\/guzzlehttp\\\/guzzle\\\/src\\\/Client.php(125): GuzzleHttp\\\\Client->send(Object(GuzzleHttp\\\\Message\\\\Request))\\n#8 \\\/var\\\/www\\\/html\\\/centexcloud\\\/lib\\\/private\\\/Http\\\/Client\\\/Client.php(138): GuzzleHttp\\\\Client->get('http:\\\/\\\/www.gith...', Array)\\n#9 \\\/var\\\/www\\\/html\\\/centexcloud\\\/settings\\\/Controller\\\/CheckSetupController.php(129): OC\\\\Http\\\\Client\\\\Client->get('http:\\\/\\\/www.gith...')\\n#10 \\\/var\\\/www\\\/html\\\/centexcloud\\\/settings\\\/Controller\\\/CheckSetupController.php(112): OC\\\\Settings\\\\Controller\\\\CheckSetupController->isSiteReachable('www.github.com')\\n#11 \\\/var\\\/www\\\/html\\\/centexcloud\\\/settings\\\/Controller\\\/CheckSetupController.php(426): OC\\\\Settings\\\\Controller\\\\CheckSetupController->isInternetConnectionWorking()\\n#12 [internal function]: OC\\\\Settings\\\\Controller\\\\CheckSetupController->check()\\n#13 \\\/var\\\/www\\\/html\\\/centexcloud\\\/lib\\\/private\\\/AppFramework\\\/Http\\\/Dispatcher.php(161): call_user_func_array(Array, Array)\\n#14 \\\/var\\\/www\\\/html\\\/centexcloud\\\/lib\\\/private\\\/AppFramework\\\/Http\\\/Dispatcher.php(91): OC\\\\AppFramework\\\\Http\\\\Dispatcher->executeController(Object(OC\\\\Settings\\\\Controller\\\\CheckSetupController), 'check')\\n#15 \\\/var\\\/www\\\/html\\\/centexcloud\\\/lib\\\/private\\\/AppFramework\\\/App.php(115): OC\\\\AppFramework\\\\Http\\\\Dispatcher->dispatch(Object(OC\\\\Settings\\\\Controller\\\\CheckSetupController), 'check')\\n#16 \\\/var\\\/www\\\/html\\\/centexcloud\\\/lib\\\/private\\\/AppFramework\\\/Routing\\\/RouteActionHandler.php(47): OC\\\\AppFramework\\\\App::main('CheckSetupContr...', 'check', Object(OC\\\\AppFramework\\\\DependencyInjection\\\\DIContainer), Array)\\n#17 [internal function]: OC\\\\AppFramework\\\\Routing\\\\RouteActionHandler->__invoke(Array)\\n#18 \\\/var\\\/www\\\/html\\\/centexcloud\\\/lib\\\/private\\\/Route\\\/Router.php(297): call_user_func(Object(OC\\\\AppFramework\\\\Routing\\\\RouteActionHandler), Array)\\n#19 \\\/var\\\/www\\\/html\\\/centexcloud\\\/lib\\\/base.php(999): OC\\\\Route\\\\Router->match('\\\/settings\\\/ajax\\\/...')\\n#20 \\\/var\\\/www\\\/html\\\/centexcloud\\\/index.php(42): OC::handleRequest()\\n#21 {main}\",\"File\":\"\\\/var\\\/www\\\/html\\\/centexcloud\\\/3rdparty\\\/guzzlehttp\\\/guzzle\\\/src\\\/Exception\\\/RequestException.php\",\"Line\":49}","userAgent":"Mozilla\/5.0 (Windows NT 6.1; Win64; x64; rv:61.0) Gecko\/20100101 Firefox\/61.0","version":"13.0.5.2"}
{"reqId":"5FxH9iJ4bEZvlnWXiEO3","level":3,"time":"2018-08-30T12:25:44+00:00","remoteAddr":"192.168.0.239","user":"administrator","app":"index","method":"GET","url":"\/index.php\/settings\/ajax\/checksetup","message":"Exception: {\"Exception\":\"GuzzleHttp\\\\Exception\\\\ConnectException\",\"Message\":\"cURL error 7: couldn't connect to host\",\"Code\":0,\"Trace\":\"#0 \\\/var\\\/www\\\/html\\\/centexcloud\\\/3rdparty\\\/guzzlehttp\\\/guzzle\\\/src\\\/RequestFsm.php(104): GuzzleHttp\\\\Exception\\\\RequestException::wrapException(Object(GuzzleHttp\\\\Message\\\\Request), Object(GuzzleHttp\\\\Ring\\\\Exception\\\\ConnectException))\\n#1 \\\/var\\\/www\\\/html\\\/centexcloud\\\/3rdparty\\\/guzzlehttp\\\/guzzle\\\/src\\\/RequestFsm.php(132): GuzzleHttp\\\\RequestFsm->__invoke(Object(GuzzleHttp\\\\Transaction))\\n#2 \\\/var\\\/www\\\/html\\\/centexcloud\\\/3rdparty\\\/react\\\/promise\\\/src\\\/FulfilledPromise.php(25): GuzzleHttp\\\\RequestFsm->GuzzleHttp\\\\{closure}(*** sensitive parameters replaced ***)\\n#3 \\\/var\\\/www\\\/html\\\/centexcloud\\\/3rdparty\\\/guzzlehttp\\\/ringphp\\\/src\\\/Future\\\/CompletedFutureValue.php(55): React\\\\Promise\\\\FulfilledPromise->then(Object(Closure), NULL, NULL)\\n#4 \\\/var\\\/www\\\/html\\\/centexcloud\\\/3rdparty\\\/guzzlehttp\\\/guzzle\\\/src\\\/Message\\\/FutureResponse.php(43): GuzzleHttp\\\\Ring\\\\Future\\\\CompletedFutureValue->then(Object(Closure), NULL, NULL)\\n#5 \\\/var\\\/www\\\/html\\\/centexcloud\\\/3rdparty\\\/guzzlehttp\\\/guzzle\\\/src\\\/RequestFsm.php(135): GuzzleHttp\\\\Message\\\\FutureResponse::proxy(Object(GuzzleHttp\\\\Ring\\\\Future\\\\CompletedFutureArray), Object(Closure))\\n#6 \\\/var\\\/www\\\/html\\\/centexcloud\\\/3rdparty\\\/guzzlehttp\\\/guzzle\\\/src\\\/Client.php(165): GuzzleHttp\\\\RequestFsm->__invoke(Object(GuzzleHttp\\\\Transaction))\\n#7 \\\/var\\\/www\\\/html\\\/centexcloud\\\/3rdparty\\\/guzzlehttp\\\/guzzle\\\/src\\\/Client.php(125): GuzzleHttp\\\\Client->send(Object(GuzzleHttp\\\\Message\\\\Request))\\n#8 \\\/var\\\/www\\\/html\\\/centexcloud\\\/lib\\\/private\\\/Http\\\/Client\\\/Client.php(138): GuzzleHttp\\\\Client->get('https:\\\/\\\/nextclo...', Array)\\n#9 \\\/var\\\/www\\\/html\\\/centexcloud\\\/settings\\\/Controller\\\/CheckSetupController.php(221): OC\\\\Http\\\\Client\\\\Client->get('https:\\\/\\\/nextclo...')\\n#10 \\\/var\\\/www\\\/html\\\/centexcloud\\\/settings\\\/Controller\\\/CheckSetupController.php(431): OC\\\\Settings\\\\Controller\\\\CheckSetupController->isUsedTlsLibOutdated()\\n#11 [internal function]: OC\\\\Settings\\\\Controller\\\\CheckSetupController->check()\\n#12 \\\/var\\\/www\\\/html\\\/centexcloud\\\/lib\\\/private\\\/AppFramework\\\/Http\\\/Dispatcher.php(161): call_user_func_array(Array, Array)\\n#13 \\\/var\\\/www\\\/html\\\/centexcloud\\\/lib\\\/private\\\/AppFramework\\\/Http\\\/Dispatcher.php(91): OC\\\\AppFramework\\\\Http\\\\Dispatcher->executeController(Object(OC\\\\Settings\\\\Controller\\\\CheckSetupController), 'check')\\n#14 \\\/var\\\/www\\\/html\\\/centexcloud\\\/lib\\\/private\\\/AppFramework\\\/App.php(115): OC\\\\AppFramework\\\\Http\\\\Dispatcher->dispatch(Object(OC\\\\Settings\\\\Controller\\\\CheckSetupController), 'check')\\n#15 \\\/var\\\/www\\\/html\\\/centexcloud\\\/lib\\\/private\\\/AppFramework\\\/Routing\\\/RouteActionHandler.php(47): OC\\\\AppFramework\\\\App::main('CheckSetupContr...', 'check', Object(OC\\\\AppFramework\\\\DependencyInjection\\\\DIContainer), Array)\\n#16 [internal function]: OC\\\\AppFramework\\\\Routing\\\\RouteActionHandler->__invoke(Array)\\n#17 \\\/var\\\/www\\\/html\\\/centexcloud\\\/lib\\\/private\\\/Route\\\/Router.php(297): call_user_func(Object(OC\\\\AppFramework\\\\Routing\\\\RouteActionHandler), Array)\\n#18 \\\/var\\\/www\\\/html\\\/centexcloud\\\/lib\\\/base.php(999): OC\\\\Route\\\\Router->match('\\\/settings\\\/ajax\\\/...')\\n#19 \\\/var\\\/www\\\/html\\\/centexcloud\\\/index.php(42): OC::handleRequest()\\n#20 {main}\",\"File\":\"\\\/var\\\/www\\\/html\\\/centexcloud\\\/3rdparty\\\/guzzlehttp\\\/guzzle\\\/src\\\/Exception\\\/RequestException.php\",\"Line\":49}","userAgent":"Mozilla\/5.0 (Windows NT 6.1; Win64; x64; rv:61.0) Gecko\/20100101 Firefox\/61.0","version":"13.0.5.2"}
{"reqId":"5FxH9iJ4bEZvlnWXiEO3","level":0,"time":"2018-08-30T12:25:44+00:00","remoteAddr":"192.168.0.239","user":"administrator","app":"core","method":"GET","url":"\/index.php\/settings\/ajax\/checksetup","message":"Scss is disabled for \/var\/www\/html\/centexcloud\/core\/css\/jquery-ui-fixes.scss, ignoring","userAgent":"Mozilla\/5.0 (Windows NT 6.1; Win64; x64; rv:61.0) Gecko\/20100101 Firefox\/61.0","version":"13.0.5.2"}
{"reqId":"5FxH9iJ4bEZvlnWXiEO3","level":0,"time":"2018-08-30T12:25:44+00:00","remoteAddr":"192.168.0.239","user":"administrator","app":"core","method":"GET","url":"\/index.php\/settings\/ajax\/checksetup","message":"Scss is disabled for \/var\/www\/html\/centexcloud\/core\/css\/server.scss, ignoring","userAgent":"Mozilla\/5.0 (Windows NT 6.1; Win64; x64; rv:61.0) Gecko\/20100101 Firefox\/61.0","version":"13.0.5.2"}
{"reqId":"5FxH9iJ4bEZvlnWXiEO3","level":0,"time":"2018-08-30T12:25:44+00:00","remoteAddr":"192.168.0.239","user":"administrator","app":"core","method":"GET","url":"\/index.php\/settings\/ajax\/checksetup","message":"Scss is disabled for \/var\/www\/html\/centexcloud\/core\/css\/share.scss, ignoring","userAgent":"Mozilla\/5.0 (Windows NT 6.1; Win64; x64; rv:61.0) Gecko\/20100101 Firefox\/61.0","version":"13.0.5.2"}
{"reqId":"5FxH9iJ4bEZvlnWXiEO3","level":0,"time":"2018-08-30T12:25:44+00:00","remoteAddr":"192.168.0.239","user":"administrator","app":"core","method":"GET","url":"\/index.php\/settings\/ajax\/checksetup","message":"Scss is disabled for \/var\/www\/html\/centexcloud\/core\/css\/jquery.ocdialog.scss, ignoring","userAgent":"Mozilla\/5.0 (Windows NT 6.1; Win64; x64; rv:61.0) Gecko\/20100101 Firefox\/61.0","version":"13.0.5.2"}
{"reqId":"5FxH9iJ4bEZvlnWXiEO3","level":0,"time":"2018-08-30T12:25:44+00:00","remoteAddr":"192.168.0.239","user":"administrator","app":"core","method":"GET","url":"\/index.php\/settings\/ajax\/checksetup","message":"Scss is disabled for \/var\/www\/html\/centexcloud\/core\/css\/styles.scss, ignoring","userAgent":"Mozilla\/5.0 (Windows NT 6.1; Win64; x64; rv:61.0) Gecko\/20100101 Firefox\/61.0","version":"13.0.5.2"}
{"reqId":"5FxH9iJ4bEZvlnWXiEO3","level":0,"time":"2018-08-30T12:25:44+00:00","remoteAddr":"192.168.0.239","user":"administrator","app":"core","method":"GET","url":"\/index.php\/settings\/ajax\/checksetup","message":"Scss is disabled for \/var\/www\/html\/centexcloud\/core\/css\/header.scss, ignoring","userAgent":"Mozilla\/5.0 (Windows NT 6.1; Win64; x64; rv:61.0) Gecko\/20100101 Firefox\/61.0","version":"13.0.5.2"}
{"reqId":"96DtfDsEYG06LrojSQuj","level":3,"time":"2018-08-30T12:25:51+00:00","remoteAddr":"192.168.0.239","user":"administrator","app":"index","method":"GET","url":"\/index.php\/settings\/ajax\/checksetup","message":"Exception: {\"Exception\":\"GuzzleHttp\\\\Exception\\\\ConnectException\",\"Message\":\"cURL error 7: couldn't connect to host\",\"Code\":0,\"Trace\":\"#0 \\\/var\\\/www\\\/html\\\/centexcloud\\\/3rdparty\\\/guzzlehttp\\\/guzzle\\\/src\\\/RequestFsm.php(104): GuzzleHttp\\\\Exception\\\\RequestException::wrapException(Object(GuzzleHttp\\\\Message\\\\Request), Object(GuzzleHttp\\\\Ring\\\\Exception\\\\ConnectException))\\n#1 \\\/var\\\/www\\\/html\\\/centexcloud\\\/3rdparty\\\/guzzlehttp\\\/guzzle\\\/src\\\/RequestFsm.php(132): GuzzleHttp\\\\RequestFsm->__invoke(Object(GuzzleHttp\\\\Transaction))\\n#2 \\\/var\\\/www\\\/html\\\/centexcloud\\\/3rdparty\\\/react\\\/promise\\\/src\\\/FulfilledPromise.php(25): GuzzleHttp\\\\RequestFsm->GuzzleHttp\\\\{closure}(*** sensitive parameters replaced ***)\\n#3 \\\/var\\\/www\\\/html\\\/centexcloud\\\/3rdparty\\\/guzzlehttp\\\/ringphp\\\/src\\\/Future\\\/CompletedFutureValue.php(55): React\\\\Promise\\\\FulfilledPromise->then(Object(Closure), NULL, NULL)\\n#4 \\\/var\\\/www\\\/html\\\/centexcloud\\\/3rdparty\\\/guzzlehttp\\\/guzzle\\\/src\\\/Message\\\/FutureResponse.php(43): GuzzleHttp\\\\Ring\\\\Future\\\\CompletedFutureValue->then(Object(Closure), NULL, NULL)\\n#5 \\\/var\\\/www\\\/html\\\/centexcloud\\\/3rdparty\\\/guzzlehttp\\\/guzzle\\\/src\\\/RequestFsm.php(135): GuzzleHttp\\\\Message\\\\FutureResponse::proxy(Object(GuzzleHttp\\\\Ring\\\\Future\\\\CompletedFutureArray), Object(Closure))\\n#6 \\\/var\\\/www\\\/html\\\/centexcloud\\\/3rdparty\\\/guzzlehttp\\\/guzzle\\\/src\\\/Client.php(165): GuzzleHttp\\\\RequestFsm->__invoke(Object(GuzzleHttp\\\\Transaction))\\n#7 \\\/var\\\/www\\\/html\\\/centexcloud\\\/3rdparty\\\/guzzlehttp\\\/guzzle\\\/src\\\/Client.php(125): GuzzleHttp\\\\Client->send(Object(GuzzleHttp\\\\Message\\\\Request))\\n#8 \\\/var\\\/www\\\/html\\\/centexcloud\\\/lib\\\/private\\\/Http\\\/Client\\\/Client.php(138): GuzzleHttp\\\\Client->get('https:\\\/\\\/nextclo...', Array)\\n#9 \\\/var\\\/www\\\/html\\\/centexcloud\\\/settings\\\/Controller\\\/CheckSetupController.php(221): OC\\\\Http\\\\Client\\\\Client->get('https:\\\/\\\/nextclo...')\\n#10 \\\/var\\\/www\\\/html\\\/centexcloud\\\/settings\\\/Controller\\\/CheckSetupController.php(431): OC\\\\Settings\\\\Controller\\\\CheckSetupController->isUsedTlsLibOutdated()\\n#11 [internal function]: OC\\\\Settings\\\\Controller\\\\CheckSetupController->check()\\n#12 \\\/var\\\/www\\\/html\\\/centexcloud\\\/lib\\\/private\\\/AppFramework\\\/Http\\\/Dispatcher.php(161): call_user_func_array(Array, Array)\\n#13 \\\/var\\\/www\\\/html\\\/centexcloud\\\/lib\\\/private\\\/AppFramework\\\/Http\\\/Dispatcher.php(91): OC\\\\AppFramework\\\\Http\\\\Dispatcher->executeController(Object(OC\\\\Settings\\\\Controller\\\\CheckSetupController), 'check')\\n#14 \\\/var\\\/www\\\/html\\\/centexcloud\\\/lib\\\/private\\\/AppFramework\\\/App.php(115): OC\\\\AppFramework\\\\Http\\\\Dispatcher->dispatch(Object(OC\\\\Settings\\\\Controller\\\\CheckSetupController), 'check')\\n#15 \\\/var\\\/www\\\/html\\\/centexcloud\\\/lib\\\/private\\\/AppFramework\\\/Routing\\\/RouteActionHandler.php(47): OC\\\\AppFramework\\\\App::main('CheckSetupContr...', 'check', Object(OC\\\\AppFramework\\\\DependencyInjection\\\\DIContainer), Array)\\n#16 [internal function]: OC\\\\AppFramework\\\\Routing\\\\RouteActionHandler->__invoke(Array)\\n#17 \\\/var\\\/www\\\/html\\\/centexcloud\\\/lib\\\/private\\\/Route\\\/Router.php(297): call_user_func(Object(OC\\\\AppFramework\\\\Routing\\\\RouteActionHandler), Array)\\n#18 \\\/var\\\/www\\\/html\\\/centexcloud\\\/lib\\\/base.php(999): OC\\\\Route\\\\Router->match('\\\/settings\\\/ajax\\\/...')\\n#19 \\\/var\\\/www\\\/html\\\/centexcloud\\\/index.php(42): OC::handleRequest()\\n#20 {main}\",\"File\":\"\\\/var\\\/www\\\/html\\\/centexcloud\\\/3rdparty\\\/guzzlehttp\\\/guzzle\\\/src\\\/Exception\\\/RequestException.php\",\"Line\":49}","userAgent":"Mozilla\/5.0 (Windows NT 6.1; Win64; x64; rv:61.0) Gecko\/20100101 Firefox\/61.0","version":"13.0.5.2"}
{"reqId":"96DtfDsEYG06LrojSQuj","level":0,"time":"2018-08-30T12:25:51+00:00","remoteAddr":"192.168.0.239","user":"administrator","app":"core","method":"GET","url":"\/index.php\/settings\/ajax\/checksetup","message":"Scss is disabled for \/var\/www\/html\/centexcloud\/core\/css\/jquery-ui-fixes.scss, ignoring","userAgent":"Mozilla\/5.0 (Windows NT 6.1; Win64; x64; rv:61.0) Gecko\/20100101 Firefox\/61.0","version":"13.0.5.2"}
{"reqId":"96DtfDsEYG06LrojSQuj","level":0,"time":"2018-08-30T12:25:51+00:00","remoteAddr":"192.168.0.239","user":"administrator","app":"core","method":"GET","url":"\/index.php\/settings\/ajax\/checksetup","message":"Scss is disabled for \/var\/www\/html\/centexcloud\/core\/css\/server.scss, ignoring","userAgent":"Mozilla\/5.0 (Windows NT 6.1; Win64; x64; rv:61.0) Gecko\/20100101 Firefox\/61.0","version":"13.0.5.2"}
{"reqId":"96DtfDsEYG06LrojSQuj","level":0,"time":"2018-08-30T12:25:51+00:00","remoteAddr":"192.168.0.239","user":"administrator","app":"core","method":"GET","url":"\/index.php\/settings\/ajax\/checksetup","message":"Scss is disabled for \/var\/www\/html\/centexcloud\/core\/css\/share.scss, ignoring","userAgent":"Mozilla\/5.0 (Windows NT 6.1; Win64; x64; rv:61.0) Gecko\/20100101 Firefox\/61.0","version":"13.0.5.2"}
{"reqId":"96DtfDsEYG06LrojSQuj","level":0,"time":"2018-08-30T12:25:51+00:00","remoteAddr":"192.168.0.239","user":"administrator","app":"core","method":"GET","url":"\/index.php\/settings\/ajax\/checksetup","message":"Scss is disabled for \/var\/www\/html\/centexcloud\/core\/css\/jquery.ocdialog.scss, ignoring","userAgent":"Mozilla\/5.0 (Windows NT 6.1; Win64; x64; rv:61.0) Gecko\/20100101 Firefox\/61.0","version":"13.0.5.2"}
{"reqId":"96DtfDsEYG06LrojSQuj","level":0,"time":"2018-08-30T12:25:51+00:00","remoteAddr":"192.168.0.239","user":"administrator","app":"core","method":"GET","url":"\/index.php\/settings\/ajax\/checksetup","message":"Scss is disabled for \/var\/www\/html\/centexcloud\/core\/css\/styles.scss, ignoring","userAgent":"Mozilla\/5.0 (Windows NT 6.1; Win64; x64; rv:61.0) Gecko\/20100101 Firefox\/61.0","version":"13.0.5.2"}
{"reqId":"96DtfDsEYG06LrojSQuj","level":0,"time":"2018-08-30T12:25:51+00:00","remoteAddr":"192.168.0.239","user":"administrator","app":"core","method":"GET","url":"\/index.php\/settings\/ajax\/checksetup","message":"Scss is disabled for \/var\/www\/html\/centexcloud\/core\/css\/header.scss, ignoring","userAgent":"Mozilla\/5.0 (Windows NT 6.1; Win64; x64; rv:61.0) Gecko\/20100101 Firefox\/61.0","version":"13.0.5.2"}
{"reqId":"PGAW1hd2TcqtGL0XJnVR","level":3,"time":"2018-08-30T12:26:59+00:00","remoteAddr":"192.168.0.239","user":"administrator","app":"PHP","method":"GET","url":"\/index.php\/apps\/files\/?dir=\/flowupload&fileid=829","message":"Module 'pgsql' already loaded at Unknown#0","userAgent":"Mozilla\/5.0 (Windows NT 6.1; Win64; x64; rv:61.0) Gecko\/20100101 Firefox\/61.0","version":"13.0.5.2"}
{"reqId":"IsT4hqDSwmZvFHnDryLL","level":3,"time":"2018-08-30T12:26:59+00:00","remoteAddr":"192.168.0.239","user":"administrator","app":"PHP","method":"GET","url":"\/index.php\/apps\/files\/?dir=\/flowupload","message":"Module 'pgsql' already loaded at Unknown#0","userAgent":"Mozilla\/5.0 (Windows NT 6.1; Win64; x64; rv:61.0) Gecko\/20100101 Firefox\/61.0","version":"13.0.5.2"}
{"reqId":"C2Gp7izpz2DbYiuY73di","level":3,"time":"2018-08-30T12:27:00+00:00","remoteAddr":"192.168.0.239","user":"administrator","app":"PHP","method":"GET","url":"\/index.php\/css\/core\/0cac-0042-jquery-ui-fixes.css?v=f1d1da0e-26","message":"Module 'pgsql' already loaded at Unknown#0","userAgent":"Mozilla\/5.0 (Windows NT 6.1; Win64; x64; rv:61.0) Gecko\/20100101 Firefox\/61.0","version":"13.0.5.2"}
{"reqId":"q2XGLVzUYByUfAaW421T","level":3,"time":"2018-08-30T12:27:00+00:00","remoteAddr":"192.168.0.239","user":"administrator","app":"PHP","method":"GET","url":"\/index.php\/css\/core\/0cac-0042-jquery.ocdialog.css?v=f1d1da0e-26","message":"Module 'pgsql' already loaded at Unknown#0","userAgent":"Mozilla\/5.0 (Windows NT 6.1; Win64; x64; rv:61.0) Gecko\/20100101 Firefox\/61.0","version":"13.0.5.2"}
{"reqId":"i6V2UTao6pWYIJzuKggj","level":3,"time":"2018-08-30T12:27:00+00:00","remoteAddr":"192.168.0.239","user":"administrator","app":"PHP","method":"GET","url":"\/index.php\/css\/files\/4fda-0042-merged.css?v=f1d1da0e-26","message":"Module 'pgsql' already loaded at Unknown#0","userAgent":"Mozilla\/5.0 (Windows NT 6.1; Win64; x64; rv:61.0) Gecko\/20100101 Firefox\/61.0","version":"13.0.5.2"}
{"reqId":"wrmUl22xjZ7PulIM2JUF","level":3,"time":"2018-08-30T12:27:00+00:00","remoteAddr":"192.168.0.239","user":"administrator","app":"PHP","method":"GET","url":"\/index.php\/css\/files_trashbin\/1980-0042-trash.css?v=f1d1da0e-26","message":"Module 'pgsql' already loaded at Unknown#0","userAgent":"Mozilla\/5.0 (Windows NT 6.1; Win64; x64; rv:61.0) Gecko\/20100101 Firefox\/61.0","version":"13.0.5.2"}
{"reqId":"nugF7bXvlmfH9sSYCdQ4","level":3,"time":"2018-08-30T12:27:00+00:00","remoteAddr":"192.168.0.239","user":"administrator","app":"PHP","method":"GET","url":"\/index.php\/css\/core\/0cac-0042-server.css?v=f1d1da0e-26","message":"Module 'pgsql' already loaded at Unknown#0","userAgent":"Mozilla\/5.0 (Windows NT 6.1; Win64; x64; rv:61.0) Gecko\/20100101 Firefox\/61.0","version":"13.0.5.2"}
{"reqId":"4kNFzNGBCxdTVqUQeMcn","level":3,"time":"2018-08-30T12:27:01+00:00","remoteAddr":"192.168.0.239","user":"administrator","app":"PHP","method":"GET","url":"\/index.php\/css\/core\/0cac-0042-systemtags.css?v=f1d1da0e-26","message":"Module 'pgsql' already loaded at Unknown#0","userAgent":"Mozilla\/5.0 (Windows NT 6.1; Win64; x64; rv:61.0) Gecko\/20100101 Firefox\/61.0","version":"13.0.5.2"}
{"reqId":"0kyiZrjTevQ1lI6YWa4c","level":3,"time":"2018-08-30T12:27:02+00:00","remoteAddr":"192.168.0.239","user":"administrator","app":"PHP","method":"GET","url":"\/index.php\/js\/core\/merged.js?v=f1d1da0e-26","message":"Module 'pgsql' already loaded at Unknown#0","userAgent":"Mozilla\/5.0 (Windows NT 6.1; Win64; x64; rv:61.0) Gecko\/20100101 Firefox\/61.0","version":"13.0.5.2"}
{"reqId":"1ryHCHmOUKwOrCaHWWFl","level":3,"time":"2018-08-30T12:27:02+00:00","remoteAddr":"192.168.0.239","user":"administrator","app":"PHP","method":"GET","url":"\/index.php\/js\/systemtags\/merged.js?v=f1d1da0e-26","message":"Module 'pgsql' already loaded at Unknown#0","userAgent":"Mozilla\/5.0 (Windows NT 6.1; Win64; x64; rv:61.0) Gecko\/20100101 Firefox\/61.0","version":"13.0.5.2"}
{"reqId":"Ez6udnxjRd2NkWDXGFDS","level":3,"time":"2018-08-30T12:27:04+00:00","remoteAddr":"192.168.0.239","user":"administrator","app":"PHP","method":"POST","url":"\/index.php\/apps\/ojsxc\/http-bind","message":"Module 'pgsql' already loaded at Unknown#0","userAgent":"Mozilla\/5.0 (Windows NT 6.1; Win64; x64; rv:61.0) Gecko\/20100101 Firefox\/61.0","version":"13.0.5.2"}
{"reqId":"Z4Z0W4FsOjr6yZbDWnko","level":0,"time":"2018-08-30T12:27:14+00:00","remoteAddr":"192.168.0.239","user":"administrator","app":"ojsxc","method":"POST","url":"\/index.php\/apps\/ojsxc\/http-bind","message":"Receiving {administrator} : <body rid='123753' xmlns='http:\/\/jabber.org\/protocol\/httpbind' sid='internal'><iq from='administrator@cloud.centexexports.com\/internal' to='cloud.centexexports.com' type='get' xmlns='jabber:client' id='b1806062-e84a-4477-8ec4-a9b4f5120d21:sendIQ'><query xmlns='http:\/\/jabber.org\/protocol\/disco#info' node='undefined#undefined'\/><\/iq><presence xmlns='jabber:client'><c xmlns='http:\/\/jabber.org\/protocol\/caps' hash='sha-1' node='http:\/\/jsxc.org\/' ver='UEMHBlT9XVU7FUwfm\/6rl815MUE='\/><\/presence><\/body>","userAgent":"Mozilla\/5.0 (Windows NT 6.1; Win64; x64; rv:61.0) Gecko\/20100101 Firefox\/61.0","version":"13.0.5.2"}
{"reqId":"Z4Z0W4FsOjr6yZbDWnko","level":0,"time":"2018-08-30T12:27:14+00:00","remoteAddr":"192.168.0.239","user":"administrator","app":"ojsxc","method":"POST","url":"\/index.php\/apps\/ojsxc\/http-bind","message":"Sending {administrator} : <presence type=\"unavailable\" from=\"priyanka@cloud.centexexports.com\/internal\" to=\"administrator@cloud.centexexports.com\/internal\" xmlns=\"jabber:client\"\/>","userAgent":"Mozilla\/5.0 (Windows NT 6.1; Win64; x64; rv:61.0) Gecko\/20100101 Firefox\/61.0","version":"13.0.5.2"}
{"reqId":"Z4Z0W4FsOjr6yZbDWnko","level":0,"time":"2018-08-30T12:27:14+00:00","remoteAddr":"192.168.0.239","user":"administrator","app":"ojsxc","method":"POST","url":"\/index.php\/apps\/ojsxc\/http-bind","message":"Sending {administrator} : <presence type=\"unavailable\" from=\"nitin@cloud.centexexports.com\/internal\" to=\"administrator@cloud.centexexports.com\/internal\" xmlns=\"jabber:client\"\/>","userAgent":"Mozilla\/5.0 (Windows NT 6.1; Win64; x64; rv:61.0) Gecko\/20100101 Firefox\/61.0","version":"13.0.5.2"}
{"reqId":"Z4Z0W4FsOjr6yZbDWnko","level":0,"time":"2018-08-30T12:27:14+00:00","remoteAddr":"192.168.0.239","user":"administrator","app":"ojsxc","method":"POST","url":"\/index.php\/apps\/ojsxc\/http-bind","message":"Sending {administrator} : <presence type=\"unavailable\" from=\"eshhan@cloud.centexexports.com\/internal\" to=\"administrator@cloud.centexexports.com\/internal\" xmlns=\"jabber:client\"\/>","userAgent":"Mozilla\/5.0 (Windows NT 6.1; Win64; x64; rv:61.0) Gecko\/20100101 Firefox\/61.0","version":"13.0.5.2"}
{"reqId":"Z4Z0W4FsOjr6yZbDWnko","level":0,"time":"2018-08-30T12:27:14+00:00","remoteAddr":"192.168.0.239","user":"administrator","app":"ojsxc","method":"POST","url":"\/index.php\/apps\/ojsxc\/http-bind","message":"Sending {administrator} : <presence type=\"unavailable\" from=\"patrick@cloud.centexexports.com\/internal\" to=\"administrator@cloud.centexexports.com\/internal\" xmlns=\"jabber:client\"\/>","userAgent":"Mozilla\/5.0 (Windows NT 6.1; Win64; x64; rv:61.0) Gecko\/20100101 Firefox\/61.0","version":"13.0.5.2"}
{"reqId":"Z4Z0W4FsOjr6yZbDWnko","level":0,"time":"2018-08-30T12:27:14+00:00","remoteAddr":"192.168.0.239","user":"administrator","app":"ojsxc","method":"POST","url":"\/index.php\/apps\/ojsxc\/http-bind","message":"Sending {administrator} : <presence type=\"unavailable\" from=\"ashik@cloud.centexexports.com\/internal\" to=\"administrator@cloud.centexexports.com\/internal\" xmlns=\"jabber:client\"\/>","userAgent":"Mozilla\/5.0 (Windows NT 6.1; Win64; x64; rv:61.0) Gecko\/20100101 Firefox\/61.0","version":"13.0.5.2"}
{"reqId":"Z4Z0W4FsOjr6yZbDWnko","level":0,"time":"2018-08-30T12:27:14+00:00","remoteAddr":"192.168.0.239","user":"administrator","app":"ojsxc","method":"POST","url":"\/index.php\/apps\/ojsxc\/http-bind","message":"Sending {administrator} : <presence type=\"unavailable\" from=\"vandana@cloud.centexexports.com\/internal\" to=\"administrator@cloud.centexexports.com\/internal\" xmlns=\"jabber:client\"\/>","userAgent":"Mozilla\/5.0 (Windows NT 6.1; Win64; x64; rv:61.0) Gecko\/20100101 Firefox\/61.0","version":"13.0.5.2"}
{"reqId":"BRrJFn69V0TfI6776NVf","level":4,"time":"2018-08-30T12:27:14+00:00","remoteAddr":"192.168.0.239","user":"administrator","app":"webdav","method":"PUT","url":"\/remote.php\/webdav\/flowupload\/10084547-20180601.pdf","message":"Exception: {\"Exception\":\"Sabre\\\\DAV\\\\Exception\\\\BadRequest\",\"Message\":\"expected filesize 297218 got 0\",\"Code\":0,\"Trace\":\"#0 \\\/var\\\/www\\\/html\\\/centexcloud\\\/apps\\\/dav\\\/lib\\\/Connector\\\/Sabre\\\/Directory.php(156): OCA\\\\DAV\\\\Connector\\\\Sabre\\\\File->put(Resource id #518)\\n#1 \\\/var\\\/www\\\/html\\\/centexcloud\\\/3rdparty\\\/sabre\\\/dav\\\/lib\\\/DAV\\\/Server.php(1096): OCA\\\\DAV\\\\Connector\\\\Sabre\\\\Directory->createFile('10084547-201806...', Resource id #518)\\n#2 \\\/var\\\/www\\\/html\\\/centexcloud\\\/3rdparty\\\/sabre\\\/dav\\\/lib\\\/DAV\\\/CorePlugin.php(529): Sabre\\\\DAV\\\\Server->createFile('flowupload\\\/1008...', Resource id #518, NULL)\\n#3 [internal function]: Sabre\\\\DAV\\\\CorePlugin->httpPut(Object(Sabre\\\\HTTP\\\\Request), Object(Sabre\\\\HTTP\\\\Response))\\n#4 \\\/var\\\/www\\\/html\\\/centexcloud\\\/3rdparty\\\/sabre\\\/event\\\/lib\\\/EventEmitterTrait.php(105): call_user_func_array(Array, Array)\\n#5 \\\/var\\\/www\\\/html\\\/centexcloud\\\/3rdparty\\\/sabre\\\/dav\\\/lib\\\/DAV\\\/Server.php(479): Sabre\\\\Event\\\\EventEmitter->emit('method:PUT', Array)\\n#6 \\\/var\\\/www\\\/html\\\/centexcloud\\\/3rdparty\\\/sabre\\\/dav\\\/lib\\\/DAV\\\/Server.php(254): Sabre\\\\DAV\\\\Server->invokeMethod(Object(Sabre\\\\HTTP\\\\Request), Object(Sabre\\\\HTTP\\\\Response))\\n#7 \\\/var\\\/www\\\/html\\\/centexcloud\\\/apps\\\/dav\\\/appinfo\\\/v1\\\/webdav.php(80): Sabre\\\\DAV\\\\Server->exec()\\n#8 \\\/var\\\/www\\\/html\\\/centexcloud\\\/remote.php(164): require_once('\\\/var\\\/www\\\/html\\\/c...')\\n#9 {main}\",\"File\":\"\\\/var\\\/www\\\/html\\\/centexcloud\\\/apps\\\/dav\\\/lib\\\/Connector\\\/Sabre\\\/File.php\",\"Line\":189}","userAgent":"Mozilla\/5.0 (Windows NT 6.1; Win64; x64; rv:61.0) Gecko\/20100101 Firefox\/61.0","version":"13.0.5.2"}
{"reqId":"8QkSen6YAaiuqGG7Zo22","level":0,"time":"2018-08-30T12:27:14+00:00","remoteAddr":"192.168.0.239","user":"administrator","app":"ojsxc","method":"POST","url":"\/index.php\/apps\/ojsxc\/http-bind","message":"Receiving {administrator} : <body rid='123754' xmlns='http:\/\/jabber.org\/protocol\/httpbind' sid='internal'><iq from='administrator@cloud.centexexports.com\/internal' to='administrator@cloud.centexexports.com' type='get' xmlns='jabber:client' id='9c8bdeb8-80e9-4ca7-84e1-6c1c70422807:sendIQ'><query xmlns='http:\/\/jabber.org\/protocol\/disco#info'\/><\/iq><\/body>","userAgent":"Mozilla\/5.0 (Windows NT 6.1; Win64; x64; rv:61.0) Gecko\/20100101 Firefox\/61.0","version":"13.0.5.2"}
{"reqId":"2wABvtlsHCYLVUyJSQAz","level":0,"time":"2018-08-30T12:27:24+00:00","remoteAddr":"192.168.0.239","user":"administrator","app":"ojsxc","method":"POST","url":"\/index.php\/apps\/ojsxc\/http-bind","message":"Receiving {administrator} : <body rid='123755' xmlns='http:\/\/jabber.org\/protocol\/httpbind' sid='internal'><iq type='get' xmlns='jabber:client' id='53849b8a-f5c9-44da-b799-b1c4916a866b:sendIQ'><vCard xmlns='jabber:vcard-temp'\/><\/iq><iq from='administrator@cloud.centexexports.com\/internal' to='cloud.centexexports.com' type='get' xmlns='jabber:client' id='4563de93-f64e-4f76-80c0-b82607aafeca:sendIQ'><query xmlns='http:\/\/jabber.org\/protocol\/disco#items'\/><\/iq><\/body>","userAgent":"Mozilla\/5.0 (Windows NT 6.1; Win64; x64; rv:61.0) Gecko\/20100101 Firefox\/61.0","version":"13.0.5.2"}
{"reqId":"2AyXXqelRorLXdmm2aBQ","level":0,"time":"2018-08-30T12:30:02+00:00","remoteAddr":"","user":"--","app":"cron","method":"--","url":"--","message":"Run OC\\Settings\\BackgroundJobs\\VerifyUserData job with ID 76","userAgent":"--","version":"13.0.5.2"}
{"reqId":"2AyXXqelRorLXdmm2aBQ","level":0,"time":"2018-08-30T12:30:05+00:00","remoteAddr":"","user":"--","app":"cron","method":"--","url":"--","message":"Finished OC\\Settings\\BackgroundJobs\\VerifyUserData job with ID 76 in 3 seconds","userAgent":"--","version":"13.0.5.2"}
{"reqId":"2AyXXqelRorLXdmm2aBQ","level":0,"time":"2018-08-30T12:30:05+00:00","remoteAddr":"","user":"--","app":"cron","method":"--","url":"--","message":"Run OCA\\LookupServerConnector\\BackgroundJobs\\RetryJob job with ID 100","userAgent":"--","version":"13.0.5.2"}
{"reqId":"2AyXXqelRorLXdmm2aBQ","level":0,"time":"2018-08-30T12:30:08+00:00","remoteAddr":"","user":"--","app":"cron","method":"--","url":"--","message":"Finished OCA\\LookupServerConnector\\BackgroundJobs\\RetryJob job with ID 100 in 3 seconds","userAgent":"--","version":"13.0.5.2"}
{"reqId":"2AyXXqelRorLXdmm2aBQ","level":0,"time":"2018-08-30T12:30:08+00:00","remoteAddr":"","user":"--","app":"cron","method":"--","url":"--","message":"Run OCA\\Files_Versions\\BackgroundJob\\ExpireVersions job with ID 6","userAgent":"--","version":"13.0.5.2"}
{"reqId":"2AyXXqelRorLXdmm2aBQ","level":0,"time":"2018-08-30T12:30:08+00:00","remoteAddr":"","user":"--","app":"cron","method":"--","url":"--","message":"Finished OCA\\Files_Versions\\BackgroundJob\\ExpireVersions job with ID 6 in 0 seconds","userAgent":"--","version":"13.0.5.2"}
{"reqId":"2AyXXqelRorLXdmm2aBQ","level":0,"time":"2018-08-30T12:30:08+00:00","remoteAddr":"","user":"--","app":"cron","method":"--","url":"--","message":"Run OCA\\Files\\BackgroundJob\\DeleteOrphanedItems job with ID 10","userAgent":"--","version":"13.0.5.2"}
{"reqId":"2AyXXqelRorLXdmm2aBQ","level":0,"time":"2018-08-30T12:30:08+00:00","remoteAddr":"","user":"--","app":"DeleteOrphanedItems","method":"--","url":"--","message":"0 orphaned system tag relations deleted","userAgent":"--","version":"13.0.5.2"}
{"reqId":"2AyXXqelRorLXdmm2aBQ","level":0,"time":"2018-08-30T12:30:08+00:00","remoteAddr":"","user":"--","app":"DeleteOrphanedItems","method":"--","url":"--","message":"0 orphaned user tag relations deleted","userAgent":"--","version":"13.0.5.2"}
{"reqId":"2AyXXqelRorLXdmm2aBQ","level":0,"time":"2018-08-30T12:30:08+00:00","remoteAddr":"","user":"--","app":"DeleteOrphanedItems","method":"--","url":"--","message":"0 orphaned comments deleted","userAgent":"--","version":"13.0.5.2"}
{"reqId":"2AyXXqelRorLXdmm2aBQ","level":0,"time":"2018-08-30T12:30:08+00:00","remoteAddr":"","user":"--","app":"DeleteOrphanedItems","method":"--","url":"--","message":"0 orphaned comment read marks deleted","userAgent":"--","version":"13.0.5.2"}
{"reqId":"2AyXXqelRorLXdmm2aBQ","level":0,"time":"2018-08-30T12:30:08+00:00","remoteAddr":"","user":"--","app":"cron","method":"--","url":"--","message":"Finished OCA\\Files\\BackgroundJob\\DeleteOrphanedItems job with ID 10 in 0 seconds","userAgent":"--","version":"13.0.5.2"}
{"reqId":"2AyXXqelRorLXdmm2aBQ","level":0,"time":"2018-08-30T12:30:08+00:00","remoteAddr":"","user":"--","app":"cron","method":"--","url":"--","message":"Run OCA\\LookupServerConnector\\BackgroundJobs\\RetryJob job with ID 101","userAgent":"--","version":"13.0.5.2"}
{"reqId":"2AyXXqelRorLXdmm2aBQ","level":0,"time":"2018-08-30T12:30:11+00:00","remoteAddr":"","user":"--","app":"cron","method":"--","url":"--","message":"Finished OCA\\LookupServerConnector\\BackgroundJobs\\RetryJob job with ID 101 in 3 seconds","userAgent":"--","version":"13.0.5.2"}
{"reqId":"2AyXXqelRorLXdmm2aBQ","level":0,"time":"2018-08-30T12:30:11+00:00","remoteAddr":"","user":"--","app":"cron","method":"--","url":"--","message":"Run OCA\\Activity\\BackgroundJob\\EmailNotification job with ID 7","userAgent":"--","version":"13.0.5.2"}
{"reqId":"2AyXXqelRorLXdmm2aBQ","level":0,"time":"2018-08-30T12:30:11+00:00","remoteAddr":"","user":"--","app":"cron","method":"--","url":"--","message":"Finished OCA\\Activity\\BackgroundJob\\EmailNotification job with ID 7 in 0 seconds","userAgent":"--","version":"13.0.5.2"}
{"reqId":"2AyXXqelRorLXdmm2aBQ","level":0,"time":"2018-08-30T12:30:11+00:00","remoteAddr":"","user":"--","app":"cron","method":"--","url":"--","message":"Run OC\\Authentication\\Token\\DefaultTokenCleanupJob job with ID 14","userAgent":"--","version":"13.0.5.2"}
{"reqId":"2AyXXqelRorLXdmm2aBQ","level":0,"time":"2018-08-30T12:30:11+00:00","remoteAddr":"","user":"--","app":"cron","method":"--","url":"--","message":"Invalidating session tokens older than 2018-08-29T12:30:11+00:00","userAgent":"--","version":"13.0.5.2"}
{"reqId":"2AyXXqelRorLXdmm2aBQ","level":0,"time":"2018-08-30T12:30:11+00:00","remoteAddr":"","user":"--","app":"cron","method":"--","url":"--","message":"Invalidating remembered session tokens older than 2018-08-15T12:30:11+00:00","userAgent":"--","version":"13.0.5.2"}
{"reqId":"2AyXXqelRorLXdmm2aBQ","level":0,"time":"2018-08-30T12:30:11+00:00","remoteAddr":"","user":"--","app":"cron","method":"--","url":"--","message":"Finished OC\\Authentication\\Token\\DefaultTokenCleanupJob job with ID 14 in 0 seconds","userAgent":"--","version":"13.0.5.2"}
{"reqId":"2AyXXqelRorLXdmm2aBQ","level":0,"time":"2018-08-30T12:30:11+00:00","remoteAddr":"","user":"--","app":"cron","method":"--","url":"--","message":"Run OCA\\Files\\BackgroundJob\\CleanupFileLocks job with ID 11","userAgent":"--","version":"13.0.5.2"}
{"reqId":"2AyXXqelRorLXdmm2aBQ","level":0,"time":"2018-08-30T12:30:11+00:00","remoteAddr":"","user":"--","app":"cron","method":"--","url":"--","message":"Finished OCA\\Files\\BackgroundJob\\CleanupFileLocks job with ID 11 in 0 seconds","userAgent":"--","version":"13.0.5.2"}
{"reqId":"2AyXXqelRorLXdmm2aBQ","level":0,"time":"2018-08-30T12:30:11+00:00","remoteAddr":"","user":"--","app":"cron","method":"--","url":"--","message":"Run OCA\\Files_Sharing\\DeleteOrphanedSharesJob job with ID 1","userAgent":"--","version":"13.0.5.2"}
{"reqId":"2AyXXqelRorLXdmm2aBQ","level":0,"time":"2018-08-30T12:30:11+00:00","remoteAddr":"","user":"--","app":"DeleteOrphanedSharesJob","method":"--","url":"--","message":"0 orphaned share(s) deleted","userAgent":"--","version":"13.0.5.2"}
{"reqId":"2AyXXqelRorLXdmm2aBQ","level":0,"time":"2018-08-30T12:30:11+00:00","remoteAddr":"","user":"--","app":"cron","method":"--","url":"--","message":"Finished OCA\\Files_Sharing\\DeleteOrphanedSharesJob job with ID 1 in 0 seconds","userAgent":"--","version":"13.0.5.2"}
{"reqId":"2AyXXqelRorLXdmm2aBQ","level":0,"time":"2018-08-30T12:30:11+00:00","remoteAddr":"","user":"--","app":"cron","method":"--","url":"--","message":"Run OCA\\Files_Trashbin\\BackgroundJob\\ExpireTrash job with ID 12","userAgent":"--","version":"13.0.5.2"}
{"reqId":"2AyXXqelRorLXdmm2aBQ","level":0,"time":"2018-08-30T12:30:11+00:00","remoteAddr":"","user":"--","app":"cron","method":"--","url":"--","message":"Finished OCA\\Files_Trashbin\\BackgroundJob\\ExpireTrash job with ID 12 in 0 seconds","userAgent":"--","version":"13.0.5.2"}
{"reqId":"2AyXXqelRorLXdmm2aBQ","level":0,"time":"2018-08-30T12:30:11+00:00","remoteAddr":"","user":"--","app":"cron","method":"--","url":"--","message":"Run OCA\\Files\\BackgroundJob\\ScanFiles job with ID 9","userAgent":"--","version":"13.0.5.2"}
{"reqId":"2AyXXqelRorLXdmm2aBQ","level":0,"time":"2018-08-30T12:30:12+00:00","remoteAddr":"","user":"--","app":"OC\\Files\\Cache\\Scanner","method":"--","url":"--","message":"!!! Path '' is not accessible or present !!!","userAgent":"--","version":"13.0.5.2"}
{"reqId":"2AyXXqelRorLXdmm2aBQ","level":0,"time":"2018-08-30T12:30:12+00:00","remoteAddr":"","user":"--","app":"cron","method":"--","url":"--","message":"Finished OCA\\Files\\BackgroundJob\\ScanFiles job with ID 9 in 1 seconds","userAgent":"--","version":"13.0.5.2"}
{"reqId":"2AyXXqelRorLXdmm2aBQ","level":0,"time":"2018-08-30T12:30:12+00:00","remoteAddr":"","user":"--","app":"cron","method":"--","url":"--","message":"Run OCA\\LookupServerConnector\\BackgroundJobs\\RetryJob job with ID 104","userAgent":"--","version":"13.0.5.2"}
{"reqId":"2AyXXqelRorLXdmm2aBQ","level":0,"time":"2018-08-30T12:30:15+00:00","remoteAddr":"","user":"--","app":"cron","method":"--","url":"--","message":"Finished OCA\\LookupServerConnector\\BackgroundJobs\\RetryJob job with ID 104 in 3 seconds","userAgent":"--","version":"13.0.5.2"}
{"reqId":"2AyXXqelRorLXdmm2aBQ","level":0,"time":"2018-08-30T12:30:15+00:00","remoteAddr":"","user":"--","app":"cron","method":"--","url":"--","message":"Run OCA\\LookupServerConnector\\BackgroundJobs\\RetryJob job with ID 105","userAgent":"--","version":"13.0.5.2"}
{"reqId":"2AyXXqelRorLXdmm2aBQ","level":0,"time":"2018-08-30T12:30:18+00:00","remoteAddr":"","user":"--","app":"cron","method":"--","url":"--","message":"Finished OCA\\LookupServerConnector\\BackgroundJobs\\RetryJob job with ID 105 in 3 seconds","userAgent":"--","version":"13.0.5.2"}
{"reqId":"2AyXXqelRorLXdmm2aBQ","level":0,"time":"2018-08-30T12:30:18+00:00","remoteAddr":"","user":"--","app":"cron","method":"--","url":"--","message":"Run OCA\\LookupServerConnector\\BackgroundJobs\\RetryJob job with ID 106","userAgent":"--","version":"13.0.5.2"}
{"reqId":"2AyXXqelRorLXdmm2aBQ","level":0,"time":"2018-08-30T12:30:21+00:00","remoteAddr":"","user":"--","app":"cron","method":"--","url":"--","message":"Finished OCA\\LookupServerConnector\\BackgroundJobs\\RetryJob job with ID 106 in 3 seconds","userAgent":"--","version":"13.0.5.2"}
{"reqId":"2AyXXqelRorLXdmm2aBQ","level":0,"time":"2018-08-30T12:30:21+00:00","remoteAddr":"","user":"--","app":"cron","method":"--","url":"--","message":"Run OCA\\LookupServerConnector\\BackgroundJobs\\RetryJob job with ID 108","userAgent":"--","version":"13.0.5.2"}
{"reqId":"2AyXXqelRorLXdmm2aBQ","level":0,"time":"2018-08-30T12:30:24+00:00","remoteAddr":"","user":"--","app":"cron","method":"--","url":"--","message":"Finished OCA\\LookupServerConnector\\BackgroundJobs\\RetryJob job with ID 108 in 3 seconds","userAgent":"--","version":"13.0.5.2"}
{"reqId":"2AyXXqelRorLXdmm2aBQ","level":0,"time":"2018-08-30T12:30:24+00:00","remoteAddr":"","user":"--","app":"cron","method":"--","url":"--","message":"Run OCA\\LookupServerConnector\\BackgroundJobs\\RetryJob job with ID 109","userAgent":"--","version":"13.0.5.2"}
{"reqId":"2AyXXqelRorLXdmm2aBQ","level":0,"time":"2018-08-30T12:30:27+00:00","remoteAddr":"","user":"--","app":"cron","method":"--","url":"--","message":"Finished OCA\\LookupServerConnector\\BackgroundJobs\\RetryJob job with ID 109 in 3 seconds","userAgent":"--","version":"13.0.5.2"}
{"reqId":"2AyXXqelRorLXdmm2aBQ","level":0,"time":"2018-08-30T12:30:27+00:00","remoteAddr":"","user":"--","app":"cron","method":"--","url":"--","message":"Run OCA\\LookupServerConnector\\BackgroundJobs\\RetryJob job with ID 111","userAgent":"--","version":"13.0.5.2"}
{"reqId":"2AyXXqelRorLXdmm2aBQ","level":0,"time":"2018-08-30T12:30:30+00:00","remoteAddr":"","user":"--","app":"cron","method":"--","url":"--","message":"Finished OCA\\LookupServerConnector\\BackgroundJobs\\RetryJob job with ID 111 in 3 seconds","userAgent":"--","version":"13.0.5.2"}
{"reqId":"2AyXXqelRorLXdmm2aBQ","level":0,"time":"2018-08-30T12:30:30+00:00","remoteAddr":"","user":"--","app":"cron","method":"--","url":"--","message":"Run OCA\\LookupServerConnector\\BackgroundJobs\\RetryJob job with ID 112","userAgent":"--","version":"13.0.5.2"}
{"reqId":"2AyXXqelRorLXdmm2aBQ","level":0,"time":"2018-08-30T12:30:33+00:00","remoteAddr":"","user":"--","app":"cron","method":"--","url":"--","message":"Finished OCA\\LookupServerConnector\\BackgroundJobs\\RetryJob job with ID 112 in 3 seconds","userAgent":"--","version":"13.0.5.2"}
{"reqId":"2AyXXqelRorLXdmm2aBQ","level":0,"time":"2018-08-30T12:30:33+00:00","remoteAddr":"","user":"--","app":"cron","method":"--","url":"--","message":"Run OCA\\LookupServerConnector\\BackgroundJobs\\RetryJob job with ID 114","userAgent":"--","version":"13.0.5.2"}
{"reqId":"2AyXXqelRorLXdmm2aBQ","level":0,"time":"2018-08-30T12:30:36+00:00","remoteAddr":"","user":"--","app":"cron","method":"--","url":"--","message":"Finished OCA\\LookupServerConnector\\BackgroundJobs\\RetryJob job with ID 114 in 3 seconds","userAgent":"--","version":"13.0.5.2"}
{"reqId":"2AyXXqelRorLXdmm2aBQ","level":0,"time":"2018-08-30T12:30:36+00:00","remoteAddr":"","user":"--","app":"cron","method":"--","url":"--","message":"Run OCA\\LookupServerConnector\\BackgroundJobs\\RetryJob job with ID 115","userAgent":"--","version":"13.0.5.2"}
{"reqId":"2AyXXqelRorLXdmm2aBQ","level":0,"time":"2018-08-30T12:30:40+00:00","remoteAddr":"","user":"--","app":"cron","method":"--","url":"--","message":"Finished OCA\\LookupServerConnector\\BackgroundJobs\\RetryJob job with ID 115 in 4 seconds","userAgent":"--","version":"13.0.5.2"}
{"reqId":"2AyXXqelRorLXdmm2aBQ","level":0,"time":"2018-08-30T12:30:40+00:00","remoteAddr":"","user":"--","app":"cron","method":"--","url":"--","message":"Run OCA\\LookupServerConnector\\BackgroundJobs\\RetryJob job with ID 117","userAgent":"--","version":"13.0.5.2"}
{"reqId":"2AyXXqelRorLXdmm2aBQ","level":0,"time":"2018-08-30T12:30:43+00:00","remoteAddr":"","user":"--","app":"cron","method":"--","url":"--","message":"Finished OCA\\LookupServerConnector\\BackgroundJobs\\RetryJob job with ID 117 in 3 seconds","userAgent":"--","version":"13.0.5.2"}
{"reqId":"2AyXXqelRorLXdmm2aBQ","level":0,"time":"2018-08-30T12:30:43+00:00","remoteAddr":"","user":"--","app":"cron","method":"--","url":"--","message":"Run OCA\\LookupServerConnector\\BackgroundJobs\\RetryJob job with ID 119","userAgent":"--","version":"13.0.5.2"}
{"reqId":"2AyXXqelRorLXdmm2aBQ","level":0,"time":"2018-08-30T12:30:46+00:00","remoteAddr":"","user":"--","app":"cron","method":"--","url":"--","message":"Finished OCA\\LookupServerConnector\\BackgroundJobs\\RetryJob job with ID 119 in 3 seconds","userAgent":"--","version":"13.0.5.2"}
{"reqId":"2AyXXqelRorLXdmm2aBQ","level":0,"time":"2018-08-30T12:30:46+00:00","remoteAddr":"","user":"--","app":"cron","method":"--","url":"--","message":"Run OCA\\LookupServerConnector\\BackgroundJobs\\RetryJob job with ID 120","userAgent":"--","version":"13.0.5.2"}
{"reqId":"2AyXXqelRorLXdmm2aBQ","level":0,"time":"2018-08-30T12:30:49+00:00","remoteAddr":"","user":"--","app":"cron","method":"--","url":"--","message":"Finished OCA\\LookupServerConnector\\BackgroundJobs\\RetryJob job with ID 120 in 3 seconds","userAgent":"--","version":"13.0.5.2"}
{"reqId":"2AyXXqelRorLXdmm2aBQ","level":0,"time":"2018-08-30T12:30:49+00:00","remoteAddr":"","user":"--","app":"cron","method":"--","url":"--","message":"Run OCA\\LookupServerConnector\\BackgroundJobs\\RetryJob job with ID 122","userAgent":"--","version":"13.0.5.2"}
{"reqId":"2AyXXqelRorLXdmm2aBQ","level":0,"time":"2018-08-30T12:30:52+00:00","remoteAddr":"","user":"--","app":"cron","method":"--","url":"--","message":"Finished OCA\\LookupServerConnector\\BackgroundJobs\\RetryJob job with ID 122 in 3 seconds","userAgent":"--","version":"13.0.5.2"}
{"reqId":"2AyXXqelRorLXdmm2aBQ","level":0,"time":"2018-08-30T12:30:52+00:00","remoteAddr":"","user":"--","app":"cron","method":"--","url":"--","message":"Run OCA\\LookupServerConnector\\BackgroundJobs\\RetryJob job with ID 123","userAgent":"--","version":"13.0.5.2"}
{"reqId":"2AyXXqelRorLXdmm2aBQ","level":0,"time":"2018-08-30T12:30:55+00:00","remoteAddr":"","user":"--","app":"cron","method":"--","url":"--","message":"Finished OCA\\LookupServerConnector\\BackgroundJobs\\RetryJob job with ID 123 in 3 seconds","userAgent":"--","version":"13.0.5.2"}
{"reqId":"2AyXXqelRorLXdmm2aBQ","level":0,"time":"2018-08-30T12:30:55+00:00","remoteAddr":"","user":"--","app":"cron","method":"--","url":"--","message":"Run OCA\\LookupServerConnector\\BackgroundJobs\\RetryJob job with ID 124","userAgent":"--","version":"13.0.5.2"}
{"reqId":"2AyXXqelRorLXdmm2aBQ","level":0,"time":"2018-08-30T12:30:58+00:00","remoteAddr":"","user":"--","app":"cron","method":"--","url":"--","message":"Finished OCA\\LookupServerConnector\\BackgroundJobs\\RetryJob job with ID 124 in 3 seconds","userAgent":"--","version":"13.0.5.2"}
{"reqId":"2AyXXqelRorLXdmm2aBQ","level":0,"time":"2018-08-30T12:30:58+00:00","remoteAddr":"","user":"--","app":"cron","method":"--","url":"--","message":"Run OCA\\LookupServerConnector\\BackgroundJobs\\RetryJob job with ID 126","userAgent":"--","version":"13.0.5.2"}
{"reqId":"2AyXXqelRorLXdmm2aBQ","level":0,"time":"2018-08-30T12:31:01+00:00","remoteAddr":"","user":"--","app":"cron","method":"--","url":"--","message":"Finished OCA\\LookupServerConnector\\BackgroundJobs\\RetryJob job with ID 126 in 3 seconds","userAgent":"--","version":"13.0.5.2"}
{"reqId":"2AyXXqelRorLXdmm2aBQ","level":0,"time":"2018-08-30T12:31:01+00:00","remoteAddr":"","user":"--","app":"cron","method":"--","url":"--","message":"Run OCA\\LookupServerConnector\\BackgroundJobs\\RetryJob job with ID 128","userAgent":"--","version":"13.0.5.2"}
{"reqId":"2AyXXqelRorLXdmm2aBQ","level":0,"time":"2018-08-30T12:31:04+00:00","remoteAddr":"","user":"--","app":"cron","method":"--","url":"--","message":"Finished OCA\\LookupServerConnector\\BackgroundJobs\\RetryJob job with ID 128 in 3 seconds","userAgent":"--","version":"13.0.5.2"}
{"reqId":"2AyXXqelRorLXdmm2aBQ","level":0,"time":"2018-08-30T12:31:04+00:00","remoteAddr":"","user":"--","app":"cron","method":"--","url":"--","message":"Run OCA\\LookupServerConnector\\BackgroundJobs\\RetryJob job with ID 129","userAgent":"--","version":"13.0.5.2"}
{"reqId":"2AyXXqelRorLXdmm2aBQ","level":0,"time":"2018-08-30T12:31:07+00:00","remoteAddr":"","user":"--","app":"cron","method":"--","url":"--","message":"Finished OCA\\LookupServerConnector\\BackgroundJobs\\RetryJob job with ID 129 in 3 seconds","userAgent":"--","version":"13.0.5.2"}
{"reqId":"2AyXXqelRorLXdmm2aBQ","level":0,"time":"2018-08-30T12:31:07+00:00","remoteAddr":"","user":"--","app":"cron","method":"--","url":"--","message":"Run OC\\Log\\Rotate job with ID 15","userAgent":"--","version":"13.0.5.2"}
{"reqId":"2AyXXqelRorLXdmm2aBQ","level":0,"time":"2018-08-30T12:31:07+00:00","remoteAddr":"","user":"--","app":"cron","method":"--","url":"--","message":"Finished OC\\Log\\Rotate job with ID 15 in 0 seconds","userAgent":"--","version":"13.0.5.2"}
{"reqId":"2AyXXqelRorLXdmm2aBQ","level":0,"time":"2018-08-30T12:31:07+00:00","remoteAddr":"","user":"--","app":"cron","method":"--","url":"--","message":"Run OCA\\LookupServerConnector\\BackgroundJobs\\RetryJob job with ID 130","userAgent":"--","version":"13.0.5.2"}
{"reqId":"2AyXXqelRorLXdmm2aBQ","level":0,"time":"2018-08-30T12:31:10+00:00","remoteAddr":"","user":"--","app":"cron","method":"--","url":"--","message":"Finished OCA\\LookupServerConnector\\BackgroundJobs\\RetryJob job with ID 130 in 3 seconds","userAgent":"--","version":"13.0.5.2"}
{"reqId":"2AyXXqelRorLXdmm2aBQ","level":0,"time":"2018-08-30T12:31:11+00:00","remoteAddr":"","user":"--","app":"cron","method":"--","url":"--","message":"Run OCA\\LookupServerConnector\\BackgroundJobs\\RetryJob job with ID 131","userAgent":"--","version":"13.0.5.2"}
{"reqId":"2AyXXqelRorLXdmm2aBQ","level":0,"time":"2018-08-30T12:31:14+00:00","remoteAddr":"","user":"--","app":"cron","method":"--","url":"--","message":"Finished OCA\\LookupServerConnector\\BackgroundJobs\\RetryJob job with ID 131 in 3 seconds","userAgent":"--","version":"13.0.5.2"}
{"reqId":"2AyXXqelRorLXdmm2aBQ","level":0,"time":"2018-08-30T12:31:14+00:00","remoteAddr":"","user":"--","app":"cron","method":"--","url":"--","message":"Run OC\\Command\\CommandJob job with ID 132","userAgent":"--","version":"13.0.5.2"}
{"reqId":"2AyXXqelRorLXdmm2aBQ","level":0,"time":"2018-08-30T12:31:14+00:00","remoteAddr":"","user":"--","app":"cron","method":"--","url":"--","message":"Finished OC\\Command\\CommandJob job with ID 132 in 0 seconds","userAgent":"--","version":"13.0.5.2"}
{"reqId":"2AyXXqelRorLXdmm2aBQ","level":3,"time":"2018-08-30T12:31:14+00:00","remoteAddr":"","user":"--","app":"PHP","method":"--","url":"--","message":"Module 'pgsql' already loaded at Unknown#0","userAgent":"--","version":"13.0.5.2"}
{"reqId":"z8or0OX6xMIoo8X1fEYp","level":2,"time":"2018-08-30T12:36:09+00:00","remoteAddr":"139.162.113.204","user":"--","app":"core","method":"GET","url":"\/","message":"Trusted domain error. \"139.162.113.204\" tried to access using \"103.60.100.27\" as host.","userAgent":"Go-http-client\/1.1","version":"13.0.5.2"}
{"reqId":"z8or0OX6xMIoo8X1fEYp","level":0,"time":"2018-08-30T12:36:10+00:00","remoteAddr":"139.162.113.204","user":"--","app":"core","method":"GET","url":"\/","message":"Scss is disabled for \/var\/www\/html\/centexcloud\/core\/css\/jquery-ui-fixes.scss, ignoring","userAgent":"Go-http-client\/1.1","version":"13.0.5.2"}
{"reqId":"z8or0OX6xMIoo8X1fEYp","level":0,"time":"2018-08-30T12:36:10+00:00","remoteAddr":"139.162.113.204","user":"--","app":"core","method":"GET","url":"\/","message":"Scss is disabled for \/var\/www\/html\/centexcloud\/core\/css\/server.scss, ignoring","userAgent":"Go-http-client\/1.1","version":"13.0.5.2"}
{"reqId":"z8or0OX6xMIoo8X1fEYp","level":0,"time":"2018-08-30T12:36:10+00:00","remoteAddr":"139.162.113.204","user":"--","app":"core","method":"GET","url":"\/","message":"Scss is disabled for \/var\/www\/html\/centexcloud\/core\/css\/jquery.ocdialog.scss, ignoring","userAgent":"Go-http-client\/1.1","version":"13.0.5.2"}
{"reqId":"z8or0OX6xMIoo8X1fEYp","level":0,"time":"2018-08-30T12:36:10+00:00","remoteAddr":"139.162.113.204","user":"--","app":"core","method":"GET","url":"\/","message":"Scss is disabled for \/var\/www\/html\/centexcloud\/core\/css\/share.scss, ignoring","userAgent":"Go-http-client\/1.1","version":"13.0.5.2"}
{"reqId":"79UhCpj2wLuQPjIKTRX9","level":3,"time":"2018-08-30T12:38:56+00:00","remoteAddr":"192.168.0.239","user":"administrator","app":"PHP","method":"PROPFIND","url":"\/remote.php\/webdav\/","message":"Module 'pgsql' already loaded at Unknown#0","userAgent":"Mozilla\/5.0 (Windows NT 6.1; Win64; x64; rv:61.0) Gecko\/20100101 Firefox\/61.0","version":"13.0.5.2"}
{"reqId":"TCGm61O2kjcIySGYpvLu","level":3,"time":"2018-08-30T12:38:56+00:00","remoteAddr":"192.168.0.239","user":"administrator","app":"PHP","method":"GET","url":"\/index.php\/apps\/files\/ajax\/getstoragestats.php?dir=%2F","message":"Module 'pgsql' already loaded at Unknown#0","userAgent":"Mozilla\/5.0 (Windows NT 6.1; Win64; x64; rv:61.0) Gecko\/20100101 Firefox\/61.0","version":"13.0.5.2"}
{"reqId":"Ep486OXaZ7hBAOGGZSIC","level":3,"time":"2018-08-30T12:38:56+00:00","remoteAddr":"192.168.0.239","user":"administrator","app":"PHP","method":"GET","url":"\/index.php\/core\/preview.png?file=%2Fbackground.jpg&c=51e59ad0fc58b7ff7e42f1d5f60b994b&x=32&y=32&forceIcon=0","message":"Module 'pgsql' already loaded at Unknown#0","userAgent":"Mozilla\/5.0 (Windows NT 6.1; Win64; x64; rv:61.0) Gecko\/20100101 Firefox\/61.0","version":"13.0.5.2"}
{"reqId":"VbNfkvfVnrMYIuoR6xPs","level":3,"time":"2018-08-30T12:38:56+00:00","remoteAddr":"192.168.0.239","user":"administrator","app":"PHP","method":"GET","url":"\/index.php\/apps\/theming\/img\/core\/filetypes\/x-office-spreadsheet.svg?v=26","message":"Module 'pgsql' already loaded at Unknown#0","userAgent":"Mozilla\/5.0 (Windows NT 6.1; Win64; x64; rv:61.0) Gecko\/20100101 Firefox\/61.0","version":"13.0.5.2"}
{"reqId":"TnJthFwsVDTYZ15kWrJW","level":3,"time":"2018-08-30T12:38:56+00:00","remoteAddr":"192.168.0.239","user":"administrator","app":"PHP","method":"GET","url":"\/index.php\/apps\/theming\/img\/core\/filetypes\/image.svg?v=26","message":"Module 'pgsql' already loaded at Unknown#0","userAgent":"Mozilla\/5.0 (Windows NT 6.1; Win64; x64; rv:61.0) Gecko\/20100101 Firefox\/61.0","version":"13.0.5.2"}
{"reqId":"YpRIa83twNUXlnLwKRcT","level":3,"time":"2018-08-30T12:38:59+00:00","remoteAddr":"192.168.0.239","user":"administrator","app":"PHP","method":"GET","url":"\/index.php\/css\/files_trashbin\/1980-0042-trash.css?v=f1d1da0e-26","message":"Module 'pgsql' already loaded at Unknown#0","userAgent":"Mozilla\/5.0 (Windows NT 6.1; Win64; x64; rv:61.0) Gecko\/20100101 Firefox\/61.0","version":"13.0.5.2"}
{"reqId":"vyhCZI3UfvlNmSAUueR1","level":3,"time":"2018-08-30T12:39:00+00:00","remoteAddr":"192.168.0.239","user":"administrator","app":"PHP","method":"GET","url":"\/index.php\/apps\/systemtags\/lastused","message":"Module 'pgsql' already loaded at Unknown#0","userAgent":"Mozilla\/5.0 (Windows NT 6.1; Win64; x64; rv:61.0) Gecko\/20100101 Firefox\/61.0","version":"13.0.5.2"}
{"reqId":"FmEVdGzbbr3kJ5YSMfbq","level":0,"time":"2018-08-30T12:39:01+00:00","remoteAddr":"192.168.0.239","user":"administrator","app":"ojsxc","method":"POST","url":"\/index.php\/apps\/ojsxc\/http-bind","message":"Receiving {administrator} : <body rid='123818' xmlns='http:\/\/jabber.org\/protocol\/httpbind' sid='internal'><iq from='administrator@cloud.centexexports.com\/internal' to='cloud.centexexports.com' type='get' xmlns='jabber:client' id='a34ed912-b29d-470b-9d05-3845585f6bd7:sendIQ'><query xmlns='http:\/\/jabber.org\/protocol\/disco#info' node='undefined#undefined'\/><\/iq><presence xmlns='jabber:client'><c xmlns='http:\/\/jabber.org\/protocol\/caps' hash='sha-1' node='http:\/\/jsxc.org\/' ver='UEMHBlT9XVU7FUwfm\/6rl815MUE='\/><\/presence><\/body>","userAgent":"Mozilla\/5.0 (Windows NT 6.1; Win64; x64; rv:61.0) Gecko\/20100101 Firefox\/61.0","version":"13.0.5.2"}
{"reqId":"FmEVdGzbbr3kJ5YSMfbq","level":0,"time":"2018-08-30T12:39:01+00:00","remoteAddr":"192.168.0.239","user":"administrator","app":"ojsxc","method":"POST","url":"\/index.php\/apps\/ojsxc\/http-bind","message":"Sending {administrator} : <presence type=\"unavailable\" from=\"priyanka@cloud.centexexports.com\/internal\" to=\"administrator@cloud.centexexports.com\/internal\" xmlns=\"jabber:client\"\/>","userAgent":"Mozilla\/5.0 (Windows NT 6.1; Win64; x64; rv:61.0) Gecko\/20100101 Firefox\/61.0","version":"13.0.5.2"}
{"reqId":"FmEVdGzbbr3kJ5YSMfbq","level":0,"time":"2018-08-30T12:39:01+00:00","remoteAddr":"192.168.0.239","user":"administrator","app":"ojsxc","method":"POST","url":"\/index.php\/apps\/ojsxc\/http-bind","message":"Sending {administrator} : <presence type=\"unavailable\" from=\"nitin@cloud.centexexports.com\/internal\" to=\"administrator@cloud.centexexports.com\/internal\" xmlns=\"jabber:client\"\/>","userAgent":"Mozilla\/5.0 (Windows NT 6.1; Win64; x64; rv:61.0) Gecko\/20100101 Firefox\/61.0","version":"13.0.5.2"}
{"reqId":"FmEVdGzbbr3kJ5YSMfbq","level":0,"time":"2018-08-30T12:39:01+00:00","remoteAddr":"192.168.0.239","user":"administrator","app":"ojsxc","method":"POST","url":"\/index.php\/apps\/ojsxc\/http-bind","message":"Sending {administrator} : <presence type=\"unavailable\" from=\"eshhan@cloud.centexexports.com\/internal\" to=\"administrator@cloud.centexexports.com\/internal\" xmlns=\"jabber:client\"\/>","userAgent":"Mozilla\/5.0 (Windows NT 6.1; Win64; x64; rv:61.0) Gecko\/20100101 Firefox\/61.0","version":"13.0.5.2"}
{"reqId":"FmEVdGzbbr3kJ5YSMfbq","level":0,"time":"2018-08-30T12:39:01+00:00","remoteAddr":"192.168.0.239","user":"administrator","app":"ojsxc","method":"POST","url":"\/index.php\/apps\/ojsxc\/http-bind","message":"Sending {administrator} : <presence type=\"unavailable\" from=\"patrick@cloud.centexexports.com\/internal\" to=\"administrator@cloud.centexexports.com\/internal\" xmlns=\"jabber:client\"\/>","userAgent":"Mozilla\/5.0 (Windows NT 6.1; Win64; x64; rv:61.0) Gecko\/20100101 Firefox\/61.0","version":"13.0.5.2"}
{"reqId":"FmEVdGzbbr3kJ5YSMfbq","level":0,"time":"2018-08-30T12:39:01+00:00","remoteAddr":"192.168.0.239","user":"administrator","app":"ojsxc","method":"POST","url":"\/index.php\/apps\/ojsxc\/http-bind","message":"Sending {administrator} : <presence type=\"unavailable\" from=\"ashik@cloud.centexexports.com\/internal\" to=\"administrator@cloud.centexexports.com\/internal\" xmlns=\"jabber:client\"\/>","userAgent":"Mozilla\/5.0 (Windows NT 6.1; Win64; x64; rv:61.0) Gecko\/20100101 Firefox\/61.0","version":"13.0.5.2"}
{"reqId":"FmEVdGzbbr3kJ5YSMfbq","level":0,"time":"2018-08-30T12:39:01+00:00","remoteAddr":"192.168.0.239","user":"administrator","app":"ojsxc","method":"POST","url":"\/index.php\/apps\/ojsxc\/http-bind","message":"Sending {administrator} : <presence type=\"unavailable\" from=\"vandana@cloud.centexexports.com\/internal\" to=\"administrator@cloud.centexexports.com\/internal\" xmlns=\"jabber:client\"\/>","userAgent":"Mozilla\/5.0 (Windows NT 6.1; Win64; x64; rv:61.0) Gecko\/20100101 Firefox\/61.0","version":"13.0.5.2"}
{"reqId":"JTm2W3UflnwRO0CHHiYo","level":0,"time":"2018-08-30T12:39:01+00:00","remoteAddr":"192.168.0.239","user":"administrator","app":"ojsxc","method":"POST","url":"\/index.php\/apps\/ojsxc\/http-bind","message":"Receiving {administrator} : <body rid='123819' xmlns='http:\/\/jabber.org\/protocol\/httpbind' sid='internal'><iq from='administrator@cloud.centexexports.com\/internal' to='administrator@cloud.centexexports.com' type='get' xmlns='jabber:client' id='1dc3ba94-9182-4882-8fda-34eb1fcbb171:sendIQ'><query xmlns='http:\/\/jabber.org\/protocol\/disco#info'\/><\/iq><\/body>","userAgent":"Mozilla\/5.0 (Windows NT 6.1; Win64; x64; rv:61.0) Gecko\/20100101 Firefox\/61.0","version":"13.0.5.2"}
{"reqId":"teC4YHsNVhXzOtm8X2AE","level":0,"time":"2018-08-30T12:39:01+00:00","remoteAddr":"192.168.0.239","user":"administrator","app":"ojsxc","method":"POST","url":"\/index.php\/apps\/ojsxc\/http-bind","message":"Receiving {administrator} : <body rid='123820' xmlns='http:\/\/jabber.org\/protocol\/httpbind' sid='internal'><iq type='get' xmlns='jabber:client' id='7881f7fe-b53e-487b-b06a-19f190f7eca2:sendIQ'><vCard xmlns='jabber:vcard-temp'\/><\/iq><\/body>","userAgent":"Mozilla\/5.0 (Windows NT 6.1; Win64; x64; rv:61.0) Gecko\/20100101 Firefox\/61.0","version":"13.0.5.2"}
{"reqId":"5L8xsjTQ1SCv7bW9hNr5","level":3,"time":"2018-08-30T12:39:02+00:00","remoteAddr":"192.168.0.239","user":"administrator","app":"PHP","method":"POST","url":"\/index.php\/apps\/ojsxc\/http-bind","message":"Module 'pgsql' already loaded at Unknown#0","userAgent":"Mozilla\/5.0 (Windows NT 6.1; Win64; x64; rv:61.0) Gecko\/20100101 Firefox\/61.0","version":"13.0.5.2"}
{"reqId":"zrmmYoS6QTt4DVLE1I4j","level":4,"time":"2018-08-30T12:39:05+00:00","remoteAddr":"192.168.0.239","user":"administrator","app":"webdav","method":"PUT","url":"\/remote.php\/webdav\/10084547-20180601.pdf","message":"Exception: {\"Exception\":\"Sabre\\\\DAV\\\\Exception\\\\BadRequest\",\"Message\":\"expected filesize 297218 got 0\",\"Code\":0,\"Trace\":\"#0 \\\/var\\\/www\\\/html\\\/centexcloud\\\/apps\\\/dav\\\/lib\\\/Connector\\\/Sabre\\\/Directory.php(156): OCA\\\\DAV\\\\Connector\\\\Sabre\\\\File->put(Resource id #518)\\n#1 \\\/var\\\/www\\\/html\\\/centexcloud\\\/3rdparty\\\/sabre\\\/dav\\\/lib\\\/DAV\\\/Server.php(1096): OCA\\\\DAV\\\\Connector\\\\Sabre\\\\Directory->createFile('10084547-201806...', Resource id #518)\\n#2 \\\/var\\\/www\\\/html\\\/centexcloud\\\/3rdparty\\\/sabre\\\/dav\\\/lib\\\/DAV\\\/CorePlugin.php(529): Sabre\\\\DAV\\\\Server->createFile('10084547-201806...', Resource id #518, NULL)\\n#3 [internal function]: Sabre\\\\DAV\\\\CorePlugin->httpPut(Object(Sabre\\\\HTTP\\\\Request), Object(Sabre\\\\HTTP\\\\Response))\\n#4 \\\/var\\\/www\\\/html\\\/centexcloud\\\/3rdparty\\\/sabre\\\/event\\\/lib\\\/EventEmitterTrait.php(105): call_user_func_array(Array, Array)\\n#5 \\\/var\\\/www\\\/html\\\/centexcloud\\\/3rdparty\\\/sabre\\\/dav\\\/lib\\\/DAV\\\/Server.php(479): Sabre\\\\Event\\\\EventEmitter->emit('method:PUT', Array)\\n#6 \\\/var\\\/www\\\/html\\\/centexcloud\\\/3rdparty\\\/sabre\\\/dav\\\/lib\\\/DAV\\\/Server.php(254): Sabre\\\\DAV\\\\Server->invokeMethod(Object(Sabre\\\\HTTP\\\\Request), Object(Sabre\\\\HTTP\\\\Response))\\n#7 \\\/var\\\/www\\\/html\\\/centexcloud\\\/apps\\\/dav\\\/appinfo\\\/v1\\\/webdav.php(80): Sabre\\\\DAV\\\\Server->exec()\\n#8 \\\/var\\\/www\\\/html\\\/centexcloud\\\/remote.php(164): require_once('\\\/var\\\/www\\\/html\\\/c...')\\n#9 {main}\",\"File\":\"\\\/var\\\/www\\\/html\\\/centexcloud\\\/apps\\\/dav\\\/lib\\\/Connector\\\/Sabre\\\/File.php\",\"Line\":189}","userAgent":"Mozilla\/5.0 (Windows NT 6.1; Win64; x64; rv:61.0) Gecko\/20100101 Firefox\/61.0","version":"13.0.5.2"}
{"reqId":"bOIrWH1aJKohDqm81SA7","level":0,"time":"2018-08-30T12:39:12+00:00","remoteAddr":"192.168.0.239","user":"administrator","app":"ojsxc","method":"POST","url":"\/index.php\/apps\/ojsxc\/http-bind","message":"Receiving {administrator} : <body rid='123821' xmlns='http:\/\/jabber.org\/protocol\/httpbind' sid='internal'><iq from='administrator@cloud.centexexports.com\/internal' to='cloud.centexexports.com' type='get' xmlns='jabber:client' id='d9adf395-48d2-448a-bc18-8aab7c897073:sendIQ'><query xmlns='http:\/\/jabber.org\/protocol\/disco#items'\/><\/iq><\/body>","userAgent":"Mozilla\/5.0 (Windows NT 6.1; Win64; x64; rv:61.0) Gecko\/20100101 Firefox\/61.0","version":"13.0.5.2"}
{"reqId":"xh5SNjIh5KOtBmgahaEh","level":2,"time":"2018-08-30T12:43:13+00:00","remoteAddr":"52.87.90.16","user":"--","app":"core","method":"GET","url":"\/","message":"Trusted domain error. \"52.87.90.16\" tried to access using \"42.104.67.162\" as host.","userAgent":"Mozilla\/5.0 (Windows NT 6.2;en-US) AppleWebKit\/537.32.36 (KHTML, live Gecko) Chrome\/53.0.3043.100 Safari\/537.32","version":"13.0.5.2"}
{"reqId":"xh5SNjIh5KOtBmgahaEh","level":0,"time":"2018-08-30T12:43:13+00:00","remoteAddr":"52.87.90.16","user":"--","app":"core","method":"GET","url":"\/","message":"Scss is disabled for \/var\/www\/html\/centexcloud\/core\/css\/jquery-ui-fixes.scss, ignoring","userAgent":"Mozilla\/5.0 (Windows NT 6.2;en-US) AppleWebKit\/537.32.36 (KHTML, live Gecko) Chrome\/53.0.3043.100 Safari\/537.32","version":"13.0.5.2"}
{"reqId":"xh5SNjIh5KOtBmgahaEh","level":0,"time":"2018-08-30T12:43:13+00:00","remoteAddr":"52.87.90.16","user":"--","app":"core","method":"GET","url":"\/","message":"Scss is disabled for \/var\/www\/html\/centexcloud\/core\/css\/server.scss, ignoring","userAgent":"Mozilla\/5.0 (Windows NT 6.2;en-US) AppleWebKit\/537.32.36 (KHTML, live Gecko) Chrome\/53.0.3043.100 Safari\/537.32","version":"13.0.5.2"}
{"reqId":"xh5SNjIh5KOtBmgahaEh","level":0,"time":"2018-08-30T12:43:13+00:00","remoteAddr":"52.87.90.16","user":"--","app":"core","method":"GET","url":"\/","message":"Scss is disabled for \/var\/www\/html\/centexcloud\/core\/css\/jquery.ocdialog.scss, ignoring","userAgent":"Mozilla\/5.0 (Windows NT 6.2;en-US) AppleWebKit\/537.32.36 (KHTML, live Gecko) Chrome\/53.0.3043.100 Safari\/537.32","version":"13.0.5.2"}
{"reqId":"xh5SNjIh5KOtBmgahaEh","level":0,"time":"2018-08-30T12:43:13+00:00","remoteAddr":"52.87.90.16","user":"--","app":"core","method":"GET","url":"\/","message":"Scss is disabled for \/var\/www\/html\/centexcloud\/core\/css\/share.scss, ignoring","userAgent":"Mozilla\/5.0 (Windows NT 6.2;en-US) AppleWebKit\/537.32.36 (KHTML, live Gecko) Chrome\/53.0.3043.100 Safari\/537.32","version":"13.0.5.2"}
{"reqId":"wODR5VFIhtFo4zJ4hLXi","level":3,"time":"2018-08-30T12:47:48+00:00","remoteAddr":"","user":"--","app":"PHP","method":"--","url":"--","message":"Module 'pgsql' already loaded at Unknown#0","userAgent":"--","version":"13.0.5.2"}
{"reqId":"3KVsnIRZRPGRIoVuddBx","level":3,"time":"2018-08-30T12:53:02+00:00","remoteAddr":"","user":"--","app":"PHP","method":"--","url":"--","message":"Module 'pgsql' already loaded at Unknown#0","userAgent":"--","version":"13.0.5.2"}

Insert your Nextcloud log here

</details>

#### Browser log
<details>
<summary>Browser log</summary>
Strict-Transport-Security: The connection to the site is untrustworthy, so the specified header was ignored.[Learn More] style.css
This site makes use of a SHA-1 Certificate; it’s recommended you use certificates with signature algorithms that use hash functions stronger than SHA-1.[Learn More] 0cac-0042-jquery-ui-fixes.css
Strict-Transport-Security: The connection to the site is untrustworthy, so the specified header was ignored.[Learn More] 0cac-0042-jquery-ui-fixes.css
This site makes use of a SHA-1 Certificate; it’s recommended you use certificates with signature algorithms that use hash functions stronger than SHA-1.[Learn More] comments.css
Strict-Transport-Security: The connection to the site is untrustworthy, so the specified header was ignored.[Learn More] comments.css
This site makes use of a SHA-1 Certificate; it’s recommended you use certificates with signature algorithms that use hash functions stronger than SHA-1.[Learn More] 0cac-0042-server.css
Strict-Transport-Security: The connection to the site is untrustworthy, so the specified header was ignored.[Learn More] 0cac-0042-server.css
This site makes use of a SHA-1 Certificate; it’s recommended you use certificates with signature algorithms that use hash functions stronger than SHA-1.[Learn More] 4fda-0042-merged.css
Strict-Transport-Security: The connection to the site is untrustworthy, so the specified header was ignored.[Learn More] 4fda-0042-merged.css
This site makes use of a SHA-1 Certificate; it’s recommended you use certificates with signature algorithms that use hash functions stronger than SHA-1.[Learn More] slideshow.css
Strict-Transport-Security: The connection to the site is untrustworthy, so the specified header was ignored.[Learn More] slideshow.css
This site makes use of a SHA-1 Certificate; it’s recommended you use certificates with signature algorithms that use hash functions stronger than SHA-1.[Learn More] gallerybutton.css
Strict-Transport-Security: The connection to the site is untrustworthy, so the specified header was ignored.[Learn More] gallerybutton.css
This site makes use of a SHA-1 Certificate; it’s recommended you use certificates with signature algorithms that use hash functions stronger than SHA-1.[Learn More] share.css
Strict-Transport-Security: The connection to the site is untrustworthy, so the specified header was ignored.[Learn More] share.css
This site makes use of a SHA-1 Certificate; it’s recommended you use certificates with signature algorithms that use hash functions stronger than SHA-1.[Learn More] 35c3-0042-mergedAdditionalStyles.css
Strict-Transport-Security: The connection to the site is untrustworthy, so the specified header was ignored.[Learn More] 35c3-0042-mergedAdditionalStyles.css
This site makes use of a SHA-1 Certificate; it’s recommended you use certificates with signature algorithms that use hash functions stronger than SHA-1.[Learn More] systemtagsfilelist.css
Strict-Transport-Security: The connection to the site is untrustworthy, so the specified header was ignored.[Learn More] systemtagsfilelist.css
This site makes use of a SHA-1 Certificate; it’s recommended you use certificates with signature algorithms that use hash functions stronger than SHA-1.[Learn More] versions.css
Strict-Transport-Security: The connection to the site is untrustworthy, so the specified header was ignored.[Learn More] versions.css
This site makes use of a SHA-1 Certificate; it’s recommended you use certificates with signature algorithms that use hash functions stronger than SHA-1.[Learn More] 0cac-0042-jquery.ocdialog.css
Strict-Transport-Security: The connection to the site is untrustworthy, so the specified header was ignored.[Learn More] 0cac-0042-jquery.ocdialog.css
This site makes use of a SHA-1 Certificate; it’s recommended you use certificates with signature algorithms that use hash functions stronger than SHA-1.[Learn More] 1980-0042-autocomplete.css
Strict-Transport-Security: The connection to the site is untrustworthy, so the specified header was ignored.[Learn More] 1980-0042-autocomplete.css
This site makes use of a SHA-1 Certificate; it’s recommended you use certificates with signature algorithms that use hash functions stronger than SHA-1.[Learn More] search.js
Strict-Transport-Security: The connection to the site is untrustworthy, so the specified header was ignored.[Learn More] search.js
This site makes use of a SHA-1 Certificate; it’s recommended you use certificates with signature algorithms that use hash functions stronger than SHA-1.[Learn More] jquery.slimscroll.js
Strict-Transport-Security: The connection to the site is untrustworthy, so the specified header was ignored.[Learn More] jquery.slimscroll.js
This site makes use of a SHA-1 Certificate; it’s recommended you use certificates with signature algorithms that use hash functions stronger than SHA-1.[Learn More] jquery.fullscreen.js
Strict-Transport-Security: The connection to the site is untrustworthy, so the specified header was ignored.[Learn More] jquery.fullscreen.js
This site makes use of a SHA-1 Certificate; it’s recommended you use certificates with signature algorithms that use hash functions stronger than SHA-1.[Learn More] jsxc.min.js
Strict-Transport-Security: The connection to the site is untrustworthy, so the specified header was ignored.[Learn More] jsxc.min.js
This site makes use of a SHA-1 Certificate; it’s recommended you use certificates with signature algorithms that use hash functions stronger than SHA-1.[Learn More] 1980-0042-trash.css
Strict-Transport-Security: The connection to the site is untrustworthy, so the specified header was ignored.[Learn More] 1980-0042-trash.css
This site makes use of a SHA-1 Certificate; it’s recommended you use certificates with signature algorithms that use hash functions stronger than SHA-1.[Learn More] ojsxc.js
Strict-Transport-Security: The connection to the site is untrustworthy, so the specified header was ignored.[Learn More] ojsxc.js
This site makes use of a SHA-1 Certificate; it’s recommended you use certificates with signature algorithms that use hash functions stronger than SHA-1.[Learn More] previewplugin.js
Strict-Transport-Security: The connection to the site is untrustworthy, so the specified header was ignored.[Learn More] previewplugin.js
This site makes use of a SHA-1 Certificate; it’s recommended you use certificates with signature algorithms that use hash functions stronger than SHA-1.[Learn More] script.js
Strict-Transport-Security: The connection to the site is untrustworthy, so the specified header was ignored.[Learn More] script.js
This site makes use of a SHA-1 Certificate; it’s recommended you use certificates with signature algorithms that use hash functions stronger than SHA-1.[Learn More] viewer.js
Strict-Transport-Security: The connection to the site is untrustworthy, so the specified header was ignored.[Learn More] viewer.js
This site makes use of a SHA-1 Certificate; it’s recommended you use certificates with signature algorithms that use hash functions stronger than SHA-1.[Learn More] styles
Strict-Transport-Security: The connection to the site is untrustworthy, so the specified header was ignored.[Learn More] styles
This site makes use of a SHA-1 Certificate; it’s recommended you use certificates with signature algorithms that use hash functions stronger than SHA-1.[Learn More] jquery-ui-fixes.js
Strict-Transport-Security: The connection to the site is untrustworthy, so the specified header was ignored.[Learn More] jquery-ui-fixes.js
This site makes use of a SHA-1 Certificate; it’s recommended you use certificates with signature algorithms that use hash functions stronger than SHA-1.[Learn More] fileinfo.js
Strict-Transport-Security: The connection to the site is untrustworthy, so the specified header was ignored.[Learn More] fileinfo.js
This site makes use of a SHA-1 Certificate; it’s recommended you use certificates with signature algorithms that use hash functions stronger than SHA-1.[Learn More] client.js
Strict-Transport-Security: The connection to the site is untrustworthy, so the specified header was ignored.[Learn More] client.js
This site makes use of a SHA-1 Certificate; it’s recommended you use certificates with signature algorithms that use hash functions stronger than SHA-1.[Learn More] contactsmenu.js
Strict-Transport-Security: The connection to the site is untrustworthy, so the specified header was ignored.[Learn More] contactsmenu.js
This site makes use of a SHA-1 Certificate; it’s recommended you use certificates with signature algorithms that use hash functions stronger than SHA-1.[Learn More] 0cac-0042-systemtags.css
Strict-Transport-Security: The connection to the site is untrustworthy, so the specified header was ignored.[Learn More] 0cac-0042-systemtags.css
This site makes use of a SHA-1 Certificate; it’s recommended you use certificates with signature algorithms that use hash functions stronger than SHA-1.[Learn More] app.js
Strict-Transport-Security: The connection to the site is untrustworthy, so the specified header was ignored.[Learn More] app.js
This site makes use of a SHA-1 Certificate; it’s recommended you use certificates with signature algorithms that use hash functions stronger than SHA-1.[Learn More] sharedfilelist.js
Strict-Transport-Security: The connection to the site is untrustworthy, so the specified header was ignored.[Learn More] sharedfilelist.js
This site makes use of a SHA-1 Certificate; it’s recommended you use certificates with signature algorithms that use hash functions stronger than SHA-1.[Learn More] app.js
Strict-Transport-Security: The connection to the site is untrustworthy, so the specified header was ignored.[Learn More] app.js
This site makes use of a SHA-1 Certificate; it’s recommended you use certificates with signature algorithms that use hash functions stronger than SHA-1.[Learn More] filelist.js
Strict-Transport-Security: The connection to the site is untrustworthy, so the specified header was ignored.[Learn More] filelist.js
This site makes use of a SHA-1 Certificate; it’s recommended you use certificates with signature algorithms that use hash functions stronger than SHA-1.[Learn More] merged-template-prepend.js
Strict-Transport-Security: The connection to the site is untrustworthy, so the specified header was ignored.[Learn More] merged-template-prepend.js
This site makes use of a SHA-1 Certificate; it’s recommended you use certificates with signature algorithms that use hash functions stronger than SHA-1.[Learn More] oc-backbone-webdav.js
Strict-Transport-Security: The connection to the site is untrustworthy, so the specified header was ignored.[Learn More] oc-backbone-webdav.js
This site makes use of a SHA-1 Certificate; it’s recommended you use certificates with signature algorithms that use hash functions stronger than SHA-1.[Learn More] merged.js
Strict-Transport-Security: The connection to the site is untrustworthy, so the specified header was ignored.[Learn More] merged.js
This site makes use of a SHA-1 Certificate; it’s recommended you use certificates with signature algorithms that use hash functions stronger than SHA-1.[Learn More] external.js
Strict-Transport-Security: The connection to the site is untrustworthy, so the specified header was ignored.[Learn More] external.js
This site makes use of a SHA-1 Certificate; it’s recommended you use certificates with signature algorithms that use hash functions stronger than SHA-1.[Learn More] files.js
Strict-Transport-Security: The connection to the site is untrustworthy, so the specified header was ignored.[Learn More] files.js
This site makes use of a SHA-1 Certificate; it’s recommended you use certificates with signature algorithms that use hash functions stronger than SHA-1.[Learn More] merged-share-backend.js
Strict-Transport-Security: The connection to the site is untrustworthy, so the specified header was ignored.[Learn More] merged-share-backend.js
This site makes use of a SHA-1 Certificate; it’s recommended you use certificates with signature algorithms that use hash functions stronger than SHA-1.[Learn More] activity-sidebar.js
Strict-Transport-Security: The connection to the site is untrustworthy, so the specified header was ignored.[Learn More] activity-sidebar.js
This site makes use of a SHA-1 Certificate; it’s recommended you use certificates with signature algorithms that use hash functions stronger than SHA-1.[Learn More] merged.js
Strict-Transport-Security: The connection to the site is untrustworthy, so the specified header was ignored.[Learn More] merged.js
This site makes use of a SHA-1 Certificate; it’s recommended you use certificates with signature algorithms that use hash functions stronger than SHA-1.[Learn More] 21f4-0042-merged.css
Strict-Transport-Security: The connection to the site is untrustworthy, so the specified header was ignored.[Learn More] 21f4-0042-merged.css
This site makes use of a SHA-1 Certificate; it’s recommended you use certificates with signature algorithms that use hash functions stronger than SHA-1.[Learn More] merged.js
Strict-Transport-Security: The connection to the site is untrustworthy, so the specified header was ignored.[Learn More] merged.js
This site makes use of a SHA-1 Certificate; it’s recommended you use certificates with signature algorithms that use hash functions stronger than SHA-1.[Learn More] additionalScripts.js
Strict-Transport-Security: The connection to the site is untrustworthy, so the specified header was ignored.[Learn More] additionalScripts.js
This site makes use of a SHA-1 Certificate; it’s recommended you use certificates with signature algorithms that use hash functions stronger than SHA-1.[Learn More] core.js
JQMIGRATE: Migrate is installed, version 1.4.0 core.js:7:542
This site makes use of a SHA-1 Certificate; it’s recommended you use certificates with signature algorithms that use hash functions stronger than SHA-1.[Learn More] jsxc.dep.min.js
This site makes use of a SHA-1 Certificate; it’s recommended you use certificates with signature algorithms that use hash functions stronger than SHA-1.[Learn More] merged.js
Strict-Transport-Security: The connection to the site is untrustworthy, so the specified header was ignored.[Learn More] merged.js
This site makes use of a SHA-1 Certificate; it’s recommended you use certificates with signature algorithms that use hash functions stronger than SHA-1.[Learn More] merged-index.js
Strict-Transport-Security: The connection to the site is untrustworthy, so the specified header was ignored.[Learn More] merged-index.js
This site makes use of a SHA-1 Certificate; it’s recommended you use certificates with signature algorithms that use hash functions stronger than SHA-1.[Learn More] app.svg
Strict-Transport-Security: The connection to the site is untrustworthy, so the specified header was ignored.[Learn More] app.svg
This site makes use of a SHA-1 Certificate; it’s recommended you use certificates with signature algorithms that use hash functions stronger than SHA-1.[Learn More] activity.svg
Strict-Transport-Security: The connection to the site is untrustworthy, so the specified header was ignored.[Learn More] activity.svg
This site makes use of a SHA-1 Certificate; it’s recommended you use certificates with signature algorithms that use hash functions stronger than SHA-1.[Learn More] app.svg
Strict-Transport-Security: The connection to the site is untrustworthy, so the specified header was ignored.[Learn More] app.svg
This site makes use of a SHA-1 Certificate; it’s recommended you use certificates with signature algorithms that use hash functions stronger than SHA-1.[Learn More] app.svg
Strict-Transport-Security: The connection to the site is untrustworthy, so the specified header was ignored.[Learn More] app.svg
This site makes use of a SHA-1 Certificate; it’s recommended you use certificates with signature algorithms that use hash functions stronger than SHA-1.[Learn More] flowupload.svg
Strict-Transport-Security: The connection to the site is untrustworthy, so the specified header was ignored.[Learn More] flowupload.svg
This site makes use of a SHA-1 Certificate; it’s recommended you use certificates with signature algorithms that use hash functions stronger than SHA-1.[Learn More] merged.js
This site makes use of a SHA-1 Certificate; it’s recommended you use certificates with signature algorithms that use hash functions stronger than SHA-1.[Learn More] admin.svg
Strict-Transport-Security: The connection to the site is untrustworthy, so the specified header was ignored.[Learn More] admin.svg
This site makes use of a SHA-1 Certificate; it’s recommended you use certificates with signature algorithms that use hash functions stronger than SHA-1.[Learn More] apps.svg
Strict-Transport-Security: The connection to the site is untrustworthy, so the specified header was ignored.[Learn More] apps.svg
This site makes use of a SHA-1 Certificate; it’s recommended you use certificates with signature algorithms that use hash functions stronger than SHA-1.[Learn More] users.svg
Strict-Transport-Security: The connection to the site is untrustworthy, so the specified header was ignored.[Learn More] users.svg
window.controllers/Controllers is deprecated. Do not use it for UA detection. merged.js:2171
This site makes use of a SHA-1 Certificate; it’s recommended you use certificates with signature algorithms that use hash functions stronger than SHA-1.[Learn More] logout.svg
Strict-Transport-Security: The connection to the site is untrustworthy, so the specified header was ignored.[Learn More] logout.svg
This site makes use of a SHA-1 Certificate; it’s recommended you use certificates with signature algorithms that use hash functions stronger than SHA-1.[Learn More] delete.svg
Strict-Transport-Security: The connection to the site is untrustworthy, so the specified header was ignored.[Learn More] delete.svg
This site makes use of a SHA-1 Certificate; it’s recommended you use certificates with signature algorithms that use hash functions stronger than SHA-1.[Learn More] merged.js
This site makes use of a SHA-1 Certificate; it’s recommended you use certificates with signature algorithms that use hash functions stronger than SHA-1.[Learn More] scripts-for-file-app.js
Strict-Transport-Security: The connection to the site is untrustworthy, so the specified header was ignored.[Learn More] scripts-for-file-app.js
This site makes use of a SHA-1 Certificate; it’s recommended you use certificates with signature algorithms that use hash functions stronger than SHA-1.[Learn More] more-white.svg
Strict-Transport-Security: The connection to the site is untrustworthy, so the specified header was ignored.[Learn More] more-white.svg
This site makes use of a SHA-1 Certificate; it’s recommended you use certificates with signature algorithms that use hash functions stronger than SHA-1.[Learn More] search-white.svg
Strict-Transport-Security: The connection to the site is untrustworthy, so the specified header was ignored.[Learn More] search-white.svg
This site makes use of a SHA-1 Certificate; it’s recommended you use certificates with signature algorithms that use hash functions stronger than SHA-1.[Learn More] contacts.svg
Strict-Transport-Security: The connection to the site is untrustworthy, so the specified header was ignored.[Learn More] contacts.svg
This site makes use of a SHA-1 Certificate; it’s recommended you use certificates with signature algorithms that use hash functions stronger than SHA-1.[Learn More] folder.svg
Strict-Transport-Security: The connection to the site is untrustworthy, so the specified header was ignored.[Learn More] folder.svg
This site makes use of a SHA-1 Certificate; it’s recommended you use certificates with signature algorithms that use hash functions stronger than SHA-1.[Learn More] theming
Strict-Transport-Security: The connection to the site is untrustworthy, so the specified header was ignored.[Learn More] theming
This site makes use of a SHA-1 Certificate; it’s recommended you use certificates with signature algorithms that use hash functions stronger than SHA-1.[Learn More] recent.svg
Strict-Transport-Security: The connection to the site is untrustworthy, so the specified header was ignored.[Learn More] recent.svg
This site makes use of a SHA-1 Certificate; it’s recommended you use certificates with signature algorithms that use hash functions stronger than SHA-1.[Learn More] share.svg
Strict-Transport-Security: The connection to the site is untrustworthy, so the specified header was ignored.[Learn More] share.svg
This site makes use of a SHA-1 Certificate; it’s recommended you use certificates with signature algorithms that use hash functions stronger than SHA-1.[Learn More] star.svg
Strict-Transport-Security: The connection to the site is untrustworthy, so the specified header was ignored.[Learn More] star.svg
This site makes use of a SHA-1 Certificate; it’s recommended you use certificates with signature algorithms that use hash functions stronger than SHA-1.[Learn More] public.svg
Strict-Transport-Security: The connection to the site is untrustworthy, so the specified header was ignored.[Learn More] public.svg
This site makes use of a SHA-1 Certificate; it’s recommended you use certificates with signature algorithms that use hash functions stronger than SHA-1.[Learn More] tag.svg
Strict-Transport-Security: The connection to the site is untrustworthy, so the specified header was ignored.[Learn More] tag.svg
This site makes use of a SHA-1 Certificate; it’s recommended you use certificates with signature algorithms that use hash functions stronger than SHA-1.[Learn More] delete.svg
Strict-Transport-Security: The connection to the site is untrustworthy, so the specified header was ignored.[Learn More] delete.svg
This site makes use of a SHA-1 Certificate; it’s recommended you use certificates with signature algorithms that use hash functions stronger than SHA-1.[Learn More] quota.svg
Strict-Transport-Security: The connection to the site is untrustworthy, so the specified header was ignored.[Learn More] quota.svg
This site makes use of a SHA-1 Certificate; it’s recommended you use certificates with signature algorithms that use hash functions stronger than SHA-1.[Learn More] settings-dark.svg
Strict-Transport-Security: The connection to the site is untrustworthy, so the specified header was ignored.[Learn More] settings-dark.svg
This site makes use of a SHA-1 Certificate; it’s recommended you use certificates with signature algorithms that use hash functions stronger than SHA-1.[Learn More] applications
Strict-Transport-Security: The connection to the site is untrustworthy, so the specified header was ignored.[Learn More] applications
This site makes use of a SHA-1 Certificate; it’s recommended you use certificates with signature algorithms that use hash functions stronger than SHA-1.[Learn More] config
Strict-Transport-Security: The connection to the site is untrustworthy, so the specified header was ignored.[Learn More] config
State changed to INITIATING jsxc.js:184:9
State changed to PREVCONFOUND jsxc.js:184:9
check master jsxc.js:184:9
This site makes use of a SHA-1 Certificate; it’s recommended you use certificates with signature algorithms that use hash functions stronger than SHA-1.[Learn More] part.results.html
Strict-Transport-Security: The connection to the site is untrustworthy, so the specified header was ignored.[Learn More] part.results.html
This site makes use of a SHA-1 Certificate; it’s recommended you use certificates with signature algorithms that use hash functions stronger than SHA-1.[Learn More] notifications.svg
Strict-Transport-Security: The connection to the site is untrustworthy, so the specified header was ignored.[Learn More] notifications.svg
This site makes use of a SHA-1 Certificate; it’s recommended you use certificates with signature algorithms that use hash functions stronger than SHA-1.[Learn More] 32
Strict-Transport-Security: The connection to the site is untrustworthy, so the specified header was ignored.[Learn More] 32
This site makes use of a SHA-1 Certificate; it’s recommended you use certificates with signature algorithms that use hash functions stronger than SHA-1.[Learn More] close.svg
Strict-Transport-Security: The connection to the site is untrustworthy, so the specified header was ignored.[Learn More] close.svg
This site makes use of a SHA-1 Certificate; it’s recommended you use certificates with signature algorithms that use hash functions stronger than SHA-1.[Learn More] breadcrumb.svg
Strict-Transport-Security: The connection to the site is untrustworthy, so the specified header was ignored.[Learn More] breadcrumb.svg
This site makes use of a SHA-1 Certificate; it’s recommended you use certificates with signature algorithms that use hash functions stronger than SHA-1.[Learn More] logo
Strict-Transport-Security: The connection to the site is untrustworthy, so the specified header was ignored.[Learn More] logo
This site makes use of a SHA-1 Certificate; it’s recommended you use certificates with signature algorithms that use hash functions stronger than SHA-1.[Learn More] home.svg
Strict-Transport-Security: The connection to the site is untrustworthy, so the specified header was ignored.[Learn More] home.svg
This site makes use of a SHA-1 Certificate; it’s recommended you use certificates with signature algorithms that use hash functions stronger than SHA-1.[Learn More] toggle-pictures.svg
Strict-Transport-Security: The connection to the site is untrustworthy, so the specified header was ignored.[Learn More] toggle-pictures.svg
This site makes use of a SHA-1 Certificate; it’s recommended you use certificates with signature algorithms that use hash functions stronger than SHA-1.[Learn More] notifications
Strict-Transport-Security: The connection to the site is untrustworthy, so the specified header was ignored.[Learn More] notifications
This site makes use of a SHA-1 Certificate; it’s recommended you use certificates with signature algorithms that use hash functions stronger than SHA-1.[Learn More] config
Strict-Transport-Security: The connection to the site is untrustworthy, so the specified header was ignored.[Learn More] config
This site makes use of a SHA-1 Certificate; it’s recommended you use certificates with signature algorithms that use hash functions stronger than SHA-1.[Learn More] add.svg
Strict-Transport-Security: The connection to the site is untrustworthy, so the specified header was ignored.[Learn More] add.svg
This site makes use of a SHA-1 Certificate; it’s recommended you use certificates with signature algorithms that use hash functions stronger than SHA-1.[Learn More] webdav
Strict-Transport-Security: The connection to the site is untrustworthy, so the specified header was ignored.[Learn More] webdav
This site makes use of a SHA-1 Certificate; it’s recommended you use certificates with signature algorithms that use hash functions stronger than SHA-1.[Learn More] lastused
Strict-Transport-Security: The connection to the site is untrustworthy, so the specified header was ignored.[Learn More] lastused
This site makes use of a SHA-1 Certificate; it’s recommended you use certificates with signature algorithms that use hash functions stronger than SHA-1.[Learn More] triangle-n.svg
Strict-Transport-Security: The connection to the site is untrustworthy, so the specified header was ignored.[Learn More] triangle-n.svg
This site makes use of a SHA-1 Certificate; it’s recommended you use certificates with signature algorithms that use hash functions stronger than SHA-1.[Learn More] share.svg
Strict-Transport-Security: The connection to the site is untrustworthy, so the specified header was ignored.[Learn More] share.svg
This site makes use of a SHA-1 Certificate; it’s recommended you use certificates with signature algorithms that use hash functions stronger than SHA-1.[Learn More] triangle-s.svg
Strict-Transport-Security: The connection to the site is untrustworthy, so the specified header was ignored.[Learn More] triangle-s.svg
This site makes use of a SHA-1 Certificate; it’s recommended you use certificates with signature algorithms that use hash functions stronger than SHA-1.[Learn More] more.svg
Strict-Transport-Security: The connection to the site is untrustworthy, so the specified header was ignored.[Learn More] more.svg
This site makes use of a SHA-1 Certificate; it’s recommended you use certificates with signature algorithms that use hash functions stronger than SHA-1.[Learn More] getstoragestats.php
Strict-Transport-Security: The connection to the site is untrustworthy, so the specified header was ignored.[Learn More] getstoragestats.php
This site makes use of a SHA-1 Certificate; it’s recommended you use certificates with signature algorithms that use hash functions stronger than SHA-1.[Learn More] folder.svg
Strict-Transport-Security: The connection to the site is untrustworthy, so the specified header was ignored.[Learn More] folder.svg
This site makes use of a SHA-1 Certificate; it’s recommended you use certificates with signature algorithms that use hash functions stronger than SHA-1.[Learn More] preview.png
Strict-Transport-Security: The connection to the site is untrustworthy, so the specified header was ignored.[Learn More] preview.png
I am master. jsxc.js:184:9
State changed to ESTABLISHING jsxc.js:184:9
Try to attach jsxc.js:184:9
SID: internal jsxc.js:184:9
ATTACHED: null jsxc.js:184:9
Discover muc service jsxc.js:184:9
UI State changed to INITIATING jsxc.js:184:9
Waiting for server capabilities jsxc.js:184:9
Request server capabilities jsxc.js:184:9
UI State changed to READY jsxc.js:184:9
DSA key loaded jsxc.js:184:9
State changed to READY jsxc.js:184:9
This site makes use of a SHA-1 Certificate; it’s recommended you use certificates with signature algorithms that use hash functions stronger than SHA-1.[Learn More] x-office-spreadsheet.svg
Strict-Transport-Security: The connection to the site is untrustworthy, so the specified header was ignored.[Learn More] x-office-spreadsheet.svg
This site makes use of a SHA-1 Certificate; it’s recommended you use certificates with signature algorithms that use hash functions stronger than SHA-1.[Learn More] menu_black.svg
Strict-Transport-Security: The connection to the site is untrustworthy, so the specified header was ignored.[Learn More] menu_black.svg
This site makes use of a SHA-1 Certificate; it’s recommended you use certificates with signature algorithms that use hash functions stronger than SHA-1.[Learn More] gear_black.svg
Strict-Transport-Security: The connection to the site is untrustworthy, so the specified header was ignored.[Learn More] gear_black.svg
This site makes use of a SHA-1 Certificate; it’s recommended you use certificates with signature algorithms that use hash functions stronger than SHA-1.[Learn More] contact_black.svg
Strict-Transport-Security: The connection to the site is untrustworthy, so the specified header was ignored.[Learn More] contact_black.svg
This site makes use of a SHA-1 Certificate; it’s recommended you use certificates with signature algorithms that use hash functions stronger than SHA-1.[Learn More] presence_chat.svg
Strict-Transport-Security: The connection to the site is untrustworthy, so the specified header was ignored.[Learn More] presence_chat.svg
This site makes use of a SHA-1 Certificate; it’s recommended you use certificates with signature algorithms that use hash functions stronger than SHA-1.[Learn More] help_black.svg
Strict-Transport-Security: The connection to the site is untrustworthy, so the specified header was ignored.[Learn More] help_black.svg
This site makes use of a SHA-1 Certificate; it’s recommended you use certificates with signature algorithms that use hash functions stronger than SHA-1.[Learn More] image.svg
Strict-Transport-Security: The connection to the site is untrustworthy, so the specified header was ignored.[Learn More] image.svg
This site makes use of a SHA-1 Certificate; it’s recommended you use certificates with signature algorithms that use hash functions stronger than SHA-1.[Learn More] presence_away.svg
Strict-Transport-Security: The connection to the site is untrustworthy, so the specified header was ignored.[Learn More] presence_away.svg
This site makes use of a SHA-1 Certificate; it’s recommended you use certificates with signature algorithms that use hash functions stronger than SHA-1.[Learn More] presence_xa.svg
Strict-Transport-Security: The connection to the site is untrustworthy, so the specified header was ignored.[Learn More] presence_xa.svg
This site makes use of a SHA-1 Certificate; it’s recommended you use certificates with signature algorithms that use hash functions stronger than SHA-1.[Learn More] iceServers
Strict-Transport-Security: The connection to the site is untrustworthy, so the specified header was ignored.[Learn More] iceServers
This site makes use of a SHA-1 Certificate; it’s recommended you use certificates with signature algorithms that use hash functions stronger than SHA-1.[Learn More] presence_dnd.svg
This site makes use of a SHA-1 Certificate; it’s recommended you use certificates with signature algorithms that use hash functions stronger than SHA-1.[Learn More] chat-icon-white.svg
Strict-Transport-Security: The connection to the site is untrustworthy, so the specified header was ignored.[Learn More] chat-icon-white.svg
This site makes use of a SHA-1 Certificate; it’s recommended you use certificates with signature algorithms that use hash functions stronger than SHA-1.[Learn More] more_black.svg
Strict-Transport-Security: The connection to the site is untrustworthy, so the specified header was ignored.[Learn More] more_black.svg
This site makes use of a SHA-1 Certificate; it’s recommended you use certificates with signature algorithms that use hash functions stronger than SHA-1.[Learn More] files
Strict-Transport-Security: The connection to the site is untrustworthy, so the specified header was ignored.[Learn More] files
This site makes use of a SHA-1 Certificate; it’s recommended you use certificates with signature algorithms that use hash functions stronger than SHA-1.[Learn More] http-bind
Strict-Transport-Security: The connection to the site is untrustworthy, so the specified header was ignored.[Learn More] http-bind
XML Parsing Error: not well-formed
Location: 
Line Number 1, Column 120:
Presence (priyanka@cloud.centexexports.com/internal): offline jsxc.js:184:9
XML Parsing Error: not well-formed
Location: 
Line Number 1, Column 120:
Presence (nitin@cloud.centexexports.com/internal): offline jsxc.js:184:9
XML Parsing Error: not well-formed
Location: 
Line Number 1, Column 120:
Presence (eshhan@cloud.centexexports.com/internal): offline jsxc.js:184:9
XML Parsing Error: not well-formed
Location: 
Line Number 1, Column 120:
Presence (patrick@cloud.centexexports.com/internal): offline jsxc.js:184:9
XML Parsing Error: not well-formed
Location: 
Line Number 1, Column 120:
Presence (ashik@cloud.centexexports.com/internal): offline jsxc.js:184:9
XML Parsing Error: not well-formed
Location: 
Line Number 1, Column 120:
Presence (vandana@cloud.centexexports.com/internal): offline jsxc.js:184:9
XML Parsing Error: not well-formed
Location: 
Line Number 1, Column 120:
This site makes use of a SHA-1 Certificate; it’s recommended you use certificates with signature algorithms that use hash functions stronger than SHA-1.[Learn More] 36
Strict-Transport-Security: The connection to the site is untrustworthy, so the specified header was ignored.[Learn More] 36
This site makes use of a SHA-1 Certificate; it’s recommended you use certificates with signature algorithms that use hash functions stronger than SHA-1.[Learn More] 36
Strict-Transport-Security: The connection to the site is untrustworthy, so the specified header was ignored.[Learn More] 36
This site makes use of a SHA-1 Certificate; it’s recommended you use certificates with signature algorithms that use hash functions stronger than SHA-1.[Learn More] 36
Strict-Transport-Security: The connection to the site is untrustworthy, so the specified header was ignored.[Learn More] 36
This site makes use of a SHA-1 Certificate; it’s recommended you use certificates with signature algorithms that use hash functions stronger than SHA-1.[Learn More] http-bind
Strict-Transport-Security: The connection to the site is untrustworthy, so the specified header was ignored.[Learn More] http-bind
Source map error: request failed with status 404
Resource URL: https://cloud.centexexports.com/core/vendor/core.js?v=f1d1da0e-26
Source Map URL: purify.min.js.map[Learn More]
This site makes use of a SHA-1 Certificate; it’s recommended you use certificates with signature algorithms that use hash functions stronger than SHA-1.[Learn More] http-bind
Strict-Transport-Security: The connection to the site is untrustworthy, so the specified header was ignored.[Learn More] http-bind
This site makes use of a SHA-1 Certificate; it’s recommended you use certificates with signature algorithms that use hash functions stronger than SHA-1.[Learn More] upload.svg
Strict-Transport-Security: The connection to the site is untrustworthy, so the specified header was ignored.[Learn More] upload.svg
This site makes use of a SHA-1 Certificate; it’s recommended you use certificates with signature algorithms that use hash functions stronger than SHA-1.[Learn More] text.svg
Strict-Transport-Security: The connection to the site is untrustworthy, so the specified header was ignored.[Learn More] text.svg
This site makes use of a SHA-1 Certificate; it’s recommended you use certificates with signature algorithms that use hash functions stronger than SHA-1.[Learn More] 10084547-20180601.pdf
Strict-Transport-Security: The connection to the site is untrustworthy, so the specified header was ignored.[Learn More] 10084547-20180601.pdf
[Show/hide message details.] TypeError: xml is undefined[Learn More] merged-index.js:644:1
This site makes use of a SHA-1 Certificate; it’s recommended you use certificates with signature algorithms that use hash functions stronger than SHA-1.[Learn More] getstoragestats.php
Strict-Transport-Security: The connection to the site is untrustworthy, so the specified header was ignored.[Learn More] getstoragestats.php
This site makes use of a SHA-1 Certificate; it’s recommended you use certificates with signature algorithms that use hash functions stronger than SHA-1.[Learn More] http-bind
Strict-Transport-Security: The connection to the site is untrustworthy, so the specified header was ignored.[Learn More] http-bind 

303
GET
/index.php/apps/files/?dir=/&fileid=7
cloud.centexexports.com
document
html
39.37 KB
38.39 KB
→ 220 ms
200
GET
/index.php/apps/files/?dir=/
cloud.centexexports.com
document
html
39.35 KB
38.39 KB
→ 418 ms
200
GET
part.results.html
cloud.centexexports.com
xhr
html
566 B
208 B
→ 30 ms
413
PUT
10084547-20180601.pdf
cloud.centexexports.com
xhr
html
920 B
591 B

Insert your browser log here, this could for example include:

a) The javascript console log
b) The network log
c) ...

</details>
@nextcloud-bot
Copy link
Member

GitMate.io thinks possibly related issues are #10184 (Uploading medium size files fails), #4240 (File Size Limit), #2842 ([Files] Upload folders), #1371 (No file-uploading possible at all), and #8954 (Uploading large files fails).

@gaining
Copy link

gaining commented Sep 3, 2018

I'm having the same issue. Nexcloud logs don't really say anything but firefox javascript console shows some errors after attempting to upload something.
screenshot from 2018-09-03 03-35-27

@gaining
Copy link

gaining commented Sep 3, 2018

For anyone else having this problem, just add these to your nextcloud nginx config

# set max upload size
client_max_body_size 512M;
fastcgi_buffers 64 4K;

@deepakpatiyal
Copy link
Author

deepakpatiyal commented Sep 5, 2018

HI gaining,

I am using nextcloud with apache server, any help on that.

I get below error in nexcloud.log while trying to upload,

Fatal | webdav | Sabre\DAV\Exception\BadRequest: expected filesize 780831 got 0 | 2018-09-05T11:19:20+0530
Fatal | webdav | Sabre\DAV\Exception\BadRequest: expected filesize 595284 got 0 | 2018-09-05T11:18:00+0530

@deepakpatiyal
Copy link
Author

Now getting error while uploading
Not enough free space, you are uploading 27 KB but only 0 B is left.

but there is 778GB space free on the drive

@gaining
Copy link

gaining commented Sep 5, 2018

@deepakpatiyal looks like you may have write issues. Make sure that the place you're storing your data is owned by www-data for example, if your nextcloud location is /var/www/nextcloud/, use chown -R www-data:www-data /var/www/nextcloud/ to make it own it. As for the apache config equivalent I'm not really sure because I'm using nginx. I had to go to the nextcloud docs to find out what to do with my config file. Try the docs too and follow their instructions meticulously. Maybe that will fix your problem.

@kesselb
Copy link
Contributor

kesselb commented Sep 5, 2018

I had a similar issue (with the same error message) because a quota defined for www-data.

@deepakpatiyal
Copy link
Author

deepakpatiyal commented Sep 6, 2018

@gaining I have reconfirmed the write permissions to the folders. I am facing aver strange issue that is if i try to upload a specific image or pdf file from my system ith shows the error as above and at the same time if I upload any other file it gets uploaded instantly. This is a very weird situation as some files are getting uploaded and some dosn't. And which fails to upload in first attempt will never get uploaded even trying for days.

@MorrisJobke
Copy link
Member

As this seems to be a setup issue I would like to ask you to raise your question in the forums: https://help.nextcloud.com

If you wish support with setup issues from Nextcloud GmbH we offer this as part of the Nextcloud subscription. Learn more about this at https://nextcloud.com/enterprise/

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

5 participants