Exception gradle task assembly debug faild with exit code 1 [closed] - exception

Closed. This question needs details or clarity. It is not currently accepting answers.
Want to improve this question? Add details and clarify the problem by editing this post.
Closed 8 days ago.
Improve this question
Exception gradle task assembly debug faild with exit code 1
Exception gradle task assembly debug faild with exit code 1

Related

Running into connect exception learning D4Lj examples [closed]

Closed. This question needs debugging details. It is not currently accepting answers.
Edit the question to include desired behavior, a specific problem or error, and the shortest code necessary to reproduce the problem. This will help others answer the question.
Closed 4 years ago.
Improve this question
Can you please help me understand why I am running into this issue...
14:22:15.752 [main] INFO org.deeplearning4j.base.MnistFetcher - Downloading MNIST...
Exception in thread "main" java.net.ConnectException: Connection refused (Connection refused)
at java.base/java.net.PlainSocketImpl.socketConnect(Native Method)
at java.base/java.net.AbstractPlainSocketImpl.doConnect(AbstractPlainSocketImpl.java:400)
at java.base/java.net.AbstractPlainSocketImpl.connectToAddress(AbstractPlainSocketImpl.java:243)
at java.base/java.net.AbstractPlainSocketImpl.connect(AbstractPlainSocketImpl.java:225)
at java.base/java.net.Socket.connect(Socket.java:591)
at java.base/java.net.Socket.connect(Socket.java:540)
at java.base/sun.net.NetworkClient.doConnect(NetworkClient.java:182)
at java.base/sun.net.www.http.HttpClient.openServer(HttpClient.java:474)
at java.base/sun.net.www.http.HttpClient.openServer(HttpClient.java:569)
at java.base/sun.net.www.http.HttpClient.(HttpClient.java:242)
at java.base/sun.net.www.http.HttpClient.New(HttpClient.java:341)
at java.base/sun.net.www.http.HttpClient.New(HttpClient.java:362)
at java.base/sun.net.www.protocol.http.HttpURLConnection.getNewHttpClient(HttpURLConnection.java:1242)
at java.base/sun.net.www.protocol.http.HttpURLConnection.plainConnect0(HttpURLConnection.java:1181)
at java.base/sun.net.www.protocol.http.HttpURLConnection.plainConnect(HttpURLConnection.java:1075)
at java.base/sun.net.www.protocol.http.HttpURLConnection.connect(HttpURLConnection.java:1009)
at java.base/sun.net.www.protocol.http.HttpURLConnection.followRedirect0(HttpURLConnection.java:2758)
at java.base/sun.net.www.protocol.http.HttpURLConnection.followRedirect(HttpURLConnection.java:2680)
at java.base/sun.net.www.protocol.http.HttpURLConnection.getInputStream0(HttpURLConnection.java:1843)
at java.base/sun.net.www.protocol.http.HttpURLConnection.getInputStream(HttpURLConnection.java:1509)
at java.base/java.net.URL.openStream(URL.java:1117)
at org.apache.commons.io.FileUtils.copyURLToFile(FileUtils.java:1460)
at org.deeplearning4j.base.MnistFetcher.tryDownloadingAFewTimes(MnistFetcher.java:184)
at org.deeplearning4j.base.MnistFetcher.tryDownloadingAFewTimes(MnistFetcher.java:177)
at org.deeplearning4j.base.MnistFetcher.downloadAndUntar(MnistFetcher.java:156)
at org.deeplearning4j.datasets.fetchers.MnistDataFetcher.(MnistDataFetcher.java:67)
at org.deeplearning4j.datasets.iterator.impl.MnistDataSetIterator.(MnistDataSetIterator.java:67)
at org.deeplearning4j.datasets.iterator.impl.MnistDataSetIterator.(MnistDataSetIterator.java:53)
Please update to the latest version. The mnist binaries were moved to a new location. That or your place you are running the fetcher is not able to connect remotely to the server (hence connection refused)

MySQL won't install on Linux [closed]

