Data Loss Prevention

 View Only
  • 1.  Problems w/ Plugin.properties and multiple plugins

    Posted Mar 27, 2012 10:54 AM

    I posted this before but didn't get any response and just starting back to work on my test/demo box. 

    What seems to happen is once I enable more than 1 plugin in my plugin.properties file I'm only getting one of plugins loaded.

    From my plugins.properties file (maybe I have a typo?)

    # Plugin Execution Chain.
    # A comma-separated list of attribute lookup plug-ins to be executed in sequence.
    # Example: com.vontu.lookup.script.ScriptLookup, com.vontu.lookup.xls.ExcelLookup, com.vontu.lookup.script.ScriptLookup, com.vontu.lookup.datainsight.DataInsightLookup
    # This example will execute Script Lookup #1 -> ExcelLookup -> Script Lookup #2 -> Data Insight Lookup
    # Even if there is only one plugin in the chain, it must be listed here.
    com.vontu.plugins.execution.chain=com.vontu.lookup.datainsight.DataInsightLookup, com.vontu.lookup.script.ScriptLookup

    I do have the DataInsightLookup portion and ScriptLookup portion uncommented later in the ifle as mentioned in the file.

     

    When I look at the Tomcat log I only see that one plugin is loaded.

     com.vontu.plugins.execution.chain=com.vontu.lookup.datainsight.DataInsightLookup, com.vontu.lookup.script.ScriptLookup
      file-owner=
      sender-email=
    27 Mar 2012 09:57:26,274- Thread: 13 INFO [com.vontu.enforce.workflow.attributes.CustomAttributeLookup] Loaded Custom Attribute Lookup Plug-ins. The following Custom Attribute Lookup Plug-ins were loaded: com.vontu.lookup.datainsight.DataInsightLookup.

     

    If I take out the DataInsight plugin the scriptlookup plugin works fine so Im sure there is just some typo/synatx I've screwed up



  • 2.  RE: Problems w/ Plugin.properties and multiple plugins

    Posted Mar 27, 2012 11:24 AM

    Hi jjese,

    Please find the below solution

    below script/path are broken into multiple lines due to less space .please consider as single line

     

    Setup the Global Chain - plugins.properties

    1)com.vontu.plugins.execution.chain=com.vontu.lookup.script.ScriptLookup,com.vontu.lookup.script.ScriptLookup,com.vontu.lookup.liveldap.LiveLdapLookup,com.vontu.lookup.script.ScriptLookupNote: Keep all on one line above

    Script Chain Mapping - ScriptLookup.properties

    2)

    script.1.command=/usr/bin/pythonscript.1.custom.args=-u,/opt/Vontu/Protect/plugins/scripts/ip-lookup.pyscript.2.command=/usr/bin/pythonscript.2.custom.args=-u,/opt/Vontu/Protect/plugins/scripts/system-lookup.pyscript.3.command=/usr/bin/pythonscript.3.custom.args=-u,/opt/Vontu/Protect/plugins/scripts/name-lookup.py

    Note: system_lookup.py and name-lookup.py are mentioned just for informational purposes. These samples are not actually available.



  • 3.  RE: Problems w/ Plugin.properties and multiple plugins

    Posted Mar 27, 2012 11:29 AM

    This is all one line but when I pasted into Connect it put it on 2 lines due to word wrapping or some other formating issue



  • 4.  RE: Problems w/ Plugin.properties and multiple plugins

    Posted Mar 27, 2012 11:49 AM

    I had the same exact problem j, I still don't have a solution for this issue.  I forgot about this until I read your post, so I'm not sure what Symantec ever did to address this.  Worked fine in 10.5, not in 11x.



  • 5.  RE: Problems w/ Plugin.properties and multiple plugins

    Posted Mar 27, 2012 02:13 PM

    I'll open up a support ticket and then update this post once I figure out what's going on

     

    Unless somone can solve it for me



  • 6.  RE: Problems w/ Plugin.properties and multiple plugins

    Posted Mar 28, 2012 12:25 AM

    Hi Jise,

    You can copy the same on notepad/on wors and maike it into the single line and try.

    still have any problem , let me know the next



  • 7.  RE: Problems w/ Plugin.properties and multiple plugins

    Posted Apr 11, 2012 09:05 AM

    There are other places the plugins need to be "activated" in plugins.properties.

    Have you checked those?