"Basic Plugin Sample"

After upgrading to Mavericks, keep getting Safari plug-in pop up message "Basic Plugin Sample" asks to trust every web page I visit.  What is the "Basic Plugin Sample" plug-in for and how do I delete it?

Hallo Shellyx
First of all you should try to identifie witch plugin is causing this problem safari >help >insalled plugins.
As i mention above, in my case it was the plugin bundle which came with the password manager.
I never made any use of the same,so i just pulled the bundle into the trash.Since then is peace on the sceen.
I presume that Apples sandboxing has something to do with this, i was ask just a few minute ago if i allow
a webside to use the google maps plugin so i think we have to live with it.
                                        Have a nice day Brassbox   

Similar Messages

  • [svn:osmf:] 10587: Modified the Akamai Plugin Sample app: 1) Added the new MAST plugin; 2) Added support to load the plugins as static or dynamic

    Revision: 10587
    Author:   [email protected]
    Date:     2009-09-24 18:42:35 -0700 (Thu, 24 Sep 2009)
    Log Message:
    Modified the Akamai Plugin Sample app: 1) Added the new MAST plugin; 2) Added support to load the plugins as static or dynamic
    Modified Paths:
        osmf/trunk/apps/samples/plugins/AkamaiPluginSample/.actionScriptProperties
        osmf/trunk/apps/samples/plugins/AkamaiPluginSample/.project
        osmf/trunk/apps/samples/plugins/AkamaiPluginSample/src/AkamaiPluginSample.css
        osmf/trunk/apps/samples/plugins/AkamaiPluginSample/src/AkamaiPluginSample.mxml

    Revision: 10587
    Author:   [email protected]
    Date:     2009-09-24 18:42:35 -0700 (Thu, 24 Sep 2009)
    Log Message:
    Modified the Akamai Plugin Sample app: 1) Added the new MAST plugin; 2) Added support to load the plugins as static or dynamic
    Modified Paths:
        osmf/trunk/apps/samples/plugins/AkamaiPluginSample/.actionScriptProperties
        osmf/trunk/apps/samples/plugins/AkamaiPluginSample/.project
        osmf/trunk/apps/samples/plugins/AkamaiPluginSample/src/AkamaiPluginSample.css
        osmf/trunk/apps/samples/plugins/AkamaiPluginSample/src/AkamaiPluginSample.mxml

  • [svn:osmf:] 11414: Modified Akamai plugin sample app to load MAST plugin from Akamai network.

    Revision: 11414
    Author:   [email protected]
    Date:     2009-11-03 12:31:51 -0800 (Tue, 03 Nov 2009)
    Log Message:
    Modified Akamai plugin sample app to load MAST plugin from Akamai network.  Also added missing readme.txt for the sample app. 
    Modified Paths:
        osmf/trunk/apps/samples/plugins/AkamaiPluginSample/.project
        osmf/trunk/apps/samples/plugins/AkamaiPluginSample/src/AkamaiPluginSample.mxml
        osmf/trunk/plugins/MASTPluginIntegrationTest/.project
    Added Paths:
        osmf/trunk/apps/samples/plugins/AkamaiPluginSample/readme.txt

    Revision: 11414
    Author:   [email protected]
    Date:     2009-11-03 12:31:51 -0800 (Tue, 03 Nov 2009)
    Log Message:
    Modified Akamai plugin sample app to load MAST plugin from Akamai network.  Also added missing readme.txt for the sample app. 
    Modified Paths:
        osmf/trunk/apps/samples/plugins/AkamaiPluginSample/.project
        osmf/trunk/apps/samples/plugins/AkamaiPluginSample/src/AkamaiPluginSample.mxml
        osmf/trunk/plugins/MASTPluginIntegrationTest/.project
    Added Paths:
        osmf/trunk/apps/samples/plugins/AkamaiPluginSample/readme.txt

  • DocSign plugin sample

    Hi All,
    I want to develop my own digital signature handler and provide full functionality of digitally signing the document.
    I'm looking into DocSign plugin sample provided with the Acrobat SDK.
    Due to the documentation: "This sample does not provide true digital signatures... Developers must add your own encryption routines."
    Where I can find more information of what I have to implement in order to create a full digital signature solution?
    Thanks in advance!

    If you are building a digital signature handler, then you can't do EVERYTHING - the DigSig system will do some things for you and then just call you back as necessary.
    Assuming you've read the documentation in the SDK about DigSig handlers - what do you need to do that isn't provided?

  • Running the Web Crawler with a new plugin (sample HTMLMetatagFilter)

    Hi,
    I tried the steps described from the guide: http://docs.oracle.com/cd/E40518_01/ias.310/ias_webcrawler/toc.htm#Running%20the%20Sample%20Web%20Crawler%20Plugin
    These are the steps that I perform:
    1. Open the sample plugin project with Eclipse
    2. Build the sample plugin from Eclipse
    https://dl.dropboxusercontent.com/u/21502321/Endeca/Captura.PNG
    3. Add the pluging to the IAS lib directory (directory called with the same name of the jar, filter-htmlmetatags, which contains the jar file generated and the plugin.xml file)
    4. Activate the plugin for the Web Crawler (copy the plugin.includes and plugin.excludes properties from default.xml to site.xml in both polite-crawl and non-polite-crawl directories)
    5. Run the Web Crawler with a new plugin (sample plugin from the guide called HTMLMetatagFilter)
    And when I run the web crawler I get the follow error:
    c:\Oracle\Endeca\IAS\3.1.0\bin>web-crawler.bat -c c:\Oracle\Endeca\IAS\workspace\conf\web-crawler\polite-crawl -d 0 -s c:\Oracle\Endeca\IAS\workspace\conf\web-crawler\default\endeca.lst
    INFO    2013-12-03 20:18:46,104 0       com.endeca.eidi.web.Main        [main]
    Reading seed URLs from: c:\Oracle\Endeca\IAS\workspace\conf\web-crawler\default\endeca.lst
    INFO    2013-12-03 20:18:46,104 0       com.endeca.eidi.web.Main        [main]
    Seed URLs: [http://www.oracle.com/]
    ERROR   2013-12-03 20:18:46,354 250     com.endeca.eidi.web.Main        [main]
    Crawler failed on crawler initialization. Shutting down.
    java.lang.UnsupportedClassVersionError: com/endeca/eidi/web/parse/HTMLMetatagFilter : Unsupported major.minor version 51.0
            at java.lang.ClassLoader.defineClass1(Native Method)
            at java.lang.ClassLoader.defineClassCond(ClassLoader.java:631)
            at java.lang.ClassLoader.defineClass(ClassLoader.java:615)
            at java.security.SecureClassLoader.defineClass(SecureClassLoader.java:141)
            at java.net.URLClassLoader.defineClass(URLClassLoader.java:283)
            at java.net.URLClassLoader.access$000(URLClassLoader.java:58)
            at java.net.URLClassLoader$1.run(URLClassLoader.java:197)
            at java.security.AccessController.doPrivileged(Native Method)
            at java.net.URLClassLoader.findClass(URLClassLoader.java:190)
            at java.lang.ClassLoader.loadClass(ClassLoader.java:306)
            at java.lang.ClassLoader.loadClass(ClassLoader.java:247)
            at org.apache.nutch.plugin.Extension.getExtensionInstance(Extension.java:156)
            at org.apache.nutch.parse.ParseFilters.getExtensionList(ParseFilters.java:47)
            at com.endeca.eidi.web.process.ExtensionInstances.<init>(ExtensionInstances.java:52)
            at org.apache.nutch.parse.ParseFilters.<init>(ParseFilters.java:33)
            at com.endeca.eidi.web.UrlProcessor.<init>(UrlProcessor.java:82)
            at com.endeca.eidi.web.Crawler.<init>(Crawler.java:81)
            at com.endeca.eidi.web.Main.main(Main.java:140)
    Crawler failed on crawler initialization.
    java.lang.UnsupportedClassVersionError: com/endeca/eidi/web/parse/HTMLMetatagFilter : Unsupported major.minor version 51.0
            at java.lang.ClassLoader.defineClass1(Native Method)
            at java.lang.ClassLoader.defineClassCond(ClassLoader.java:631)
            at java.lang.ClassLoader.defineClass(ClassLoader.java:615)
            at java.security.SecureClassLoader.defineClass(SecureClassLoader.java:141)
            at java.net.URLClassLoader.defineClass(URLClassLoader.java:283)
            at java.net.URLClassLoader.access$000(URLClassLoader.java:58)
            at java.net.URLClassLoader$1.run(URLClassLoader.java:197)
            at java.security.AccessController.doPrivileged(Native Method)
            at java.net.URLClassLoader.findClass(URLClassLoader.java:190)
            at java.lang.ClassLoader.loadClass(ClassLoader.java:306)
            at java.lang.ClassLoader.loadClass(ClassLoader.java:247)
            at org.apache.nutch.plugin.Extension.getExtensionInstance(Extension.java:156)
            at org.apache.nutch.parse.ParseFilters.getExtensionList(ParseFilters.java:47)
            at com.endeca.eidi.web.process.ExtensionInstances.<init>(ExtensionInstances.java:52)
            at org.apache.nutch.parse.ParseFilters.<init>(ParseFilters.java:33)
            at com.endeca.eidi.web.UrlProcessor.<init>(UrlProcessor.java:82)
            at com.endeca.eidi.web.Crawler.<init>(Crawler.java:81)
            at com.endeca.eidi.web.Main.main(Main.java:140)
    I do not understand why this error appears and why there is a problem with version?? How can I make this sample work?
    Note: this is my configuration system:
    * OEID 3.1
    * IAS installed with Jetty
    * Windows 7 x64
    * Any server running (endeca_server_domain, endeca_studio_domain, endeca_ps_domain)
    * Endeca IAS service running

    I'm using Java 6 update 43 for all Endeca 3.1 products, because is the recomended version to use. I did an installation with Java 7u45 in other machine and Endeca did not works well. (https://forums.oracle.com/thread/2607872)
    But I know when is installed the Integrator, it has integrated Java 7. And I think when I generate the .jar file from the Integrator, it has data with Java 7, so, when I run the Web Crawler with this plugin from the command prompt of Windows, the crawler Installation works with Java 6 (which I already installed).
    So, what should I do if all endeca 3.1 (except Integrator) has to work with java 6u43 and the Integrator generates files with java 7?

  • Custom Sync Plugin Sample for Web Tools 2007

    Hello,
    Does anyone have a sample Custom Sync Plugin that works for Web Tools 2007?  I have been unable to get the sample provided working, actually cannot even compile it, and was just curious if there was a simple sample that worked that I could use as my base.  Please let me know.
    Thank you,
    Kristen

    Hi Shawn,
    Yes, I am using Visual Studio 2005 Professional with the .Net 2.0 framework and 2007.  However, most of the methods are not there, and things seem to have changed drastically, however the sample is still referencing the old.  Is there something that I am missing?
    Please let me know.
    Thanks,
    Kristen

  • SMPTE-TT plugin sample

    Hi !
    I've just tried and integrated the SMPTE-TT plugin for OSMF and it works fine.
    However, I'm wondering how to change the caption style (background color and alpha, text color...). Nothing of these things are described in the mxml files of the sample project...
    Is that something described right into the plugin ? How can we set these properties values to differents values?
    Thanks in advance,
    Thomas

    It seems that it's set in the org.osmf.smpte.tt.media.RegionLayoutTargetSprite class
    What is the good way to change the style default values of this?

  • Where can I get the acrobat plugins samples?

    I have acrobat sdk 9 and some samples inside folder pluginsupport/samples
    However, when I read live.doc (http://support.adobe.com/devsup/devsup.nsf/docs/51634.htm),
    there are some other sample of SDK: UIBasic, AddImage, ...  (I need to operate with images, pdf and dialog)
    Could you please tell me where I can get all sdk samples?
    Thanks

    All samples are in the SDK.
    Be sure to look at the MYRIAD of samples that are part of SnippetRunner (see PluginSupport\Samples\SnippetRunner) which is all about helping you learn by just looking at a snippet of code.

  • Need AddDispinterface sample plugin

    Hello all,
    Please help me.
    I am searching for AddDispinterface plugin sample of acrobat sdk. it has given how to use how to extend Acrobat's COM interface.
    I want to use DigSigComparePages and DigSigCompareWords methods exposed through the DigSig HFT. I am not getting solution.

    I am using adobe acrobat version 9. And same version of SDK. I have copied all contents of .dmg file into developer folder. Is it correct way or is there any onother way to install?

  • Ubber Newbie Looking for Basic Samples

    Hello- I've spent the last 3 hours or so trying to create a very basic calculator in Flex (aka: add a couple input cells). Spent time looking through videos, reading documentation, etc. Much of it assumes programming background or web development experience of which I have little.
    So, wanted to find some very basic application samples I could take apart and learn from. I found some, but they are pretty advanced and most depend on communication to/from the internet (tons of facebook and photo apps).
    I'm just looking for a simple calculator/mortgage calculator application I can take apart and learn from.
    Anyone know where I can find examples for super basic users?
    Thanks!
    - Mr. Bill

    Here is an extremely basic example of one way it can be done. You of course would need more operators, conditional code to handle those operators, and several other functions and formulas - especially for mortgages - but hopefully this will get you started on the basic method.
    <?xml version="1.0" encoding="utf-8"?>
    <mx:Application xmlns:mx="http://www.adobe.com/2006/mxml" layout="absolute" height="208" width="444">
       <mx:Script>
         <![CDATA[
         private function BasicCalc():void
         var CalculatedValue:Number=Number(TextInput1.text) + Number(TextInput2.text);
         ResultText.text=String(CalculatedValue);    
         ]]>
         </mx:Script>
        <mx:TextInput id="TextInput1" x="24" y="41" width="50" textAlign="right" text="1"/>
        <mx:TextInput id="TextInput2"  x="24" y="71" width="50" textAlign="right" text="2"/>
        <mx:Text id="ResultText" x="44" y="101" text="0" width="30" textAlign="right"/>
        <mx:Button id="CalcButton" x="82" y="41" label="Calc" width="57" height="52"  click="BasicCalc()"/>
    </mx:Application>

  • Unable to capture startup and shutdown event of Photoshop in automation Plugin.

    Hi,
    I am creating an automation plugin and I want to register some events. I have seen listener plugin sample to register event in startup and unregister event in shutdown. I have used same code in my plugin but I am unable to capture the startup nad shutdown event of Photoshop. On clicking the menu item of my plugin the calls come inside the AutoPluginMain but during the startup or shutdown of plugin, the calls does not come inside the AutoPluginMain.
    I am unable to detect the cause of the problem. Can someone please giude me??
    Thanks in advance.

    Hi Tom,
    Thanks for the suggestion.
    Yes, I am working on Windows. As you suggested, I compiled .rc file but the compile option for .r file was disabled. After compiling the .rc file, I again rebuild the complete project and tested my build. But still I was not able to achive the desired result.
    Any other thing that I need to do to make it work?
    Thanks

  • How to develop a plugin for 64-bit windows 2008 server?

    I have developed a plugin to open local application from web pages, but the plugin could only run on 32-bit windows and 32-bit and 64-bit windows 7, it couldn't work on 64-bit windows 2008 server. The plugin was compiled by vs2008 studio on 32-bit windows xp. Any instructions or advices, men of genius? Thanks

    Hi Gnittala,
    Thanks for your reply.
    I debug the javascript code in firebug on windows 8 and found that firefox would be not responding while executing "document.body.append(myPlugin)".
    My javascript code is below:
    function openLocalApp(cmdPath, cmdLine) {
    var npMyPlugin = navigator.mimeTypes["application/mozilla-npruntime-scriptable-plugin"];
    if (npMyPlugin) {
    var myPlugin = document.createElement("embed");
    myPlugin.style.visibility = "hidden";
    myPlugin.type = "application/mozilla-npruntime-scriptable-plugin";
    myPlugin.width = 0;
    myPlugin.height = 0;
    document.body.appendChild(myPlugin);
    myPlugin.foo(cmdPath, cmdLine);
    } else {
    alert("Failed to create the plugin!");
    And firefox plugin's source code copys from the following link:
    http://mxr.mozilla.org/seamonkey/source/modules/plugin/samples/npruntime/
    Just changed a little.
    I know the sample is very old, but newer proper sample couldn't be found. So if you can give me a newer sample, I'll appreciate.
    Thanks again.

  • Acrobat sdk, not able to run samples, getting a message, unable to start the program

    Hi,
    I have downloaded Acrobat sdk XI and tried to run plugin samples  in visual studio 2010, It is build successfully but when I try to run the program am getting an error message saying " Unable to start  Program 'C:\Users\downloads\sdk110_VI_win\Adobe\acrobatXISdk\Version1\Plugin Support\samples\BasicPlugin\Win32\Debug\BasicPlugin.api'."
    Can anybody help me finding out why am getting this message.
    Thanks.

    How do you run the program?
    I need to copy the compiled BasicPlugin.api under Acrobat\plug_ins folder. I can create a subfolder of plug_ins and copy the .api file there. Just one level deep: if I create a subfolder under a subfolder of plug_ins, the .api file will not be found by Acrobat.
    Then I need to restart Acrobat and I find the plugin running. In particular, BasicPlugin add a new Acrobat SDK menu and a menu item under it.
    If I close Acrobat and go back to Visual Studio, I can push the Debug button which will open Acrobat for me and stop the program execution at any breakpoints I have set in the code.

  • SOAP Adapter Basics

    Dear Friends,
    I need some crystal clear idea on SOAP Adapter Basics.
    Sample scenario for my understanding:
    When i send a Customer Request details webservices from a third party Webserver through sender soap adpater(Sync Interface) .
    It reaches PI system and then reaches SAP ECC to fetch the customer details through Proxies.
    In turn it gives customer repsonse details back to third party Webserver through the same sync Interface Soap Adapter.
    1.I keen to know what is really happening between Sending Webserver and SAP PI system through Sender soap adapter.
    2 When we use sender soap adpater do we really need to create webservice in Intgeration Directory, is it really mandatory.
    3. I keenly like to know for the above scenario what exactly sender soap adapter is doing ...as step by step guide.

    HI,
    U have to follow the steps and provide the WSDL URL,message interface name, namepsace once u give all the information it will generate the WSDL file and at the end u will get the save option u save that WSDL on ur desktop.
    Case one:
    Webservice- XI- SAP system.
    here remote client will act as sender. in this case from ID we create the WSDL file and send it to sender Webservice. This Sender will use the URL which we give while creating WSDL file from ID and send the message to XI.
    Case two:
    SAP System-XI-Webservice Receiver
    Here Werservice provide the WSDL file and we import that WSDL file in XI and use as a data type. IN the SOAP receiver we will mention the WSDL file URL through which XI will send the data to Webservice.
    chirag

  • Oracle9i JDBC Sample Applications :

    Try out the new Oracle9i JDBC Sample Applications illustrating several key features of Oracle9i JDBC Drivers including NCHAR support, OCI TAF & middle tier authentication, connection cache, and distributed transactions.
    Point to http://otn.oracle.com/sample_code/tech/java/sqlj_jdbc/files/9i_jdbc/content.html
    -- Umesh

    The sample databases (Sample.Basic, ASOsamp.Sample, Demo.Basic etc) are all installed by default with Essbase. Sample.Basic and Demo.Basic are also available to download here, although whether they are kept up-to-date with the latest release of the server or not I don't know: http://www.oracle.com/technetwork/middleware/bi-foundation/utilities-code-sampleapps-096275.html

Maybe you are looking for

  • Error: 1501030 Application [name] does not exist

    We have essbase 9.3.1 installed and were trying to create a new app/db and after we create it using the admin console I goto edit the outline and get a 'outline object you are trying to edit is locked' message but I'm the only one on the server and h

  • Help me with hp elitebook 2560p

    i am not sure about the battery size of this model ???? in this picture the battery stick out at the back http://www3.pcmag.com/media/images/267495-hp-elitebook-2560p-top.jpg but in this picture, it isn't http://www.itechnews.net/wp-content/uploads/

  • Tables and Joins used in constructing SQL

    I am new to OBIEE. I contructed my physical layer table joins etc. In my logical layer I have a source that is using a few physical tables. I have defined the joins (some right outer etc.). I go into Answers to display some info. When I examine my SQ

  • Same functions with different return types in C++

    Normally the following two functions would be considered the same: int getdata ( char *s, int i ) long getdata ( char *s, int i ) Every other compiler we use would resolve both of these to the same function. In fact, it is not valid C++ code otherwis

  • Slow start up and printer connection

    Hi, I have a iMac 10.6.8 which froze up a few weeks ago, so I had to turn the whole thing off without shutting down.  Ever since that happened, it is really slow starting up and really slow sending information to the printer.  It is connected with th