Plugin Exception

I have managed to successfully deploy the sample plugin code. After working with
it a while I have decided that I wuld like to use this technology in my current
project.
To begin the development process I created a session bean modeled after the sample
session bean. Before creating any actual plugins I wanted to test the deployment
of my session bean. I add an EJBComponent line to config.xml and put my EJB jar
file in the WLI_HOME/lib directory.
Now whenever I try to start the server I get the following exception. Any suggestions
to what I am missing in my bean of deployemnt process that would be causing this
error would be greatly appreciated.
Thanks,
Pete
------ Exception ---------
<Feb 3, 2003 10:43:48 AM EST> <Info> <EJB> <EJB Exception during invocation from
home: com.bea.wlpi.server.plugin.PluginManagerCfgBean_gebmxi_Hom
eImpl@d2085 threw exception: java.lang.IllegalStateException
java.lang.IllegalStateException
at com.bea.wlpi.server.plugin.PluginManagerCfgImpl.setState(Unknown Source)
at com.bea.wlpi.server.plugin.PluginManagerCfgImpl.init(Unknown Source)
at com.bea.wlpi.server.plugin.PluginManagerCfgBean_gebmxi_EOImpl.init(PluginManagerCfgBean_gebmxi_EOImpl.java:1516)
at com.bea.wlpi.server.initlistener.InitListenerBean.onMessage(Unknown
Source)
at weblogic.ejb20.internal.MDListener.execute(MDListener.java:268)
at weblogic.ejb20.internal.MDListener.onMessage(MDListener.java:220)
at weblogic.jms.client.JMSSession.onMessage(JMSSession.java:1887)
at weblogic.jms.client.JMSSession.execute(JMSSession.java:1833)
at weblogic.kernel.ExecuteThread.execute(ExecuteThread.java:139)
at weblogic.kernel.ExecuteThread.run(ExecuteThread.java:120)
>
Unable to initialize WebLogic Integration - BPM Server:
java.rmi.RemoteException: EJB Exception: ; nested exception is:
java.lang.IllegalStateException
java.lang.IllegalStateException<Feb 3, 2003 10:43:48 AM EST> <Info> <WebLogicServer>
<com.bea.wlpi.server.wlpiinit.WLPIInit reports: WebLogic Pro
cess Integrator is starting.>
at com.bea.wlpi.server.plugin.PluginManagerCfgImpl.setState(Unknown Source)
at com.bea.wlpi.server.plugin.PluginManagerCfgImpl.init(Unknown Source)
at com.bea.wlpi.server.plugin.PluginManagerCfgBean_gebmxi_EOImpl.init(PluginManagerCfgBean_gebmxi_EOImpl.java:1516)<Feb
3, 2003 10:43:48
AM EST> <Notice> <WebLogicServer> <ListenThread listening on port 7001>
at com.bea.wlpi.server.initlistener.InitListenerBean.onMessage(Unknown
Source)
at weblogic.ejb20.internal.MDListener.execute(MDListener.java:268)
at weblogic.ejb20.internal.MDListener.onMessage(MDListener.java:220)
at weblogic.jms.client.JMSSession.onMessage(JMSSession.java:1887)
at weblogic.jms.client.JMSSession.execute(JMSSession.java:1833)
at weblogic.kernel.ExecuteThread.execute(ExecuteThread.java:139)
at weblogic.kernel.ExecuteThread.run(ExecuteThread.java:120)

i dont know if this has anything to do with your problem, but i found i
also had to put the plugin ejb as a module in
WLI_HOME/lib/META-INF/applications.xml
<module>
<ejb>my-plugin.jar</ejb>
</module>
Peter Giesin wrote:
I have managed to successfully deploy the sample plugin code. After working with
it a while I have decided that I wuld like to use this technology in my current
project.
To begin the development process I created a session bean modeled after the sample
session bean. Before creating any actual plugins I wanted to test the deployment
of my session bean. I add an EJBComponent line to config.xml and put my EJB jar
file in the WLI_HOME/lib directory.
Now whenever I try to start the server I get the following exception. Any suggestions
to what I am missing in my bean of deployemnt process that would be causing this
error would be greatly appreciated.
Thanks,
Pete
------ Exception ---------
<Feb 3, 2003 10:43:48 AM EST> <Info> <EJB> <EJB Exception during invocation from
home: com.bea.wlpi.server.plugin.PluginManagerCfgBean_gebmxi_Hom
eImpl@d2085 threw exception: java.lang.IllegalStateException
java.lang.IllegalStateException
at com.bea.wlpi.server.plugin.PluginManagerCfgImpl.setState(Unknown Source)
at com.bea.wlpi.server.plugin.PluginManagerCfgImpl.init(Unknown Source)
at com.bea.wlpi.server.plugin.PluginManagerCfgBean_gebmxi_EOImpl.init(PluginManagerCfgBean_gebmxi_EOImpl.java:1516)
at com.bea.wlpi.server.initlistener.InitListenerBean.onMessage(Unknown
Source)
at weblogic.ejb20.internal.MDListener.execute(MDListener.java:268)
at weblogic.ejb20.internal.MDListener.onMessage(MDListener.java:220)
at weblogic.jms.client.JMSSession.onMessage(JMSSession.java:1887)
at weblogic.jms.client.JMSSession.execute(JMSSession.java:1833)
at weblogic.kernel.ExecuteThread.execute(ExecuteThread.java:139)
at weblogic.kernel.ExecuteThread.run(ExecuteThread.java:120)
Unable to initialize WebLogic Integration - BPM Server:
java.rmi.RemoteException: EJB Exception: ; nested exception is:
java.lang.IllegalStateException
java.lang.IllegalStateException<Feb 3, 2003 10:43:48 AM EST> <Info> <WebLogicServer>
<com.bea.wlpi.server.wlpiinit.WLPIInit reports: WebLogic Pro
cess Integrator is starting.>
at com.bea.wlpi.server.plugin.PluginManagerCfgImpl.setState(Unknown Source)
at com.bea.wlpi.server.plugin.PluginManagerCfgImpl.init(Unknown Source)
at com.bea.wlpi.server.plugin.PluginManagerCfgBean_gebmxi_EOImpl.init(PluginManagerCfgBean_gebmxi_EOImpl.java:1516)<Feb
3, 2003 10:43:48
AM EST> <Notice> <WebLogicServer> <ListenThread listening on port 7001>
at com.bea.wlpi.server.initlistener.InitListenerBean.onMessage(Unknown
Source)
at weblogic.ejb20.internal.MDListener.execute(MDListener.java:268)
at weblogic.ejb20.internal.MDListener.onMessage(MDListener.java:220)
at weblogic.jms.client.JMSSession.onMessage(JMSSession.java:1887)
at weblogic.jms.client.JMSSession.execute(JMSSession.java:1833)
at weblogic.kernel.ExecuteThread.execute(ExecuteThread.java:139)
at weblogic.kernel.ExecuteThread.run(ExecuteThread.java:120)

