

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
Central 10.6 Execution Log
What is this tellimg me?
2017-04-14 12:31:10,816 [1_WorkerExecutionThread-5_665312345] (PluginAdapterImpl.java:331) ERROR - java.lang.Exception: PAGE_NOT_FOUND
at com.hp.oo.content.actions.oo10x.general.AbstractLaunchFlow.execute(AbstractLaunchFlow.java:54)
at com.hp.oo.content.actions.oo10x.general.DynamicallyLaunchFlow.execute(DynamicallyLaunchFlow.java:28)


- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
Thank you for contacting HPE Forum.
My name is Andrey, I am from the OO/CSA team.
Regarding your question, Would you please attach the full stack trace? The error itself doesn't say much.
Regards,
If you find that this or any post resolves your issue, please be sure to mark it as an accepted solution.

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
hi All,
we are also facing the same issue as above . This occurs when we try to use launch flow operation under deprecated folder from HPE Solutions content version 1.8.2 and 1.10.0 .
and here is the full stack of error message :
{exception=java.lang.Exception: PAGE_NOT_FOUND
at com.hp.oo.content.actions.oo10x.general.AbstractLaunchFlow.execute(AbstractLaunchFlow.java:54)
at com.hp.oo.content.actions.OOIAction.execute(OOIAction.java:59)
at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
at java.lang.reflect.Method.invoke(Method.java:498)
at com.hp.oo.sdk.plugins.abstracts.BaseActionPlugin.execute(BaseActionPlugin.java:53)
at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
at java.lang.reflect.Method.invoke(Method.java:498)
at com.hp.oo.maven.PluginAdapterImpl.executePlugin(PluginAdapterImpl.java:328)
at com.hp.oo.maven.PluginAdapterImpl.execute(PluginAdapterImpl.java:248)
at com.hp.oo.execution.control.actions.contentexecution.ContentExecutionActions.executeContentAction(ContentExecutionActions.java:97)
at sun.reflect.GeneratedMethodAccessor76.invoke(Unknown Source)
at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
at java.lang.reflect.Method.invoke(Method.java:498)
at io.cloudslang.worker.execution.reflection.ReflectionAdapterImpl.executeControlAction(ReflectionAdapterImpl.java:62)
at io.cloudslang.worker.execution.services.ExecutionServiceImpl.executeStep(ExecutionServiceImpl.java:326)
at io.cloudslang.worker.execution.services.ExecutionServiceImpl.execute(ExecutionServiceImpl.java:80)
at io.cloudslang.worker.management.services.SimpleExecutionRunnable.executeRegularStep(SimpleExecutionRunnable.java:167)
at io.cloudslang.worker.management.services.SimpleExecutionRunnable.run(SimpleExecutionRunnable.java:120)
at java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:511)
at java.util.concurrent.FutureTask.run(FutureTask.java:266)
at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1149)
at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:624)
at io.cloudslang.worker.management.services.WorkerThreadFactory$1.run(WorkerThreadFactory.java:33)
at java.lang.Thread.run(Thread.java:748)
Caused by: java.lang.Exception:
at com.hp.oo.content.actions.oo10x.general.AbstractLaunchFlow.execute(AbstractLaunchFlow.java:50)
... 27 more
;returnCode=1;response=failure;returnResult=PAGE_NOT_FOUND;sessionId=;Result=;}
Please help us to know if this is known issue ? and how do we overcome it
we are actually passing inputs to the flow something like this as per the screenshot
P.S : The operation was working as expected ,but we are facing this intermittent issue from past 3 days .