Closed. This question does not meet Stack Overflow guidelines. It is not currently accepting answers.
This question does not appear to be about a specific programming problem, a software algorithm, or software tools primarily used by programmers. If you believe the question would be on-topic on another Stack Exchange site, you can leave a comment to explain where the question may be able to be answered.
Closed 5 years ago.
Improve this question
I'm trying to install MySQL for my Ubuntu VM 14.04 X86 64
I'm getting some error messages:
150424 11:40:15 [Warning] Using unique option prefix key_buffer
instead of key_buffer_size is deprecated and will be removed in a
future release. Please use the full name instead. 150424 11:40:15
[Note] /usr/sbin/mysqld (mysqld 5.5.43-0ubuntu0.14.04.1) starting as
process 4724 ... start: Job failed to start invoke-rc.d: initscript
mysql, action "start" failed. dpkg: error processing package
mysql-server-5.5 (--configure): subprocess installed post-installation
script returned error exit status 1 dpkg: dependency problems prevent
configuration of mysql-server: mysql-server depends on
mysql-server-5.5; however: Package mysql-server-5.5 is not configured
yet. dpkg: error processing package mysql-server (--configure):
dependency problems - leaving unconfigured Setting up mysql-client
(5.5.43-0ubuntu0.14.04.1) ... Errors were encountered while
processing: mysql-server-5.5 mysql-server E: Sub-process /usr/bin/dpkg
returned an error code (1) W: Operation was interrupted before it
could finish
I have tried reinstalling and cleaning it up after and stuff...
It still gives the same error.
Anyone that have a clue?

MySQL 5.5.28 build errors [closed]

