Not exactly that error but similar.   What do you have in the 
pluginsvr/log4j_pluginsvr.xml file for the level value?

Set your level to debug and bounce the java pluginsvr.  That will give you the 
most info.

        <logger name="com.bmc.arsys.pluginsvr">
                <level  value="debug" />
                <appender-ref ref="PluginLog" />
        </logger>
        <logger name="com.bmc.arsys.api">
                <level  value="debug" />
                <appender-ref ref="PluginLog" />
        </logger>
        <logger name="com.bmc.arsys.utils">
                <level  value="debug" />
                <appender-ref ref="PluginLog" />
        </logger>

        <root>
                <priority value ="debug" />
                <appender-ref ref="PluginLog" />
        </root>

Also make sure your PluginLog File is a unique filename not used by any other 
log.

Fred

-----Original Message-----
From: Action Request System discussion list(ARSList) 
[mailto:[email protected]] On Behalf Of Joe Martin D'Souza
Sent: Thursday, May 24, 2012 5:08 PM
To: [email protected]
Subject: ARERR [8966] Required XML element is missing from the XML mapping : 
<encountered: element, expected: fieldMapping>

** 
 
Has anyone encountered an error similar to this when consuming a web service?
 
When testing a filter that contains the web service, it does not even hit the 
java plugin as none of the arjava log get updated at the time of the error.
 
I am on ARS 7.6.03
 
Joe

_______________________________________________________________________________
UNSUBSCRIBE or access ARSlist Archives at www.arslist.org
attend wwrug12 www.wwrug12.com ARSList: "Where the Answers Are"

Reply via email to