You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@openwhisk.apache.org by GitBox <gi...@apache.org> on 2021/11/20 12:56:34 UTC

[GitHub] [openwhisk] Sladerix opened a new issue #5179: Sequence Failed without infos

Sladerix opened a new issue #5179:
URL: https://github.com/apache/openwhisk/issues/5179


   Hi everyone, i created a sequence of 10 actions, a rule and a trigger to fire the sequence.
   when i fire the trigger this happen (internal error)
   <img width="1334" alt="Schermata 2021-11-20 alle 13 53 08" src="https://user-images.githubusercontent.com/6717214/142727061-69e24946-a9f9-4ce9-afec-d863672e6078.png">
   
   i tried to get activation logs... but are pretty useless.. there is a way to know WHY?
   <img width="1334" alt="Schermata 2021-11-20 alle 13 53 24" src="https://user-images.githubusercontent.com/6717214/142727085-5b8a5b20-c04a-4773-9ae6-6e2e7bab3644.png">
   
   Thanks in advance
   


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: issues-unsubscribe@openwhisk.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org



[GitHub] [openwhisk] Sladerix edited a comment on issue #5179: Sequence Failed without infos

Posted by GitBox <gi...@apache.org>.
Sladerix edited a comment on issue #5179:
URL: https://github.com/apache/openwhisk/issues/5179#issuecomment-974664297


   > 
   @rabbah 
   can you link me the documentation about the controller logs? i don't know how to use it :(


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: issues-unsubscribe@openwhisk.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org



[GitHub] [openwhisk] Sladerix edited a comment on issue #5179: Sequence Failed without infos

Posted by GitBox <gi...@apache.org>.
Sladerix edited a comment on issue #5179:
URL: https://github.com/apache/openwhisk/issues/5179#issuecomment-974664297


   > 
   @rabbah 
   can you link me the documentation about the controller logs? i don't know how to use it :(


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: issues-unsubscribe@openwhisk.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org



[GitHub] [openwhisk] Sladerix commented on issue #5179: Sequence Failed without infos

Posted by GitBox <gi...@apache.org>.
Sladerix commented on issue #5179:
URL: https://github.com/apache/openwhisk/issues/5179#issuecomment-974664297


   > 
   
   can you link me the documentation about the controller logs? i don't know how to use it :(


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: issues-unsubscribe@openwhisk.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org



[GitHub] [openwhisk] Sladerix commented on issue #5179: Sequence Failed without infos

Posted by GitBox <gi...@apache.org>.
Sladerix commented on issue #5179:
URL: https://github.com/apache/openwhisk/issues/5179#issuecomment-974664297


   > 
   
   can you link me the documentation about the controller logs? i don't know how to use it :(


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: issues-unsubscribe@openwhisk.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org



[GitHub] [openwhisk] rabbah commented on issue #5179: Sequence Failed without infos

Posted by GitBox <gi...@apache.org>.
rabbah commented on issue #5179:
URL: https://github.com/apache/openwhisk/issues/5179#issuecomment-974657412


   The error reported in an internal error. You'll need to look at the system logs - grep for the activation id in the controller logs to find the transaction id `tid_...` and use that to trace the execution in the controller. If you can post those logs, might be able to help.


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: issues-unsubscribe@openwhisk.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org



[GitHub] [openwhisk] rabbah commented on issue #5179: Sequence Failed without infos

Posted by GitBox <gi...@apache.org>.
rabbah commented on issue #5179:
URL: https://github.com/apache/openwhisk/issues/5179#issuecomment-974657412


   The error reported in an internal error. You'll need to look at the system logs - grep for the activation id in the controller logs to find the transaction id `tid_...` and use that to trace the execution in the controller. If you can post those logs, might be able to help.


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: issues-unsubscribe@openwhisk.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org



[GitHub] [openwhisk] Sladerix commented on issue #5179: Sequence Failed without infos

Posted by GitBox <gi...@apache.org>.
Sladerix commented on issue #5179:
URL: https://github.com/apache/openwhisk/issues/5179#issuecomment-976012611


   > Are you using standalone openwhisk? If so, the logs are streamed to your console. If not using standalone openwhisk, which deployment are you using?
   
   I’m using openwhisk deployed on kubernetes (provided by docker desktop) 


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: issues-unsubscribe@openwhisk.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org



[GitHub] [openwhisk] rabbah commented on issue #5179: Sequence Failed without infos

Posted by GitBox <gi...@apache.org>.
rabbah commented on issue #5179:
URL: https://github.com/apache/openwhisk/issues/5179#issuecomment-975796978


   Are you using standalone openwhisk? If so, the logs are streamed to your console. If not using standalone openwhisk, which deployment are you using?


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: issues-unsubscribe@openwhisk.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org