Mac OS X Server 10.2 – code name Jaguar; Mac OS X Server 10.3 – code name Panther; Mac OS X Server 10.4 – code name Tiger; Mac OS X Server 10.5 – also marketed as Leopard Server; Mac OS X Server 10.6 – also marketed as Snow Leopard Server; Starting with Lion, there is no separate Mac OS X Server operating system. Styx returns in a new stealth adventure! Explore and master huge open environments, sneak past or assassinate new enemies and bosses, and experiment with the new array of lethal abilities and weapons in our goblin assassin's arsenal.

2016-09-19 13:22:31 UTC
Hi,
I have troubles setting up a basic graylog instance with a single UDP GELF
input.
ElasticSearch: 2.4.0
Graylog: 2.1.1
There is no load balancer or reverse proxy. and I'm going with default
configuration and changed these settings:
```
rest_listen_uri = http://127.0.0.1:9000/api/
< rest_listen_uri = http://0.0.0.0:12900/
< web_listen_uri = http://0.0.0.0:9000/
#web_endpoint_uri =
< web_endpoint_uri = http://staging.acme.nl:12900/
```
I successfully logged in, created UDP Gelf input source, was able to see a
sample message I pushed from my Scala application (upon creating the input,
not while searching it).
I'm pushing the data with this config
```
<appender name='GRAYLOG'
class='com.github.pukkaone.gelf.logback.GelfAppender'>
<graylogHost>udp:staging.acme.nl</graylogHost>
<graylogPort>12201</graylogPort>
<originHost>my.machine.example.com</originHost>
<levelIncluded>true</levelIncluded>
<loggerIncluded>true</loggerIncluded>
<markerIncluded>false</markerIncluded>
<threadIncluded>false</threadIncluded>
<facility>gelf-java</facility>

Shards 2 Mac Os Catalina


<additionalField>application=scala-api</additionalField>
<additionalField>environment=development</additionalField>
</appender>
```
But when I want to actually search for something the UI fails.
The javascript console shows
```
client.js:960 GET
http://staging.acme.nl:12900/search/universal/relative/histogram?query=%2A&range=300&interval=minute
400 (Bad Request)d.end @ client.js:960(anonymous function) @ index.js:61i @
bluebird.js:4594i._resolveFromResolver @ bluebird.js:2671i @
bluebird.js:2259r.promise @ index.js:60r.then @ index.js:95value @
FetchProvider.js:57i @ FetchProvider.js:96histogram @
UniversalSearchStore.js:43promise.promise.isCancelled.promise.P.search.then.t.additional.t.additional.status.e.setState.error
@ SearchPage.jsx:99i @ bluebird.js:4594i._settlePromiseFromHandler @
bluebird.js:2698i._settlePromiseAt @ bluebird.js:2772i._settlePromises @
bluebird.js:2888n._drainQueue @ bluebird.js:175n._drainQueues @
bluebird.js:185drainQueues @ bluebird.js:67
FetchProvider.js:17 There was an error fetching a resource: cannot GET
http://staging.acme.nl:12900/search/universal/relative/histogram?query=%2A&range=300&interval=minute
(400). Additional information: Unable to execute searcht @
FetchProvider.js:17(anonymous function) @ FetchProvider.js:82i @
bluebird.js:4594i._settlePromiseFromHandler @Mac
bluebird.js:2698i._settlePromiseAt @ bluebird.js:2772i._settlePromises @
bluebird.js:2888n._drainQueue @ bluebird.js:175n._drainQueues @
bluebird.js:185drainQueues @ bluebird.js:67
bluebird.js:953 Unhandled rejection Error: cannot GET
http://staging.acme.nl:12900/search/universal/relative/histogram?query=%2A&range=300&interval=minute
(400)

Mac Os Mojave


```
The network tab shows that the request (here copied as Curl)
```
curl
'http://staging.acme.nl:12900/search/universal/relative/histogram?query=%2A&range=300&interval=minute'
-H 'Authorization: Basic
ZjkxZTk4YjktMGUxZC00MzM3LWJmYTktYzI2M2JmMTNiMGUzOnNlc3Npb24=' -H 'Origin:
http://staging.acme.nl:9000' -H 'Accept-Encoding: gzip, deflate, sdch' -H
'Accept-Language: en-GB,en-US;q=0.8,en;q=0.6' -H 'User-Agent: Mozilla/5.0
(Macintosh; Intel Mac OS X 10_12_0) AppleWebKit/537.36 (KHTML, like Gecko)
Chrome/54.0.2837.0 Safari/537.36' -H 'Content-Type: application/json' -H
'Accept: application/json' -H 'Referer: http://staging.acme.nl:9000/search'
-H 'X-Requested-With: XMLHttpRequest' -H 'Connection: keep-alive' -H 'DNT:
1' --compressed
```
fails with
```
{'query':'*','begin_column':null,'begin_line':null,'end_column':null,'end_line':null,'message':'Unable
to execute
search','exception_name':'org.elasticsearch.action.search.SearchPhaseExecutionException'}
```
I don't see anything in elasticsearch log and the tab
http://staging.acme.nl:9000/system/indices shows no error for
elasticsearch. But graylog logs shows this
```
2016-09-19T15:17:14.564+02:00 INFO [InputStateListener] Input [GELF
UDP/57dfbbcbc0cf5374e79b8c0a] is now STARTING
2016-09-19T15:17:14.662+02:00 WARN [NettyTransport] receiveBufferSize
(SO_RCVBUF) for input GELFUDPInput{title=Gelf UDP Test,Mac
type=org.graylog2.inputs.gelf.udp.GELFUDPInput,
nodeId=5e5806ce-0922-4739-93af-0212d8b43772} should be 262144 but is 212992.
2016-09-19T15:17:14.676+02:00 INFO [InputStateListener] Input [GELF
UDP/57dfbbcbc0cf5374e79b8c0a] is now RUNNING
2016-09-19T15:17:18.748+02:00 WARN [transport]
[graylog-5e5806ce-0922-4739-93af-0212d8b43772] Transport response handler
not found of id [220]
2016-09-19T15:17:18.749+02:00 WARN [SearchResource] Unable to execute
search: all shards failed
```
I presume it's a configuration error, but with these error messages I don't
get far. Any idea?
Cheers,
Oliver
--
You received this message because you are subscribed to the Google Groups 'Graylog Users' group.
To unsubscribe from this group and stop receiving emails from it, send an email to graylog2+***@googlegroups.com.
To view this discussion on the web visit https://groups.google.com/d/msgid/graylog2/cec349b1-3e0f-4ec4-ab79-4018d43614c6%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.
ForumsBug Tracker
IRC Chatroom irc.chat4all.org
Port: 6667
Channel: #Renaissance UOAM Server uoam.uorenaissance.com
Port: 2000
    • The World
    • Skills
    • Faction Status
    • Capture the Flag (CTF)
    • Tournaments
    • Duel System
    • Holiday Events
    • Tales from UOR

