Hey jens, I am using a Spring Data Geode Server, so basically I start a geode server within a java process. But of course the locator is started from the server and it runs fine.
But once I start a server from with Spring Data it works fine. But doesn't work when I try to run it in the background. Regards On Wed, Jun 14, 2017 at 2:29 AM, Jens Deppe <[email protected]> wrote: > Hi Amit, > > Exactly what commands are you executing to launch your server? Using > 'nohup' with gfsh works but I'm guessing that's not what you're doing. > > --Jens > > On Tue, Jun 13, 2017 at 1:47 PM, Amit Pandey <[email protected]> > wrote: > >> Hi Guys, >> >> When ever I am starting Spring-Data Gemfire server with nohup , I get >> this error in Ubuntu (AWS) >> >> Cache Server started Successfully ... >> Failed to readjava.io.IOException: Bad file descriptor >> [info 2017/06/13 20:46:36.608 UTC <Distributed system shutdown hook> >> tid=0x10] VM is exiting - shutting down distributed system >> Can anyone please help with this >> >> >
