Re: [Opensim-users] The very last error

2017-10-28 Thread AJLDuarte
Hi
About Error or Warning, or Info I am sure we do have a few some 
questionable choices, that we will fix in time.
Think WARN is ok in this case since it is option, sure if you need that 
feature then it is actually a error for you :)
Also some messages are really only relevant for Dev debug / diagnostics 
and will be removed when we are ok with the relevant code sections.
Ubit.


-Original Message-
From: opensim-users-boun...@opensimulator.org 
[mailto:opensim-users-boun...@opensimulator.org] On Behalf Of AJLDuarte
Sent: Sunday, October 29, 2017 02:05
To: opensim-users@opensimulator.org
Subject: Re: [Opensim-users] The very last error

Hi
In OpenSim.ini.example (version 0.9 release and above)
You can see the line:

ExternalHostNameForLSL = ${Const|BaseHostname}

Uncommented, so the feature is enabled by default.
The fact you don't have it on Opensim.ini, may mean you did reuse 0.8x 
version...
On the update you should use the new configuration files, changing what 
you need comparing to old ones (yes a pain i know :( )
So please compare the files and fix (also the other relevant .ini 
files), or you may have other problems you just did not detected.
BaseHostname for example is now defined at top of the OpenSim.ini in 
section [Const]
(You may change that to other url, guess not in your case)

Regards,
Ubit

-Original Message-
From: opensim-users-boun...@opensimulator.org 
[mailto:opensim-users-boun...@opensimulator.org] On Behalf Of tring...@gmail.com
Sent: Sunday, October 29, 2017 01:50
To: opensim-users@opensimulator.org
Subject: Re: [Opensim-users] The very last error

I understand it is not an ERROR for the program to operate.

I would prefer not to get into a discussion of what is or is not an error and 
simply find out what needs to get fixed.

Open sim is obviously checking something and finds it missing.  If I missed 
something it is my ERROR, if opensim is checking something that should not be 
checked for then it is an issue for a mantis report.  I suspect it is something 
I have not configured because it is labeled LSL so probably I ignored it.  Once 
I got rid of the hundreds of other WARN messages, this last one kind of stood 
out.

I correct my one sentence of "This is the error." to be "This is the message."  
Since the WARN may be telling me of "my ERROR" my post title is correct.

-Original Message-
From: Shaun T. Erickson
Sent: Saturday, October 28, 2017 8:49 PM
To: opensim-users@opensimulator.org
Subject: Re: [Opensim-users] The very last error

A warning is NOT an error. It is simply letting you  know that a particular 
function is not available, as it has not been configured.

On Sat, Oct 28, 2017 at 8:38 PM,  wrote:

> Today I decided to figure out what was causing all the errors and warn 
> messages in my console log for my region.  Somre of my other regions 
> have several hundred of them appear at startup but I wanted to clean 
> my own region I use as my home so it was totally clean.
>
> I have only one warn message left but I noticed it has been around for 
> awhile and it is in all of my regions.
>
> I am running on OSgrid and do have my regions running one release 
> behind the code OSgrid packages about once a month.
>
> This is the error.
>
> 2017-10-28 20:20:06,402 WARN  [URL MODULE]: ExternalHostNameForLSL not 
> defined in configuration, HTTP listener for LSL disabled
>
> I suspect it isn’t a big deal, but how nice it would be to have a 
> clean startup of a region with no such kind of errors at all.
>
> Does anyone know exactly where I would look for what this is that is 
> missing?  I had no idea there was code in opensim to connect to SL 
> servers.
>
> Tom
>
> ___
> Opensim-users mailing list
> Opensim-users@opensimulator.org
> http://opensimulator.org/cgi-bin/mailman/listinfo/opensim-users
>



-- 
-ste
___
Opensim-users mailing list
Opensim-users@opensimulator.org
http://opensimulator.org/cgi-bin/mailman/listinfo/opensim-users 

___
Opensim-users mailing list
Opensim-users@opensimulator.org
http://opensimulator.org/cgi-bin/mailman/listinfo/opensim-users

___
Opensim-users mailing list
Opensim-users@opensimulator.org
http://opensimulator.org/cgi-bin/mailman/listinfo/opensim-users

___
Opensim-users mailing list
Opensim-users@opensimulator.org
http://opensimulator.org/cgi-bin/mailman/listinfo/opensim-users


Re: [Opensim-users] The very last error

2017-10-28 Thread AJLDuarte
Hi
In OpenSim.ini.example (version 0.9 release and above)
You can see the line:

ExternalHostNameForLSL = ${Const|BaseHostname}

Uncommented, so the feature is enabled by default.
The fact you don't have it on Opensim.ini, may mean you did reuse 0.8x 
version...
On the update you should use the new configuration files, changing what 
you need comparing to old ones (yes a pain i know :( )
So please compare the files and fix (also the other relevant .ini 
files), or you may have other problems you just did not detected.
BaseHostname for example is now defined at top of the OpenSim.ini in 
section [Const]
(You may change that to other url, guess not in your case)

Regards,
Ubit

-Original Message-
From: opensim-users-boun...@opensimulator.org 
[mailto:opensim-users-boun...@opensimulator.org] On Behalf Of tring...@gmail.com
Sent: Sunday, October 29, 2017 01:50
To: opensim-users@opensimulator.org
Subject: Re: [Opensim-users] The very last error

I understand it is not an ERROR for the program to operate.

I would prefer not to get into a discussion of what is or is not an error and 
simply find out what needs to get fixed.

Open sim is obviously checking something and finds it missing.  If I missed 
something it is my ERROR, if opensim is checking something that should not be 
checked for then it is an issue for a mantis report.  I suspect it is something 
I have not configured because it is labeled LSL so probably I ignored it.  Once 
I got rid of the hundreds of other WARN messages, this last one kind of stood 
out.

I correct my one sentence of "This is the error." to be "This is the message."  
Since the WARN may be telling me of "my ERROR" my post title is correct.

-Original Message-
From: Shaun T. Erickson
Sent: Saturday, October 28, 2017 8:49 PM
To: opensim-users@opensimulator.org
Subject: Re: [Opensim-users] The very last error

A warning is NOT an error. It is simply letting you  know that a particular 
function is not available, as it has not been configured.

On Sat, Oct 28, 2017 at 8:38 PM,  wrote:

> Today I decided to figure out what was causing all the errors and warn 
> messages in my console log for my region.  Somre of my other regions 
> have several hundred of them appear at startup but I wanted to clean 
> my own region I use as my home so it was totally clean.
>
> I have only one warn message left but I noticed it has been around for 
> awhile and it is in all of my regions.
>
> I am running on OSgrid and do have my regions running one release 
> behind the code OSgrid packages about once a month.
>
> This is the error.
>
> 2017-10-28 20:20:06,402 WARN  [URL MODULE]: ExternalHostNameForLSL not 
> defined in configuration, HTTP listener for LSL disabled
>
> I suspect it isn’t a big deal, but how nice it would be to have a 
> clean startup of a region with no such kind of errors at all.
>
> Does anyone know exactly where I would look for what this is that is 
> missing?  I had no idea there was code in opensim to connect to SL 
> servers.
>
> Tom
>
> ___
> Opensim-users mailing list
> Opensim-users@opensimulator.org
> http://opensimulator.org/cgi-bin/mailman/listinfo/opensim-users
>



-- 
-ste
___
Opensim-users mailing list
Opensim-users@opensimulator.org
http://opensimulator.org/cgi-bin/mailman/listinfo/opensim-users 

___
Opensim-users mailing list
Opensim-users@opensimulator.org
http://opensimulator.org/cgi-bin/mailman/listinfo/opensim-users

___
Opensim-users mailing list
Opensim-users@opensimulator.org
http://opensimulator.org/cgi-bin/mailman/listinfo/opensim-users


Re: [Opensim-users] The very last error

2017-10-28 Thread Shaun T. Erickson
Nothing is wrong. It’s an optional thing that you could configure, if you
wanted. You haven’t, so it just warns that it won’t work as is. Perhaps
they could change it to an INFO messsge, instead if a WARN message, but
that would be all, I think.

On Sat, Oct 28, 2017 at 9:49 PM  wrote:

> I understand it is not an ERROR for the program to operate.
>
> I would prefer not to get into a discussion of what is or is not an error
> and simply find out what needs to get fixed.
>
> Open sim is obviously checking something and finds it missing.  If I missed
> something it is my ERROR, if opensim is checking something that should not
> be checked for then it is an issue for a mantis report.  I suspect it is
> something I have not configured because it is labeled LSL so probably I
> ignored it.  Once I got rid of the hundreds of other WARN messages, this
> last one kind of stood out.
>
> I correct my one sentence of "This is the error." to be "This is the
> message."  Since the WARN may be telling me of "my ERROR" my post title is
> correct.
>
> -Original Message-
> From: Shaun T. Erickson
> Sent: Saturday, October 28, 2017 8:49 PM
> To: opensim-users@opensimulator.org
> Subject: Re: [Opensim-users] The very last error
>
> A warning is NOT an error. It is simply letting you  know that a particular
> function is not available, as it has not been configured.
>
> On Sat, Oct 28, 2017 at 8:38 PM,  wrote:
>
> > Today I decided to figure out what was causing all the errors and warn
> > messages in my console log for my region.  Somre of my other regions have
> > several hundred of them appear at startup but I wanted to clean my own
> > region I use as my home so it was totally clean.
> >
> > I have only one warn message left but I noticed it has been around for
> > awhile and it is in all of my regions.
> >
> > I am running on OSgrid and do have my regions running one release behind
> > the code OSgrid packages about once a month.
> >
> > This is the error.
> >
> > 2017-10-28 20:20:06,402 WARN  [URL MODULE]: ExternalHostNameForLSL not
> > defined in configuration, HTTP listener for LSL disabled
> >
> > I suspect it isn’t a big deal, but how nice it would be to have a clean
> > startup of a region with no such kind of errors at all.
> >
> > Does anyone know exactly where I would look for what this is that is
> > missing?  I had no idea there was code in opensim to connect to SL
> > servers.
> >
> > Tom
> >
> > ___
> > Opensim-users mailing list
> > Opensim-users@opensimulator.org
> > http://opensimulator.org/cgi-bin/mailman/listinfo/opensim-users
> >
>
>
>
> --
> -ste
> ___
> Opensim-users mailing list
> Opensim-users@opensimulator.org
> http://opensimulator.org/cgi-bin/mailman/listinfo/opensim-users
>
> ___
> Opensim-users mailing list
> Opensim-users@opensimulator.org
> http://opensimulator.org/cgi-bin/mailman/listinfo/opensim-users
>
-- 
-ste
___
Opensim-users mailing list
Opensim-users@opensimulator.org
http://opensimulator.org/cgi-bin/mailman/listinfo/opensim-users


Re: [Opensim-users] The very last error

2017-10-28 Thread tringate

I understand it is not an ERROR for the program to operate.

I would prefer not to get into a discussion of what is or is not an error 
and simply find out what needs to get fixed.


Open sim is obviously checking something and finds it missing.  If I missed 
something it is my ERROR, if opensim is checking something that should not 
be checked for then it is an issue for a mantis report.  I suspect it is 
something I have not configured because it is labeled LSL so probably I 
ignored it.  Once I got rid of the hundreds of other WARN messages, this 
last one kind of stood out.


I correct my one sentence of "This is the error." to be "This is the 
message."  Since the WARN may be telling me of "my ERROR" my post title is 
correct.


-Original Message- 
From: Shaun T. Erickson

Sent: Saturday, October 28, 2017 8:49 PM
To: opensim-users@opensimulator.org
Subject: Re: [Opensim-users] The very last error

A warning is NOT an error. It is simply letting you  know that a particular
function is not available, as it has not been configured.

On Sat, Oct 28, 2017 at 8:38 PM,  wrote:


Today I decided to figure out what was causing all the errors and warn
messages in my console log for my region.  Somre of my other regions have
several hundred of them appear at startup but I wanted to clean my own
region I use as my home so it was totally clean.

I have only one warn message left but I noticed it has been around for
awhile and it is in all of my regions.

I am running on OSgrid and do have my regions running one release behind
the code OSgrid packages about once a month.

This is the error.

2017-10-28 20:20:06,402 WARN  [URL MODULE]: ExternalHostNameForLSL not
defined in configuration, HTTP listener for LSL disabled

I suspect it isn’t a big deal, but how nice it would be to have a clean
startup of a region with no such kind of errors at all.

Does anyone know exactly where I would look for what this is that is
missing?  I had no idea there was code in opensim to connect to SL 
servers.


Tom

___
Opensim-users mailing list
Opensim-users@opensimulator.org
http://opensimulator.org/cgi-bin/mailman/listinfo/opensim-users





--
   -ste
___
Opensim-users mailing list
Opensim-users@opensimulator.org
http://opensimulator.org/cgi-bin/mailman/listinfo/opensim-users 


___
Opensim-users mailing list
Opensim-users@opensimulator.org
http://opensimulator.org/cgi-bin/mailman/listinfo/opensim-users


Re: [Opensim-users] The very last error

2017-10-28 Thread Shaun T. Erickson
A warning is NOT an error. It is simply letting you  know that a particular
function is not available, as it has not been configured.

On Sat, Oct 28, 2017 at 8:38 PM,  wrote:

> Today I decided to figure out what was causing all the errors and warn
> messages in my console log for my region.  Somre of my other regions have
> several hundred of them appear at startup but I wanted to clean my own
> region I use as my home so it was totally clean.
>
> I have only one warn message left but I noticed it has been around for
> awhile and it is in all of my regions.
>
> I am running on OSgrid and do have my regions running one release behind
> the code OSgrid packages about once a month.
>
> This is the error.
>
> 2017-10-28 20:20:06,402 WARN  [URL MODULE]: ExternalHostNameForLSL not
> defined in configuration, HTTP listener for LSL disabled
>
> I suspect it isn’t a big deal, but how nice it would be to have a clean
> startup of a region with no such kind of errors at all.
>
> Does anyone know exactly where I would look for what this is that is
> missing?  I had no idea there was code in opensim to connect to SL servers.
>
> Tom
>
> ___
> Opensim-users mailing list
> Opensim-users@opensimulator.org
> http://opensimulator.org/cgi-bin/mailman/listinfo/opensim-users
>



-- 
-ste
___
Opensim-users mailing list
Opensim-users@opensimulator.org
http://opensimulator.org/cgi-bin/mailman/listinfo/opensim-users


[Opensim-users] The very last error

2017-10-28 Thread tringate
Today I decided to figure out what was causing all the errors and warn messages 
in my console log for my region.  Somre of my other regions have several 
hundred of them appear at startup but I wanted to clean my own region I use as 
my home so it was totally clean.

I have only one warn message left but I noticed it has been around for awhile 
and it is in all of my regions.

I am running on OSgrid and do have my regions running one release behind the 
code OSgrid packages about once a month.

This is the error.

2017-10-28 20:20:06,402 WARN  [URL MODULE]: ExternalHostNameForLSL not defined 
in configuration, HTTP listener for LSL disabled

I suspect it isn’t a big deal, but how nice it would be to have a clean startup 
of a region with no such kind of errors at all.

Does anyone know exactly where I would look for what this is that is missing?  
I had no idea there was code in opensim to connect to SL servers.

Tom

___
Opensim-users mailing list
Opensim-users@opensimulator.org
http://opensimulator.org/cgi-bin/mailman/listinfo/opensim-users