Main  /  Edit version 2  /  Edit version 3  /   /  Users Area

Difference "CppCMS 1.x.x Build Troubleshooting" ver. 2 versus ver. 3

Content:

**Lots of tests fails**
Something like this:
8 - form_test (Failed)
9 - cookie_test (Failed)
10 - internal_forwarder_test (Failed)
11 - forwarder_test (Failed)
12 - jsonrpc_test (Failed)
13 - proto_test_async_http (Failed)
14 - proto_test_async_scgi (Failed)
16 - proto_test_sync_http (Failed)
17 - proto_test_sync_scgi (Failed)
34 - test_aio_socket (Failed)
35 - test_aio_endpoint (Failed)
36 - test_aio_prefork (Failed)
Make sure you have no applications using 8080 and 8081 ports.
If you are not sure which applications run on those ports, find its process id thus:
`# fuser -n tcp 8080`
In reply, you'll get something like this:
`8080/tcp: 3171`
Then find out which application has the process id 3171 thus:
`ps -ef | grep 3171`
**Almost every test fails, and I use Windows**
Make sure that you setup PATH environment variable correctly,
it should point to current` build\booster` directory and
to directories where 3rd part library placed.

About

CppCMS is a web development framework for performance demanding applications.

Support This Project

SourceForge.net Logo

Поддержать проект

CppCMS needs You


Navigation

Main Page


Valid CSS | Valid XHTML 1.0