How to fix “The requested service, ‘net.pipe://localhost/SecurityTokenServiceApplication/appsts.svc’ could not be activated.”
Posted
by ybbest
on YBBest
See other posts from YBBest
or by ybbest
Published on Sun, 02 Sep 2012 11:16:41 +0000
Indexed on
2012/09/02
15:52 UTC
Read the original article
Hit count: 3456
SharePoint2013Preview
|Workflow
|enterprise-it
|exception stack trace
|My Handy References
|SharePoint2013
|SharePoint2013 workflow
|Windows Azure Workflow
Problem:
When I try to publish a SharePoint2013 workflow, I received the error:
The requested service, ‘net.pipe://localhost/SecurityTokenServiceApplication/appsts.svc’ could not be activated.
After that, my workflow stopped working and every time I start a work I receive the following error message:
System.ApplicationException: PreconditionFailed ---> System.ApplicationException: Error in the application. --- End of inner exception stack trace --- at System.Activities.Statements.Throw.Execute(CodeActivityContext context) at System.Activities.CodeActivity.InternalExecute(ActivityInstance instance, ActivityExecutor executor, BookmarkManager bookmarkManager) at System.Activities.Runtime.ActivityExecutor.ExecuteActivityWorkItem.ExecuteBody(ActivityExecutor executor, BookmarkManager bookmarkManager, Location resultLocation)
Analysis:
After analysis, I found the error by visiting the http://localhost:32843/SecurityTokenServiceApplication/securitytoken.svc and the error I got on the message is
Solution:
The solution is basically getting more memory to the server. For development environment, you can restart your noderunner.exe or some other services to release some memories. To verify you have enough memory you can browse to http://localhost:32843/SecurityTokenServiceApplication/securitytoken.svc , it should return the information below. Then you can republish your workflow and it will work like a charm.
© YBBest or respective owner