2019-09-17 00:09:24 UTC - Anirban Das: Thank you :smile:
https://openwhisk-team.slack.com/archives/C3TPCAQG1/p1568678964005100
----
2019-09-17 06:24:35 UTC - Sven Lange-Last: @Jona apparently, the action failed 
while being initialized. the node.js runtime evaluates javascript code during 
the init phase.
the `Killed` means that the node.js process was stopped during init. very 
likely, the process exceeded its memory limit. try to increase the action’s 
memory limit.
you may also try to run it locally on your system and watch the process’ memory 
consumption.
https://openwhisk-team.slack.com/archives/C3TPCAQG1/p1568701475005400?thread_ts=1568417378.147100&cid=C3TPCAQG1
----
2019-09-17 06:31:20 UTC - Sven Lange-Last: @Paola Soto what do you mean by 
`local instance of OW`? are you using ibm cloud functions or do you run your 
own installation of openwhisk? and: are you using the ibm cloud watson 
assistant service?
https://openwhisk-team.slack.com/archives/C3TPCAQG1/p1568701880005600?thread_ts=1568636116.003300&cid=C3TPCAQG1
----
2019-09-17 07:52:18 UTC - Paola Soto: @Sven Lange-Last I created a chatbot 
using the ibm cloud watson assistant service and I want it to invoke an action 
created in a local instance of OW (VM/ansible/docker-compose, whatever running 
in my development computer) form on of its dialog nodes. Is it possible to do 
it? I know that from a dialog node I can invoke an action created on ibm cloud 
using the JSON editor, but I was wondering if there is a way to do it using a 
local instance of OW?
https://openwhisk-team.slack.com/archives/C3TPCAQG1/p1568706738005800?thread_ts=1568636116.003300&cid=C3TPCAQG1
----
2019-09-17 07:53:21 UTC - Paola Soto: I can imagine that i must create 
something similar to a package binding and implement the chatbot also locally?
https://openwhisk-team.slack.com/archives/C3TPCAQG1/p1568706801006000?thread_ts=1568636116.003300&cid=C3TPCAQG1
----
2019-09-17 08:56:18 UTC - Sven Lange-Last: @Paola Soto first of all, i’m not an 
expert with ibm cloud watson assistant. i know that a bunch of ibm clients uses 
the combination of ibm cloud watson assistant with ibm cloud functions. if you 
run your local openwhisk, ibm cloud watson assistant namespaces and tokens will 
have no meaning in your local openwhisk. you need to create api keys in your 
local openwhisk and use these when you invoke actions.
it should be possible to define web actions in your local openwhisk and use 
these from ibm watson assistant. but that doesn’t solve authentication 
problems. see here: 
<https://cloud.ibm.com/docs/services/assistant?topic=assistant-dialog-webhooks#dialog-webhooks-cf>.
https://openwhisk-team.slack.com/archives/C3TPCAQG1/p1568710578006200?thread_ts=1568636116.003300&cid=C3TPCAQG1
----
2019-09-17 08:57:22 UTC - Sven Lange-Last: but i do not want to extend on ibm 
specifics too much here because this is no ibm support forum - but apache 
openwhisk.
https://openwhisk-team.slack.com/archives/C3TPCAQG1/p1568710642006500?thread_ts=1568636116.003300&cid=C3TPCAQG1
----
2019-09-17 09:04:55 UTC - Paola Soto: Thanks @Sven Lange-Last, do you think in 
that case (to avoid all the authentication/authorization issues) is better to 
implement the chatbot locally and only exposing it through an integration with 
a third party service like slack/facebook messenger? Do you know a working 
project of the chatbot using openwhisk? I’ve tried with this one: 
<https://github.com/cokeSchlumpf/openwhisk-chatbot-framework> but I cannot get 
it to work yet…
https://openwhisk-team.slack.com/archives/C3TPCAQG1/p1568711095006700?thread_ts=1568636116.003300&cid=C3TPCAQG1
----
2019-09-17 09:12:50 UTC - Sven Lange-Last: @Paola Soto let me put it that way - 
you need to make a decision what to run on your own and what to run as hosted 
service. there are pros and cons for both…
i’m sorry but i have no experience in the area of building a chatbot or using 
openwhisk as component in the chatbot solution. @James Thomas would you have an 
advice?
thankyou : Paola Soto
https://openwhisk-team.slack.com/archives/C3TPCAQG1/p1568711570006900?thread_ts=1568636116.003300&cid=C3TPCAQG1
----
2019-09-17 14:30:17 UTC - rawkintrevo: Hey- I'm looking at this post: 
<http://heidloff.net/article/tensorflow-models-kubernetes-ibm-cloud>
https://openwhisk-team.slack.com/archives/C3TPCAQG1/p1568730617007400
----
2019-09-17 14:30:27 UTC - rawkintrevo: There's a link to doing TF on openwhisk 
(that is broken)
https://openwhisk-team.slack.com/archives/C3TPCAQG1/p1568730627007800
----
2019-09-17 14:30:47 UTC - rawkintrevo: was wondering if anyone has a link, or 
someother tutorial on doing TF (for a small model) on openwhisk...
https://openwhisk-team.slack.com/archives/C3TPCAQG1/p1568730647008200
----
2019-09-17 14:31:51 UTC - rawkintrevo: ahh nm- i was searching for it like a 
dummy
https://openwhisk-team.slack.com/archives/C3TPCAQG1/p1568730711008500
----
2019-09-17 14:32:10 UTC - rawkintrevo: @Niklas Heidloff i'm leaving updated 
link in comments of original
https://openwhisk-team.slack.com/archives/C3TPCAQG1/p1568730730008900
----
2019-09-17 16:07:23 UTC - Tyson Norris: Hi all - I’m suddenly having problems 
with `./gradlew testClasses` failing with heap error - I tried adding heap 
limits to `~/gradle.properties` with no help; anyone else getting this? ```$ 
./gradlew testClasses

&gt; Task :tests:compileTestScala
Pruning sources from previous analysis, due to incompatible CompileSetup.
Error while emitting ActionsApiTests.scala
Java heap space
Error while emitting PackageActionsApiTests.scala
Java heap space
Error while emitting PackagesApiTests.scala
Java heap space```
https://openwhisk-team.slack.com/archives/C3TPCAQG1/p1568736443010400
----
2019-09-17 16:07:51 UTC - Rodric Rabbah: there’s a gradle setting to increase 
heap
https://openwhisk-team.slack.com/archives/C3TPCAQG1/p1568736471010700
----
2019-09-17 16:07:54 UTC - Rodric Rabbah: one sec
https://openwhisk-team.slack.com/archives/C3TPCAQG1/p1568736474010900
----
2019-09-17 16:08:38 UTC - Rodric Rabbah: `set 
DEFAULT_JVM_OPTS=-Dfile.encoding=UTF-8 "-Xmx64m" "-Xms64m"` in gradblew*
https://openwhisk-team.slack.com/archives/C3TPCAQG1/p1568736518011200
----
2019-09-17 16:13:48 UTC - Tyson Norris: That setting is used like 
`$DEFAULT_JVM_OPTS $JAVA_OPTS $GRADLE_OPTS` - do you typically set either 
JAVA_OPTS or GRADLE_OPTS?
https://openwhisk-team.slack.com/archives/C3TPCAQG1/p1568736828011800
----
2019-09-17 16:15:49 UTC - Rodric Rabbah: i think it’s a function of upgrading 
to latest gradle
https://openwhisk-team.slack.com/archives/C3TPCAQG1/p1568736949012100
----
2019-09-17 16:16:01 UTC - Rodric Rabbah: to resolve an apache/license issue
https://openwhisk-team.slack.com/archives/C3TPCAQG1/p1568736961012500
----
2019-09-17 16:16:17 UTC - Rodric Rabbah: we can revert just that line i suppose
https://openwhisk-team.slack.com/archives/C3TPCAQG1/p1568736977012900
----
2019-09-17 16:16:22 UTC - Tyson Norris: interesting
https://openwhisk-team.slack.com/archives/C3TPCAQG1/p1568736982013000
----
2019-09-17 16:17:14 UTC - Tyson Norris: I will try a few more things
https://openwhisk-team.slack.com/archives/C3TPCAQG1/p1568737034013300
----
2019-09-17 16:22:03 UTC - Tyson Norris: Well clean checkout worked. so 
frustrating. I deleted ~/.gradle and ./.gradle - what other gradle dirs should 
be deleted to cleanup an existing checkout?
https://openwhisk-team.slack.com/archives/C3TPCAQG1/p1568737323014400
----
2019-09-17 16:26:47 UTC - Rodric Rabbah: i use `git clean -fxd`
https://openwhisk-team.slack.com/archives/C3TPCAQG1/p1568737607014600
----
2019-09-17 16:26:59 UTC - Rodric Rabbah: _warning: wipes everything back to a 
pristine state_
https://openwhisk-team.slack.com/archives/C3TPCAQG1/p1568737619014900
----
2019-09-17 16:31:06 UTC - Tyson Norris: oof.   `./gradlew clean` fixed it
https://openwhisk-team.slack.com/archives/C3TPCAQG1/p1568737866015500
----
2019-09-17 18:47:49 UTC - Sven Lange-Last: @Tyson Norris btw - i had similar 
problems on macos when we bumped the gradle version. i was still using the 
oracle jdk. i moved to following jdk - that immediately resolved my problems:
```
$ java -version
openjdk version "11.0.4" 2019-07-16
OpenJDK Runtime Environment AdoptOpenJDK (build 11.0.4+11)
Eclipse OpenJ9 VM AdoptOpenJDK (build openj9-0.15.1, JRE 11 Mac OS X 
amd64-64-Bit Compressed References 20190806_306 (JIT enabled, AOT enabled)
OpenJ9   - 0f66c6431
OMR      - ec782f26
JCL      - fa49279450 based on jdk-11.0.4+11)
```
https://openwhisk-team.slack.com/archives/C3TPCAQG1/p1568746069017000
----
2019-09-17 18:48:18 UTC - Tyson Norris: interesting - that is good to know!
https://openwhisk-team.slack.com/archives/C3TPCAQG1/p1568746098017200
----

Reply via email to