Similar Messages

  • WLS domain upgrade 10.3 to 10.3.2 Plugin Exception

    Steps to reproduce the issue:
    1. Install WLS 10.3.0
    2. Create WLS domain and install OIM 9.1.0.1
    3. Upgrade WLS 10.3.0 to WLS 10.3.2 using patch p9082222_10320_WNNT
    4. Go to QuickStart-> Upgrade domains to version 10.3.2-> select 9 or higher option and click next-> select domain to upgrade and click next
    The following exception appeared:
    Execute Exception...
    com.bea.plteng.plugin.PlugInException:Validation errors occurred in parsing
    c:\bea\user_projects\domains\oim\config\config.xml
    The wizard will now shutdown. Please restart from backup, fix issues and start again
    error: cvc-elt.4.2: Invalid xsi:type qname 'ext:oim-authenticator Type in elemenet:realm@http://xmlns.oracle.com/
    What is the workaround for this issue?

    There is known bug in upgrade process for Windows platform.

  • Plugin Exception during WLS domain upgrade (10.3 to 10.3.2)

    Steps to reproduce the issue:
    1. Install WLS 10.3.0
    2. Create WLS domain and install OIM 9.1.0.1
    3. Upgrade WLS 10.3.0 to WLS 10.3.2 using patch p9082222_10320_WNNT
    4. Go to QuickStart-> Upgrade domains to version 10.3.2-> select 9 or higher option and click next-> select domain to upgrade and click next
    The following exception appeared:
    Execute Exception...
    com.bea.plteng.plugin.PlugInException:Validation errors occurred in parsing
    c:\bea\user_projects\domains\oim\config\config.xml
    The wizard will now shutdown. Please restart from backup, fix issues and start again
    error: cvc-elt.4.2: Invalid xsi:type qname 'ext:oim-authenticator Type in elemenet:realm@http://xmlns.oracle.com/
    What is the workaround for this issue?

    There is known bug in upgrade process for Windows platform.

  • How to create a plugin to open a pop up on right click (using context menu) of any link on any site and display the link url in the pop up

    We are developing a Plugin with the specific purpose to display the URL to which any link redirect to on any website.
    This URL should appear in the pop up when the user right clicks and selects the "show URL" option in the context menu.
    Can some one please help us either to find such plugin (except firebug) or guide us how to develop such a plugin.

    Look for related articles here: <br />
    http://developer.mozilla.org/en/

  • Hello  My system version 10.5.8  I have installed Safari update - 5.0.6 and the browser stopped working. At openingit shows the following icon:   "Safari has suddenly finished working. Possible problem is in the action of the plugin "TastyAppsAVPlugin".

    Hello
    My system version 10.5.8
    I have installed Safari update - 5.0.6 and the browser stopped working. At openingit shows the following icon:
    "Safari has suddenly finished working. Possible problem is in the action of the plugin "TastyAppsAVPlugin".
    After deleting all plugins from the folder "Internet Plugin", Safari worked again no problem, BUT all sites with flash content (e.g.YouTube) did not work.
    I then tried the following experimental steps:
    a) Moved all plugins from the folder "Internet Plugin" into a temporary folder.
    b) Downloaded and istalled Adobe Flash Player version 10.3.181.34
    c) Started Safari and it did not work ( same message"TastyAppsAVPlugin")
    d) Deleted Adobe Flash Player from the folder "Internet Plugin". Safari worked.
    e) Moved back all plugins, except Adobe Flash Player, from the temporary folder to "Internet Plugin" folder. Safari works... But Flash won't work!!! Before update to Safari 5.0.6 , ev erything worked perfectly well.
    Guys, please solve the problem
    Regards
    Ruslan Reed
    [email protected]

    MayaMa --
    There are many threads on this.  I typed "Uninstalling TastyApps" in the Google search, and came up with these:
    http://www.google.com/search?client=safari&rls=en&q=Uninstalling+tastyapps&ie=UT F-8&oe=UTF-8
    I do not know which of the many TastyApps haxies you have.  Perhaps it would be better to contact them directly, once you know which of their products you have.

  • I have used the plugin updater to update most of my plugins, but i don't want to update one of them- is there a way to get the plug in manager to stop asking me to?

    i have used the plugin updater to update most of my plugins but i have one that i do not wish to update. is there a way to stop getting the plugin manager to pop up every time i open up firefox? i updated all other plugins except adobe reader- which i have adobe acrobat and wish to use that instead but when inside firefox it always uses reader as default so i just chose not to install the update. can i disable the update manager?

    That is stealing.

  • Does anyone know what BTMMPortInUseAgent.plugin is?

    Hello, I am new to the forum... as well as to macs... i just recently bought a mac mini and it was running fine, until i noticed two things. 1... that there was a "UserEventAgent - not responding" showing in my activity monitor and 2. that the startup chime has ceased to exist...
    so in an effort to figure out what process was not running correctly and to fix the problem i searched for an answer and found this suggestion to narrow it down:
    buzzz
    +Jan 16, 2008, 05:46 PM+
    +I opened the folder UserEventPlugins which can be found in System > Library > UserEventPlugins and moved all the plugins to another folder. You must then delete the plugins from the UserEventPlugins folder which requires authorization. I restarted and opened the Activity Monitor. UserEventAgent was working fine. I then added each plugin one at a time back to the UserEventPlugins folder with a restart in between (which incidentally takes forever since installing Leopard). I kept adding, restarting then checking Activity Monitor until UserEventAgent stopped responding. I finally found the culprit. It was BluetoothUserAgent-Plugin. Since I removed it UserEventAgent is working fine - so far.+
    So this is what i did and when i placed BTMMPortInUseAgent.plugin back into the UserEventPlugins folder the UserEventAgent stopped working again.
    ... I've found my culprit... but what IS it? I want to know if its something i actually NEED or if its something that jumped onto my computer for a program I downloaded... or what the deal is. and ive search for an answer, but I just keep coming up with scans that people have done in which it shows up, not anyone actually talking about what it is.
    Anyone have any clues?
    Thanks in advance!
    ps... if anyone has any suggestions as to why you think the "start-up chime" has ceased to exist on my computer as well... they are welcome... that's my next adventure... to figure out what happened... i miss my mac saying hello to me in the morning.

    alright, turns out that i wasn't waiting long enough for the UserEventAgent to stop responding... it WAS, in fact, the BluetoothUserAgent-Plugin that the poster that i quoted stated below. I realized that it wasn't the BTMMPortInUseAgent.plugin when i returned all the plugins EXCEPT that one to their original folder and the UserEventAgent ceased to work once again. So i restarted the test and waiting about a minute for each until I realized the Bluetooth plugin was the problem.
    As for my "chime issue", than you Alan for your response, but i ended up fixing it before i even got a chance to read it ... I have been using an m-box for some mixing in protools and instead of listening through headphone or connecting other speakers, I have been using my computer speakers (i wasn't doing any heavy, serious mixing... or else I would have been using something WAY better than computer speakers, so don't give me flack about it ), and in doing so i unplugged them from the headphone jack of the mac mini and plugged them into my mbox. Unplugging the speakers activated the internal speaker of the mac mini, so i turned it down so the random noises wouldn't distract me... and never turned it back up. i didn't realize that there are, in reality, two different "volumes", if you will, which i discovered after restarting my computer WITHOUT my speakers plugged in to see what would happen... and when my desktop showed I saw that the volume was magically turned down... so i turned it back up... plugged my speakers back in, and restarted and the chime has made a triumphant return!
    Sorry for clogging your forum with useless questions. I tried to find a way to delete this thread, but i couldnt find one, so if someone knows how and wants to let me know, or an admin wants to do it, feel free.
    Thanks again

  • Class.forName() throws null exception in servlet

    Hi, just wondering if anyone having this similar problem:
    when i try to load a class using Class.forName() method inside a servlet, it throws null exception.
    1) The exception thrown is neither ClassNotFoundException nor any other Error, it's "null" exception.
    2) There's nothing wrong with the code, in fact, the same code has been testing in swing before, works perfectly.
    3) I have include all necessary jars/classes into the path, even if i haven't, it should throw ClassNotFoundException instead, not "null" exception.

    I have tried to detect any possible nullable variable, and it is able to run until line 15. The exception thrown is actually null only... not NullPointerException... which is why i have confused...
    the message i received is "PlugInException: null".
    The code is at follow:
    * Load plugin
    * @return ArrayList of plugins
    * @exception PlugInException PlugInException
    01 public ArrayList loadPlugin()
    02 throws PlugInException
    03 {
    04 PlugIn plugin;
    05 ArrayList plugins = new ArrayList();
    06
    07 for (int i = 0; i < configLoader.getPluginTotal(); i++)
    08 {
    09 try
    10 {
    11 if (debugger > 0)
    12 {
    13 System.out.print("Loading " configLoader.getPluginClass(i) "...");
    14 }
    15 if (Class.forName(configLoader.getPluginClass(i)) == null)
    16 {
    17 if (debugger > 0)
    18 {
    19 System.out.print(" not found");
    20 }
    21 }
    22 else
    23 {
    24 if (debugger > 0)
    25 {
    26 System.out.println(" done");
    27 }
    28 plugin = (PlugIn)(Class.forName(configLoader.getPluginClass(i)).newInstance());
    29 plugin.setContainer(container);
    30 plugins.add(plugin);
    31 }
    32 }
    33 catch (Exception e)
    34 {
    35 throw new PlugInException("PlugIn Exception: " + e.toString());
    36 }
    37 }
    38
    39 return plugins;
    40 }

  • COM cartridge exception in SalesOrderCompleteEventHandler.xqy

    Hi,
    during the execution of Milestone completion the aia cartridge7.2(Out Of the Box) calls the SalesOrderCompleteEventHandler.xqy.
    It worked fine until last week (6 months in development execution environment) but now it’ s raising any exception; below the trace.
    Is it possible that we have reached some limit on the database (sequence, index, etc) which lock the generation of any internal id?
    Or what would be the possible exception reason?
    Thanks
    Nico
    Error trace:
    ####<Nov 22, 2011 11:52:06 AM CET> <Error> <oms> <CRPAS04> <OSM_Admin> <ExecuteThread: '38' for queue: 'oms.automation'> <osmoe> <BEA1-6BA9642E779D81281F99> <> <1321959126081> <BEA-000000> <plugin.XQueryReceiver: [ order ID=205482] Automation exception thrown while running Script plugin: Exception thrown while running Script resource [osmmodel:///CommunicationsSalesOrderFulfillmentPIP/1.0.0/resources/SalesOrderCompleteEventHandler.xqy]; exception location: null.
    com.mslv.oms.automation.AutomationException: Exception thrown while running Script resource [osmmodel:///CommunicationsSalesOrderFulfillmentPIP/1.0.0/resources/SalesOrderCompleteEventHandler.xqy]; exception location: null
    at oracle.communications.ordermanagement.automation.plugin.AbstractScriptPluginImplementation.transform(Unknown Source)
    at oracle.communications.ordermanagement.automation.plugin.AbstractScriptPluginImplementation.runCommonFunctionality(Unknown Source)
    at oracle.communications.ordermanagement.automation.plugin.ScriptRunnerImpl.runScript(Unknown Source)
    at oracle.communications.ordermanagement.automation.plugin.AbstractScriptAutomator.run(Unknown Source)
    at com.mslv.oms.automation.plugin.AbstractAutomator._runAutomator(Unknown Source)
    at oracle.communications.ordermanagement.automation.plugin.XQueryReceiver_x3yf0m_EOImpl._runAutomator(XQueryReceiver_x3yf0m_EOImpl.java:135)
    at oracle.communications.ordermanagement.automation.plugin.XQueryReceiver_x3yf0m_EOImpl_WLSkel.invoke(Unknown Source)
    at weblogic.rmi.internal.ServerRequest.sendReceive(ServerRequest.java:174)
    at weblogic.rmi.internal.BasicRemoteRef.invoke(BasicRemoteRef.java:222)
    at oracle.communications.ordermanagement.automation.plugin.XQueryReceiver_x3yf0m_EOImpl_1031_WLStub._runAutomator(Unknown Source)
    at com.mslv.oms.automation.AutomationDispatcher.a(Unknown Source)
    at com.mslv.oms.automation.plugin.AutomationEventHandlerImpl.processMessage(Unknown Source)
    at com.mslv.oms.automation.AutomationDispatcher.onLocalMessage(Unknown Source)
    at com.mslv.oms.automation.plugin.AutomationEventHandlerImpl.a(Unknown Source)
    at com.mslv.oms.automation.plugin.d.a(Unknown Source)
    at oracle.communications.ordermanagement.cluster.message.ClusterMessageHandlerBean.onMessage(Unknown Source)
    at weblogic.ejb.container.internal.MDListener.execute(MDListener.java:466)
    at weblogic.ejb.container.internal.MDListener.transactionalOnMessage(MDListener.java:371)
    at weblogic.ejb.container.internal.MDListener.onMessage(MDListener.java:327)
    at weblogic.jms.client.JMSSession.onMessage(JMSSession.java:4585)
    at weblogic.jms.client.JMSSession.execute(JMSSession.java:4271)
    at weblogic.jms.client.JMSSession.executeMessage(JMSSession.java:3747)
    at weblogic.jms.client.JMSSession.access$000(JMSSession.java:114)
    at weblogic.jms.client.JMSSession$UseForRunnable.run(JMSSession.java:5096)
    at weblogic.work.ExecuteRequestAdapter.execute(ExecuteRequestAdapter.java:21)
    at weblogic.kernel.ExecuteThread.execute(ExecuteThread.java:145)
    at weblogic.kernel.ExecuteThread.run(ExecuteThread.java:117)
    javax.xml.transform.TransformerException: net.sf.saxon.trans.XPathException: An empty sequence is not allowed as the 5th argument of systeminteractionmodule:getInteractionSequence()
    ....

    Hi,
    this is the line where we are getting the error:
    let $sequence := systeminteractionmodule:getInteractionSequence($systemInteractionData, $context, $orderId, $SYSTEM_INTERACTION_VIEW, $salesOrderEbmRequestEbmId)
    Can anybody help me to solve this issue?
    The solution used is: OSM osmcartridge_V28574-01 related to osm_703_aia_cart
    Thanks
    Nico
    Below the complete stack trace:
    <Jan 9, 2012 1:06:57 PM CET> <Error> <oms> <BEA-000000> <automation.AutomationDispatcher: Failed to execute plugin[automation/plugin/internal/orderNotification/CommunicationsSalesOrderFulfillmentPIP/1.0.0/om:on-CommunicationsSalesOrder-CommunicationsSalesOrder-completion] due to com.mslv.oms.automation.AutomationException: Exception thrown while running Script resource [osmmodel:///CommunicationsSalesOrderFulfillmentPIP/1.0.0/resources/SalesOrderCompleteEventHandler.xqy]; exception location: ; SystemID: module with no systemId; Line#: 110; Column#: -1
    com.mslv.oms.automation.AutomationException: com.mslv.oms.automation.AutomationException: Exception thrown while running Script resource [osmmodel:///CommunicationsSalesOrderFulfillmentPIP/1.0.0/resources/SalesOrderCompleteEventHandler.xqy]; exception location: ; SystemID: module with no systemId; Line#: 110; Column#: -1
    at com.mslv.oms.automation.plugin.AutomationEventHandlerImpl.a(Unknown Source)
    at com.mslv.oms.automation.plugin.AutomationEventHandlerImpl.processMessage(Unknown Source)
    at com.mslv.oms.automation.AutomationDispatcher.onLocalMessage(Unknown Source)
    at oracle.communications.ordermanagement.cluster.message.e.a(Unknown Source)
    at oracle.communications.ordermanagement.cluster.message.impl.c.a(Unknown Source)
    Truncated. see log file for complete stacktrace
    Caused By: com.mslv.oms.automation.AutomationException: Exception thrown while running Script resource [osmmodel:///CommunicationsSalesOrderFulfillmentPIP/1.0.0/resources/SalesOrderCompleteEventHandler.xqy]; exception location: ; SystemID: module with no systemId; Line#: 110; Column#: -1
    at oracle.communications.ordermanagement.automation.plugin.AbstractScriptPluginImplementation.transform(Unknown Source)
    at oracle.communications.ordermanagement.automation.plugin.AbstractScriptPluginImplementation.runCommonFunctionality(Unknown Source)
    at oracle.communications.ordermanagement.automation.plugin.ScriptRunnerImpl.runScript(Unknown Source)
    at oracle.communications.ordermanagement.automation.plugin.AbstractScriptAutomator.run(Unknown Source)
    at com.mslv.oms.automation.plugin.AbstractAutomator._runAutomator(Unknown Source)
    Truncated. see log file for complete stacktrace
    Caused By: net.sf.saxon.trans.XPathException: An empty sequence is not allowed as the 5th argument of systeminteractionmodule:getInteractionSequence()
    at net.sf.saxon.expr.Expression.typeError(Expression.java:981)
    at net.sf.saxon.expr.CardinalityChecker.evaluateItem(CardinalityChecker.java:277)
    at net.sf.saxon.expr.ExpressionTool.evaluate(ExpressionTool.java:296)
    at net.sf.saxon.expr.UserFunctionCall.evaluateArguments(UserFunctionCall.java:486)
    at net.sf.saxon.expr.UserFunctionCall.callFunction(UserFunctionCall.java:412)
    Truncated. see log file for complete stacktrace

  • VLC Plugin 2.1.3 crashes constantly

    I have 4 streams on all the time in Mozilla Firefox. I'm using VLC to get stream from a couple of Raspberry Pis and it works fine for a while. Then VLC plugin stopsworking, I stop the plugin and refresh the website and boom, it works again for a while.
    Is there any way to fix this issue? It's starting to get frustrating.

    That seems a slightly unusual use of Firefox.
    Try in Firefox's safe mode and with all plugins except VLC disabled. Does it still crash ? If so please provide a couple of the CrashIDs
    If the problem is caused by the VLC plugin crashing I am not sure we will be able to help.
    *[[Troubleshoot Firefox issues using Safe Mode]]
    *[[Firefox crashes - Troubleshoot, prevent and get help fixing crashes]]

  • Fix for Flash Player Plugin in IE7

    I posted this in the general Flash forum, but figured this
    was a better place for it as many people are having this issue:
    I've seen quite a few people with this issue and they all
    seem to have issues finding the fix...I never found a 100% solution
    on Adobe's site, but I found some directions that finally worked.
    Basically, if Flash Player refuses to work in Internet
    Explorer for you (but works in other browsers if you've tried) then
    follow the steps available at:
    Fix
    Flash Player Plugin for Internet Explorer 7 or 6
    It's basically a mashup of various directions available on
    Adobe & Microsoft's websites with links to all the files that
    you will need to download. Hopefully Adobe can use the list to
    create a fix that works.

    No - webview will not support a flash player plugin.
    install flash plugin for WebView "Thread: install flash plugin for WebView"
    Richard's comment from the thread (Richard is the JavaFX lead):
    As for plugins, we are not likely to ever support running plugins (except maybe applets), for security reasons. There are also additional issues. If the browser is to support arbitrary things that Chrome supports like native client etc, it adds to the footprint of the browser (and security risks). Already the WebView constitutes over half of the download size of JavaFX. I would need a pretty strong justification to make it larger if doing so also increases our risk to vulnerabilities.

  • Outlook Hangs All The Time, Disbabled All Plugins, Works In Safe Mode

    I am kind of at my wits end here.
    A user has a very large mailbox, over 2 gigs.We have moved from Exchange 2003 to Exchange 2013 (hosted service, so not the same server.) But first I deleted the user's profile on the Windows 7 machine and recreated thinking his profile may be corrupt, but
    only after removing the Exchange account from the box, repairing, uninstalling, upgrading from Outlook 2010 to Outlook 2013 and still  the computer get hung up using Outlook. I have gone in an disabled all plugins (except Exchange) and tried, no luck.
    The only thing that seems to work is running Outlook in safe mode. What else could be causing this to happen?
    Thanks
    Vern

    Hi Vern,
    Since the issue does not occur in Outlook Safe Mode, it should be related to the third-party Outlook add-ins.
    We can review the disabled add-ins list in Outlook safe mode, and disable all COM add-ins in Outlook cached mode then re-enable COM add-ins one-by-one until you found the add-in which cause the problem again. We can remove the add-ins by the following steps
    in Outlook:
    1. On the File tab, click the Options category.
    2. Click Add-ins.
    3. Select COM Add-ins from the Manage box, and then click
    Go.
    4. Click to clear the check box for any add-ins that you want to disable.
    5. Click OK, and then restart Outlook.
    About how to re-enable add-ins, please refer to Re-enabling COM add-ins one-by-onepart in the following KB:
    http://support.microsoft.com/kb/2632425/en-us
    Regards,
    Winnie Liang
    TechNet Community Support

  • What is the latest version of Flash Player plugin for Win XP running IE8?

    What is the latest version of Adobe Flash Player plugin? I am running Window XP Pro with IE 8. I don't have any other browsers installed. I currently have Flash Player Active X version 11.8.800.175 and Flash Player plugin version 11.8.800.168. Isn't there a plugin of a higher version?

    11.8.800.168 is the latest plugin version.  But since you do not use any other browser, you do not really need the plugin, except for rich media content in Adobe Reader.

  • Safari Crashes When Java Plugins are Enabled

    Thanks in advance.
    On a PPC G4 eMac running 10.4.11 and Safari 3.2.3 Safari repeatedly crashes when visiting Facebook and other sites when Java Applet Plugin Enabler, Java Applet.plugin and JavaPuginCocoa.bundle are enabled.
    Crash Report:
    Date/Time: 2009-05-29 13:00:05.317 -0400
    OS Version: 10.4.11 (Build 8S165)
    Report Version: 4
    Command: Safari
    Path: /Applications/Safari.app/Contents/MacOS/Safari
    Parent: WindowServer [64]
    Version: 3.2.3 (4525.28.3)
    Build Version: 3
    Project Name: WebBrowser
    Source Version: 45252803
    PID: 1260
    Thread: 0
    Exception: EXCBADACCESS (0x0001)
    Codes: KERNPROTECTIONFAILURE (0x0002) at 0x00000000
    Thread 0 Crashed:
    0 com.apple.JavaScriptCore 0x959236b4 KJS::Collector::collect() + 420
    1 com.apple.JavaScriptCore 0x959a7f88 void* KJS::Collector::heapAllocate<(KJS::Collector::HeapType)0>(unsigned long) + 248
    2 com.apple.JavaScriptCore 0x95903538 KJS::jsOwnedString(KJS::UString const&) + 152
    3 com.apple.JavaScriptCore 0x95925a64 KJS::AddStringLeftNode::evaluate(KJS::ExecState*) + 52
    4 com.apple.JavaScriptCore 0x959031a4 KJS::AssignLocalVarNode::evaluate(KJS::ExecState*) + 52
    5 com.apple.JavaScriptCore 0x9590ba64 KJS::ExprStatementNode::execute(KJS::ExecState*) + 52
    6 com.apple.JavaScriptCore 0x959135e4 KJS::BlockNode::execute(KJS::ExecState*) + 84
    7 com.apple.JavaScriptCore 0x9590c414 KJS::FunctionBodyNode::execute(KJS::ExecState*) + 884
    8 com.apple.JavaScriptCore 0x9590bc18 KJS::FunctionImp::callAsFunction(KJS::ExecState*, KJS::JSObject*, KJS::List const&) + 88
    9 com.apple.JavaScriptCore 0x95904378 KJS::FunctionCallDotNode::evaluate(KJS::ExecState*) + 632
    10 com.apple.JavaScriptCore 0x959031a4 KJS::AssignLocalVarNode::evaluate(KJS::ExecState*) + 52
    11 com.apple.JavaScriptCore 0x95903124 KJS::VarStatementNode::execute(KJS::ExecState*) + 52
    12 com.apple.JavaScriptCore 0x9590c414 KJS::FunctionBodyNode::execute(KJS::ExecState*) + 884
    13 com.apple.JavaScriptCore 0x9590bc18 KJS::FunctionImp::callAsFunction(KJS::ExecState*, KJS::JSObject*, KJS::List const&) + 88
    14 com.apple.JavaScriptCore 0x95904378 KJS::FunctionCallDotNode::evaluate(KJS::ExecState*) + 632
    15 com.apple.JavaScriptCore 0x959031a4 KJS::AssignLocalVarNode::evaluate(KJS::ExecState*) + 52
    16 com.apple.JavaScriptCore 0x95903124 KJS::VarStatementNode::execute(KJS::ExecState*) + 52
    17 com.apple.JavaScriptCore 0x9590c414 KJS::FunctionBodyNode::execute(KJS::ExecState*) + 884
    18 com.apple.JavaScriptCore 0x9590bc18 KJS::FunctionImp::callAsFunction(KJS::ExecState*, KJS::JSObject*, KJS::List const&) + 88
    19 com.apple.JavaScriptCore 0x95904378 KJS::FunctionCallDotNode::evaluate(KJS::ExecState*) + 632
    20 com.apple.JavaScriptCore 0x9590ba64 KJS::ExprStatementNode::execute(KJS::ExecState*) + 52
    21 com.apple.JavaScriptCore 0x959135e4 KJS::BlockNode::execute(KJS::ExecState*) + 84
    22 com.apple.JavaScriptCore 0x959127e8 KJS::ForNode::execute(KJS::ExecState*) + 168
    23 com.apple.JavaScriptCore 0x959135e4 KJS::BlockNode::execute(KJS::ExecState*) + 84
    24 com.apple.JavaScriptCore 0x95917048 KJS::TryNode::execute(KJS::ExecState*) + 56
    25 com.apple.JavaScriptCore 0x9590c414 KJS::FunctionBodyNode::execute(KJS::ExecState*) + 884
    26 com.apple.JavaScriptCore 0x9590bc18 KJS::FunctionImp::callAsFunction(KJS::ExecState*, KJS::JSObject*, KJS::List const&) + 88
    27 com.apple.JavaScriptCore 0x95904378 KJS::FunctionCallDotNode::evaluate(KJS::ExecState*) + 632
    28 com.apple.JavaScriptCore 0x9590ba64 KJS::ExprStatementNode::execute(KJS::ExecState*) + 52
    29 com.apple.JavaScriptCore 0x9590c414 KJS::FunctionBodyNode::execute(KJS::ExecState*) + 884
    30 com.apple.JavaScriptCore 0x9590bc18 KJS::FunctionImp::callAsFunction(KJS::ExecState*, KJS::JSObject*, KJS::List const&) + 88
    31 com.apple.JavaScriptCore 0x9591cb44 KJS::functionProtoFuncApply(KJS::ExecState*, KJS::JSObject*, KJS::List const&) + 1796
    32 com.apple.JavaScriptCore 0x95904378 KJS::FunctionCallDotNode::evaluate(KJS::ExecState*) + 632
    33 com.apple.JavaScriptCore 0x9590e764 KJS::ReturnNode::execute(KJS::ExecState*) + 132
    34 com.apple.JavaScriptCore 0x959135e4 KJS::BlockNode::execute(KJS::ExecState*) + 84
    35 com.apple.JavaScriptCore 0x9590c414 KJS::FunctionBodyNode::execute(KJS::ExecState*) + 884
    36 com.apple.JavaScriptCore 0x9590bc18 KJS::FunctionImp::callAsFunction(KJS::ExecState*, KJS::JSObject*, KJS::List const&) + 88
    37 com.apple.JavaScriptCore 0x959606ac KJS::FunctionCallBracketNode::evaluate(KJS::ExecState*) + 1628
    38 com.apple.JavaScriptCore 0x9590ba64 KJS::ExprStatementNode::execute(KJS::ExecState*) + 52
    39 com.apple.JavaScriptCore 0x959135e4 KJS::BlockNode::execute(KJS::ExecState*) + 84
    40 com.apple.JavaScriptCore 0x959135e4 KJS::BlockNode::execute(KJS::ExecState*) + 84
    41 com.apple.JavaScriptCore 0x95917048 KJS::TryNode::execute(KJS::ExecState*) + 56
    42 com.apple.JavaScriptCore 0x959135e4 KJS::BlockNode::execute(KJS::ExecState*) + 84
    43 com.apple.JavaScriptCore 0x959127e8 KJS::ForNode::execute(KJS::ExecState*) + 168
    44 com.apple.JavaScriptCore 0x959135e4 KJS::BlockNode::execute(KJS::ExecState*) + 84
    45 com.apple.JavaScriptCore 0x9594c4d8 KJS::DoWhileNode::execute(KJS::ExecState*) + 72
    46 com.apple.JavaScriptCore 0x9590c414 KJS::FunctionBodyNode::execute(KJS::ExecState*) + 884
    47 com.apple.JavaScriptCore 0x9590bc18 KJS::FunctionImp::callAsFunction(KJS::ExecState*, KJS::JSObject*, KJS::List const&) + 88
    48 com.apple.JavaScriptCore 0x9590f488 KJS::FunctionCallResolveNode::evaluate(KJS::ExecState*) + 584
    49 com.apple.JavaScriptCore 0x9590ba64 KJS::ExprStatementNode::execute(KJS::ExecState*) + 52
    50 com.apple.JavaScriptCore 0x959135e4 KJS::BlockNode::execute(KJS::ExecState*) + 84
    51 com.apple.JavaScriptCore 0x9590c414 KJS::FunctionBodyNode::execute(KJS::ExecState*) + 884
    52 com.apple.JavaScriptCore 0x9590bc18 KJS::FunctionImp::callAsFunction(KJS::ExecState*, KJS::JSObject*, KJS::List const&) + 88
    53 com.apple.JavaScriptCore 0x9590f488 KJS::FunctionCallResolveNode::evaluate(KJS::ExecState*) + 584
    54 com.apple.JavaScriptCore 0x9590ba64 KJS::ExprStatementNode::execute(KJS::ExecState*) + 52
    55 com.apple.JavaScriptCore 0x959135e4 KJS::BlockNode::execute(KJS::ExecState*) + 84
    56 com.apple.JavaScriptCore 0x9590c414 KJS::FunctionBodyNode::execute(KJS::ExecState*) + 884
    57 com.apple.JavaScriptCore 0x9590bc18 KJS::FunctionImp::callAsFunction(KJS::ExecState*, KJS::JSObject*, KJS::List const&) + 88
    58 com.apple.JavaScriptCore 0x95904378 KJS::FunctionCallDotNode::evaluate(KJS::ExecState*) + 632
    59 com.apple.JavaScriptCore 0x95905514 KJS::LogicalAndNode::evaluate(KJS::ExecState*) + 196
    60 com.apple.JavaScriptCore 0x9590ba64 KJS::ExprStatementNode::execute(KJS::ExecState*) + 52
    61 com.apple.JavaScriptCore 0x9590c414 KJS::FunctionBodyNode::execute(KJS::ExecState*) + 884
    62 com.apple.JavaScriptCore 0x9590bc18 KJS::FunctionImp::callAsFunction(KJS::ExecState*, KJS::JSObject*, KJS::List const&) + 88
    63 com.apple.JavaScriptCore 0x9591cb44 KJS::functionProtoFuncApply(KJS::ExecState*, KJS::JSObject*, KJS::List const&) + 1796
    64 com.apple.JavaScriptCore 0x95904378 KJS::FunctionCallDotNode::evaluate(KJS::ExecState*) + 632
    65 com.apple.JavaScriptCore 0x9590e764 KJS::ReturnNode::execute(KJS::ExecState*) + 132
    66 com.apple.JavaScriptCore 0x959135e4 KJS::BlockNode::execute(KJS::ExecState*) + 84
    67 com.apple.JavaScriptCore 0x9590c414 KJS::FunctionBodyNode::execute(KJS::ExecState*) + 884
    68 com.apple.JavaScriptCore 0x9590bc18 KJS::FunctionImp::callAsFunction(KJS::ExecState*, KJS::JSObject*, KJS::List const&) + 88
    69 com.apple.JavaScriptCore 0x95955fb4 KJS::JSObject::call(KJS::ExecState*, KJS::JSObject*, KJS::List const&) + 116
    70 com.apple.WebCore 0x95c7370c WebCore::ScheduledAction::execute(KJS::Window*) + 428
    71 com.apple.WebCore 0x95c734ac KJS::Window::timerFired(KJS::DOMWindowTimer*) + 316
    72 com.apple.WebCore 0x95c73350 KJS::DOMWindowTimer::fired() + 48
    73 com.apple.WebCore 0x95c6ef1c WebCore::TimerBase::fireTimers(double, ***::Vector<WebCore::TimerBase*, (unsigned long)0> const&) + 156
    74 com.apple.WebCore 0x95c6eca0 WebCore::TimerBase::sharedTimerFired() + 112
    75 com.apple.WebCore 0x95c6ec0c WebCore::timerFired(__CFRunLoopTimer*, void*) + 76
    76 com.apple.CoreFoundation 0x907f2384 __CFRunLoopDoTimer + 184
    77 com.apple.CoreFoundation 0x907decfc __CFRunLoopRun + 1680
    78 com.apple.CoreFoundation 0x907de2b0 CFRunLoopRunSpecific + 268
    79 com.apple.HIToolbox 0x932beb20 RunCurrentEventLoopInMode + 264
    80 com.apple.HIToolbox 0x932be1b4 ReceiveNextEventCommon + 380
    81 com.apple.HIToolbox 0x932be020 BlockUntilNextEventMatchingListInMode + 96
    82 com.apple.AppKit 0x937a3734 _DPSNextEvent + 384
    83 com.apple.AppKit 0x937a33f8 -[NSApplication nextEventMatchingMask:untilDate:inMode:dequeue:] + 116
    84 com.apple.Safari 0x00007ec0 0x1000 + 28352
    85 com.apple.AppKit 0x9379f93c -[NSApplication run] + 472
    86 com.apple.AppKit 0x93890458 NSApplicationMain + 452
    87 com.apple.Safari 0x000b778c 0x1000 + 747404
    88 com.apple.Safari 0x000b7490 0x1000 + 746640
    Thread 1:
    0 libSystem.B.dylib 0x9002bfc8 semaphorewait_signaltrap + 8
    1 libSystem.B.dylib 0x90030aac pthreadcondwait + 480
    2 com.apple.WebCore 0x95a489e0 WebCore::IconDatabase::syncThreadMainLoop() + 320
    3 com.apple.WebCore 0x95a051a8 WebCore::IconDatabase::iconDatabaseSyncThread() + 424
    4 libSystem.B.dylib 0x9002b908 pthreadbody + 96
    Thread 2:
    0 libSystem.B.dylib 0x9000af48 machmsgtrap + 8
    1 libSystem.B.dylib 0x9000ae9c mach_msg + 60
    2 com.apple.CoreFoundation 0x907de9ac __CFRunLoopRun + 832
    3 com.apple.CoreFoundation 0x907de2b0 CFRunLoopRunSpecific + 268
    4 com.apple.Foundation 0x92c1fb7c +[NSURLCache _diskCacheSyncLoop:] + 152
    5 com.apple.Foundation 0x92bf74d8 forkThreadForFunction + 108
    6 libSystem.B.dylib 0x9002b908 pthreadbody + 96
    Thread 3:
    0 libSystem.B.dylib 0x9002bfc8 semaphorewait_signaltrap + 8
    1 libSystem.B.dylib 0x90030aac pthreadcondwait + 480
    2 com.apple.Foundation 0x92bfe644 -[NSConditionLock lockWhenCondition:] + 68
    3 com.apple.Syndication 0x9b00e998 -[AsyncDB _run:] + 172
    4 com.apple.Foundation 0x92bf74d8 forkThreadForFunction + 108
    5 libSystem.B.dylib 0x9002b908 pthreadbody + 96
    Thread 4:
    0 libSystem.B.dylib 0x9000af48 machmsgtrap + 8
    1 libSystem.B.dylib 0x9000ae9c mach_msg + 60
    2 com.apple.CoreFoundation 0x907de9ac __CFRunLoopRun + 832
    3 com.apple.CoreFoundation 0x907de2b0 CFRunLoopRunSpecific + 268
    4 com.apple.Safari 0x001112ac 0x1000 + 1114796
    5 com.apple.Safari 0x00111360 0x1000 + 1114976
    6 libSystem.B.dylib 0x9002b908 pthreadbody + 96
    Thread 5:
    0 libSystem.B.dylib 0x9002bfc8 semaphorewait_signaltrap + 8
    1 libSystem.B.dylib 0x90001810 pthreadmutexlock + 472
    2 com.apple.JavaScriptCore 0x959334f4 KJS::JSLock::DropAllLocks::~DropAllLocks [in-charge]() + 100
    3 com.apple.JavaScriptGlue 0x972e3fe0 UserObjectImp::callAsFunction(KJS::ExecState*, KJS::JSObject*, KJS::List const&) + 224
    4 com.apple.JavaScriptCore 0x9590f488 KJS::FunctionCallResolveNode::evaluate(KJS::ExecState*) + 584
    5 com.apple.JavaScriptCore 0x959031a4 KJS::AssignLocalVarNode::evaluate(KJS::ExecState*) + 52
    6 com.apple.JavaScriptCore 0x95903124 KJS::VarStatementNode::execute(KJS::ExecState*) + 52
    7 com.apple.JavaScriptCore 0x9590c414 KJS::FunctionBodyNode::execute(KJS::ExecState*) + 884
    8 com.apple.JavaScriptCore 0x9590bc18 KJS::FunctionImp::callAsFunction(KJS::ExecState*, KJS::JSObject*, KJS::List const&) + 88
    9 com.apple.JavaScriptCore 0x9590f488 KJS::FunctionCallResolveNode::evaluate(KJS::ExecState*) + 584
    10 com.apple.JavaScriptCore 0x95922c40 KJS::NotEqualNode::evaluateToBoolean(KJS::ExecState*) + 96
    11 com.apple.JavaScriptCore 0x9590b994 KJS::IfNode::execute(KJS::ExecState*) + 52
    12 com.apple.JavaScriptCore 0x9590c414 KJS::FunctionBodyNode::execute(KJS::ExecState*) + 884
    13 com.apple.JavaScriptCore 0x9590bc18 KJS::FunctionImp::callAsFunction(KJS::ExecState*, KJS::JSObject*, KJS::List const&) + 88
    14 com.apple.JavaScriptCore 0x9590f488 KJS::FunctionCallResolveNode::evaluate(KJS::ExecState*) + 584
    15 com.apple.JavaScriptCore 0x959031a4 KJS::AssignLocalVarNode::evaluate(KJS::ExecState*) + 52
    16 com.apple.JavaScriptCore 0x95903124 KJS::VarStatementNode::execute(KJS::ExecState*) + 52
    17 com.apple.JavaScriptCore 0x9590c414 KJS::FunctionBodyNode::execute(KJS::ExecState*) + 884
    18 com.apple.JavaScriptCore 0x9590bc18 KJS::FunctionImp::callAsFunction(KJS::ExecState*, KJS::JSObject*, KJS::List const&) + 88
    19 com.apple.JavaScriptCore 0x95955fb4 KJS::JSObject::call(KJS::ExecState*, KJS::JSObject*, KJS::List const&) + 116
    20 com.apple.JavaScriptGlue 0x972e27e4 JSValueWrapper::JSObjectCallFunction(void*, OpaqueJSTypeRef*, __CFArray const*) + 388
    21 com.apple.CFNetwork 0x90fca758 _callPACFunction + 216
    22 com.apple.CFNetwork 0x90fcab2c _JSFindProxyForURLAsync + 224
    23 com.apple.CFNetwork 0x90f91eb0 _CFNetworkFindProxyForURLAsync + 744
    24 com.apple.Foundation 0x92c2116c -[NSConnectionHTTPURLProtocol buildHTTPRequest] + 384
    25 com.apple.Foundation 0x92c20f6c -[NSConnectionHTTPURLProtocol startOriginLoad] + 48
    26 com.apple.Foundation 0x92c20c28 -[NSURLConnection(NSURLConnectionInternal) _performOriginLoad] + 328
    27 com.apple.Foundation 0x92c1ecdc _resourceLoaderPerform + 224
    28 com.apple.CoreFoundation 0x907df300 __CFRunLoopDoSources0 + 384
    29 com.apple.CoreFoundation 0x907de830 __CFRunLoopRun + 452
    30 com.apple.CoreFoundation 0x907de2b0 CFRunLoopRunSpecific + 268
    31 com.apple.Foundation 0x92c1ea3c +[NSURLConnection(NSURLConnectionInternal) _resourceLoadLoop:] + 264
    32 com.apple.Foundation 0x92bf74d8 forkThreadForFunction + 108
    33 libSystem.B.dylib 0x9002b908 pthreadbody + 96
    Thread 6:
    0 libSystem.B.dylib 0x9001f48c select + 12
    1 com.apple.CoreFoundation 0x907f1240 __CFSocketManager + 472
    2 libSystem.B.dylib 0x9002b908 pthreadbody + 96
    Thread 7:
    0 libSystem.B.dylib 0x90053f88 semaphoretimedwait_signaltrap + 8
    1 libSystem.B.dylib 0x900707e8 pthreadcond_timedwait_relativenp + 556
    2 ...ple.CoreServices.CarbonCore 0x90bf73c4 TSWaitOnSemaphoreCommon + 176
    3 ...ple.CoreServices.CarbonCore 0x90bff364 TimerThread + 60
    4 libSystem.B.dylib 0x9002b908 pthreadbody + 96
    Thread 8:
    0 libSystem.B.dylib 0x9000af48 machmsgtrap + 8
    1 libSystem.B.dylib 0x9000ae9c mach_msg + 60
    2 ...romedia.Flash Player.plugin 0x07e5cc6c nativeShockwaveFlashTCallFrame + 2298828
    3 libSystem.B.dylib 0x9002b908 pthreadbody + 96
    Thread 9:
    0 libSystem.B.dylib 0x9002bfc8 semaphorewait_signaltrap + 8
    1 libSystem.B.dylib 0x90030aac pthreadcondwait + 480
    2 ...ple.CoreServices.CarbonCore 0x90c02484 MPWaitOnSemaphore + 184
    3 ...romedia.Flash Player.plugin 0x07bde1fc Flash_EnforceLocalSecurity + 1202256
    4 ...romedia.Flash Player.plugin 0x07d18598 nativeShockwaveFlashTCallFrame + 969976
    5 ...romedia.Flash Player.plugin 0x07bde06c Flash_EnforceLocalSecurity + 1201856
    6 ...romedia.Flash Player.plugin 0x07bde034 Flash_EnforceLocalSecurity + 1201800
    7 ...ple.CoreServices.CarbonCore 0x90bc4734 PrivateMPEntryPoint + 76
    8 libSystem.B.dylib 0x9002b908 pthreadbody + 96
    Thread 0 crashed with PPC Thread State 64:
    srr0: 0x00000000959236b4 srr1: 0x000000000200f030 vrsave: 0x0000000000000000
    cr: 0x44028448 xer: 0x0000000020000004 lr: 0x00000000959236cc ctr: 0x0000000096018c20
    r0: 0x000000001fffffff r1: 0x00000000bfffc540 r2: 0x00000000bfffd498 r3: 0x0000000000000000
    r4: 0x00000000a5a7bec8 r5: 0x0000000000690700 r6: 0x000000000000002c r7: 0x0000000000000e03
    r8: 0x00000000079eeb40 r9: 0x0000000000004000 r10: 0x00000000f9bf7800 r11: 0x0000000004ba0034
    r12: 0x0000000096018c20 r13: 0x0000000000000000 r14: 0x0000000000000001 r15: 0x0000000000000001
    r16: 0x0000000000000000 r17: 0x00000000bfffdc84 r18: 0x00000000a58f4e38 r19: 0x000000000645791c
    r20: 0x00000000a58f351c r21: 0x00000000a58f351c r22: 0x0000000000000000 r23: 0x0000000000000001
    r24: 0x00000000bfffc974 r25: 0x00000000059da788 r26: 0x0000000000000000 r27: 0x0000000000000001
    r28: 0x00000000bfffd560 r29: 0x0000000000000000 r30: 0x00000000059da768 r31: 0x000000009592351c
    Binary Images Description:
    0x1000 - 0x1dffff com.apple.Safari 3.2.3 (4525.28.3) /Applications/Safari.app/Contents/MacOS/Safari
    0x435000 - 0x435fff com.aladdinsys.mmenabler 7.1.0 (7.0.3) /Library/InputManagers/MagicMenuEnabler/MagicMenuEnabler.bundle/Contents/MacOS/ MagicMenuEnabler
    0x6bbf000 - 0x6c27fff com.DivXInc.DivXDecoder 6.4.0 /Library/QuickTime/DivX Decoder.component/Contents/MacOS/DivX Decoder
    0x7ab5000 - 0x7ed8fff com.macromedia.Flash Player.plugin 9.0.159 (1.0.4f60) /Library/Internet Plug-Ins/Flash Player.plugin/Contents/MacOS/Flash Player
    0x8fe00000 - 0x8fe52fff dyld 46.16 /usr/lib/dyld
    0x90000000 - 0x901bcfff libSystem.B.dylib /usr/lib/libSystem.B.dylib
    0x90214000 - 0x90219fff libmathCommon.A.dylib /usr/lib/system/libmathCommon.A.dylib
    0x9021b000 - 0x90268fff com.apple.CoreText 1.0.4 (???) /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ CoreText.framework/Versions/A/CoreText
    0x90293000 - 0x90344fff ATS /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ ATS.framework/Versions/A/ATS
    0x90373000 - 0x9072efff com.apple.CoreGraphics 1.258.84 (???) /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ CoreGraphics.framework/Versions/A/CoreGraphics
    0x907bb000 - 0x90895fff com.apple.CoreFoundation 6.4.11 (368.35) /System/Library/Frameworks/CoreFoundation.framework/Versions/A/CoreFoundation
    0x908de000 - 0x908defff com.apple.CoreServices 10.4 (???) /System/Library/Frameworks/CoreServices.framework/Versions/A/CoreServices
    0x908e0000 - 0x909e2fff libicucore.A.dylib /usr/lib/libicucore.A.dylib
    0x90a3c000 - 0x90ac0fff libobjc.A.dylib /usr/lib/libobjc.A.dylib
    0x90aea000 - 0x90b5afff com.apple.framework.IOKit 1.4 (???) /System/Library/Frameworks/IOKit.framework/Versions/A/IOKit
    0x90b70000 - 0x90b82fff libauto.dylib /usr/lib/libauto.dylib
    0x90b89000 - 0x90e60fff com.apple.CoreServices.CarbonCore 681.19 /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/CarbonC ore.framework/Versions/A/CarbonCore
    0x90ec6000 - 0x90f46fff com.apple.CoreServices.OSServices 4.1 /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/OSServi ces.framework/Versions/A/OSServices
    0x90f90000 - 0x90fd2fff com.apple.CFNetwork 129.24 /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/CFNetwo rk.framework/Versions/A/CFNetwork
    0x90fe7000 - 0x90ffffff com.apple.WebServices 1.1.2 (1.1.0) /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/WebServ icesCore.framework/Versions/A/WebServicesCore
    0x9100f000 - 0x91090fff com.apple.SearchKit 1.0.8 /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/SearchK it.framework/Versions/A/SearchKit
    0x910d6000 - 0x91100fff com.apple.Metadata 10.4.4 (121.36) /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/Metadat a.framework/Versions/A/Metadata
    0x91111000 - 0x9111ffff libz.1.dylib /usr/lib/libz.1.dylib
    0x91122000 - 0x912ddfff com.apple.security 4.6 (29770) /System/Library/Frameworks/Security.framework/Versions/A/Security
    0x913dc000 - 0x913e5fff com.apple.DiskArbitration 2.1.2 /System/Library/Frameworks/DiskArbitration.framework/Versions/A/DiskArbitration
    0x913ec000 - 0x913f4fff libbsm.dylib /usr/lib/libbsm.dylib
    0x913f8000 - 0x91420fff com.apple.SystemConfiguration 1.8.3 /System/Library/Frameworks/SystemConfiguration.framework/Versions/A/SystemConfi guration
    0x91433000 - 0x9143efff libgcc_s.1.dylib /usr/lib/libgcc_s.1.dylib
    0x91443000 - 0x914befff com.apple.audio.CoreAudio 3.0.5 /System/Library/Frameworks/CoreAudio.framework/Versions/A/CoreAudio
    0x914fb000 - 0x914fbfff com.apple.ApplicationServices 10.4 (???) /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Application Services
    0x914fd000 - 0x91535fff com.apple.AE 312.2 /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ AE.framework/Versions/A/AE
    0x91550000 - 0x91622fff com.apple.ColorSync 4.4.11 /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ ColorSync.framework/Versions/A/ColorSync
    0x91675000 - 0x91706fff com.apple.print.framework.PrintCore 4.6 (177.13) /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ PrintCore.framework/Versions/A/PrintCore
    0x9174d000 - 0x91804fff com.apple.QD 3.10.28 (???) /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ QD.framework/Versions/A/QD
    0x91841000 - 0x9189ffff com.apple.HIServices 1.5.3 (???) /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ HIServices.framework/Versions/A/HIServices
    0x918ce000 - 0x918f2fff com.apple.LangAnalysis 1.6.1 /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ LangAnalysis.framework/Versions/A/LangAnalysis
    0x91906000 - 0x9192bfff com.apple.FindByContent 1.5 /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ FindByContent.framework/Versions/A/FindByContent
    0x9193e000 - 0x91980fff com.apple.LaunchServices 183.1 /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ LaunchServices.framework/Versions/A/LaunchServices
    0x9199c000 - 0x919b0fff com.apple.speech.synthesis.framework 3.3 /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ SpeechSynthesis.framework/Versions/A/SpeechSynthesis
    0x919be000 - 0x91a04fff com.apple.ImageIO.framework 1.5.8 /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ ImageIO.framework/Versions/A/ImageIO
    0x91a1b000 - 0x91ae2fff libcrypto.0.9.7.dylib /usr/lib/libcrypto.0.9.7.dylib
    0x91b30000 - 0x91b45fff libcups.2.dylib /usr/lib/libcups.2.dylib
    0x91b4a000 - 0x91b68fff libJPEG.dylib /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ ImageIO.framework/Versions/A/Resources/libJPEG.dylib
    0x91b6e000 - 0x91c25fff libJP2.dylib /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ ImageIO.framework/Versions/A/Resources/libJP2.dylib
    0x91c74000 - 0x91c78fff libGIF.dylib /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ ImageIO.framework/Versions/A/Resources/libGIF.dylib
    0x91c7a000 - 0x91ce4fff libRaw.dylib /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ ImageIO.framework/Versions/A/Resources/libRaw.dylib
    0x91ce9000 - 0x91d03fff libPng.dylib /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ ImageIO.framework/Versions/A/Resources/libPng.dylib
    0x91d08000 - 0x91d0bfff libRadiance.dylib /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ ImageIO.framework/Versions/A/Resources/libRadiance.dylib
    0x91d0d000 - 0x91dfbfff libxml2.2.dylib /usr/lib/libxml2.2.dylib
    0x91e1a000 - 0x91e58fff libTIFF.dylib /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ ImageIO.framework/Versions/A/Resources/libTIFF.dylib
    0x91e5f000 - 0x91e5ffff com.apple.Accelerate 1.2.2 (Accelerate 1.2.2) /System/Library/Frameworks/Accelerate.framework/Versions/A/Accelerate
    0x91e61000 - 0x91f46fff com.apple.vImage 2.4 /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vImage.fr amework/Versions/A/vImage
    0x91f4e000 - 0x91f6dfff com.apple.Accelerate.vecLib 3.2.2 (vecLib 3.2.2) /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vecLib.fr amework/Versions/A/vecLib
    0x91fd9000 - 0x92047fff libvMisc.dylib /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vecLib.fr amework/Versions/A/libvMisc.dylib
    0x92052000 - 0x920e7fff libvDSP.dylib /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vecLib.fr amework/Versions/A/libvDSP.dylib
    0x92101000 - 0x92689fff libBLAS.dylib /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vecLib.fr amework/Versions/A/libBLAS.dylib
    0x926bc000 - 0x929e7fff libLAPACK.dylib /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vecLib.fr amework/Versions/A/libLAPACK.dylib
    0x92a17000 - 0x92b05fff libiconv.2.dylib /usr/lib/libiconv.2.dylib
    0x92b08000 - 0x92b90fff com.apple.DesktopServices 1.3.7 /System/Library/PrivateFrameworks/DesktopServicesPriv.framework/Versions/A/Desk topServicesPriv
    0x92bd1000 - 0x92e04fff com.apple.Foundation 6.4.12 (567.42) /System/Library/Frameworks/Foundation.framework/Versions/C/Foundation
    0x92f37000 - 0x92f55fff libGL.dylib /System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libGL.dylib
    0x92f60000 - 0x92fbafff libGLU.dylib /System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libGLU.dylib
    0x92fd8000 - 0x92fd8fff com.apple.Carbon 10.4 (???) /System/Library/Frameworks/Carbon.framework/Versions/A/Carbon
    0x92fda000 - 0x92feefff com.apple.ImageCapture 3.0 /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/ImageCapture. framework/Versions/A/ImageCapture
    0x93006000 - 0x93016fff com.apple.speech.recognition.framework 3.4 /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/SpeechRecogni tion.framework/Versions/A/SpeechRecognition
    0x93022000 - 0x93037fff com.apple.securityhi 2.0 (203) /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/SecurityHI.fr amework/Versions/A/SecurityHI
    0x93049000 - 0x930d0fff com.apple.ink.framework 101.2 (69) /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/Ink.framework /Versions/A/Ink
    0x930e4000 - 0x930effff com.apple.help 1.0.3 (32) /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/Help.framewor k/Versions/A/Help
    0x930f9000 - 0x93127fff com.apple.openscripting 1.2.7 (???) /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/OpenScripting .framework/Versions/A/OpenScripting
    0x93141000 - 0x93151fff com.apple.print.framework.Print 5.0 (190.1) /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/Print.framewo rk/Versions/A/Print
    0x9315d000 - 0x931c3fff com.apple.htmlrendering 1.1.2 /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/HTMLRendering .framework/Versions/A/HTMLRendering
    0x931f4000 - 0x93243fff com.apple.NavigationServices 3.4.4 (3.4.3) /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/NavigationSer vices.framework/Versions/A/NavigationServices
    0x93271000 - 0x9328efff com.apple.audio.SoundManager 3.9 /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/CarbonSound.f ramework/Versions/A/CarbonSound
    0x932a0000 - 0x932adfff com.apple.CommonPanels 1.2.2 (73) /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/CommonPanels. framework/Versions/A/CommonPanels
    0x932b6000 - 0x935c4fff com.apple.HIToolbox 1.4.10 (???) /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/HIToolbox.fra mework/Versions/A/HIToolbox
    0x93714000 - 0x93720fff com.apple.opengl 1.4.7 /System/Library/Frameworks/OpenGL.framework/Versions/A/OpenGL
    0x93725000 - 0x93745fff com.apple.DirectoryService.Framework 3.1 /System/Library/Frameworks/DirectoryService.framework/Versions/A/DirectoryServi ce
    0x9375b000 - 0x9375cfff com.apple.ServerControl 10.3.0 /System/Library/PrivateFrameworks/ServerControl.framework/Versions/A/ServerCont rol
    0x93799000 - 0x93799fff com.apple.Cocoa 6.4 (???) /System/Library/Frameworks/Cocoa.framework/Versions/A/Cocoa
    0x9379b000 - 0x93dcefff com.apple.AppKit 6.4.10 (824.48) /System/Library/Frameworks/AppKit.framework/Versions/C/AppKit
    0x9415b000 - 0x941cdfff com.apple.CoreData 91 (92.1) /System/Library/Frameworks/CoreData.framework/Versions/A/CoreData
    0x94206000 - 0x942cbfff com.apple.audio.toolbox.AudioToolbox 1.4.7 /System/Library/Frameworks/AudioToolbox.framework/Versions/A/AudioToolbox
    0x9431e000 - 0x9431efff com.apple.audio.units.AudioUnit 1.4 /System/Library/Frameworks/AudioUnit.framework/Versions/A/AudioUnit
    0x94320000 - 0x944e0fff com.apple.QuartzCore 1.4.12 /System/Library/Frameworks/QuartzCore.framework/Versions/A/QuartzCore
    0x9452a000 - 0x94567fff libsqlite3.0.dylib /usr/lib/libsqlite3.0.dylib
    0x9456f000 - 0x945bffff libGLImage.dylib /System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libGLImage.dyl ib
    0x945c8000 - 0x945e1fff com.apple.CoreVideo 1.4.2 /System/Library/Frameworks/CoreVideo.framework/Versions/A/CoreVideo
    0x945f1000 - 0x94612fff com.apple.framework.Admin 1.5.7 /System/Library/PrivateFrameworks/Admin.framework/Admin
    0x94627000 - 0x94627fff com.apple.AFPDefines 3.1.6 /System/Library/PrivateFrameworks/AFPDefines.framework/Versions/A/AFPDefines
    0x9467a000 - 0x946b2fff com.apple.vmutils 4.0.0 (85) /System/Library/PrivateFrameworks/vmutils.framework/Versions/A/vmutils
    0x946f7000 - 0x94713fff com.apple.securityfoundation 2.2 (27710) /System/Library/Frameworks/SecurityFoundation.framework/Versions/A/SecurityFoun dation
    0x94727000 - 0x9476bfff com.apple.securityinterface 2.2 (27692) /System/Library/Frameworks/SecurityInterface.framework/Versions/A/SecurityInter face
    0x9478f000 - 0x9479efff libCGATS.A.dylib /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ CoreGraphics.framework/Versions/A/Resources/libCGATS.A.dylib
    0x947a6000 - 0x947b3fff libCSync.A.dylib /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ CoreGraphics.framework/Versions/A/Resources/libCSync.A.dylib
    0x947f9000 - 0x94812fff libRIP.A.dylib /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ CoreGraphics.framework/Versions/A/Resources/libRIP.A.dylib
    0x94819000 - 0x94b4bfff com.apple.QuickTime 7.6.0 (1290) /System/Library/Frameworks/QuickTime.framework/Versions/A/QuickTime
    0x94c33000 - 0x94ca4fff libstdc++.6.dylib /usr/lib/libstdc++.6.dylib
    0x94e1a000 - 0x94f4afff com.apple.AddressBook.framework 4.0.6 (490) /System/Library/Frameworks/AddressBook.framework/Versions/A/AddressBook
    0x94fdd000 - 0x94fecfff com.apple.DSObjCWrappers.Framework 1.1 /System/Library/PrivateFrameworks/DSObjCWrappers.framework/Versions/A/DSObjCWra ppers
    0x94ff4000 - 0x95021fff com.apple.LDAPFramework 1.4.1 (69.0.1) /System/Library/Frameworks/LDAP.framework/Versions/A/LDAP
    0x95028000 - 0x95038fff libsasl2.2.dylib /usr/lib/libsasl2.2.dylib
    0x9503c000 - 0x9506bfff libssl.0.9.7.dylib /usr/lib/libssl.0.9.7.dylib
    0x9507b000 - 0x95098fff libresolv.9.dylib /usr/lib/libresolv.9.dylib
    0x957b1000 - 0x9586ffff com.apple.WebKit 4525.28 (4525.28.3) /System/Library/Frameworks/WebKit.framework/Versions/A/WebKit
    0x958dd000 - 0x959c6fff com.apple.JavaScriptCore 4525.26 (4525.26.2) /System/Library/Frameworks/JavaScriptCore.framework/Versions/A/JavaScriptCore
    0x95a02000 - 0x960d5fff com.apple.WebCore 4525.28 (4525.28.4) /System/Library/Frameworks/WebKit.framework/Versions/A/Frameworks/WebCore.frame work/Versions/A/WebCore
    0x972df000 - 0x972e5fff com.apple.JavaScriptGlue 4525.26 (4525.26.2) /System/Library/PrivateFrameworks/JavaScriptGlue.framework/Versions/A/JavaScrip tGlue
    0x97616000 - 0x97635fff com.apple.vecLib 3.2.2 (vecLib 3.2.2) /System/Library/Frameworks/vecLib.framework/Versions/A/vecLib
    0x97e2a000 - 0x97e37fff com.apple.agl 2.5.6 (AGL-2.5.6) /System/Library/Frameworks/AGL.framework/Versions/A/AGL
    0x9927c000 - 0x99f35fff com.apple.QuickTimeComponents.component 7.6 (1290) /System/Library/QuickTime/QuickTimeComponents.component/Contents/MacOS/QuickTim eComponents
    0x9b00c000 - 0x9b041fff com.apple.Syndication 1.0.8 (56.1) /System/Library/PrivateFrameworks/Syndication.framework/Versions/A/Syndication
    0x9b05e000 - 0x9b070fff com.apple.SyndicationUI 1.0.8 (56.1) /System/Library/PrivateFrameworks/SyndicationUI.framework/Versions/A/Syndicatio nUI
    0x9ff42000 - 0x9ffe3fff com.apple.QuickTimeImporters.component 7.6 (1290) /System/Library/QuickTime/QuickTimeImporters.component/Contents/MacOS/QuickTime Importers
    Model: PowerMac4,4, BootROM 4.6.4f1, 1 processors, PowerPC G4 (3.3), 1 GHz, 640 MB
    Graphics: ATI Radeon 7500, ATY,RV200, AGP, 32 MB
    Memory Module: DIMM0/J1600, 512 MB, SDRAM, PC133U-333
    Memory Module: DIMM1/J1601, 128 MB, SDRAM, PC133U-333
    Modem: MicroDash, UCJ, V.92, 1.0F, APPLE VERSION 2.6.6
    Network Service: Built-in Ethernet, Ethernet, en0
    Parallel ATA Device: Maxtor 2F040L0, 38.29 GB
    Parallel ATA Device: TOSHIBA ODD-DVD SD-R1412
    USB Device: Apple Optical USB Mouse, Logitech, Up to 1.5 Mb/sec, 500 mA
    USB Device: Hub in Apple Pro Keyboard, Mitsumi Electric, Up to 12 Mb/sec, 500 mA
    USB Device: Apple Pro Keyboard, Mitsumi Electric, Up to 12 Mb/sec, 250 mA
    What I have done so far:
    1. Updated Apple Software including Java.
    2. Updated Plugins.
    3. Repaired Disc Permissions.
    4. Trouble Shot Plugins: Disabled Plugins in Safari Preferences - Result: Crashes stopped. Loaded all Plugins except the 3 Java Plugins and still no crashes. Load any of the 3 Java Plugins and Safari crashes.
    5. Deleted com.apple.java.javapreferences.plist.
    6. Opened Java Preferences and deleted Temporary Internet Files.
    I have four other G4's running the same system and version of Safari and they are all stable.
    I bet someone smarter than me will look at the crash report and tell me to something quite simple and the problem will be solved, but I don't know what that would be.
    Blue Skies,
    Geo

    You have a outdated version of FlashPlayer.Uninstall FlashPlayer. Install the newest version here.
    Repair permissions after the update.
    Also this add-on may be problematic.
    0x435000 - 0x435fff com.aladdinsys.mmenabler 7.1.0 (7.0.3) /Library/InputManagers/MagicMenuEnabler/MagicMenuEnabler.bundle/Contents/MacOS/ MagicMenuEnabler

  • Support for flash player plugin in webview

    Will the webview at some point support the flash player plugin? We have a legacy reporting engine that was developed in Flex that we were hoping we could access in a webview.
    Thanks.
    Stefan

    No - webview will not support a flash player plugin.
    install flash plugin for WebView "Thread: install flash plugin for WebView"
    Richard's comment from the thread (Richard is the JavaFX lead):
    As for plugins, we are not likely to ever support running plugins (except maybe applets), for security reasons. There are also additional issues. If the browser is to support arbitrary things that Chrome supports like native client etc, it adds to the footprint of the browser (and security risks). Already the WebView constitutes over half of the download size of JavaFX. I would need a pretty strong justification to make it larger if doing so also increases our risk to vulnerabilities.

Maybe you are looking for