Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

OpenACS compability problem #11

Open
GoogleCodeExporter opened this issue Mar 23, 2015 · 0 comments
Open

OpenACS compability problem #11

GoogleCodeExporter opened this issue Mar 23, 2015 · 0 comments

Comments

@GoogleCodeExporter
Copy link

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 [email protected] on 30 Oct 2013 at 3:36

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant