You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
WMS 3427 OpenSearch Conversational Search, fix typos and more details. (oracle-livelabs#421)
* Opensearch Conversational Search Demo app stack lab
* more image alt text
* fix image
* more specific file names to avoid confusion
* typo
* WMS 3427 OpenSearch Conversational Search, fix typos and more details.
@@ -125,7 +130,7 @@ The Stack will deploy and show logs
125
130
126
131
-**Copy** the URL, and paste it in you browser
127
132
128
-
## Step 10: Interact With the Application
133
+
## Step 11: Interact With the Application
129
134
130
135
You should see the application interface in your browser. If it doesn't show right away, wait a minute or two. The application loads and embeds data at start up, which can take a couple minutes.
131
136
@@ -146,6 +151,26 @@ You can ask questions like:
146
151
147
152
To learn more about how this works, you can now proceed to the next lab, which guides you through the process the app uses step-by-step.
148
153
154
+
## Step 12: Troubleshooting the Deployment
155
+
156
+
- When accessing the URL, the page shows error 402 Bad Gateway:
157
+
- Give it a minute or two before reloading the page: when the app loads, it ingests the demo data which may take a couple minutes, before the app is effectively started.
158
+
159
+
- After several minutes, the page still shows error 402 Bad Gateway:
160
+
- Check the application logs:
161
+
- Search the menu for Container Instances
162
+
- Look up the Container instance created by the stack, named `opensearch-demo-YYYY`.
163
+
- Select the container `opensearch-demo-YYY` in the resources menu (bottom left)
164
+
- Open the logs, and look for latest error if any.
165
+
166
+
There may be auth error 401 trying to authenticate to the cluster: this indicates that wrong credentials were provided. You can open the stack and look at variables. There you can choose to Edit variables and update the credentials, then re-apply the stack.
167
+
168
+
There may be 409 errors with rate limit exceeded. This is normal as long as the 500 dem data records get ingested. However if the startup process never finished, and the last logs don't indicate the app was started, something went wrong during ingestion.
169
+
170
+
Timeout during ingestion may indicate the VCN configuration is wrong. If the VN was created with the wizard, it should have a public nad private subnets, with an Internet Gateway on the public subnet, and a Service Gateway and NAT gateway in the private subnet. You should also have created a security list to open port 9200 for OpenSearch API.
171
+
172
+
If you can't figure what may be wrong, feel free to contact us with the contact button, and please provide the full app log in your email.
0 commit comments