Articles

Affichage des articles du janvier, 2016

odules:ty:compileJavaWARNING

modules:ty:compileJava WARNING: An illegal reflective access operation has occurred WARNING: Illegal reflective access by worker.org.gradle.internal.reflect.JavaMethod (file:/Users/---/.gradle/caches/3.0/workerMain/gradle-worker.jar) to method java.lang.ClassLoader.getPackages() WARNING: Please consider reporting this to the maintainers of worker.org.gradle.internal.reflect.JavaMethod WARNING: Use --illegal-access=warn to enable warnings of further illegal reflective access operations WARNING: All illegal access operations will be denied in a future release

The mbstring extension is missing. Please check your PHP configuration.

Solve it by copy php.ini from C:\wamp\bin\php\php5.6.15 to C:\wamp\bin\apache\apache2.4.17 and restart WAMP server

*** ERROR *** The PHP configuration loaded file is: - should be: C:/wamp/bin/apache/apache2.4.17/bin/php.ini or c:/wamp/bin/php/php5.6.15/phpforapache.ini

*** ERROR *** The PHP configuration loaded file is: - should be: C:/wamp/bin/apache/apache2.4.17/bin/php.ini or c:/wamp/bin/php/php5.6.15/phpforapache.ini solution : Just run Wamp as administrator !

Missing VCRUNTIME140.dll

 The VC9 builds require you to have the Visual C++ Redistributable for Visual Studio 2008 SP1 x86 or x64 installed The VC11 builds require to have the Visual C++ Redistributable for Visual Studio 2012 x86 or x64 installed The VC14 builds require to have the Visual C++ Redistributable for Visual Studio 2015 x86 or x64 installed

The system cannot find the path specified

java.io.FileNotFoundException: C:\.....sql (The system cannot find the path specified) Process failed. at java.io.FileOutputStream.open0(Native Method) at java.io.FileOutputStream.open(FileOutputStream.java:270) at java.io.FileOutputStream.<init>(FileOutputStream.java:213) at java.io.FileOutputStream.<init>(FileOutputStream.java:162) at backup.DatabaseBackup.backupDatabase(DatabaseBackup.java:41) at backup.BackUpManager.databaseBackup(BackUpManager.java:61) at backup.BackUpManager.main(BackUpManager.java:83) solution : change the path

java.io.IOException: Cannot run program "C:\wamp\bin\mysql\mysql5.6.17\bin": CreateProcess error=5, Access is denied

java.io.IOException: Cannot run program "C:\wamp\bin\mysql\mysql5.6.17\bin": CreateProcess error=5, Access is denied at java.lang.ProcessBuilder.start(ProcessBuilder.java:1048) at backup.DatabaseBackup.getServerDumpData(DatabaseBackup.java:72) at backup.DatabaseBackup.backupDatabase(DatabaseBackup.java:28) at backup.BackUpManager.databaseBackup(BackUpManager.java:60) at backup.BackUpManager.main(BackUpManager.java:82) Caused by: java.io.IOException: CreateProcess error=5, Access is denied at java.lang.ProcessImpl.create(Native Method) at java.lang.ProcessImpl.<init>(ProcessImpl.java:386) at java.lang.ProcessImpl.start(ProcessImpl.java:137) at java.lang.ProcessBuilder.start(ProcessBuilder.java:1029) ... 4 more Process failed. // solution : error=5  means one of: 1) file is not executable 2) file is not accessible Open up Windows explorer, and navigate to example.exe Right click on it and choose "Properties" Go to the "Secur