Re: [appengine-java] TaskQueue and null host name

2009-12-15 Thread Max Ross (Google)
Where is your code that adds the task to the queue? Is it being run during server initializaiton, perhaps as part of a static block or a LoadOnStartup servlet? Thanks, Max On Tue, Dec 15, 2009 at 8:27 AM, Millisecond wrote: > Hello, > > I'm just testing out super basic TaskQueue stuff in the d

[appengine-java] TaskQueue and null host name

2009-12-15 Thread Millisecond
Hello, I'm just testing out super basic TaskQueue stuff in the dev environment and running into an exception I just can't seem to shake. Code: Queue queue = QueueFactory.getQueue("mail-queue"); queue.add(url("/api/RunMonitor")); Exception: java.lang.IllegalArgumentException: Host name may not