avalluri / open-tr069

Automatically exported from code.google.com/p/open-tr069
7 stars 3 forks source link

OpenACS compability problem #11

Open GoogleCodeExporter opened 9 years ago

GoogleCodeExporter commented 9 years ago
What steps will reproduce the problem?
1. Run OpenACS
2. Run evcpe with test data model
3. Get the parameter using the ACS configuration script
 var parameters = new Array();
 parameters[0]='Device.DeviceInfo.SerialNumber';
 var response = cpe.GetParameterValues(parameters);
 logger ('='+response[0].value);

What is the expected output? What do you see instead?

What version of the product are you using? On what operating system?
Debian Linux

Please provide any additional information below.
Following error seen

[2013-10-30 21:06:06 IST] INFO  evcpe_session_send_do - making HTTP request
[2013-10-30 21:06:06 IST] INFO  evcpe_start_session_cb - scheduling periodic 
inform in 60 second(s)
[2013-10-30 21:06:06 IST] INFO  evcpe_session_http_cb - HTTP response code: 401
[2013-10-30 21:06:06 IST] DEBUG evcpe_session_http_cb - HTTP response content: 
<html><head><title>JBossWeb/2.0.1.GA - Error report</title><style><!--H1 
{font-family:Tahoma,Arial,sans-serif;color:white;background-color:#525D76;font-s
ize:22px;} H2 
{font-family:Tahoma,Arial,sans-serif;color:white;background-color:#525D76;font-s
ize:16px;} H3 
{font-family:Tahoma,Arial,sans-serif;color:white;background-color:#525D76;font-s
ize:14px;} BODY 
{font-family:Tahoma,Arial,sans-serif;color:black;background-color:white;} B 
{font-family:Tahoma,Arial,sans-serif;color:white;background-color:#525D76;} P 
{font-family:Tahoma,Arial,sans-serif;background:white;color:black;font-size:12px
;}A {color : black;}A.name {color : black;}HR {color : #525D76;}--></style> 
</head><body><h1>HTTP Status 401 - </h1><HR size="1" 
noshade="noshade"><p><b>type</b> Status report</p><p><b>message</b> 
<u></u></p><p><b>description</b> <u>This request requires HTTP authentication 
().</u></p><HR size="1" 
noshade="noshade"><h3>JBossWeb/2.0.1.GA</h3></body></html>

Please reply ASAP, what can be done for this error.

Original issue reported on code.google.com by jithende...@gmail.com on 30 Oct 2013 at 3:36