Hi,
I have a development environment that I installed the Workflow Manager and yours dependencies. The SharePoint 2013 and database are in the same server.
I have two Webapps in my server. In First, the main webapp, I can't start the workflow. I created other webapp to test the workflow and in the second webapp the workflow works. But, I need to use the first webapp.
1. User profile synchronization is started.
2. The user that I am logged is available in User Profile list.
3. All workflow manager and service bus services are running .
4. The workflow works in other webapp
I saw in DebugTraces table of WFInstanceManagementDB4 database and there are some errors (webapp with problem):
InstanceId RecordNumber Message CreationTime GroupId Level Name Category 56A663C0-CDBB-495F-9219-EF52D7C6A71B 15 Attempt 6 of the HTTP request to 'http://vm-test:8080/_vti_bin/client.svc/web/lists/getbyid(guid'75cbdff0-919a-4401-9cf4-6889546bb0c1')' will be made in 00:00:21. 2014-03-03 04:25:33.910 19A37A81-21D8-4AE6-AC9E-F240885355EB 2 HttpRequestRetrying Http 56A663C0-CDBB-495F-9219-EF52D7C6A71B 16 Attempt 6 of the HTTP request to 'http://vm-test:8080/_vti_bin/client.svc/web/lists/getbyid(guid'75cbdff0-919a-4401-9cf4-6889546bb0c1')' failed with response '401'. 2014-03-03 04:25:54.910 19A37A81-21D8-4AE6-AC9E-F240885355EB 2 HttpRequestFailed Http
I am using the HTTPDebuggerPro and there are some 401 errors:
URL | User | Application | Method | Status | |
---|---|---|---|---|---|
1 | http://vm-test:8080/naturadoc/_vti_bin/client.svc/ProcessQuery | Unknown | Unknown *32 | POST | 401 |
2 | http://vm-test:8080/naturadoc/_vti_bin/client.svc/ProcessQuery | Unknown | Unknown *32 | POST | |
3 | http://localhost:32843/SecurityTokenServiceApplication/securitytoken.svc/actas | srv_test | w3wp.exe *32 | POST | 401 |
4 | http://localhost:32843/SecurityTokenServiceApplication/securitytoken.svc/actas | Unknown | Unknown *32 | POST | 401 |
5 | http://localhost:32843/SecurityTokenServiceApplication/securitytoken.svc/actas | srv_test | w3wp.exe *32 | POST | |
6 | http://localhost:32843/SecurityTokenServiceApplication/securitytoken.svc/actas | Unknown | Unknown *32 | POST | |
7 | http://localhost:32843/SecurityTokenServiceApplication/securitytoken.svc/actas | srv_test | w3wp.exe *32 | POST | 401 |
8 | http://localhost:32843/SecurityTokenServiceApplication/securitytoken.svc/actas | Unknown | Unknown *32 | POST | 401 |
9 | http://localhost:32843/SecurityTokenServiceApplication/securitytoken.svc/actas | srv_test | w3wp.exe *32 | POST | |
10 | http://localhost:32843/SecurityTokenServiceApplication/securitytoken.svc/actas | Unknown | Unknown *32 | POST |
Help me please!!!