November Happy Hour will be moved to Thursday December 5th.
November Happy Hour will be moved to Thursday December 5th.
Hi Tobias!
Also make sure that the EPiServer.Scheduler.Initializer httpModule is configured correctly in web.config:
<httpModules>
<add name="Initializer" type="EPiServer.Scheduler.Initializer, EPiServer.Scheduler" />
...
</httpModules>
An easily overlooked mistake is to not move the httpModules section to <system.webServer> when running IIS7 with the Integrated Pipeline.
This can be done by using the "appcmd Migrate Config" tool.
/johan
Petter: read all the resources I've found without any luck. Removed the Sites file and restarted but still the same.
Johan: the web.config is correct and we don not run IIS7
Any more options to try because so long nothing has helped
If you set LogLevel = "All", you'd see some entries coming from "Microsoft.Samples.Runtime.Remoting.Channels.Pip.DBG.Info"
Something like this:
2008-12-01 17:21:40,441 INFO [7] Microsoft.Samples.Runtime.Remoting.Channels.Pipe.PipeClientTransportSink.SendWithRetry - 18.3.1 Scheduler info: Look in pipe connection in pool
2008-12-01 17:21:40,441 INFO [7] Microsoft.Samples.Runtime.Remoting.Channels.Pipe.DBG.Info - 18.3.1 Scheduler info: 4152> Write string pipe://EPiServer.Scheduler/Service.rem
2008-12-01 17:21:40,441 INFO [7] Microsoft.Samples.Runtime.Remoting.Channels.Pipe.DBG.Info - 18.3.1 Scheduler info: 4152> Write ushort 65441
2008-12-01 17:21:40,441 INFO [7] Microsoft.Samples.Runtime.Remoting.Channels.Pipe.DBG.Info - 18.3.1 Scheduler info: 4152> Write string Content-Type
2008-12-01 17:21:40,441 INFO [7] Microsoft.Samples.Runtime.Remoting.Channels.Pipe.DBG.Info - 18.3.1 Scheduler info: 4152> Write string application/octet-stream
It would be interesting to see if you get any errors amongst these calls.
/johan
I got the message in admin mode saying that the EPiServer Scheduler were not running. Checking the server everything seems to run fine but when I run the Scheduler in DEBUG mode I get this result:
It doesn't load any sites. We are running WS 2003 x64 don't know if this has something to do with the problem since the Scheduler lies in the Program Files folder (not x86). All thoughts greatly appreciated!