For the quickest reply, please use our new Customer Helpdesk and Feedback platform
 
   
 
why i cann’t connect to cean?
Posted: 23 November 2008 07:48 PM   [ Ignore ]
Newbie
Rank
Total Posts:  1
Joined  2008-11-23

i already had instaled Erlang and want to use CEAN on it,and download the zip archive of CEAN library. Then follow the instruction from the FAQ.

i add the follows to D:\Program Files\erl5.6.5\bin\erl.ini

set ARCHDIR=windows
set CEAN_SERVER=http://cean.process-one.net

i think i connect to internet directly,so i donot write"rem set HTTP_PROXY=your.proxy.host:port”

then i create VERSION file into my erlang ROOTDIR directory(D:\Program Files\erl5.6.5\) containing this: CEAN Erlang/OTP R12B-5 erts-5.6.5 windows devel

when i type cean:available().
it’s just tell me,
exception error: undefined function ibrowse:start/0
  in function cean:geturl/3
  in call from cean:getlist/0
  in call from cean:available/0

Profile
 
 
Posted: 08 December 2008 06:01 AM   [ Ignore ]   [ # 1 ]
Newbie
Rank
Total Posts:  1
Joined  2008-12-08

I seem to be having the same problem. I see that no one has responded to this question.

I added cean to an existing installation of erlang on Mac OS X 10.5.5 (PowerPC).

My VERSION file contains:
CEAN Erlang/OTP R12B-5 erts-5.6.5 darwin devel

And I added and exported the env variables:

ARCHDIR=darwin
CEAN_SERVER=“http://cean.process-one.net”

When I type in erl shell I get:

1cean:get_server().
"http://cean.process-one.net"

2cean:installed().
["appmon","asn1","cean","common_test","compiler","cosEvent",
 
"cosEventDomain","cosFileTransfer","cosNotification",
 
"cosProperty","cosTime","cosTransactions","crypto",
 
"debugger","dialyzer","docbuilder","edoc","erl_interface",
 
"et","eunit","gs","hipe","ic","inets","inviso","jinterface",
 
"kernel","megaco",
 
[...]|...]

3
cean:version().
"CEAN Erlang/OTP R12B-5 erts-5.6.5 darwin devel"

4cean:available().
** 
exception errorundefined function ibrowse:start/0
     in 
function  cean:geturl/3
     in call from cean
:getlist/0
     in call from cean
:available/

Any assistance would be appreciated.

TIA

Profile
 
 
Posted: 01 January 2009 02:33 PM   [ Ignore ]   [ # 2 ]
Newbie
Rank
Total Posts:  1
Joined  2009-01-01

Yup, I had this issue too.

You need the ibrowse library. I’m not sure where to download it from (google wasn’t much help).

I managed to get around it by downloading the base system install from http://cean.process-one.net/downloads/ , extracting it into a temporary directory, then manually copying the ibrowse-1.4.1 directory from the [CEAN BASE]/erlang/lib/ directory, into my system erlang/lib directory.

Worked fine after that.

Profile