UO Renaissance All In One Launcher w/ Classic Client Support

This package will update essential windows components and then install the new UO Renaissance Launcher!
Once the install completes simply run the launcher from the icon on your desktop.
The launcher will install and keep the following applications up to date each time you connect!
- Origin 5.x UO Client
- Open Source Classic UO Client
- Razor Renaissance Edition - by Quick
- UO Auto Map
Works on Windows 7SP1, Windows 8 & Windows 10
Just install, update and play! Pick whichever client you like the best!
Updated 11/28/19 - Version 1.0.0.1 - Launcher Support

UO Renaissance Windows Client Package (325MB)

This package includes the UO Client, Razor and UO Auto Map
Everything is pre configured for accessing the UO:Renaissance server
Works on Windows XP, Vista, 7, 8 & 10
Just install and play!
Updated 8/23/13

Client Patch - Manual Update

This package includes the record update for the UO Renaissance client.
Download and unzip this package into your UO client folder.
Make sure to close any open clients, and verify you see the patch 3 notation after updating.
Updated 2/23/20

Razor Cutting Edge UO Assistant

Razor provides a gaming experience simliar to UO Assist circa 1999-2000.
It is the only approved 3rd party application for use on UO Renaissance.
Razor is installed as part of the full client package above.

Updated Razor Guard Definitions (Save in your razor folder, updated 10/20/17)

Troubleshooting UO Client & Razor Problems on Windows

This article will provide a variety of tips for properly configuring the UO:Renaissance software on your windows computer. Slow performance, flashing, client crashes can be resolved with simple configuration tweaks.

UO Renaissance Mac OS Client Package (1100MB) : Updated June/2016

This package includes the UO Client, Razor and UO Auto Map.
Everything is pre configured to run on Mac OSX with minimal to no configuration.
Updated to support the latest MacOS release! (Version 11, El Capitan)
Note: This installer is not supported on MacOS Catalina. For assistance with Catalina speak to the Renaissance Staff.
Previous Version (2014/2015)

Mac OS Client Information & Tips

This article will provide information and tips for using the Mac OS UO Renaissance client package.

Installation Tips & Help

Step by Step guide to installing Ultima Online and accessing the Renaissance server.


Client Errors, Crashes, Razor Problems?

Detailed guide on troubleshooting razor and client issues.


Connection Issues, Latency, Disconnections

In depth guide covering configuration tips, troubleshooting, connection debugging.


Playing UO:Renaissance on a Mac/Linux System

Detailed guide by Torindel for configuring Wine for UOR


Installing UO:R and Razor on Mac OS X

Detailed guide by SIRSLY for installing UOR on Max OS X.


UO:R on Ubuntu 12

Detailed guide by pdodd for installing UOR on Ubuntu.

Notepadd++ v6.5.3

Great program for editing razor macros.


UO Fiddler 4.6

Allows you to explore the various parts of the UO Client. For more info click here


UO Auto Map Utility (UOAM) with Multi Client Support

For additional information about the UOAM Multi client click here


UO Rudder by Xena Dragon

For additional information on the UO Rudder Program click here


Treasure Hunters of Britannia - Offline Treasure Map Utility

Interactive map of all treasure map locations