newby questions
Pat29
parault2@REDACTED
Thu Dec 2 19:59:33 CET 2004
Hello,
It's my last post about this subject because i solved my problem
even it's certainely not the best solution.
Use REPOS1.0 to test some Windows configurations with a modified start.bat
rem set
EJABBERD_CONFIG_PATH=../../../other_apps/ejabberd/src/win32/ejabberd.cfg
set EJABBERD_CONFIG_PATH=../../../other_apps/ejabberd/ejabberd.cfg
set MNESIA_DIR='"%TMP%/mnesia"'
rem To allow more than 1000 opened sockets:
set ERL_MAX_PORTS=32000
rem JEAI
set JEAI_PATH=../../../other_apps/j-eai
set JEAI_CONFIG_PATH=%JEAI_PATH%/priv/ejabberd-jeai.cfg
set CREATE_JEAI_DEMO_USERS=true
rem explorer index.html
start index.html
cd erlang\erts-5.3-Windows\bin
rem in case of boot problem werl -init_debug
echo %EJABBERD_SO_PATH%
start werl -gs backend_comm port %* -pa "%EJABBERD_SO_PATH%" -pa
"%JEAI_PATH%/yaws/ebin" -mnesia dir %MNESIA_DIR% -yaws embedded 'true'
WINXP PRO SP2
--------------------
repos:check() and repos:start(wings) passed but other tests which use
sockets failed.
Erlang (BEAM) emulator version 5.3.6.3 [source] [threads:0]
Eshell V5.3.6.3 (abort with ^G)
1> repos:check().
=INFO REPORT==== 30-Nov-2004::06:08:03 ===
{"eunit.erl(80)","Running unit tests in module [repos_check]"}
=INFO REPORT==== 30-Nov-2004::06:08:03 ===
{"eunit.erl(118)","Running test repos_check:xmerl_test/0 - passed."}
=INFO REPORT==== 30-Nov-2004::06:08:06 ===
{"eunit.erl(118)","Running test repos_check:ssl_test/0 - passed."}
=INFO REPORT==== 30-Nov-2004::06:08:07 ===
{"eunit.erl(118)","Running test repos_check:crypto_test/0 - passed."}
=INFO REPORT==== 30-Nov-2004::06:08:12 ===
{"eunit.erl(118)","Running test repos_check:gs_test/0 - passed."}
{4,
0,
[{repos_check,{gs_test,0}},
{repos_check,{crypto_test,0}},
{repos_check,{ssl_test,0}},
{repos_check,{xmerl_test,0}}],
[]}
=INFO REPORT==== 30-Nov-2004::06:08:12 ===
{"eunit.erl(77)","Test finished\n"}
=INFO REPORT==== 30-Nov-2004::06:08:12 ===
{"eunit.erl(123)","Summary: 4 passed, 0failed"}
WINXP PRO SP1 with some KBs
------------------------------------
Like WINXP PRO SP2.
WIN2000 PRO
----------------
All test passed but repos:start(wings) failed (OpenGL not installed).
WINXP PRO without any SP and KBs
----------------------------------------
All test passed and the ping pong example given in the Getting Start worked
fine.
Now i can enjoy fully with Erlang/OTP.
Thanks again for all peoples for your helps.
Pat.
More information about the erlang-questions
mailing list