Error when I started to create a symfony project - windows

I'm new to symfony and I have a little problem. When I create the project with composer, there is this error "https://repo.packagist.org could not be fully loaded (curl error 7 while downloading https://repo.packagiste.org/package.json: Failed to connect to 127.0.0.1 port57481 after 2028 ms: Connection refused), package information was loaded from the local cache and may be out of date"enter image description here
If someone can help me, how can I resolve it so that I can move on.

Related

Laravel Dusk Testing has an error on the server Curl error thrown for http POST to /session with params

I would like to ask me to try the following instructions on Plesk Server:
php artisan dusk
The following error will occur:
1) Tests\Browser\ExampleTest::testBasicExample
Facebook\WebDriver\Exception\WebDriverCurlException: Curl error thrown for http POST to /session with params: {"desiredCapabilities":{"browserName":"chrome","platform":"ANY","chromeOptions":{"binary" :".\/vendor\/laravel\/dusk\/bin\/chromedriver-linux","args":["--disable-gpu","--headless","--no-sandbox"," --verbose","--window-size=1024,768"]}}}
Failed connect to localhost:9515; Connection refused
/var/www/vhosts/fanswoo.com/fanswoo-framework/vendor/facebook/webdriver/lib/Remote/HttpCommandExecutor.php:292
/var/www/vhosts/fanswoo.com/fanswoo-framework/vendor/facebook/webdriver/lib/Remote/RemoteWebDriver.php:126
/var/www/vhosts/fanswoo.com/fanswoo-framework/tests/DuskTestCase.php:43
/var/www/vhosts/fanswoo.com/fanswoo-framework/vendor/laravel/dusk/src/Concerns/ProvidesBrowser.php:192
/var/www/vhosts/fanswoo.com/fanswoo-framework/vendor/laravel/framework/src/Illuminate/Support/helpers.php:754
/var/www/vhosts/fanswoo.com/fanswoo-framework/vendor/laravel/dusk/src/Concerns/ProvidesBrowser.php: 193
/var/www/vhosts/fanswoo.com/fanswoo-framework/vendor/laravel/dusk/src/Concerns/ProvidesBrowser.php:93
/var/www/vhosts/fanswoo.com/fanswoo-framework/vendor/laravel/dusk/src/Concerns/ProvidesBrowser.php:64
/var/www/vhosts/fanswoo.com/fanswoo-framework/tests/Browser/ExampleTest.php:22
I suspected that the Chrome Driver could not be executed, so I used the following command to detect:
./vendor/laravel/dusk/bin/chromedriver-linux
The return is as follows:
Starting ChromeDriver 2.43.600233 (523efee95e3d68b8719b3a1c83051aa63aa6b10d) on port 9515
Only local connections are allowed.
Indicates that ChromeDriver can be opened normally.
The code can also be detected on the local computer. Only when the dusk command is executed in Plesk Server will the error occur. May I ask what God should I continue to do or what to modify? Thank you!
The server specifications are as follows:
CentOS 7.5
PHP 7.1
DB SQLite3
Laravel Version 5.7
ChromeDriver Version 69
If you able to start chromedriver successfully, now try to access the below url with respective port.
http://localhost:{port}/status
For e.g., in above message, the server started on port 9515. Access the url in browser, http://localhost:9515/status
You should get above message indicating server is accessible with hostname as localhost
If your are not able access, then fix the specific issue

pgAdmin 4 Desktop Runtime has stopped working

I've installed pgAdmin4 v2 on Windows 7. The installation went fine and I could launch it successfully without any issue. After couple of days, now if I try to load GUI I am getting the error – “pgAdmin 4 Desktop Runtime has stopped working”. Log file shows below error entries:
raise URLError(err)
URLError: <urlopen error Tunnel connection failed: 407 authenticationrequired>
2018-03-26 13:16:01,937: ERROR pgadmin: Exception when checking for update
Does anyone know how to fix the issue?
Version check was root cause of the problem as my network has restricted access. Disabling version check in application config settings (UPGRADE_CHECK_ENABLED = False in config_local.py) fixed the issue in my case.

Issues in initializing Pentaho biserver with postgresql on a Mac

I'm trying to get pentaho server BI installed with postgresql on a macos.
When I launch http://localhost:8080/pentaho/, I get the following error:
And I'm also getting the following errors on pentaho log file :
2017-10-17 16:31:33,237 ERROR [org.hibernate.util.JDBCExceptionReporter] ERROR:column am.amcanorder does not exist
Position : 407
2017-10-17 16:31:33,239 ERROR [org.hibernate.tool.hbm2ddl.SchemaUpdate] could not complete schema update
I really don't know from where to start to fix these as I'm new to both pentane and mac. Any hint please?
What type of install did you choose: SourceForge/Pentaho web site, Manual/Standard,... Tell us which file you did download, and what you did to configure it with postgres...

Could not resolve com.android.tools.build:gradle:2.2.1 ionic 2 application

Hi I am trying to build an application handed over to me by another developer.
When I do ionic build android
I get an error:
Could not GET 'https://jcenter.bintray.com/com/android/tools/build/gradle/2.2.1/gradle-2.2.1.pom'.
Connect to 192.168.1.1:808 [/192.168.1.1] failed: Connection timed out: connect
I think the IP address highlighted in bold is the main problem.
My Router Ip address is 192.168.0.1 where can I change this setting so that the gradle files are downloaded properly.

Error trying use duplicity for backups

I was asked to help with broken backup script on legacy system.
There is a script file on server which should run hourly to put DB backup to Rackspace cloud. And here is the result.
START cf-postgresql-dump ...
Wed 04 Nov 2015 06:49:09 AM EST
Synchronizing remote metadata to local cache...
Copying duplicity-full-signatures.20130622T180407Z.sigtar.gpg to local cache.
Download of 'duplicity-full-signatures.20130622T180407Z.sigtar.gpg' failed (attempt 1): CloudFiles returned: 404 Not Found
Download of 'duplicity-full-signatures.20130622T180407Z.sigtar.gpg' failed (attempt 2): CloudFiles returned: 404 Not Found
Download of 'duplicity-full-signatures.20130622T180407Z.sigtar.gpg' failed (attempt 3): CloudFiles returned: 404 Not Found
Download of 'duplicity-full-signatures.20130622T180407Z.sigtar.gpg' failed (attempt 4): CloudFiles returned: 404 Not Found
Download of 'duplicity-full-signatures.20130622T180407Z.sigtar.gpg' failed (attempt 5): CloudFiles returned: 404 Not Found
Giving up downloading 'duplicity-full-signatures.20130622T180407Z.sigtar.gpg' after 5 attempts
what is the source of the problem and what is the way to fix it?
As I can see there is a missing file on our backup storage so we cannot produce incremental backup. Am I right?
smells like the cf backend is broken. probably some changes in the cf API.
try to update to the latest duplicity 0.6.x or 0.7.x and retry.
..ede/duply.net

Resources