Skip to Main Content

APEX

Announcement

For appeals, questions and feedback about Oracle Forums, please email oracle-forums-moderators_us@oracle.com. Technical questions should be asked in the appropriate category. Thank you!

ERR-1002 Unable to find item ID for item - (custom defined HTML)

bayrichiusJun 25 2017 — edited Jun 26 2017

After update from 5.0.* to 5.1.1.00.08 im getting error caused by custom defined html in static content region:

Region content:

<fieldset>

   <input id="route" name="route" style="display:none" type="text" value="">

  <input id="name" name="name" style="display:none" type="text" value="">

</fieldset>

Error:

ERR-1002 Unable to find item ID for item "route" in application "40400206".

Unexpected error, unable to find item name at application or page level.

Technical Info (only visible for developers)

  • is_internal_error: true
  • apex_error_code: WWV_FLOW.FIND_ITEM_ID_ERR
  • component.type: APEX_APPLICATION_PAGES
  • component.id: 40400206000000141
  • component.name: Update Process

----- PL/SQL Call Stack -----

  object line object

  handle number name

0x9194e950 940 package body APEX_050100.WWV_FLOW_ERROR

0x9194e950 1008 package body APEX_050100.WWV_FLOW_ERROR

0x9194e950 1400 package body APEX_050100.WWV_FLOW_ERROR

0x1841e8880 3066 package body APEX_050100.WWV_FLOW_META_DATA

0x194f03f78 3055 package body APEX_050100.WWV_FLOW

0x194f03f78 5533 package body APEX_050100.WWV_FLOW

0x192504988 2 anonymous block

After removing line with "route" element, im getting same error for "name" element.

Is there any option in Settings to solve this problem?

Comments

LeightonLNelson
Hi,
First I recommend to remove your hostname information from the output of your post.
From the output it seems to indicate that your OMS is down. Could you please verify that the OMS in question is up using emctl status oms.
What command did you use to remove the plug-in? Does emcli list_plugins_on_server show the deployed plug-in?

Thanks,
Leighton
EdSpn
Hi Leighton,

Thanks for the feedback. I just checked status oms and it seems fine:
[oracle@dwbi-durl-oel agent_inst]$ $OMS_HOME/bin/emctl status oms
Oracle Enterprise Manager Cloud Control 12c Release 2
Copyright (c) 1996, 2012 Oracle Corporation.  All rights reserved.
WebTier is Up
Oracle Management Server is Up
Yes, my plugin is still listed. I always use the following commands to undeploy:
emcli delete_target -name="$TARGET_NAME"    -type="$TARGET_TYPE_NAME"
emcli undeploy_plugin_from_agent  -plugin="$PLUGINID" -agent_names="$AGENT_NAME"
emcli undeploy_plugin_from_server -plugin="$PLUGINID" -sys_password="$SYSPWD"
I think the issue may be caused by another plugin. Will dig further.

Thanks,
Ed

PS That hostname slipped through into the post. Just removed it :)
EdSpn
To complete the thread:

I have found the offending plugin, and undeployed it (using the OEM UI in browser).
After this, the issue was resolved, and I could successfully undeploy my own plugin.

Regards,
Ed
Which plugin did you undeployed ?
EdSpn
It was not an Oracle provided plugin, but one of our own.
1 - 5
Locked Post
New comments cannot be posted to this locked post.

Post Details

Locked on Jul 24 2017
Added on Jun 25 2017
2 comments
1,085 views