Hey Chauncey, > On 05.07.2016, at 20:35, Chauncey Neyman <[email protected]> wrote: > > Hey Dennis, > > First off, thanks for the reply! I'm sorry it took me so long to get back to > this, I had a long holiday weekend.
no worries. I hope you enjoyed it! :) > > As for my issue - all signs point to the server running on localhost:12900. > The docker-compose.yml file indicates the rest transport uri as follows: > GRAYLOG_REST_TRANSPORT_URI: http://127.0.0.1:12900 > > > > Additionally, loading localhost:12900 in my browser results in the following > message: "{"type":"ApiError","message":"HTTP 404 Not Found"}"). Forgive my > inexperience, but this message suggests to me that the server is running on > this port (as the address can be reached). Am I incorrect in that assumption? Your assumption is correct, that should actually do it. Can you see anything in your browser’s javascript console? Kr, D. > > > > Thanks again, > > Chauncey > > > On Friday, July 1, 2016 at 12:45:18 AM UTC-7, Dennis Oelkers wrote: > Hey Chauncey, > > from your browser’s perspective, where is your server (providing the REST > API) running for the development environment? > > You can configure how your development environment is reaching the server by > editing the graylog2-web-interface/config.js file in your local checkout and > adapt the gl2ServerUrl parameter. I think this is actually missing in the > documentation, I’m gonna add that. > > Kind regards, > D. > > > On 30.06.2016, at 23:22, Chauncey Neyman <[email protected]> wrote: > > > > Hello! > > > > So I've looked through past forums and haven't found a working solution to > > my current issue. I'm trying to develop a Graylog plugin, so I began by > > installing Graylog following the steps for Docker > > (http://docs.graylog.org/en/2.0/pages/installation/docker.html, because > > VirtualBox wouldn't work for me) and then following the steps to set up a > > web development environment > > (http://docs.graylog.org/en/2.0/pages/plugins.html#how-to-start-development). > > The server running on localhost:9000 is working perfectly, so I'm fairly > > certain localhost:12900 is functional. However, when I try running the web > > development environment (at localhost:8080) I get the following error > > message before the login page: > > Server currently unavailable > > > > We are experiencing problems connecting to the Graylog server running on > > http://localhost:12900/. Please verify that the server is healthy and > > working correctly. > > > > You will be automatically redirected to the previous page once we can > > connect to the server. > > > > Do you need a hand? We can help you. > > > > Less details > > This is the last response we received from the server: > > > > Error message > > Bad request > > Original Request > > GET http://localhost:12900/system/sessions > > Status code > > undefined > > Full error message > > Error: Request has been terminated Possible causes: the network is offline, > > Origin is not allowed by Access-Control-Allow-Origin, the page is being > > unloaded, etc. > > > > I'd greatly appreciate any help with this issue! > > > > -- > > 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 [email protected]. > > To view this discussion on the web visit > > https://groups.google.com/d/msgid/graylog2/b8d053fe-e355-4c45-bc50-e441d930a9ab%40googlegroups.com. > > > > For more options, visit https://groups.google.com/d/optout. > > -- > Tel.: +49 (0)40 609 452 077 > Fax.: +49 (0)40 609 452 078 > > TORCH GmbH - A Graylog company > Poolstrasse 21 > 20355 Hamburg > Germany > > Commercial Reg. (Registergericht): Amtsgericht Hamburg, HRB 125175 > Geschäftsführer: Lennart Koopmann (CEO) > > > -- > 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 [email protected]. > To view this discussion on the web visit > https://groups.google.com/d/msgid/graylog2/767a39ce-c25c-44c4-a38c-e268a6f10780%40googlegroups.com. > For more options, visit https://groups.google.com/d/optout. -- Tel.: +49 (0)40 609 452 077 Fax.: +49 (0)40 609 452 078 TORCH GmbH - A Graylog company Poolstrasse 21 20355 Hamburg Germany Commercial Reg. (Registergericht): Amtsgericht Hamburg, HRB 125175 Geschäftsführer: Lennart Koopmann (CEO) -- 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 [email protected]. To view this discussion on the web visit https://groups.google.com/d/msgid/graylog2/43CCD9E8-2224-4ED5-8C1B-CFFA7BFA5B7E%40graylog.com. For more options, visit https://groups.google.com/d/optout.