Closed. This question is off-topic. It is not currently accepting answers.
Want to improve this question? Update the question so it's on-topic for Stack Overflow.
Closed 10 years ago.
Improve this question
I use mingw-w64 (ruben build) on Windows 7 64.
I need libmysqlclient.a to build libodb-mysql (http://www.codesynthesis.com/products/odb/). But in original Windows 64 mysql build there is no .a library (only mysqlclient.lib). Reimp does not work (generate a lot of files with different integer numbers in the names, but not .a library).
I am tying to build MySQL Community Server 5.5.28.
The command sequence:
cmake -G "MSYS Makefiles" .
make
I got
[ 11%] Building C object strings/CMakeFiles/strings.dir/ctype-mb.c.obj
[ 11%] Building C object strings/CMakeFiles/strings.dir/ctype-simple.c.obj
In file included from C:/Users/CanisMajor/Downloads/mysql-5.5.28/include/my_sys.h:44:0,
from c:/Users/CanisMajor/Downloads/mysql-5.5.28/strings/ctype-simple.c:19:
C:/Users/CanisMajor/Downloads/mysql-5.5.28/include/my_pthread.h:59:3: error: unknown type name 'CONDITION_VARIABL
E'
C:/Users/CanisMajor/Downloads/mysql-5.5.28/include/my_pthread.h:102:8: error: redefinition of 'struct timespec'
In file included from d:\mingw\bin\../lib/gcc/x86_64-w64-mingw32/4.7.1/../../../../x86_64-w64-mingw32/include/pro
cess.h:12:0,
from C:/Users/CanisMajor/Downloads/mysql-5.5.28/include/my_global.h:128,
from c:/Users/CanisMajor/Downloads/mysql-5.5.28/strings/ctype-simple.c:16:
d:\mingw\bin\../lib/gcc/x86_64-w64-mingw32/4.7.1/../../../../x86_64-w64-mingw32/include/sys/types.h:89:8: note: o
riginally defined here
In file included from C:/Users/CanisMajor/Downloads/mysql-5.5.28/include/my_sys.h:44:0,
from c:/Users/CanisMajor/Downloads/mysql-5.5.28/strings/ctype-simple.c:19:
C:/Users/CanisMajor/Downloads/mysql-5.5.28/include/my_pthread.h:715:5: error: unknown type name 'SRWLOCK'
make[2]: *** [strings/CMakeFiles/strings.dir/ctype-simple.c.obj] Error 1
make[1]: *** [strings/CMakeFiles/strings.dir/all] Error 2
mak
e: *** [all] Error 2
Do you have any ideas?
Looks like a compiler issue. Specifically, it is not recognizing some tokens, due to your compilation flags and definitions.
CONDITION_VARIABLE in windows; wont compile

Open-source CUDA IDE [closed]

Closed. This question does not meet Stack Overflow guidelines. It is not currently accepting answers.
We don’t allow questions seeking recommendations for books, tools, software libraries, and more. You can edit the question so it can be answered with facts and citations.
Closed 7 years ago.
Improve this question
Could you recommend any open source (apart from eclipse) CUDA IDE that can be used directly (no additioanl plugins, etc)?
PS: therey is also any online-cloud CUDA IDE? (I found http://ideone.com/8lYvf, but not valid for CUDA)
Here is a guide on how to configure Netbeans for CUDA development.
You can use QT-Creator, it works quite well in combination with cmake:
cmake_minimum_required(VERSION 2.6.2)
project(GPU_PROJECT)
#set(CMAKE_BUILD_TYPE Debug)
#In case findCUDA.cmake wasn't found, download it from here
# https://gforge.sci.utah.edu/gf/project/findcuda/scmsvn/?action=browse&path=%2F*checkout*%2Ftrunk%2FFindCuda.html
# and put it into SOURCE_DIR/CMake
#set(CMAKE_MODULE_PATH "${CMAKE_SOURCE_DIR}/CMake" ${CMAKE_MODULE_PATH})
#### Cuda
# find_package(CUDA)
find_package(CUDA 3 QUIET REQUIRED)
# find_package(CUDA 2.1)
# find_package(CUDA 2.2)
# find_package(CUDA 2.3)
# find_package(CUDA 2.1 REQUIRED)
# find_package(CUDA 2.2 REQUIRED)
# find_package(CUDA 2.3 REQUIRED)
# find_package(CUDA 2.1 EXACT)
# find_package(CUDA 2.2 EXACT)
# find_package(CUDA 2.3 EXACT)
# find_package(CUDA 2.1 EXACT REQUIRED)
# find_package(CUDA 2.2 EXACT REQUIRED)
# find_package(CUDA 2.3 EXACT REQUIRED)
# find_package(CUDA 2.2 EXACT QUIET REQUIRED)
if (CUDA_FOUND)
message(" * CUDA ${CUDA_VERSION} was found")
else(CUDA_FOUND)
message(" * CUDA is not found")
message(FATAL_ERROR "Not all CUDA libraries are found")
endif(CUDA_FOUND)
set(SRCS
src/main.cpp
src/cuda_core.cu
)
cuda_add_executable(GPU_PROJECT ${SRCS})
target_link_libraries(GPU_PRJECT ${SOME_LIBRARY})
If you want to have additional debug functionalities, replace gdb with cuda-gdb in the QT-Creator config.
You should be able to use Visual C++ Express (Not Open Source but Free)
If you are using CUDA 3.2 You will need VC++ 2008
If you are using CUDA 4.0RC You can use VC++ 2010

Ejabberd start issue. RPC Failed Node Down error [closed]

Closed. This question is off-topic. It is not currently accepting answers.
Want to improve this question? Update the question so it's on-topic for Stack Overflow.
Closed 9 years ago.
Improve this question
Im trying to configure my Ejabberd to run on Ubuntu. I have managed to successfully install the Ejabberd without any problems. When I try to start my server using
ejabberdctl sid#domU-12-31-39-01-7C-F5.compute-1.internal start
I get the following error
RPC failed on the node 'ejabberd#domU-12-31-39-01-7C-F5': nodedown
Im using Ejabberd 2.0.5 and I had a few installation issues earlier where I encountered a 'Post installation script error'. However after uninstalling and re-installing a couple of times I managed to get around it. I've used the installer to do my setup. I'd appreciate any help on how to solve this issue.
My log file shows the following:
This is what the log file says
`=INFO REPORT==== 2010-02-03 07:52:44 ===
I(<0.319.0>:mod_pubsub:155) : pubsub init "domu-12-31-39-01-7c-f5.compute-1.internal" [{access_createnode,
pubsub_createnode},
{plugins,
["default",
"pep"]}]
=INFO REPORT==== 2010-02-03 07:52:44 ===
I(<0.319.0>:mod_pubsub:212) : ** tree plugin is nodetree_default
=INFO REPORT==== 2010-02-03 07:52:44 ===
I(<0.319.0>:mod_pubsub:216) : ** init default plugin
=INFO REPORT==== 2010-02-03 07:52:44 ===
I(<0.319.0>:mod_pubsub:216) : ** init pep plugin
=INFO REPORT==== 2010-02-03 07:52:45 ===
I(<0.319.0>:mod_pubsub:224) : ** terminate default plugin
=INFO REPORT==== 2010-02-03 07:52:45 ===
I(<0.319.0>:mod_pubsub:224) : ** terminate pep plugin
You will get that error if you dont 'sudo' . Use 'sudo ejabberdctl ...'