I know it is you who has the problem, Selea. I only wanted to be sure that there are no multiple region files.
If not, it can be just that http listener port issue mentioned by Kahn.
What is your http_listener_port defined in OpenSim.ini ?
{L_CODE}:
[Network]
;# {ConsoleUser} {} {User name for console account} {}
;; Configure the remote console user here. This will not actually be used
;; unless you use -console=rest at startup.
; ConsoleUser = "Test"
;# {ConsolePass} {} {Password for console account} {}
; ConsolePass = "secret"
;# {console_port} {} {Port for console connections} {} 0
; console_port = 0
;# {http_listener_port} {} {TCP Port for this simulator to listen on? (This must be unique to the simulator!)} {} 9000
;; Simulator HTTP port. This is not the region port, but the port the
;; entire simulator listens on. This port uses the TCP protocol, while
;; the region ports use UDP.
; http_listener_port = 9000
It is the last line. If is it commented out (like in my case)
it is being set to the default value 9000.
Are you pretty sure:
-
you have no multiple instances(running OpenSim.exe) set to the default value?
-you have the port open to public and forwarded properly?
-you have no region set to port 9000 under any instance?
This port(TCP traffic) could be under Windows shared safely(under some conditions) with a region port(UDP traffic) but most safe way is dedicate extra ports(numbers) either for region but also http_listener_ports
Bo
PS: this problem was already here in the past
viewtopic.php?p=16318#p16318