Last.fm plugin

After yesterday's update of iTunes to 12.1.0.71,my iTunes won't connect to the Last.fm plugin. I tried reinstalling the plugin, enabled scrobbling. And i reinstalled  itunes, still not working.

You may need to install this version:
iTunes 12.1.0.71 for Windows (64-bit - for older video cards) - itunes64setup.exe (2015-01-28)
which is a 64-bit installer for the 32-bit version of the core application, similar to previous 64-bit releases.
tt2

Similar Messages

  • Rhythmbox 0.13.2 Last.fm plugin broken

    After a recent reboot I found that Rhythmbox opens and plays fine, but will not allow the Last.fm plugin to start.
    If I open it via terminal, I get the following errors:
    $ rhythmbox
    (rhythmbox:6412): GLib-GObject-CRITICAL **: g_object_unref: assertion `G_IS_OBJECT (object)' failed
    ** Message: pygobject_register_sinkfunc is deprecated (GstObject)
    (rhythmbox:6412): Rhythmbox-WARNING **: Unable to grab media player keys: Could not get owner of name 'org.gnome.SettingsDaemon': no such name
    (rhythmbox:6412): GLib-GObject-CRITICAL **: g_object_unref: assertion `G_IS_OBJECT (object)' failed
    (rhythmbox:6412): Rhythmbox-WARNING **: libjson-glib-1.0.so.0: cannot open shared object file: No such file or directory
    (rhythmbox:6412): Rhythmbox-WARNING **: Could not load plugin audioscrobbler
    (rhythmbox:6412): Rhythmbox-WARNING **: Error, impossible to activate plugin 'Last.fm'
    Any ideas? I did a system upgrade to make sure it wasn't some kind of package discrepancy.

    rjrjr, I have a question: are the lyrics working in your lyrics context pane? Mine aren't showing...if yours aren't, could you go here, register, and post/vote for this bug report?
    https://bugs.archlinux.org/task/21618
    Thanks! Just curious if others are experiencing the same error...

  • Petition for last.fm plugin for creative mediasource pla

    If you want a plugin for Last.fm's audioscrobbler for your creative mediasource player, please post in this thread...once, please do not submit posts for any other reason
    signature # - the_can

    As a Last.FM moderator we see quite a lot of threads and requests passing by for a pplugin that would allow people to "scrobble" the tracks they played on any of Creatives MP3-players. (Take a look at http://www.last.fm/forum/276/_/26462, for example). The problem Last.FM faces here is that, by the looks of it, getting a timestamped log-file from plays on a Creative-player is not possible (don't quote me here, I am just the messenger, and have hardly any knowledge concerning the plugins...)I do know that there is a community that is pretty positi've about Last.FM and that moderators nor staff can help them here. Perhaps the nice people developing the software for your players might want to take a look at the site and decide that it might be a nice idea to open up the software a bit, or develop a plugin themselfs. It might prevent people (like me) from buying an iPod, which does allow me to submit my listened songs to the site...

  • Suggestion for a Last.fm plugin

    ?Hello there,
    I have recently bought a Creative ZEN X-Fi Style 8GB, and I use last.fm for 2 years now. I figured out people are asking about a piece of software to support the last.fm services on creative mp3 player products for at least 4 years.
    Right now, people who think the last.fm services are a must have for their portable music player will definitely buy an Apple iPod, and that's just bad.. So I ask you, Creative, to investigate about last.fm and give all of us the option to scrobble our tracks!
    [url="http://en.wikipedia.org/wiki/Last.fm">Last.fm on Wikipedia (English)[/url]
    I have seen no replies from Creative on other last.fm topics at this forum, so I don't know if Creative is aware of Last.fm at all, it's just that this last.fm thing is huge, and still growing. It's simply a must have in music.
    I would like to ask everyone who reads this to leave a comment.

    Sadly tools like zenses and qtscrobbler won't work with my x-fi style. What went wrong, that a zen mozaic (old version) can be detected, but newer ones won't?
    Is there anything changed in the behavior as a mtp-device?

  • BPM Plugin Deployment issues

    Hi Guys,
    My environment is wl6.1sp2 and wli 2.1.
    I am trying to develop a bpm event plugin. I just copied the Event plugin files
    from the sample plugin and packaged them in my own package structure and am trying
    to deply this. I am not clear as to what all needs to be in the EJBComponent section
    of config.xml. This is all that I have right now.
    <EJBComponent DeploymentOrder="0" Name="repository-ejb.jar"
    Targets="myserver" URI="repository-ejb.jar"/>
    <EJBComponent DeploymentOrder="1" Name="wlpi-ejb.jar"
    Targets="myserver" URI="wlpi-ejb.jar"/>
    <EJBComponent DeploymentOrder="2" Name="wlpi-master-ejb.jar"
    Targets="myserver" URI="wlpi-master-ejb.jar"/>
    <EJBComponent DeploymentOrder="3" Name="wlpi-mdb-ejb.jar"
    Targets="myserver" URI="wlpi-mdb-ejb.jar"/>
    <EJBComponent DeploymentOrder="4" Name="wlc-wlpi-plugin.jar"
    Targets="myserver" URI="wlc-wlpi-plugin.jar"/>
    <EJBComponent DeploymentOrder="5" Name="wlai-ejb-server"
    Targets="myserver" URI="wlai-ejb-server.jar"/>
    <EJBComponent DeploymentOrder="6" Name="wlai-admin-ejb"
    Targets="myserver" URI="wlai-admin-ejb.jar"/>
    <EJBComponent DeploymentOrder="7" Name="wlxtpi.jar"
    Targets="myserver" URI="wlxtpi.jar"/>
    <EJBComponent DeploymentOrder="8" Name="wlai-plugin.jar"
    Targets="myserver" URI="wlai-plugin.jar"/>
    <WebAppComponent DeploymentOrder="9" Name="XTPlugin"
    Targets="myserver" URI="wlxtpi.war"/>
    <EJBComponent DeploymentOrder="10" Name="plugin.jar"
    Targets="myserver" URI="plugin.jar"/>
    the last one plugin.jar is where i packaged the event plugin . I am ataching that
    with this mail. I am getting the following exception at startup.
    java.lang.NoClassDefFoundError: com/bea/wlpi/server/initlistener/Reaper
    at java.lang.ClassLoader.defineClass0(Native Method)
    at java.lang.ClassLoader.defineClass(ClassLoader.java:493)
    at java.security.SecureClassLoader.defineClass(SecureClassLoader.java:11
    1)
    at java.net.URLClassLoader.defineClass(URLClassLoader.java:248)
    at java.net.URLClassLoader.access$100(URLClassLoader.java:56)
    at java.net.URLClassLoader$1.run(URLClassLoader.java:195)
    at java.security.AccessController.doPrivileged(Native Method)
    at java.net.URLClassLoader.findClass(URLClassLoader.java:188)
    at java.lang.ClassLoader.loadClass(ClassLoader.java:299)
    at sun.misc.Launcher$AppClassLoader.loadClass(Launcher.java:286)
    at java.lang.ClassLoader.loadClass(ClassLoader.java:292)
    at java.lang.ClassLoader.loadClass(ClassLoader.java:255)
    at java.lang.ClassLoader.loadClassInternal(ClassLoader.java:315)
    at java.lang.Class.getMethod0(Native Method)
    at java.lang.Class.getMethod(Class.java:888)
    at weblogic.ejb20.deployer.MessageDrivenBeanInfoImpl.setTransactionAttri
    bute(MessageDrivenBeanInfoImpl.java:618)
    at weblogic.ejb20.deployer.MessageDrivenBeanInfoImpl.<init>(MessageDrive
    nBeanInfoImpl.java:280)
    at weblogic.ejb20.deployer.BeanInfoImpl.createBeanInfoImpl(BeanInfoImpl.
    java:330)
    at weblogic.ejb20.deployer.MBeanDeploymentInfoImpl.initializeBeanInfos(M
    BeanDeploymentInfoImpl.java:395)
    at weblogic.ejb20.deployer.MBeanDeploymentInfoImpl.<init>(MBeanDeploymen
    tInfoImpl.java:126)
    at weblogic.ejb20.deployer.Deployer.deploy(Deployer.java:866)
    at weblogic.j2ee.EJBComponent.deploy(EJBComponent.java:30)
    at weblogic.j2ee.Application.addComponent(Application.java:163)
    at weblogic.j2ee.J2EEService.addDeployment(J2EEService.java:117)
    at weblogic.management.mbeans.custom.DeploymentTarget.addDeployment(Depl
    oymentTarget.java:329)
    at weblogic.management.mbeans.custom.DeploymentTarget.addDeployments(Dep
    loymentTarget.java:279)
    at weblogic.management.mbeans.custom.DeploymentTarget.updateServerDeploy
    ments(DeploymentTarget.java:233)
    at weblogic.management.mbeans.custom.DeploymentTarget.updateDeployments(
    DeploymentTarget.java:193)
    at java.lang.reflect.Method.invoke(Native Method)
    at weblogic.management.internal.DynamicMBeanImpl.invokeLocally(DynamicMB
    eanImpl.java:636)
    at weblogic.management.internal.DynamicMBeanImpl.invoke(DynamicMBeanImpl
    .java:621)
    at weblogic.management.internal.ConfigurationMBeanImpl.invoke(Configurat
    ionMBeanImpl.java:359)
    at com.sun.management.jmx.MBeanServerImpl.invoke(MBeanServerImpl.java:15
    55)
    at com.sun.management.jmx.MBeanServerImpl.invoke(MBeanServerImpl.java:15
    23)
    at weblogic.management.internal.MBeanProxy.invoke(MBeanProxy.java:468)
    at weblogic.management.internal.MBeanProxy.invoke(MBeanProxy.java:209)
    at $Proxy38.updateDeployments(Unknown Source)
    at weblogic.management.configuration.ServerMBean_CachingStub.updateDeplo
    yments(ServerMBean_CachingStub.java:2761)
    at weblogic.management.mbeans.custom.ApplicationManager.startConfigManag
    er(ApplicationManager.java:370)
    at weblogic.management.mbeans.custom.ApplicationManager.start(Applicatio
    nManager.java:160)
    at java.lang.reflect.Method.invoke(Native Method)
    at weblogic.management.internal.DynamicMBeanImpl.invokeLocally(DynamicMB
    eanImpl.java:636)
    at weblogic.management.internal.DynamicMBeanImpl.invoke(DynamicMBeanImpl
    .java:621)
    at weblogic.management.internal.ConfigurationMBeanImpl.invoke(Configurat
    ionMBeanImpl.java:359)
    at com.sun.management.jmx.MBeanServerImpl.invoke(MBeanServerImpl.java:15
    55)
    at com.sun.management.jmx.MBeanServerImpl.invoke(MBeanServerImpl.java:15
    23)
    at weblogic.management.internal.MBeanProxy.invoke(MBeanProxy.java:468)
    at weblogic.management.internal.MBeanProxy.invoke(MBeanProxy.java:209)
    at $Proxy56.start(Unknown Source)
    at weblogic.management.configuration.ApplicationManagerMBean_CachingStub
    .start(ApplicationManagerMBean_CachingStub.java:480)
    at weblogic.management.Admin.startApplicationManager(Admin.java:1180)
    at weblogic.management.Admin.finish(Admin.java:590)
    at weblogic.t3.srvr.T3Srvr.start(T3Srvr.java:518)
    at weblogic.t3.srvr.T3Srvr.run(T3Srvr.java:203)
    at weblogic.Server.main(Server.java:35)
    --------------- nested within: ------------------
    weblogic.utils.AssertionError: ***** ASSERTION FAILED ***** - with nested except
    ion:
    [java.lang.NoClassDefFoundError: com/bea/wlpi/server/initlistener/Reaper]
    at weblogic.ejb20.deployer.MessageDrivenBeanInfoImpl.setTransactionAttri
    bute(MessageDrivenBeanInfoImpl.java:621)
    at weblogic.ejb20.deployer.MessageDrivenBeanInfoImpl.<init>(MessageDrive
    nBeanInfoImpl.java:280)
    at weblogic.ejb20.deployer.BeanInfoImpl.createBeanInfoImpl(BeanInfoImpl.
    java:330)
    at weblogic.ejb20.deployer.MBeanDeploymentInfoImpl.initializeBeanInfos(M
    BeanDeploymentInfoImpl.java:395)
    at weblogic.ejb20.deployer.MBeanDeploymentInfoImpl.<init>(MBeanDeploymen
    tInfoImpl.java:126)
    at weblogic.ejb20.deployer.Deployer.deploy(Deployer.java:866)
    at weblogic.j2ee.EJBComponent.deploy(EJBComponent.java:30)
    at weblogic.j2ee.Application.addComponent(Application.java:163)
    at weblogic.j2ee.J2EEService.addDeployment(J2EEService.java:117)
    at weblogic.management.mbeans.custom.DeploymentTarget.addDeployment(Depl
    oymentTarget.java:329)
    at weblogic.management.mbeans.custom.DeploymentTarget.addDeployments(Dep
    loymentTarget.java:279)
    at weblogic.management.mbeans.custom.DeploymentTarget.updateServerDeploy
    ments(DeploymentTarget.java:233)
    at weblogic.management.mbeans.custom.DeploymentTarget.updateDeployments(
    DeploymentTarget.java:193)
    at java.lang.reflect.Method.invoke(Native Method)
    at weblogic.management.internal.DynamicMBeanImpl.invokeLocally(DynamicMB
    eanImpl.java:636)
    at weblogic.management.internal.DynamicMBeanImpl.invoke(DynamicMBeanImpl
    .java:621)
    at weblogic.management.internal.ConfigurationMBeanImpl.invoke(Configurat
    ionMBeanImpl.java:359)
    at com.sun.management.jmx.MBeanServerImpl.invoke(MBeanServerImpl.java:15
    55)
    at com.sun.management.jmx.MBeanServerImpl.invoke(MBeanServerImpl.java:15
    23)
    at weblogic.management.internal.MBeanProxy.invoke(MBeanProxy.java:468)
    at weblogic.management.internal.MBeanProxy.invoke(MBeanProxy.java:209)
    at $Proxy38.updateDeployments(Unknown Source)
    at weblogic.management.configuration.ServerMBean_CachingStub.updateDeplo
    yments(ServerMBean_CachingStub.java:2761)
    at weblogic.management.mbeans.custom.ApplicationManager.startConfigManag
    er(ApplicationManager.java:370)
    at weblogic.management.mbeans.custom.ApplicationManager.start(Applicatio
    nManager.java:160)
    at java.lang.reflect.Method.invoke(Native Method)
    at weblogic.management.internal.DynamicMBeanImpl.invokeLocally(DynamicMB
    eanImpl.java:636)
    at weblogic.management.internal.DynamicMBeanImpl.invoke(DynamicMBeanImpl
    .java:621)
    at weblogic.management.internal.ConfigurationMBeanImpl.invoke(Configurat
    ionMBeanImpl.java:359)
    at com.sun.management.jmx.MBeanServerImpl.invoke(MBeanServerImpl.java:15
    55)
    at com.sun.management.jmx.MBeanServerImpl.invoke(MBeanServerImpl.java:15
    23)
    at weblogic.management.internal.MBeanProxy.invoke(MBeanProxy.java:468)
    at weblogic.management.internal.MBeanProxy.invoke(MBeanProxy.java:209)
    at $Proxy56.start(Unknown Source)
    at weblogic.management.configuration.ApplicationManagerMBean_CachingStub
    .start(ApplicationManagerMBean_CachingStub.java:480)
    at weblogic.management.Admin.startApplicationManager(Admin.java:1180)
    at weblogic.management.Admin.finish(Admin.java:590)
    at weblogic.t3.srvr.T3Srvr.start(T3Srvr.java:518)
    at weblogic.t3.srvr.T3Srvr.run(T3Srvr.java:203)
    at weblogic.Server.main(Server.java:35)
    <Oct 18, 2002 4:16:25 PM IST> <Error> <J2EE> <Error deploying application wlpi-m
    db-ejb.jar:
    Unable to deploy EJB: c:\config\tavantdomain80\applications\.wlnotdelete\wl_comp
    60488.jar from wlpi-mdb-ejb.jar:
    java.lang.NoClassDefFoundError: com/bea/wlpi/server/initlistener/Reaper
    at java.lang.ClassLoader.defineClass0(Native Method)
    at java.lang.ClassLoader.defineClass(ClassLoader.java:493)
    at java.security.SecureClassLoader.defineClass(SecureClassLoader.java:11
    1)
    at java.net.URLClassLoader.defineClass(URLClassLoader.java:248)
    at java.net.URLClassLoader.access$100(URLClassLoader.java:56)
    at java.net.URLClassLoader$1.run(URLClassLoader.java:195)
    at java.security.AccessController.doPrivileged(Native Method)
    at java.net.URLClassLoader.findClass(URLClassLoader.java:188)
    at java.lang.ClassLoader.loadClass(ClassLoader.java:299)
    at sun.misc.Launcher$AppClassLoader.loadClass(Launcher.java:286)
    at java.lang.ClassLoader.loadClass(ClassLoader.java:292)
    at java.lang.ClassLoader.loadClass(ClassLoader.java:255)
    at java.lang.ClassLoader.loadClassInternal(ClassLoader.java:315)
    at java.lang.Class.getMethod0(Native Method)
    at java.lang.Class.getMethod(Class.java:888)
    at weblogic.ejb20.deployer.MessageDrivenBeanInfoImpl.setTransactionAttri
    bute(MessageDrivenBeanInfoImpl.java:618)
    at weblogic.ejb20.deployer.MessageDrivenBeanInfoImpl.<init>(MessageDrive
    nBeanInfoImpl.java:280)
    at weblogic.ejb20.deployer.BeanInfoImpl.createBeanInfoImpl(BeanInfoImpl.
    java:330)
    at weblogic.ejb20.deployer.MBeanDeploymentInfoImpl.initializeBeanInfos(M
    BeanDeploymentInfoImpl.java:395)
    at weblogic.ejb20.deployer.MBeanDeploymentInfoImpl.<init>(MBeanDeploymen
    tInfoImpl.java:126)
    at weblogic.ejb20.deployer.Deployer.deploy(Deployer.java:866)
    at weblogic.j2ee.EJBComponent.deploy(EJBComponent.java:30)
    at weblogic.j2ee.Application.addComponent(Application.java:163)
    at weblogic.j2ee.J2EEService.addDeployment(J2EEService.java:117)
    at weblogic.management.mbeans.custom.DeploymentTarget.addDeployment(Depl
    oymentTarget.java:329)
    at weblogic.management.mbeans.custom.DeploymentTarget.addDeployments(Dep
    loymentTarget.java:279)
    at weblogic.management.mbeans.custom.DeploymentTarget.updateServerDeploy
    ments(DeploymentTarget.java:233)
    at weblogic.management.mbeans.custom.DeploymentTarget.updateDeployments(
    DeploymentTarget.java:193)
    at java.lang.reflect.Method.invoke(Native Method)
    at weblogic.management.internal.DynamicMBeanImpl.invokeLocally(DynamicMB
    eanImpl.java:636)
    at weblogic.management.internal.DynamicMBeanImpl.invoke(DynamicMBeanImpl
    .java:621)
    at weblogic.management.internal.ConfigurationMBeanImpl.invoke(Configurat
    ionMBeanImpl.java:359)
    at com.sun.management.jmx.MBeanServerImpl.invoke(MBeanServerImpl.java:15
    55)
    at com.sun.management.jmx.MBeanServerImpl.invoke(MBeanServerImpl.java:15
    23)
    at weblogic.management.internal.MBeanProxy.invoke(MBeanProxy.java:468)
    at weblogic.management.internal.MBeanProxy.invoke(MBeanProxy.java:209)
    at $Proxy38.updateDeployments(Unknown Source)
    at weblogic.management.configuration.ServerMBean_CachingStub.updateDeplo
    yments(ServerMBean_CachingStub.java:2761)
    at weblogic.management.mbeans.custom.ApplicationManager.startConfigManag
    er(ApplicationManager.java:370)
    at weblogic.management.mbeans.custom.ApplicationManager.start(Applicatio
    nManager.java:160)
    at java.lang.reflect.Method.invoke(Native Method)
    at weblogic.management.internal.DynamicMBeanImpl.invokeLocally(DynamicMB
    eanImpl.java:636)
    at weblogic.management.internal.DynamicMBeanImpl.invoke(DynamicMBeanImpl
    .java:621)
    at weblogic.management.internal.ConfigurationMBeanImpl.invoke(Configurat
    ionMBeanImpl.java:359)
    at com.sun.management.jmx.MBeanServerImpl.invoke(MBeanServerImpl.java:15
    55)
    at com.sun.management.jmx.MBeanServerImpl.invoke(MBeanServerImpl.java:15
    23)
    at weblogic.management.internal.MBeanProxy.invoke(MBeanProxy.java:468)
    at weblogic.management.internal.MBeanProxy.invoke(MBeanProxy.java:209)
    at $Proxy56.start(Unknown Source)
    at weblogic.management.configuration.ApplicationManagerMBean_CachingStub
    .start(ApplicationManagerMBean_CachingStub.java:480)
    at weblogic.management.Admin.startApplicationManager(Admin.java:1180)
    at weblogic.management.Admin.finish(Admin.java:590)
    at weblogic.t3.srvr.T3Srvr.start(T3Srvr.java:518)
    at weblogic.t3.srvr.T3Srvr.run(T3Srvr.java:203)
    at weblogic.Server.main(Server.java:35)
    --------------- nested within: ------------------
    weblogic.utils.AssertionError: ***** ASSERTION FAILED ***** - with nested except
    ion:
    [java.lang.NoClassDefFoundError: com/bea/wlpi/server/initlistener/Reaper]
    at weblogic.ejb20.deployer.MessageDrivenBeanInfoImpl.setTransactionAttri
    bute(MessageDrivenBeanInfoImpl.java:621)
    at weblogic.ejb20.deployer.MessageDrivenBeanInfoImpl.<init>(MessageDrive
    nBeanInfoImpl.java:280)
    at weblogic.ejb20.deployer.BeanInfoImpl.createBeanInfoImpl(BeanInfoImpl.
    java:330)
    at weblogic.ejb20.deployer.MBeanDeploymentInfoImpl.initializeBeanInfos(M
    BeanDeploymentInfoImpl.java:395)
    at weblogic.ejb20.deployer.MBeanDeploymentInfoImpl.<init>(MBeanDeploymen
    tInfoImpl.java:126)
    at weblogic.ejb20.deployer.Deployer.deploy(Deployer.java:866)
    at weblogic.j2ee.EJBComponent.deploy(EJBComponent.java:30)
    at weblogic.j2ee.Application.addComponent(Application.java:163)
    at weblogic.j2ee.J2EEService.addDeployment(J2EEService.java:117)
    at weblogic.management.mbeans.custom.DeploymentTarget.addDeployment(Depl
    oymentTarget.java:329)
    at weblogic.management.mbeans.custom.DeploymentTarget.addDeployments(Dep
    loymentTarget.java:279)
    at weblogic.management.mbeans.custom.DeploymentTarget.updateServerDeploy
    ments(DeploymentTarget.java:233)
    at weblogic.management.mbeans.custom.DeploymentTarget.updateDeployments(
    DeploymentTarget.java:193)
    at java.lang.reflect.Method.invoke(Native Method)
    at weblogic.management.internal.DynamicMBeanImpl.invokeLocally(DynamicMB
    eanImpl.java:636)
    at weblogic.management.internal.DynamicMBeanImpl.invoke(DynamicMBeanImpl
    .java:621)
    at weblogic.management.internal.ConfigurationMBeanImpl.invoke(Configurat
    ionMBeanImpl.java:359)
    at com.sun.management.jmx.MBeanServerImpl.invoke(MBeanServerImpl.java:15
    55)
    at com.sun.management.jmx.MBeanServerImpl.invoke(MBeanServerImpl.java:15
    23)
    at weblogic.management.internal.MBeanProxy.invoke(MBeanProxy.java:468)
    at weblogic.management.internal.MBeanProxy.invoke(MBeanProxy.java:209)
    at $Proxy38.updateDeployments(Unknown Source)
    at weblogic.management.configuration.ServerMBean_CachingStub.updateDeplo
    yments(ServerMBean_CachingStub.java:2761)
    at weblogic.management.mbeans.custom.ApplicationManager.startConfigManag
    er(ApplicationManager.java:370)
    at weblogic.management.mbeans.custom.ApplicationManager.start(Applicatio
    nManager.java:160)
    at java.lang.reflect.Method.invoke(Native Method)
    at weblogic.management.internal.DynamicMBeanImpl.invokeLocally(DynamicMB
    eanImpl.java:636)
    at weblogic.management.internal.DynamicMBeanImpl.invoke(DynamicMBeanImpl
    .java:621)
    at weblogic.management.internal.ConfigurationMBeanImpl.invoke(Configurat
    ionMBeanImpl.java:359)
    at com.sun.management.jmx.MBeanServerImpl.invoke(MBeanServerImpl.java:15
    55)
    at com.sun.management.jmx.MBeanServerImpl.invoke(MBeanServerImpl.java:15
    23)
    at weblogic.management.internal.MBeanProxy.invoke(MBeanProxy.java:468)
    at weblogic.management.internal.MBeanProxy.invoke(MBeanProxy.java:209)
    at $Proxy56.start(Unknown Source)
    at weblogic.management.configuration.ApplicationManagerMBean_CachingStub
    .start(ApplicationManagerMBean_CachingStub.java:480)
    at weblogic.management.Admin.startApplicationManager(Admin.java:1180)
    at weblogic.management.Admin.finish(Admin.java:590)
    at weblogic.t3.srvr.T3Srvr.start(T3Srvr.java:518)
    at weblogic.t3.srvr.T3Srvr.run(T3Srvr.java:203)
    at weblogic.Server.main(Server.java:35)
    Can anybody please point me to the right place to look for a howto kind of doc
    on how to create a new plugin. The e-docs section that i am using is very tailored
    to sampleplugin and it doesn't talk about things at a generic level.
    If somebody has a working plugin, Please send me your config files.
    Munish
    [plugin.jar]

    did you change all the deployment orders for a reason? it might be
    something to do with that. your plugin should should be deployed before
    the system tries to locate all the plugins (i am not sure which bean
    does this, but try moving your bean up in the deployment order)
    does it start ok without your plugin?
    Munish Singla wrote:
    Hi Guys,
    My environment is wl6.1sp2 and wli 2.1.
    I am trying to develop a bpm event plugin. I just copied the Event plugin files
    from the sample plugin and packaged them in my own package structure and am trying
    to deply this. I am not clear as to what all needs to be in the EJBComponent section
    of config.xml. This is all that I have right now.
    <EJBComponent DeploymentOrder="0" Name="repository-ejb.jar"
    Targets="myserver" URI="repository-ejb.jar"/>
    <EJBComponent DeploymentOrder="1" Name="wlpi-ejb.jar"
    Targets="myserver" URI="wlpi-ejb.jar"/>
    <EJBComponent DeploymentOrder="2" Name="wlpi-master-ejb.jar"
    Targets="myserver" URI="wlpi-master-ejb.jar"/>
    <EJBComponent DeploymentOrder="3" Name="wlpi-mdb-ejb.jar"
    Targets="myserver" URI="wlpi-mdb-ejb.jar"/>
    <EJBComponent DeploymentOrder="4" Name="wlc-wlpi-plugin.jar"
    Targets="myserver" URI="wlc-wlpi-plugin.jar"/>
    <EJBComponent DeploymentOrder="5" Name="wlai-ejb-server"
    Targets="myserver" URI="wlai-ejb-server.jar"/>
    <EJBComponent DeploymentOrder="6" Name="wlai-admin-ejb"
    Targets="myserver" URI="wlai-admin-ejb.jar"/>
    <EJBComponent DeploymentOrder="7" Name="wlxtpi.jar"
    Targets="myserver" URI="wlxtpi.jar"/>
    <EJBComponent DeploymentOrder="8" Name="wlai-plugin.jar"
    Targets="myserver" URI="wlai-plugin.jar"/>
    <WebAppComponent DeploymentOrder="9" Name="XTPlugin"
    Targets="myserver" URI="wlxtpi.war"/>
    <EJBComponent DeploymentOrder="10" Name="plugin.jar"
    Targets="myserver" URI="plugin.jar"/>
    the last one plugin.jar is where i packaged the event plugin . I am ataching that
    with this mail. I am getting the following exception at startup.
    java.lang.NoClassDefFoundError: com/bea/wlpi/server/initlistener/Reaper
    at java.lang.ClassLoader.defineClass0(Native Method)
    at java.lang.ClassLoader.defineClass(ClassLoader.java:493)
    at java.security.SecureClassLoader.defineClass(SecureClassLoader.java:11
    1)
    at java.net.URLClassLoader.defineClass(URLClassLoader.java:248)
    at java.net.URLClassLoader.access$100(URLClassLoader.java:56)
    at java.net.URLClassLoader$1.run(URLClassLoader.java:195)
    at java.security.AccessController.doPrivileged(Native Method)
    at java.net.URLClassLoader.findClass(URLClassLoader.java:188)
    at java.lang.ClassLoader.loadClass(ClassLoader.java:299)
    at sun.misc.Launcher$AppClassLoader.loadClass(Launcher.java:286)
    at java.lang.ClassLoader.loadClass(ClassLoader.java:292)
    at java.lang.ClassLoader.loadClass(ClassLoader.java:255)
    at java.lang.ClassLoader.loadClassInternal(ClassLoader.java:315)
    at java.lang.Class.getMethod0(Native Method)
    at java.lang.Class.getMethod(Class.java:888)
    at weblogic.ejb20.deployer.MessageDrivenBeanInfoImpl.setTransactionAttri
    bute(MessageDrivenBeanInfoImpl.java:618)
    at weblogic.ejb20.deployer.MessageDrivenBeanInfoImpl.<init>(MessageDrive
    nBeanInfoImpl.java:280)
    at weblogic.ejb20.deployer.BeanInfoImpl.createBeanInfoImpl(BeanInfoImpl.
    java:330)
    at weblogic.ejb20.deployer.MBeanDeploymentInfoImpl.initializeBeanInfos(M
    BeanDeploymentInfoImpl.java:395)
    at weblogic.ejb20.deployer.MBeanDeploymentInfoImpl.<init>(MBeanDeploymen
    tInfoImpl.java:126)
    at weblogic.ejb20.deployer.Deployer.deploy(Deployer.java:866)
    at weblogic.j2ee.EJBComponent.deploy(EJBComponent.java:30)
    at weblogic.j2ee.Application.addComponent(Application.java:163)
    at weblogic.j2ee.J2EEService.addDeployment(J2EEService.java:117)
    at weblogic.management.mbeans.custom.DeploymentTarget.addDeployment(Depl
    oymentTarget.java:329)
    at weblogic.management.mbeans.custom.DeploymentTarget.addDeployments(Dep
    loymentTarget.java:279)
    at weblogic.management.mbeans.custom.DeploymentTarget.updateServerDeploy
    ments(DeploymentTarget.java:233)
    at weblogic.management.mbeans.custom.DeploymentTarget.updateDeployments(
    DeploymentTarget.java:193)
    at java.lang.reflect.Method.invoke(Native Method)
    at weblogic.management.internal.DynamicMBeanImpl.invokeLocally(DynamicMB
    eanImpl.java:636)
    at weblogic.management.internal.DynamicMBeanImpl.invoke(DynamicMBeanImpl
    java:621)
    at weblogic.management.internal.ConfigurationMBeanImpl.invoke(Configurat
    ionMBeanImpl.java:359)
    at com.sun.management.jmx.MBeanServerImpl.invoke(MBeanServerImpl.java:15
    55)
    at com.sun.management.jmx.MBeanServerImpl.invoke(MBeanServerImpl.java:15
    23)
    at weblogic.management.internal.MBeanProxy.invoke(MBeanProxy.java:468)
    at weblogic.management.internal.MBeanProxy.invoke(MBeanProxy.java:209)
    at $Proxy38.updateDeployments(Unknown Source)
    at weblogic.management.configuration.ServerMBean_CachingStub.updateDeplo
    yments(ServerMBean_CachingStub.java:2761)
    at weblogic.management.mbeans.custom.ApplicationManager.startConfigManag
    er(ApplicationManager.java:370)
    at weblogic.management.mbeans.custom.ApplicationManager.start(Applicatio
    nManager.java:160)
    at java.lang.reflect.Method.invoke(Native Method)
    at weblogic.management.internal.DynamicMBeanImpl.invokeLocally(DynamicMB
    eanImpl.java:636)
    at weblogic.management.internal.DynamicMBeanImpl.invoke(DynamicMBeanImpl
    java:621)
    at weblogic.management.internal.ConfigurationMBeanImpl.invoke(Configurat
    ionMBeanImpl.java:359)
    at com.sun.management.jmx.MBeanServerImpl.invoke(MBeanServerImpl.java:15
    55)
    at com.sun.management.jmx.MBeanServerImpl.invoke(MBeanServerImpl.java:15
    23)
    at weblogic.management.internal.MBeanProxy.invoke(MBeanProxy.java:468)
    at weblogic.management.internal.MBeanProxy.invoke(MBeanProxy.java:209)
    at $Proxy56.start(Unknown Source)
    at weblogic.management.configuration.ApplicationManagerMBean_CachingStub
    start(ApplicationManagerMBean_CachingStub.java:480)
    at weblogic.management.Admin.startApplicationManager(Admin.java:1180)
    at weblogic.management.Admin.finish(Admin.java:590)
    at weblogic.t3.srvr.T3Srvr.start(T3Srvr.java:518)
    at weblogic.t3.srvr.T3Srvr.run(T3Srvr.java:203)
    at weblogic.Server.main(Server.java:35)
    --------------- nested within: ------------------
    weblogic.utils.AssertionError: ***** ASSERTION FAILED ***** - with nested except
    ion:
    [java.lang.NoClassDefFoundError: com/bea/wlpi/server/initlistener/Reaper]
    at weblogic.ejb20.deployer.MessageDrivenBeanInfoImpl.setTransactionAttri
    bute(MessageDrivenBeanInfoImpl.java:621)
    at weblogic.ejb20.deployer.MessageDrivenBeanInfoImpl.<init>(MessageDrive
    nBeanInfoImpl.java:280)
    at weblogic.ejb20.deployer.BeanInfoImpl.createBeanInfoImpl(BeanInfoImpl.
    java:330)
    at weblogic.ejb20.deployer.MBeanDeploymentInfoImpl.initializeBeanInfos(M
    BeanDeploymentInfoImpl.java:395)
    at weblogic.ejb20.deployer.MBeanDeploymentInfoImpl.<init>(MBeanDeploymen
    tInfoImpl.java:126)
    at weblogic.ejb20.deployer.Deployer.deploy(Deployer.java:866)
    at weblogic.j2ee.EJBComponent.deploy(EJBComponent.java:30)
    at weblogic.j2ee.Application.addComponent(Application.java:163)
    at weblogic.j2ee.J2EEService.addDeployment(J2EEService.java:117)
    at weblogic.management.mbeans.custom.DeploymentTarget.addDeployment(Depl
    oymentTarget.java:329)
    at weblogic.management.mbeans.custom.DeploymentTarget.addDeployments(Dep
    loymentTarget.java:279)
    at weblogic.management.mbeans.custom.DeploymentTarget.updateServerDeploy
    ments(DeploymentTarget.java:233)
    at weblogic.management.mbeans.custom.DeploymentTarget.updateDeployments(
    DeploymentTarget.java:193)
    at java.lang.reflect.Method.invoke(Native Method)
    at weblogic.management.internal.DynamicMBeanImpl.invokeLocally(DynamicMB
    eanImpl.java:636)
    at weblogic.management.internal.DynamicMBeanImpl.invoke(DynamicMBeanImpl
    java:621)
    at weblogic.management.internal.ConfigurationMBeanImpl.invoke(Configurat
    ionMBeanImpl.java:359)
    at com.sun.management.jmx.MBeanServerImpl.invoke(MBeanServerImpl.java:15
    55)
    at com.sun.management.jmx.MBeanServerImpl.invoke(MBeanServerImpl.java:15
    23)
    at weblogic.management.internal.MBeanProxy.invoke(MBeanProxy.java:468)
    at weblogic.management.internal.MBeanProxy.invoke(MBeanProxy.java:209)
    at $Proxy38.updateDeployments(Unknown Source)
    at weblogic.management.configuration.ServerMBean_CachingStub.updateDeplo
    yments(ServerMBean_CachingStub.java:2761)
    at weblogic.management.mbeans.custom.ApplicationManager.startConfigManag
    er(ApplicationManager.java:370)
    at weblogic.management.mbeans.custom.ApplicationManager.start(Applicatio
    nManager.java:160)
    at java.lang.reflect.Method.invoke(Native Method)
    at weblogic.management.internal.DynamicMBeanImpl.invokeLocally(DynamicMB
    eanImpl.java:636)
    at weblogic.management.internal.DynamicMBeanImpl.invoke(DynamicMBeanImpl
    java:621)
    at weblogic.management.internal.ConfigurationMBeanImpl.invoke(Configurat
    ionMBeanImpl.java:359)
    at com.sun.management.jmx.MBeanServerImpl.invoke(MBeanServerImpl.java:15
    55)
    at com.sun.management.jmx.MBeanServerImpl.invoke(MBeanServerImpl.java:15
    23)
    at weblogic.management.internal.MBeanProxy.invoke(MBeanProxy.java:468)
    at weblogic.management.internal.MBeanProxy.invoke(MBeanProxy.java:209)
    at $Proxy56.start(Unknown Source)
    at weblogic.management.configuration.ApplicationManagerMBean_CachingStub
    start(ApplicationManagerMBean_CachingStub.java:480)
    at weblogic.management.Admin.startApplicationManager(Admin.java:1180)
    at weblogic.management.Admin.finish(Admin.java:590)
    at weblogic.t3.srvr.T3Srvr.start(T3Srvr.java:518)
    at weblogic.t3.srvr.T3Srvr.run(T3Srvr.java:203)
    at weblogic.Server.main(Server.java:35)
    <Oct 18, 2002 4:16:25 PM IST> <Error> <J2EE> <Error deploying application wlpi-m
    db-ejb.jar:
    Unable to deploy EJB: c:\config\tavantdomain80\applications\.wlnotdelete\wl_comp
    60488.jar from wlpi-mdb-ejb.jar:
    java.lang.NoClassDefFoundError: com/bea/wlpi/server/initlistener/Reaper
    at java.lang.ClassLoader.defineClass0(Native Method)
    at java.lang.ClassLoader.defineClass(ClassLoader.java:493)
    at java.security.SecureClassLoader.defineClass(SecureClassLoader.java:11
    1)
    at java.net.URLClassLoader.defineClass(URLClassLoader.java:248)
    at java.net.URLClassLoader.access$100(URLClassLoader.java:56)
    at java.net.URLClassLoader$1.run(URLClassLoader.java:195)
    at java.security.AccessController.doPrivileged(Native Method)
    at java.net.URLClassLoader.findClass(URLClassLoader.java:188)
    at java.lang.ClassLoader.loadClass(ClassLoader.java:299)
    at sun.misc.Launcher$AppClassLoader.loadClass(Launcher.java:286)
    at java.lang.ClassLoader.loadClass(ClassLoader.java:292)
    at java.lang.ClassLoader.loadClass(ClassLoader.java:255)
    at java.lang.ClassLoader.loadClassInternal(ClassLoader.java:315)
    at java.lang.Class.getMethod0(Native Method)
    at java.lang.Class.getMethod(Class.java:888)
    at weblogic.ejb20.deployer.MessageDrivenBeanInfoImpl.setTransactionAttri
    bute(MessageDrivenBeanInfoImpl.java:618)
    at weblogic.ejb20.deployer.MessageDrivenBeanInfoImpl.<init>(MessageDrive
    nBeanInfoImpl.java:280)
    at weblogic.ejb20.deployer.BeanInfoImpl.createBeanInfoImpl(BeanInfoImpl.
    java:330)
    at weblogic.ejb20.deployer.MBeanDeploymentInfoImpl.initializeBeanInfos(M
    BeanDeploymentInfoImpl.java:395)
    at weblogic.ejb20.deployer.MBeanDeploymentInfoImpl.<init>(MBeanDeploymen
    tInfoImpl.java:126)
    at weblogic.ejb20.deployer.Deployer.deploy(Deployer.java:866)
    at weblogic.j2ee.EJBComponent.deploy(EJBComponent.java:30)
    at weblogic.j2ee.Application.addComponent(Application.java:163)
    at weblogic.j2ee.J2EEService.addDeployment(J2EEService.java:117)
    at weblogic.management.mbeans.custom.DeploymentTarget.addDeployment(Depl
    oymentTarget.java:329)
    at weblogic.management.mbeans.custom.DeploymentTarget.addDeployments(Dep
    loymentTarget.java:279)
    at weblogic.management.mbeans.custom.DeploymentTarget.updateServerDeploy
    ments(DeploymentTarget.java:233)
    at weblogic.management.mbeans.custom.DeploymentTarget.updateDeployments(
    DeploymentTarget.java:193)
    at java.lang.reflect.Method.invoke(Native Method)
    at weblogic.management.internal.DynamicMBeanImpl.invokeLocally(DynamicMB
    eanImpl.java:636)
    at weblogic.management.internal.DynamicMBeanImpl.invoke(DynamicMBeanImpl
    java:621)
    at weblogic.management.internal.ConfigurationMBeanImpl.invoke(Configurat
    ionMBeanImpl.java:359)
    at com.sun.management.jmx.MBeanServerImpl.invoke(MBeanServerImpl.java:15
    55)
    at com.sun.management.jmx.MBeanServerImpl.invoke(MBeanServerImpl.java:15
    23)
    at weblogic.management.internal.MBeanProxy.invoke(MBeanProxy.java:468)
    at weblogic.management.internal.MBeanProxy.invoke(MBeanProxy.java:209)
    at $Proxy38.updateDeployments(Unknown Source)
    at weblogic.management.configuration.ServerMBean_CachingStub.updateDeplo
    yments(ServerMBean_CachingStub.java:2761)
    at weblogic.management.mbeans.custom.ApplicationManager.startConfigManag
    er(ApplicationManager.java:370)
    at weblogic.management.mbeans.custom.ApplicationManager.start(Applicatio
    nManager.java:160)
    at java.lang.reflect.Method.invoke(Native Method)
    at weblogic.management.internal.DynamicMBeanImpl.invokeLocally(DynamicMB
    eanImpl.java:636)
    at weblogic.management.internal.DynamicMBeanImpl.invoke(DynamicMBeanImpl
    java:621)
    at weblogic.management.internal.ConfigurationMBeanImpl.invoke(Configurat
    ionMBeanImpl.java:359)
    at com.sun.management.jmx.MBeanServerImpl.invoke(MBeanServerImpl.java:15
    55)
    at com.sun.management.jmx.MBeanServerImpl.invoke(MBeanServerImpl.java:15
    23)
    at weblogic.management.internal.MBeanProxy.invoke(MBeanProxy.java:468)
    at weblogic.management.internal.MBeanProxy.invoke(MBeanProxy.java:209)
    at $Proxy56.start(Unknown Source)
    at weblogic.management.configuration.ApplicationManagerMBean_CachingStub
    start(ApplicationManagerMBean_CachingStub.java:480)
    at weblogic.management.Admin.startApplicationManager(Admin.java:1180)
    at weblogic.management.Admin.finish(Admin.java:590)
    at weblogic.t3.srvr.T3Srvr.start(T3Srvr.java:518)
    at weblogic.t3.srvr.T3Srvr.run(T3Srvr.java:203)
    at weblogic.Server.main(Server.java:35)
    --------------- nested within: ------------------
    weblogic.utils.AssertionError: ***** ASSERTION FAILED ***** - with nested except
    ion:
    [java.lang.NoClassDefFoundError: com/bea/wlpi/server/initlistener/Reaper]
    at weblogic.ejb20.deployer.MessageDrivenBeanInfoImpl.setTransactionAttri
    bute(MessageDrivenBeanInfoImpl.java:621)
    at weblogic.ejb20.deployer.MessageDrivenBeanInfoImpl.<init>(MessageDrive
    nBeanInfoImpl.java:280)
    at weblogic.ejb20.deployer.BeanInfoImpl.createBeanInfoImpl(BeanInfoImpl.
    java:330)
    at weblogic.ejb20.deployer.MBeanDeploymentInfoImpl.initializeBeanInfos(M
    BeanDeploymentInfoImpl.java:395)
    at weblogic.ejb20.deployer.MBeanDeploymentInfoImpl.<init>(MBeanDeploymen
    tInfoImpl.java:126)
    at weblogic.ejb20.deployer.Deployer.deploy(Deployer.java:866)
    at weblogic.j2ee.EJBComponent.deploy(EJBComponent.java:30)
    at weblogic.j2ee.Application.addComponent(Application.java:163)
    at weblogic.j2ee.J2EEService.addDeployment(J2EEService.java:117)
    at weblogic.management.mbeans.custom.DeploymentTarget.addDeployment(Depl
    oymentTarget.java:329)
    at weblogic.management.mbeans.custom.DeploymentTarget.addDeployments(Dep
    loymentTarget.java:279)
    at weblogic.management.mbeans.custom.DeploymentTarget.updateServerDeploy
    ments(DeploymentTarget.java:233)
    at weblogic.management.mbeans.custom.DeploymentTarget.updateDeployments(
    DeploymentTarget.java:193)
    at java.lang.reflect.Method.invoke(Native Method)
    at weblogic.management.internal.DynamicMBeanImpl.invokeLocally(DynamicMB
    eanImpl.java:636)
    at weblogic.management.internal.DynamicMBeanImpl.invoke(DynamicMBeanImpl
    java:621)
    at weblogic.management.internal.ConfigurationMBeanImpl.invoke(Configurat
    ionMBeanImpl.java:359)
    at com.sun.management.jmx.MBeanServerImpl.invoke(MBeanServerImpl.java:15
    55)
    at com.sun.management.jmx.MBeanServerImpl.invoke(MBeanServerImpl.java:15
    23)
    at weblogic.management.internal.MBeanProxy.invoke(MBeanProxy.java:468)
    at weblogic.management.internal.MBeanProxy.invoke(MBeanProxy.java:209)
    at $Proxy38.updateDeployments(Unknown Source)
    at weblogic.management.configuration.ServerMBean_CachingStub.updateDeplo
    yments(ServerMBean_CachingStub.java:2761)
    at weblogic.management.mbeans.custom.ApplicationManager.startConfigManag
    er(ApplicationManager.java:370)
    at weblogic.management.mbeans.custom.ApplicationManager.start(Applicatio
    nManager.java:160)
    at java.lang.reflect.Method.invoke(Native Method)
    at weblogic.management.internal.DynamicMBeanImpl.invokeLocally(DynamicMB
    eanImpl.java:636)
    at weblogic.management.internal.DynamicMBeanImpl.invoke(DynamicMBeanImpl
    java:621)
    at weblogic.management.internal.ConfigurationMBeanImpl.invoke(Configurat
    ionMBeanImpl.java:359)
    at com.sun.management.jmx.MBeanServerImpl.invoke(MBeanServerImpl.java:15
    55)
    at com.sun.management.jmx.MBeanServerImpl.invoke(MBeanServerImpl.java:15
    23)
    at weblogic.management.internal.MBeanProxy.invoke(MBeanProxy.java:468)
    at weblogic.management.internal.MBeanProxy.invoke(MBeanProxy.java:209)
    at $Proxy56.start(Unknown Source)
    at weblogic.management.configuration.ApplicationManagerMBean_CachingStub
    start(ApplicationManagerMBean_CachingStub.java:480)
    at weblogic.management.Admin.startApplicationManager(Admin.java:1180)
    at weblogic.management.Admin.finish(Admin.java:590)
    at weblogic.t3.srvr.T3Srvr.start(T3Srvr.java:518)
    at weblogic.t3.srvr.T3Srvr.run(T3Srvr.java:203)
    at weblogic.Server.main(Server.java:35)
    Can anybody please point me to the right place to look for a howto kind of doc
    on how to create a new plugin. The e-docs section that i am using is very tailored
    to sampleplugin and it doesn't talk about things at a generic level.
    If somebody has a working plugin, Please send me your config files.
    Munish

  • ITunes Plugin Connectibility

    After yesterday's update of iTunes to 10.1.0.54 my iTunes won't connect to the Last.fm plugin. I tried reinstalling the plugin, enabled scrobbling, tried running diagnostics for iTunes, got that 'Secure link to iTunes Store failed', but everything else seemed to be working. Everything was perfectly okay before the update. What should I do to fix this?

    The Last.fm plugin update fixed the problem.

  • Apache 2.0.45 and WL plugin, not compatible

    Here, with apache 2.0.44 it works fine, and we have no problem, but when we upgrade
    apache from 2.0.44 to 2.0.45 we get the following error
    httpd: module "mod_weblogic.c" is not compatible with this version of Apache (found
    20020612, need 20020903).
    Please contact the vendor for the correct version.
    Could you tell please me where to find a plugin suitable for the new apache version,
    or in the other hand, could you tell me how to workaround this problem.
    Thanks.

    Yes, actually what happened is that I was using WL 6.1SP2, and the plugin
    did work for releases lower or equal than version 2.0.44, now the problem is
    fixed with the last available plugin.
    Thanks for your support
    Luis
    "Eric Gross" <[email protected]> wrote in message
    news:3ebacf38$[email protected]..
    That should not be correct.
    Are you sure you are using the same plugin? You would get this message if
    you used any plugin prior to 6.1 SP4 or 7.0 SP2.
    Otherwise you should not get this error message when using the plugin from
    either of the above releases.
    Regards,
    Eric
    "Luis Esteban" <[email protected]> wrote in message
    news:3eb8d994$[email protected]..
    Here, with apache 2.0.44 it works fine, and we have no problem, but whenwe upgrade
    apache from 2.0.44 to 2.0.45 we get the following error
    httpd: module "mod_weblogic.c" is not compatible with this version ofApache (found
    20020612, need 20020903).
    Please contact the vendor for the correct version.
    Could you tell please me where to find a plugin suitable for the newapache version,
    or in the other hand, could you tell me how to workaround this problem.
    Thanks.

  • Incredibly high CPU usage with Flash plugin

    Hi all,
    I'm using Safari 4.0.3 with the last Flash Plugin version (10.0.32.18) that I just uninstalled and then reinstalled, and I got an incredibly high cpu usage while viewing an Youtube video.
    Here is a screenshot of Activity monitor that shows you the percentage.
    http://img256.imageshack.us/img256/7186/schermata20091106a13590.png
    Sometimes the Safari process reach even 50% while the FlashPlugin one runs at 110%-120%.
    Is that normal? With other browsers like Camino or Firefox, the CPU usage for the same video drops to 50%-60% max.
    Thank you,
    Silentheaven
    Message was edited by: Silentheaven

    HI,
    Try here.
    http://rentzsch.github.com/clicktoflash/
    Block evil Adobe Flash
    Flash only when you want it.
    One-click Flash loading
    View blocked Flash with just one click.
    Higher quality YouTube
    Play videos in QuickTime, not Flash.
    Website Whitelist
    Allow Flash on certain websites.
    *Lowered CPU usage*
    Browse the web more quickly.
    Better battery life
    Browse the web longer on your laptop.
    Less fan usage and heat
    Browse the web quietly and cooly.
    Automatic Updating
    Download updates when they're ready.
    Carolyn

  • My music library is hiding(but still there) on my Zen 32

    Hey. So for the past /2 of the year or so, I've found that my Zen was mysteriously becoming incompatible with a 3rd party app for last.fm. I never figured out why, and I assumed it was a fault in the app, since it had never been completed and was left in an "as is" state. Long story short, the app scans mp3 players and uploaded listening history to the site, and it seemed like everytime I added new music to my Zen, the old music stopped being scanned. Curious, huh
    Well, today for the first time in... perhaps ever, I went to browse the media on my Zen for something else. Much to my surprise, almost all of my library is gone! But it's still on the player, because I listen to stuff that's not showing up in the media explorer all the time. So with my rudimentary knowledge of the way that operating systems interact with hard dri'ves, I imagine that there is something wrong with the way that my player scans its hard dri've. And I bet that every time my last.fm app failed me(thrice total; so far, twice in my ownership of the player, I've reformatted the player twice and reloaded everything in an attempt to fix this. I assume this behavior has been occuring virtually since I purchased it, but never noticed this specific problem). I also checked the player as viewed through MediaSource5 and WMP; both display the limited library. So it seems the majority of my library is hidden to everything but the player itself, which, to repeat, reads everything and plays everything just fine.
    Fun (perhaps relevant) facts about my player:
    - Firmware is up to date, and to my knowledge, always has been. I purchased the player last spring(after the most recent firmware was released), and I don't think I've ever had to update. I ran the MP3 player recovery tool last time I reformatted it, and I believe the firmware was replaced with the same copy at the time, anyway.
    - All of the music is in the form of unprotected mp3's.
    - Said mp3's are the only files on the player. No photos, videos, recordings, not even playlists(I just use albums as playlists, or I build them on the spot. The ease of this is one of my favorite aspects of the player, btw.)
    -Said mp3's are organized thusly: Music->Artist(folder)->album(folder)->individual file. This has varied over my ownership of the player, and has always been dictated by the importing program I used.
    - I do not use the SD card. Never inserted one into the slot.
    - I have tried a number of methods of putting music onto the player. I believe I started with the sync app that comes bundled with the various software, but that kept crashing on me for large file loads, so I gave up with that. I also tried dragging and dropping music via the browse view in Zen Media Explorer, but to my dismay, about half of my album artwork didn't copy over for no apparent reason. My method of choice now is to use the "Add Media" import function in Zen Media Explorer, which I believe works like a charm. Except that it still inflicts the crippling blow that brings me here now.
    - If I try to delete anything from the browse view in Zen Media Explorer, the player itself will freeze and do nothing. I then need to reset it via paperclip or staple. Deleting needs to be done from inside the player, or by reformatting the entire thing.
    - The first time I reformatted the player, I had uploaded an image to the player and set it as the background. When the player finished reformatting itself, the file was gone, but the background remained the same. My thought at the time was "neat". My thought just now was "oh crap when I did that did I somehow put the image into a hidden directory that all my music is following into ". But my thought just just now was that this problem must have been happening before that first reformat, so that can't be the orign. But it's certainly a good example of the same behavior.
    - In its current state, I believe that the oldest visable file on the player was created on Sept. 5. I estimate that this album has "survi'ved" about a dozen upload sessions between then and now, maybe more. I do not think that anything uploaded between then and now has vanished, but I have no way of confirming this.
    Finally, here is my own observational evaluation of what's going on thus far:
    - The last.fm app is, to my knowledge, entirely read-only, so I don't think it can be at fault. When the app works, it works without a problem for weeks at a time. Plus, I don't think anyone using it with this player has reported anything remotely like this, so I've ruled that out as a source of problems.
    - Even though I have not observed it, I believe that everything that vanishes does so all at once. When the last.fm app fails, it recognizes -only- things that were very recently uploaded to the player. So it's not like there's a constant sliding scale of things going in and going out, it's more like a pile is stacked very high and collapses with the slightest input.
    - This behavior seems to be tied to a maximum of three factors: Time elapsed, Disk space used on player, and new uploads. Uploading music seems to be a definite trigger. Based on the last time I wiped the player and reloaded everything, I am willing to rule out time as a factor. I think that everything lasted about two weeks before this started again(I gave up on the last.fm plugin at that point). If that was going to be the cause somehow, I should be able to observe the behavior as an ongoing thing(refuted by the Sept 5 bit above). I am left assuming that the player just can't handle large loads when it does its "consolidating library" thing after uploading music, because that seems to be the only relevant factor here. By my own estimate, the last time music disappeared, it was probably around 3300 files composing 7-9 gigs.
    If anyone has any ideas about this concerning this specific behavior, this specific player, or OS<->HDD interaction in general, I am all ears. I will probably file this with creative in the event that nobody has any ideas. And I'm sort of at the end of my rope here because it seems to be a systemic problem, as it has persisted across me reformatting the player twice and flashing the firmware at least once.
    Message Edited by Joeisme on 09-30-2008 09:3 PM

    It will only be where you put it.
    It has always been very basic to always maintain a backup copy of your computer for just such an occasion.  Use your backup copy to put everything back.
    If for some reason you have failed to backup ( not good), then you can transfer itunes purchases from an ipod.  File>Transfer Purchases.

  • ITunes crashing when iPod is plugged in, works when iPod is disconnected

    Like the title says, iTunes 8 is crashing for me when my iPod is plugged in, but it's working fine when the iPod isn't plugged in.
    Earlier today, I upgraded to iTunes 8 and also downloaded the iPod touch update (2.1). I didn't have time for it to install though because I was going to be late for class, so I left the iPod connected, shut the laptop and brought it with me to class. I opened it up when I got there, to see if the installation process would continue, but it didn't... so I did a force quit.
    My iPod still works fine, but my iTunes doesn't. I don't know if it was because I did the force quit that made iTunes sucky, but either way, I've tried a bunch of things to fix it.
    1. Reinstall
    2. Disable Last.fm plugin (crash report window said that it could be causing it the crashing)
    3. Reboot into safe mode and reinstall
    and there's probably more things I did to try to fix the problem but they didn't work.
    Sooo...
    Can anyone help?
    Thanks much!

    I have the same problem: if I load iTunes for a second time and my iPod is plugged in the iTunes app and the system menus (top right corner of screen) freeze up.
    Unplugging and plugging in the iPod seems un-freeze everything for me.

  • Using Firefox, when I forward an email, I am no longer able to edit it, ie remove previous senders details, it is not my email provider, as I can with IE.

    I have just switched to Firefox from IE and when I forward an email, I cannot edit the email at all, i.e. remove the previous senders details before forwarding, which I consider very important. This is not due to my email provider (Tiscali), as I am able to do this in IE.
    == I use Firefox

    I posted the question above.
    I don't have the last 3 Plugins listed above or the third one, I don't really know what they are!!
    Neither do I have any 'extensions' - I don't know what they are either!!

  • Using iPhoto '11 with Kodak Gallery

    I can't seem to get iPhoto '11 to export to Kodak Gallery. When I click "Export," nothing at all happens. Does anyone have any ideas?

    I've emailed, called, chatted, etc. to Kodak and I get a mess of answers - none of them sound promising. If you can even get a rep who understands that iPhoto has a new version, all they tell you to do is uplaod using one of their other methods. I tried explaining that this solution doesn't work for people who have iPhoto set to leave the raw photo file alone and store the edits in a separate file. They had NO idea what this means. One of their reps actually told me I don't know how to use my computer and I should just learn how to use their uploader on the website then hung up on me. Kodak's support for i-anything has been lame. The last iPhoto plugin was from 2007 and their iphone app is about as old. Both were in dire need of upgrades/updates as it was. So, going forward, I'm using Flickr since they had their upload capability ready the day iPhoto 11 launched.
    If anyone gets any updates on this plug in, please post.

  • Mod_wl_20.so, apache-2.0.45 with MPM worker

    Hi,
    we currently are using apache-2.0.45 with MPM prefork on Solaris 9. We plan to
    use MPM worker in the future. apache uses mod_wl_20.so to proxy requests for the
    Backend (WLS7 SP2). On http://httpd.apache.org/docs-2.0/misc/perf-tuning.html#compiletime
    they say "prefork:...it can be used with non-thread-safe third-party modules,...".
    As I understand it, this means: If using MPM worker, every module have to be thread-safe.
    The Question is: is mod_wl_20.so thread-safe or not, so that we can use MPM worker?
    Thanks
    Andreas

    Yes, actually what happened is that I was using WL 6.1SP2, and the plugin
    did work for releases lower or equal than version 2.0.44, now the problem is
    fixed with the last available plugin.
    Thanks for your support
    Luis
    "Eric Gross" <[email protected]> wrote in message
    news:3ebacf38$[email protected]..
    That should not be correct.
    Are you sure you are using the same plugin? You would get this message if
    you used any plugin prior to 6.1 SP4 or 7.0 SP2.
    Otherwise you should not get this error message when using the plugin from
    either of the above releases.
    Regards,
    Eric
    "Luis Esteban" <[email protected]> wrote in message
    news:3eb8d994$[email protected]..
    Here, with apache 2.0.44 it works fine, and we have no problem, but whenwe upgrade
    apache from 2.0.44 to 2.0.45 we get the following error
    httpd: module "mod_weblogic.c" is not compatible with this version ofApache (found
    20020612, need 20020903).
    Please contact the vendor for the correct version.
    Could you tell please me where to find a plugin suitable for the newapache version,
    or in the other hand, could you tell me how to workaround this problem.
    Thanks.

  • Safari 7.1.2 very slow with web pages containing flash animations

    Hello,
    Since I haved installed the last flash plugin update, safari 7.1.2 (mac os 10.9.5) is very slow on pages containing flash stuff.
    Already try to clean "cache.db", "reinitialize safari" from "safari menu", does not work ...
    While surfing the console display following messages :
    29/12/2014 15:42:19,720 xpcd[281]: Info.plist does not contain an XPCService dictionary: /System/Library/Frameworks/Security.framework/XPCServices/SecurityAgent.xpc
    29/12/2014 15:42:20,392 com.apple.launchd[1]: (com.apple.qtkitserver[500]) Could not terminate job: 3: No such process
    29/12/2014 15:42:20,392 com.apple.launchd[1]: (com.apple.qtkitserver[500]) Using fallback option to terminate job...
    Thank you for your help.

    From the Safari menu bar, select
              Safari ▹ Preferences... ▹ Privacy ▹ Remove All Website Data...
    and confirm. Close the window. Then select
               ▹ System Preferences… ▹ Flash Player ▹ Advanced ▹ Delete All...
    In the sheet that opens, check the box marked
              Delete All Site Data and Settings
    then click Delete Data. Close the preference pane. Test.
    If you use a FireWire audio interface, disconnect it and test again. If you don't know what a FireWire audio interface is, you don't have one.

  • OGG media player for 6288

    Hello
    i am looking for a media player for my 6288 which supports .ogg files.
    anybody have any ideas?
    thanks
    Joe

    tony5429 wrote:I need a media player for music on linux which is lightweight, plays mp3s and oggs, edits id3 tags, and has native support for the last.fm plugin. anyone have any ideas?
    I think there is not such.
    Amarok can do everything you want but it is not so lightweight.
    Any mpd frontend can't not edit tag (not completely 100% sure) if there is : tell me also
    I suggest, if you don't want mpd, audacious for playing music and easytag for tags editing.
    my 3 cts.

Maybe you are looking for

  • Downloadbutton in iWeb '08

    Does anybody know how I can delete/disable the download button in a photo gallery. As a pro photographer I surelly don't want any download possiblity for the whole public. Many thanks in forward

  • How to completely remove safari and all its files?

    I have Windows Vista and I need to COMPLETELY remove Safari and ALL its files. It is important that it is completely removed, and I've already tried simply uninstalling (from "uninstall a program" in the control panel)it but it doesn't get rid of EVE

  • How to view 'Balanced Leaves'?

    Hi Team, Could any one tell me 'How can I check the BALANCED LEAVES' for PL, SL etc. I gave the leaves 30 for PL and assigned quota 5 days, balanced 25 leaves should display (in 2006 or in pt50), but it is not showing the balanced leaves, it displays

  • How to get back HDD after ejecting ?

    Hi guys, I tried to import some files into FCE. The files is located in my external HDD. After clicking click import, the finder comes out & I am supposed to click the icon of the external HDD but I accidentally clicked the triangle icon thus causing

  • Usb mike not working with mac mini

    Hi, I bought a samson CO1U usb connection mike to use with the mac mini as there is no mike connection. The device is recognised by the computer but apparently not by i-movies or Quicktime Pro 7 as when I bring up the audio screen nothing registers i