VSM Error

Hi All,
After successfully compiling the vsm the following runtime error is happening , Any ideas ?
JBO-30003: The application pool (ShoppingServiceLocal) failed to checkout an application module due to the following exception:
oracle.jbo.NoDefException: JBO-25002: Definition oracle.otnsamples.vsm.services.ShoppingService of type ApplicationModule not found
Any help will be highly appreciated

Thanks Bhat,
The error corrected when i used OC4j 9.0.2 version as compared to OC4j9.0.3 that i was using earlier.
Thanks again for responding.

Similar Messages

  • Error while building VSM

    I've setup the build environment for the VSM, but I can't get the VSM.ear to deploy in OC4J. Here is what I see when I build:
    Buildfile: build.xml
    init:
    copy:
    compile:
    [unjar] Expanding: E:\oc4j\lib\oraclexsql.jar into E:\vsm-i18n\classes
    [unjar] Expanding: E:\oc4j\lib\xsqlserializers.jar into E:\vsm-i18n\classes
    oc4j-war:
    [war] Building war: E:\vsm-i18n\classes\VSMWeb.war
    [war] Warning: selected war files include a WEB-INF/web.xml which will be ignored (please use webxml attribute to war task)
    ejbjar:
    [jar] Building jar: E:\vsm-i18n\classes\VSMEJB.jar
    oc4j-ear:
    [ear] Building ear: E:\vsm-i18n\classes\VSM.ear
    [delete] Deleting: E:\vsm-i18n\classes\VSMWeb.war
    [delete] Deleting: E:\vsm-i18n\classes\VSMEJB.jar
    [move] Moving 1 files to E:\vsm-i18n
    deploy-oc4j:
    [java] Invalid initial heap size: -Xms32M -Xmx128M
    [java] Could not create the Java virtual machine.
    [java] Java Result: 1
    [java] Invalid initial heap size: -Xms32M -Xmx128M
    [java] Could not create the Java virtual machine.
    [java] Java Result: 1
    BUILD SUCCESSFUL
    Total time: 5 seconds
    OC4J is already running with the heap size set, but I don't know where the build.xml file is getting these settings. Any help would be appreciated.
    Thanks,
    Bennett

    Thanks for the help. I was able to get further, but now I have another build error:
    deploy-oc4j:
    [java] Error: org.apache.bcel.generic.Type.getType(Ljava/lang/Class;)Lorg/apache/bcel/generic/Type;
    [java] java.lang.NoSuchMethodError: org.apache.bcel.generic.Type.getType(Ljava/lang/Class;)Lorg/apache/bcel/generic/Type;
    [java] at com.evermind.server.rmi.RMIConnection.EXCEPTION_ORIGINATES_FROM_THE_REMOTE_SERVER(RMIConnection.java:908)
    [java] at com.evermind.server.rmi.RMIConnection.invokeMethod(RMIConnection.java:802)
    [java] at com.evermind.server.rmi.RemoteInvocationHandler.invoke(RemoteInvocationHandler.java:69)
    [java] at com.evermind.server.rmi.RecoverableRemoteInvocationHandler.invoke(RecoverableRemoteInvocationHandler.java:22)
    [java] at __Proxy0.deploy(Unknown Source)
    [java] at com.evermind.client.orion.DeployCommand.execute(DeployCommand.java:92)
    [java] at com.evermind.client.orion.Oc4jAdminConsole.executeCommand(Oc4jAdminConsole.java:117)
    [java] at com.evermind.client.orion.Oc4jAdminConsole.main(Oc4jAdminConsole.java:26)
    [java] Java Result: 1
    [java] Error: bindWebApp() failed!; nested exception is:
    [java] oracle.oc4j.admin.internal.DeployerException: Web module VSMWeb does not exist in application vsm
    [java] com.evermind.client.orion.AdminCommandException: bindWebApp() failed!; nested exception is:
    [java] oracle.oc4j.admin.internal.DeployerException: Web module VSMWeb does not exist in application vsm
    [java] at com.evermind.client.orion.BindWebAppCommand.execute(BindWebAppCommand.java:31)
    [java] at com.evermind.client.orion.Oc4jAdminConsole.executeCommand(Oc4jAdminConsole.java:117)
    [java] at com.evermind.client.orion.Oc4jAdminConsole.main(Oc4jAdminConsole.java:26)
    [java] java.rmi.RemoteException: bindWebApp() failed!; nested exception is:
    [java] oracle.oc4j.admin.internal.DeployerException: Web module VSMWeb does not exist in application vsm
    [java] at com.evermind.server.rmi.RMIConnection.EXCEPTION_ORIGINATES_FROM_THE_REMOTE_SERVER(RMIConnection.java:908)
    [java] at com.evermind.server.rmi.RMIConnection.invokeMethod(RMIConnection.java:802)
    [java] at com.evermind.server.rmi.RemoteInvocationHandler.invoke(RemoteInvocationHandler.java:69)
    [java] at com.evermind.server.rmi.RecoverableRemoteInvocationHandler.invoke(RecoverableRemoteInvocationHandler.java:22)
    [java] at __Proxy0.bindWebApp(Unknown Source)
    [java] at com.evermind.client.orion.BindWebAppCommand.execute(BindWebAppCommand.java:28)
    [java] at com.evermind.client.orion.Oc4jAdminConsole.executeCommand(Oc4jAdminConsole.java:117)
    [java] at com.evermind.client.orion.Oc4jAdminConsole.main(Oc4jAdminConsole.java:26)
    [java] Caused by: oracle.oc4j.admin.internal.DeployerException: Web module VSMWeb does not exist in application vsm
    [java] at oracle.oc4j.admin.internal.WebApplicationBinder.bindWebApp(WebApplicationBinder.java:187)
    [java] at com.evermind.server.administration.DefaultApplicationServerAdministrator.bindWebApp(DefaultApplicationServerAdministrator.java:362)
    [java] at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
    [java] at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39)
    [java] at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
    [java] at java.lang.reflect.Method.invoke(Method.java:324)
    [java] at com.evermind.server.rmi.RMICallHandler.run(RMICallHandler.java:86)
    [java] at com.evermind.server.rmi.RMICallHandler.run(RMICallHandler.java:56)
    [java] at com.evermind.util.ReleasableResourcePooledExecutor$MyWorker.run(ReleasableResourcePooledExecutor.java:297)
    [java] at java.lang.Thread.run(Thread.java:534)
    [java] ---- Embedded exception
    [java] oracle.oc4j.admin.internal.DeployerException: Web module VSMWeb does not exist in application vsm
    [java] at oracle.oc4j.admin.internal.WebApplicationBinder.bindWebApp(WebApplicationBinder.java:187)
    [java] at com.evermind.server.administration.DefaultApplicationServerAdministrator.bindWebApp(DefaultApplicationServerAdministrator.java:362)
    [java] at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
    [java] at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39)
    [java] at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
    [java] at java.lang.reflect.Method.invoke(Method.java:324)
    [java] at com.evermind.server.rmi.RMICallHandler.run(RMICallHandler.java:86)
    [java] at com.evermind.server.rmi.RMICallHandler.run(RMICallHandler.java:56)
    [java] at com.evermind.util.ReleasableResourcePooledExecutor$MyWorker.run(ReleasableResourcePooledExecutor.java:297)
    [java] at java.lang.Thread.run(Thread.java:534)
    [java] Java Result: 17
    Could you please lend a hand with this one as well? Hopefully, I'm almost to the point where it deploys.
    Thanks,
    Bennett

  • Error Compiling VSM Sample Application

    Im trying to run the VSM app but it seems there4s a coding error in the AccessControlFilter.java (134,45) and (153,47).
    The getParameterMap() doesnt exist in the javax.servlet.http.HttpServletRequest interface.
    Has anyone faced this one?

    hi
    this method is implemented only with servlets2.3 spec. You have to include latest oc4j.jar (under <oc4j_home>/j2ee/home) in the classpath.
    shrini

  • VSM-BC4J IN JDEV9042:compile error at JClient and run error at JSP

    compile error at JClient:
    C:\VSM-BC4J\src\oracle\otnsamples\vsm\client\admin\profilePanal.java
    --! Wraning(424,18):method setNextFocusableComponent(java.awt.Component) in class javax.swing.JComponent has been deprecated
    --! Wraning(425,20):method setNextFocusableComponent(java.awt.Component) in class javax.swing.JComponent has been deprecated
    --! Wraning(428,21):method setNextFocusableComponent(java.awt.Component) in class javax.swing.JComponent has been deprecated
    --! Wraning(430,13):method setNextFocusableComponent(java.awt.Component) in class javax.swing.JComponent has been deprecated
    run error at JSP:
    503 Service Unavailable
    Servlet error:Parsing error processing resource path

    Solution: don't use a runtime expression for the id attribute.
    The id attribute is used to declare
    - an attribute in scope
    - a scriptlet variable on the page
    These are only available for the duration of the <logic:iterate> tag
    The "id" is only used in your programming. You don't need to make it dynamic.

  • Error while running the vsm application

    Hi,
    I am trying to deploy the virtual shopping mall application. But during the server start up the below error is thrown.
    Warning: Error creating table: Io exception: The Network Adapter could not establish the connection.
    I searched the forum for this exception and came to know that this is due to some configuration error. I have tried all option but with no success.
    I am deploying this application in the OC4J bundled with the Oracle9ias infrastructure. Is this fine? Do I need to install the Oracle9i database for this application. I am able to successfully run the petstore application in this set up.
    I am able to connect to the database through SQL Plus as well as from the standalone code.
    Any thoughts on this would be of great help.
    You can also mail me at [email protected]
    Thanks

    Hi,
    Below is the entry in the data-sources.xml
    <data-source
         class="oracle.jdbc.pool.OracleConnectionPoolDataSource"
         name="OracleDS"
         location="jdbc/OracleCoreDS"
         xa-location="jdbc/xa/OracleXADS"
         ejb-location="jdbc/OracleDS"
         connection-driver="oracle.jdbc.driver.OracleDriver"
         username="webstore"
         password="welcome"
         url="jdbc:oracle:thin:@jagannath:1521:MyDB"
         min-connections="1"
         max-connections="10"
         inactivity-timeout="20"
    />
    I am able to connect to this database with the above username and password from SQL Plus.
    Also is the data source class mentioned above correct.
    For petstore the datasource class is specified as com.evermind.sql.ConnectionDataSource instead of oracle.jdbc.pool.OracleConnectionPoolDataSource and everything is working fine.
    Thanks

  • BC4J VSM on OC4J 10.1.2 - jdbc error ORA-00911: invalid character

    Hello,
    I have been trying to run the Virtual Shopping Mall application on OC4J Standalone 10.1.2. I have deployed the application from a JDeveloper 10.1.2 release. When i try to login the OC4J log presents the following information and login fails:
    C:\oracle\oc4j_1012\j2ee\home>java -jar oc4j.jar
    oracle.jbo.SQLStmtException: JBO-27122: SQL error during statement preparation.
    Statement: SELECT Users.USER_NAME, Users.FIRST_NAME, Users.LAST
    NAME,          Users.EMAIL, Users.ADDRESS, Users.CITY,
    Users.STATE, Users.COUNTRY, Users.ZIP, Users.PHONE,
    Users.ROLE, Users.PASSWORD, Users.CARD_PROVIDER,
    Users.CARD_NUMBER, Users.CARD_EXPIRY_DATE FROM USERS Users WHERE (USER
    _NAME=?)
    at oracle.jbo.server.QueryCollection.buildResultSet(QueryCollection.java...
    which has a root cause of:
    ## Detail 0 ##
    java.sql.SQLException: ORA-00911: invalid character
    at oracle.jdbc.driver.DatabaseError.throwSqlException(DatabaseError.java
    :137)
    at oracle.jdbc.driver.T4CTTIoer.processError(T4CTTIoer.java:304)
    at oracle.jdbc.driver.T4CTTIoer.processError(T4CTTIoer.java:271)
    at oracle.jdbc.driver.T4C8Oall.receive(T4C8Oall.java:625)
    at oracle.jdbc.driver.T4CPreparedStatement.doOall8(T4CPreparedStatement.
    java:181)
    at oracle.jdbc.driver.T4CPreparedStatement.execute_for_describe(T4CPrepa
    redStatement.java:661)
    I've read some posts that suggest it could be the jdbc driver or the 'use ? style variables' option on the view definition. Your assistance is appreciated.
    Thanks
    David

    Thanks Luke,
    I changed
    vo.setWhereClause(" USER_NAME=?");
    to
    vo.setWhereClause(" USER_NAME=:0");
    And that particular segment worked as expected.
    Thanks
    David

  • CSCug52239 - CPS-MSP-1RU server showing DIMM Voltage error in VSM 7.0 - 1

    Where is the BIOS update of MSP-1RU-K9 server? I have the same issue about DIMM voltage error.. Please urgent case...
    Thanks.
    Necip TOMURCUK

    Hi Shabeer,
    the first thing is that you are running on a very very low RAM.
    For ECC 6.0 with dual stack SAP System to run you should have atleast 4 GB of RAM.
    For your Dispatcher issue kindly check the status of your Oracle database and the connection from SAP To Database.
    You can check the oracle status using brtools utility.
    Regards,
    Prem

  • Try to add the ESX to n1kv it give the below error got (vim.fault.PlatformConfigFault) exception

    Hello i m sharing to the forum the discussion we had in fb about my issue with a host see below:
    Guys anyone saw this error when u try to add the ESX to n1kv it give the below error
    vDS operation failed on host esxXX, An error occurred during host configuration. got (vim.fault.PlatformConfigFault) exception
    on the esx it shows correct version of vem version
    /var/log # esxcli software vib list | grep cisco
    cisco-vem-v162-esx 4.2.1.2.2.1a.0-3.0.1 Cisco PartnerSupported 2013-10-29
    I did try with the version Nexus1000v.4.2.1.SV2.1.1 and then with this is the latest version of cisco Nexus1000v.4.2.1.SV2.2.1a but shows same error
    maybe u guys saw it before
    - Robert Burns - Usually means the VSM doesn't have the appropriate VIB file for that version of ESX. You can simply manually install it using ESX CLI. You can pull down the appropriate VIB from VMware's site. Which version of ESX (Build) are you running?
    - ME - i think maybe is related to old config of old n1kv i tried add another host and it works but it doesn t show the same dvs switch name
    cannot add this host to n1kv
    /var/log # net-dvs -l
    switch 38 51 17 50 5d df 21 d0-29 b5 8c a7 df e8 e0 1b (cisco_nexus_1000v)
    working ifne
    ~ # net-dvs -l
    switch 09 72 17 50 f3 d5 87 8f-71 5b 8c 57 f5 fe b8 6a (cisco_nexus_1000v)
    - ME - by the way both esxi have same build
    ~ # vmware -vl
    VMware ESXi 5.0.0 build-1117897
    VMware ESXi 5.0.0 Update 2
    /var/log # vmware -vl
    VMware ESXi 5.0.0 build-1117897
    VMware ESXi 5.0.0 Update 2
    - Robert Burns - Are the two N1K's different versions? Likely yes. In that case your VSMs have the appropriate VIB for ONE version of VSM, but not the other.
    - ME - both have the same version
    ~ # esxcli software vib list | grep cisco
    cisco-vem-v162-esx 4.2.1.2.2.1a.0-3.0.1 Cisco PartnerSupported 2013-10-29
    /var/log # esxcli software vib list | grep cisco
    cisco-vem-v162-esx 4.2.1.2.2.1a.0-3.0.1 Cisco PartnerSupported 2013-10-29
    - ME - but one is already now part of n1kv and the other doesnt want to be added
    - Robert Burns - Have you tried doing a hotswap -u - reboot - then try to re-add the host.
    - ME - the command vemcmd show card shows that he still think he s part of the old n1kv switch  i will try the reload maybe that will help
    - ME - /var/log # hotswap.sh -u - reboot
    The following switch is of type cisco_nexus_1000v: DvsPortset-0
    Starting time: Tue Oct 29 17:22:18 UTC 2013
    Errors:
    Sysinfo error on operation returned status : Not found. Please see the VMkernel log for detailed error information
    stopDpa
    VEM SwISCSI PID is
    Warn: DPA running host/vim/vimuser/cisco/vem/vemdpa.80389
    Warn: DPA running host/vim/vimuser/cisco/vem/vemdpa.80389
    watchdog-vemdpa: Terminating watchdog process with PID 80382
    Unload N1k switch modules
    stop stun
    Module vem-v162-stun being unloaded..
    Module vem-v162-stun unloaded..
    Module vem-v162-vssnet being unloaded..
    Module vem-v162-vssnet unloaded..
    Module vem-v162-n1kv being unloaded..
    Module vem-v162-n1kv unloaded..
    Module vem-v162-l2device being unloaded..
    Module vem-v162-l2device unloaded..
    Unload of N1k modules done.
    did it and tried to re-add and it shows the same error...
    the net-dvs still shows another switch name
    /var/log # net-dvs -l
    switch 38 51 17 50 5d df 21 d0-29 b5 8c a7 df e8 e0 1b (cisco_nexus_1000v)
    - ME - i m trying a reboot of the host ...crossing fingers
    - Robert Burns - Let's take the issue over to support forums and save the group of the spam
    - ME - it s working after a reboot of the esxi host  , it was showing a warning out of sync and i did re-sync in vsphere and it removed the warning.

    So just to be clear - your issue is resolved?
    Robert

  • Error while building shopping mall project

    Oracle IDE used=     10.1.3.02.23
    I tried to build the project shopping mall. I am getting the following message.
    Please advise.
    Project: D:\JavaInfo\shoppingMall\vsm-i18n\vsm-i18n.jpr
    D:\JavaInfo\shoppingMall\vsm-i18n\src\oracle\otnsamples\vsm\OC4JJAASManager.java
    Error(14,30): cannot access class com.evermind.security.User; file com\evermind\security\User.class not found
    Error(15,30): cannot access class com.evermind.security.Group; file com\evermind\security\Group.class not found
    Error(17,34): cannot access class oracle.security.jazn.oc4j.JAZNUserManager; file oracle\security\jazn\oc4j\JAZNUserManager.class not found
    Error(31,11): class JAZNUserManager not found in class oracle.otnsamples.vsm.OC4JJAASManager
    Error(41,14): class JAZNUserManager not found in class oracle.otnsamples.vsm.OC4JJAASManager
    Error(54,9): class User not found in class oracle.otnsamples.vsm.OC4JJAASManager
    Error(55,9): class Group not found in class oracle.otnsamples.vsm.OC4JJAASManager
    Error(71,9): class User not found in class oracle.otnsamples.vsm.OC4JJAASManager
    Error(74,11): class Group not found in class oracle.otnsamples.vsm.OC4JJAASManager
    Error(74,24): class Group not found in class oracle.otnsamples.vsm.OC4JJAASManager
    D:\JavaInfo\shoppingMall\vsm-i18n\webroot\jsps\shopowner\reportXML.jsp
    Error(2): Unable to find class for bean: xsql defined by tag with class: oracle.otnsamples.util.XMLSQLUtil
    D:\JavaInfo\shoppingMall\vsm-i18n\src\oracle\otnsamples\vsm\HeaderFilter.java
    Warning(210,35): variable LOCALE_KEY in class org.apache.struts.action.Action has been deprecated
    Warning(213,38): variable LOCALE_KEY in class org.apache.struts.action.Action has been deprecated
    Warning(214,37): variable LOCALE_KEY in class org.apache.struts.action.Action has been deprecated
    D:\JavaInfo\shoppingMall\vsm-i18n\src\oracle\otnsamples\vsm\client\AdminFrame.java
    Warning(408,12): method setNextFocusableComponent(java.awt.Component) in class javax.swing.JComponent has been deprecated
    Warning(409,12): method setNextFocusableComponent(java.awt.Component) in class javax.swing.JComponent has been deprecated
    Warning(410,16): method setNextFocusableComponent(java.awt.Component) in class javax.swing.JComponent has been deprecated
    Warning(411,17): method setNextFocusableComponent(java.awt.Component) in class javax.swing.JComponent has been deprecated
    Warning(412,14): method setNextFocusableComponent(java.awt.Component) in class javax.swing.JComponent has been deprecated
    Warning(413,13): method setNextFocusableComponent(java.awt.Component) in class javax.swing.JComponent has been deprecated
    D:\JavaInfo\shoppingMall\vsm-i18n\src\oracle\otnsamples\vsm\client\Authentication.java
    Warning(210,10): method setNextFocusableComponent(java.awt.Component) in class javax.swing.JComponent has been deprecated

    Hi,
    I am importing the application as follows:
    1) I have developed a web dynpro project. This project has a jar file for getting the java classes. The web dynpro application works fine.
    2) I imported this application into a Development Component Project. Here it fails to recognize the jar file that is required. Even if I put the jar file in its build path, while building, the jar file gets removed.It says java build path errors.
    Please help!
    Thanks,
    Mayuri

  • Before my iMac freezes i get this error "Logic Pro caught burning CPU".

    When i start and work with Logic Pro, it freezes after a while and there is no other way, but to force shutdown.
    I searched for some crash reports but i couldn't find one so i made screenshots of the terminal:
    I read on the internet some people had the same problem but with other programs, so i'm pretty sure that "Logic Pro caught burning CPU" is the problem. I got this problem since Mavericks 10.9.3, didn't have this with Snow Lion.
    What does this exactly mean and how do i fix it?
    Thanks in advance!

    Ok now it finally worked, thank you for you patience.
    Start time: 15:46:21 06/29/14
    Model Identifier: iMac9,1
    System Version: OS X 10.9.3 (13D65)
    Kernel Version: Darwin 13.2.0
    Boot Mode: Normal
    Time since boot: 1:56
    FireWire
      SAFFIRE_PRO_24DSP (Focusrite)
    USB
      My Passport 0810 (Western Digital Technologies, Inc.)
      USB 2.0 Hub [MTT] (TERMINUS TECHNOLOGY INC.)
      Desktop USB Drive (Verbatim)
      Composite Device (Silicon Motion, Inc. - Taiwan)
      USB 2.0 Hub (TERMINUS TECHNOLOGY INC.)
      RAPOO 2.4G Wireless Device (RAPOO)
    Diagnostic reports
      2014-05-30 CalendarAgent crash
      2014-05-31 GrowlHelperApp crash
      2014-05-31 GrowlHelperApp crash
      2014-05-31 GrowlHelperApp crash
      2014-05-31 GrowlHelperApp crash
      2014-05-31 GrowlHelperApp crash
      2014-05-31 Kernel panic
      2014-06-01 QuickTime Player hang
      2014-06-01 mdworker32 crash
      2014-06-01 mdworker32 crash
      2014-06-02 SGProtocolService crash
      2014-06-02 SGProtocolService crash
      2014-06-07 SGProtocolService crash
      2014-06-09 VirtualDJ Pro Full crash
      2014-06-14 auvaltool crash
      2014-06-27 StuffIt Archive Manager hang
      2014-06-28 Plex Media Server crash
      2014-06-28 mdworker32 crash
      2014-06-29 Finder hang
      2014-06-29 GrowlHelperApp crash
      2014-06-29 GrowlHelperApp crash
      2014-06-29 SGProtocolService crash
      2014-06-29 SGProtocolService crash
      2014-06-29 mdworker32 crash
      2014-06-29 mdworker32 crash
    Log
      Jun 29 13:08:34 SAM Multimedia: READ or WRITE failed, SENSE_KEY = 0x05, ASC = 0x24, ASCQ = 0x00
      Jun 29 13:08:34 SAM Multimedia: READ or WRITE failed, SENSE_KEY = 0x05, ASC = 0x24, ASCQ = 0x00
      Jun 29 13:08:34 SAM Multimedia: READ or WRITE failed, SENSE_KEY = 0x05, ASC = 0x24, ASCQ = 0x00
      Jun 29 13:08:34 SAM Multimedia: READ or WRITE failed, SENSE_KEY = 0x05, ASC = 0x24, ASCQ = 0x00
      Jun 29 13:09:20 jnl: disk4s2: replay_journal: from: 80447488 to: 3496960 (joffset 0x1d1c000)
      Jun 29 13:09:25 jnl: disk4s2: journal replay done.
      Jun 29 13:28:11 process WindowServer[1461] caught causing excessive wakeups. Observed wakeups rate (per sec): 360; Maximum permitted wakeups rate (per sec): 150; Observation period: 300 seconds; Task lifetime number of wakeups: 132841
      Jun 29 13:46:58 process SecurityAgent[1465] caught causing excessive wakeups. Observed wakeups rate (per sec): 1412; Maximum permitted wakeups rate (per sec): 150; Observation period: 300 seconds; Task lifetime number of wakeups: 45196
      Jun 29 13:47:15 process SGProtocolServic[66] caught causing excessive wakeups. Observed wakeups rate (per sec): 560; Maximum permitted wakeups rate (per sec): 150; Observation period: 300 seconds; Task lifetime number of wakeups: 45089
      Jun 29 13:47:30 process WindowServer[1454] caught causing excessive wakeups. Observed wakeups rate (per sec): 688; Maximum permitted wakeups rate (per sec): 150; Observation period: 300 seconds; Task lifetime number of wakeups: 45358
      Jun 29 13:47:56 Waves SoundGrid: Error getting list of Ethernet Interfaces: 12
      Jun 29 13:52:43 process SGProtocolServic[66] caught causing excessive wakeups. Observed wakeups rate (per sec): 594; Maximum permitted wakeups rate (per sec): 150; Observation period: 300 seconds; Task lifetime number of wakeups: 49605
      Jun 29 14:11:41 process WindowServer[1178] caught causing excessive wakeups. Observed wakeups rate (per sec): 151; Maximum permitted wakeups rate (per sec): 150; Observation period: 300 seconds; Task lifetime number of wakeups: 106764
      Jun 29 14:15:24 process com.apple.qtkits[2284] thread 12454 caught burning CPU! It used more than 50% CPU (Actual recent usage: 50%) over 180 seconds. thread lifetime cpu usage 90.097578 seconds, (74.791117 user, 15.306461 system) ledger info: balance: 90055582426 credit: 90055582426 debit: 0 limit: 90000000000 (50%) period: 180000000000 time since last refill (ns): 178518246424
      Jun 29 15:14:33 SAM Multimedia: READ or WRITE failed, SENSE_KEY = 0x05, ASC = 0x24, ASCQ = 0x00
      Jun 29 15:14:33 SAM Multimedia: READ or WRITE failed, SENSE_KEY = 0x05, ASC = 0x24, ASCQ = 0x00
      Jun 29 15:14:33 SAM Multimedia: READ or WRITE failed, SENSE_KEY = 0x05, ASC = 0x24, ASCQ = 0x00
      Jun 29 15:14:33 SAM Multimedia: READ or WRITE failed, SENSE_KEY = 0x05, ASC = 0x24, ASCQ = 0x00
      Jun 29 15:14:33 SAM Multimedia: READ or WRITE failed, SENSE_KEY = 0x05, ASC = 0x24, ASCQ = 0x00
      Jun 29 15:14:59 jnl: disk5s2: replay_journal: from: 7328256 to: 8887296 (joffset 0x1d1c000)
      Jun 29 15:14:59 jnl: disk5s2: journal replay done.
      Jun 29 15:32:12 USBF:    6088.927    AppleUSBEHCI::Found a transaction past the completion deadline on bus 0x24, timing out! (Addr: 3, EP: 11)
      Jun 29 15:32:58 USBF:    6134.942    AppleUSBEHCI::Found a transaction past the completion deadline on bus 0x24, timing out! (Addr: 3, EP: 11)
      Jun 29 15:44:05 USBF:    6801. 90    AppleUSBEHCI::Found a transaction past the completion deadline on bus 0x24, timing out! (Addr: 3, EP: 11)
      Jun 29 15:44:36 USBF:    6832.102    AppleUSBEHCI::Found a transaction past the completion deadline on bus 0x24, timing out! (Addr: 3, EP: 11)
    Activity
      CPU: user 11%, system 7%
    kexts
      org.virtualbox.kext.VBoxDrv (4.2.12)
      org.virtualbox.kext.VBoxUSB (4.2.12)
      com.dvdfab.kext.fabio (1)
      com.digidesign.iokit.DigiDal (9.0.4f4)
      tc.tctechnologies.driver.Saffire (3.5.6 11675)
      com.Cycling74.driver.Soundflower (1.5.1)
      com.waves.driver.soundgrid (2.0.0)
      com.cleverandson.driver.XAerial (1.0.0)
      com.paceap.kext.pacesupport.snowleopard (5.7.2)
      com.paragon-software.filesystems.ntfs (82)
    Daemons
      com.micromat.TechToolProDaemon
      tc.tctechnologies.daemon.Saffire
      com.paceap.pacesupport
      org.macosforge.xquartz.privileged_startx
      com.waves.daemon.SoundGridProtocolService
      com.vmware.launchd.vmware
      com.paceap.eden.licensed
      com.microsoft.office.licensing.helper
      com.kaspersky.kav
      com.barebones.textwrangler
      com.adobe.fpsaud
    Agents
      com.micromat.TechToolProAgent
      com.paragon.ntfs.upd
      com.paragon.ntfs.trial
      org.macosforge.xquartz.startx
      com.kaspersky.kav.gui
      com.adobe.CS4ServiceManager
      com.spotify.webhelper
      com.plexapp.mediaserver
      com.plexapp.helper
      com.google.keystone.user.agent
      com.facebook.videochat.updater
    launchd
      /System/Library/LaunchAgents/com.apple.AirPortBaseStationAgent.plist
      -    com.apple.AirPortBaseStationAgent
      /System/Library/LaunchAgents/com.paragon.NTFS.trial.plist
      -    com.paragon.ntfs.trial
      /System/Library/LaunchAgents/com.paragon.NTFS.upd.plist
      -    com.paragon.ntfs.upd
      /Library/LaunchAgents/com.adobe.AAM.Updater-1.0.plist
      -    com.adobe.AAM.Startup-1.0
      /Library/LaunchAgents/com.adobe.CS4ServiceManager.plist
      -    com.adobe.CS4ServiceManager
      /Library/LaunchAgents/com.kaspersky.kav.gui.plist
      -    com.kaspersky.kav.gui
      /Library/LaunchAgents/com.micromat.TechToolProAgent.plist
      -    com.micromat.TechToolProAgent
      /Library/LaunchAgents/org.macosforge.xquartz.startx.plist
      -    org.macosforge.xquartz.startx
      /Library/LaunchDaemons/com.adobe.fpsaud.plist
      -    com.adobe.fpsaud
      /Library/LaunchDaemons/com.apple.aelwriter.plist
      -    com.apple.aelwriter
      /Library/LaunchDaemons/com.apple.qmaster.qmasterd.plist
      -    com.apple.qmaster.qmasterd
      /Library/LaunchDaemons/com.barebones.textwrangler.plist
      -    com.barebones.textwrangler
      /Library/LaunchDaemons/com.kaspersky.kav.plist
      -    com.kaspersky.kav
      /Library/LaunchDaemons/com.micromat.TechToolProDaemon.plist
      -    com.micromat.TechToolProDaemon
      /Library/LaunchDaemons/com.microsoft.office.licensing.helper.plist
      -    com.microsoft.office.licensing.helper
      /Library/LaunchDaemons/com.paceap.eden.licensed.plist
      -    com.paceap.eden.licensed
      /Library/LaunchDaemons/com.vmware.launchd.vmware.plist
      -    com.vmware.launchd.vmware
      /Library/LaunchDaemons/com.waves.daemon.SoundGridProtocolService.plist
      -    com.waves.daemon.SoundGridProtocolService
      /Library/LaunchDaemons/org.macosforge.xquartz.privileged_startx.plist
      -    org.macosforge.xquartz.privileged_startx
      /Library/LaunchDaemons/PACESupport.plist
      -    com.paceap.pacesupport
      /Library/LaunchDaemons/tc.tctechnologies.Saffire.plist
      -    tc.tctechnologies.daemon.Saffire
      Library/LaunchAgents/com.apple.AddressBook.ScheduledSync.PHXCardDAVSource.UUID. plist
      -    com.apple.AddressBook.ScheduledSync.PHXCardDAVSource.UUID
      Library/LaunchAgents/com.facebook.videochat.plist
      -    com.facebook.videochat.updater
      Library/LaunchAgents/com.google.keystone.agent.plist
      -    com.google.keystone.user.agent
      Library/LaunchAgents/com.plexapp.helper.plist
      -    com.plexapp.helper
      Library/LaunchAgents/com.plexapp.mediaserver.plist
      -    com.plexapp.mediaserver
      Library/LaunchAgents/com.spotify.webhelper.plist
      -    com.spotify.webhelper
      Library/LaunchAgents/jp.co.canon.Inkjet_Extended_Survey_Agent.plist
      -    jp.co.canon.Inkjet_Extended_Survey_Agent
      Library/LaunchAgents/org.virtualbox.vboxwebsrv.plist
      -    org.virtualbox.vboxwebsvc
    Startup items
      /Library/StartupItems/DigidesignLoader/DigidesignLoader
      /Library/StartupItems/DigidesignLoader/StartupParameters.plist
      /Library/StartupItems/PACESupport/PACESupport
      /Library/StartupItems/PACESupport/Resources/PACESupport.plist
      /Library/StartupItems/PACESupport/StartupParameters.plist
    Bundles
      /System/Library/Extensions/AuthenticationSupport.plugin
      -    com.SecuritySolutions.AuthenticationSupport
      /System/Library/Extensions/AuthenticationSupportEnabler.plugin
      -    com.SecuritySolutions.AuthenticationSupportEnabler
      /System/Library/Extensions/BJUSBMP.kext
      -    jp.co.canon.bj.kext.BJUSBMP
      /System/Library/Extensions/CmUSBMassStorage.kext
      -    com.wibu.codemeter.CmUSBMassStorage
      /System/Library/Extensions/DigiDal.kext
      -    com.digidesign.iokit.DigiDal
      /System/Library/Extensions/EMUUSBAudio.kext
      -    com.emu.driver.EMUUSBAudio
      /System/Library/Extensions/fabio.kext
      -    com.dvdfab.kext.fabio
      /System/Library/Extensions/NIUSBAudio2DJ.kext
      -    com.caiaq.driver.NIUSBAudio2DJDriver
      /System/Library/Extensions/NIUSBAudio4DJ.kext
      -    com.caiaq.driver.NIUSBAudio4DJDriver
      /System/Library/Extensions/NIUSBAudioDriver.kext
      -    com.caiaq.driver.NIUSBHardwareDriver
      /System/Library/Extensions/NIUSBTraktorKontrolX1.kext
      -    com.caiaq.driver.NIUSBTraktorKontrolX1Driver
      /System/Library/Extensions/PACESupport.kext
      -    com.paceap.kext.PACESupport
      /System/Library/Extensions/PACESupport2.kext
      -    com.paceap.kext.PACESupport2
      /System/Library/Extensions/PACESupportFamily.kext
      -    com.paceap.kext.pacesupport.master
      /System/Library/Extensions/Saffire.kext
      -    tc.tctechnologies.driver.Saffire
      /System/Library/Extensions/Soundflower.kext
      -    com.Cycling74.driver.Soundflower
      /System/Library/Extensions/SoundGrid.kext
      -    com.waves.driver.soundgrid
      /System/Library/Extensions/XAerial.kext
      -    com.cleverandson.driver.XAerial
      /System/Library/Extensions/XAerial.kext/Contents/Resources
      -    com.cleverandson.driver.XAerial
      /Library/Audio/MIDI Drivers/EmagicUSBMIDIDriver.plugin
      -    info.emagic.driver.unitor
      /Library/Audio/MIDI Drivers/EMUMIDIDriver.plugin
      -    com.emu.EMUMIDIDriver
      /Library/Audio/MIDI Drivers/NIUSBMIDIDriver.plugin
      -    N/A
      /Library/Audio/MIDI Drivers/NIUSBTraktorKontrolX1MIDIDriver.plugin
      -    N/A
      /Library/Audio/MIDI Drivers/SaffireMIDIDriver.plugin
      -    tc.tctechnologies.Saffire.midiplugin
      /Library/Audio/Plug-Ins/Components/2C-Aether.component
      -    com.2caudio.aether.au
      /Library/Audio/Plug-Ins/Components/A52Codec.component
      -    com.shepmater.A52Codec
      /Library/Audio/Plug-Ins/Components/AAS Player.component
      -    N/A
      /Library/Audio/Plug-Ins/Components/ABL2.component
      -    com.audiorealism.abl2.au
      /Library/Audio/Plug-Ins/Components/Absynth 5.component
      -    N/A
      /Library/Audio/Plug-Ins/Components/ACE.component
      -    com.u-he.ACE.au
      /Library/Audio/Plug-Ins/Components/Acoustic Feedback.component
      -    com.softube.Feedback_VST_AU_Release_AU
      /Library/Audio/Plug-Ins/Components/Active Equalizer.component
      -    com.softube.ActiveEQ_VST_AU_Release_AU
      /Library/Audio/Plug-Ins/Components/Addictive Drums.component
      -    com.xlnaudio.addictivedrumsvstau
      /Library/Audio/Plug-Ins/Components/ADM.component
      -    com.audiorealism.adm.au
      /Library/Audio/Plug-Ins/Components/AGG.component
      -    com.amplesound.AGG
      /Library/Audio/Plug-Ins/Components/AGM.component
      -    com.amplesound.AGM
      /Library/Audio/Plug-Ins/Components/AkustiX.component
      -    com.mycompany.myau
      /Library/Audio/Plug-Ins/Components/Albino 3.component
      -    com.linplug.au.Albino3
      /Library/Audio/Plug-Ins/Components/Alchemy.component
      -    com.camelaudio.au.alchemy
      /Library/Audio/Plug-Ins/Components/Alpha.component
      -    com.linplug.au.Alpha
      /Library/Audio/Plug-Ins/Components/AMT Amp Leveling.isp.component
      -    N/A
      /Library/Audio/Plug-Ins/Components/AMT Max Warm.isp.component
      -    N/A
      /Library/Audio/Plug-Ins/Components/AMT Multi-Max.isp.component
      -    N/A
      /Library/Audio/Plug-Ins/Components/ARP2600 V Efx.component
      -    N/A
      /Library/Audio/Plug-Ins/Components/ARP2600 V.component
      -    N/A
      /Library/Audio/Plug-Ins/Components/ARPG8R0951.component
      -    com.pentacom.audiounit.IPlugMonoSynth
      /Library/Audio/Plug-Ins/Components/Artillery2.component
      -    com.Sugar-Bytes.Artillery2
      /Library/Audio/Plug-Ins/Components/Attack.component
      -    de.waldorfmusic.audiounit.attack
      /Library/Audio/Plug-Ins/Components/AURoundTripAAC.component
      -    com.apple.audiounit.AURoundTripAAC
      /Library/Audio/Plug-Ins/Components/Auto-Tune EFX.component
      -    N/A
      /Library/Audio/Plug-Ins/Components/Auto-Tune+Time_AU.component
      -    com.Antares.musiceffects.Auto-Tune+Time_AU.component
      /Library/Audio/Plug-Ins/Components/Auto-Tune_Evo_AU.component
      -    com.Antares.musiceffects.Auto-Tune_Evo_AU.component
      /Library/Audio/Plug-Ins/Components/AutoTuneAU_MM.component
      -    com.Antares.musiceffects.AutoTuneAU_MM.component
      /Library/Audio/Plug-Ins/Components/AutoTuneAU_SS.component
      -    com.Antares.musiceffects.AutoTuneAU_SS.component
      /Library/Audio/Plug-Ins/Components/AVOX ARTICULATOR.component
      -    N/A
      /Library/Audio/Plug-Ins/Components/AVOX ASPIRE.component
      -    N/A
      /Library/Audio/Plug-Ins/Components/AVOX CHOIR.component
      -    N/A
      /Library/Audio/Plug-Ins/Components/AVOX DUO.component
      -    N/A
      /Library/Audio/Plug-Ins/Components/AVOX MUTATOR.component
      -    N/A
      /Library/Audio/Plug-Ins/Components/AVOX PUNCH.component
      -    N/A
      /Library/Audio/Plug-Ins/Components/AVOX SYBIL.component
      -    N/A
      /Library/Audio/Plug-Ins/Components/AVOX THROAT.component
      -    N/A
      /Library/Audio/Plug-Ins/Components/AVOX WARM.component
      -    N/A
      /Library/Audio/Plug-Ins/Components/B4 II.component
      -    N/A
      /Library/Audio/Plug-Ins/Components/Bass Amp Room.component
      -    com.softube.BassAmpRoom_VST_AU_Release_AU
      /Library/Audio/Plug-Ins/Components/Battery 3.component
      -    N/A
      /Library/Audio/Plug-Ins/Components/Battery 4.component
      -    N/A
      /Library/Audio/Plug-Ins/Components/BiFilter2.component
      -    com.Tone2.BiFilter2
      /Library/Audio/Plug-Ins/Components/Blade.component
      -    com.RPCX.Blade.component
      /Library/Audio/Plug-Ins/Components/Blade_64.component
      -    com.RPCX.Blade.component
      /Library/Audio/Plug-Ins/Components/Blue Cat DPeakMeter Pro AU(Mono).component
      -    N/A
      /Library/Audio/Plug-Ins/Components/Blue Cat DPeakMeter Pro AU(Stereo).component
      -    N/A
      /Library/Audio/Plug-Ins/Components/Blue Cat Dynamics AU(Mono).component
      -    N/A
      /Library/Audio/Plug-Ins/Components/Blue Cat Dynamics AU(Stereo).component
      -    N/A
      /Library/Audio/Plug-Ins/Components/Blue Cat FreqAnalyst Multi AU.component
      -    N/A
      /Library/Audio/Plug-Ins/Components/Blue Cat FreqAnalyst Pro AU(Mono).component
      -    N/A
      /Library/Audio/Plug-Ins/Components/Blue Cat FreqAnalyst Pro AU(Stereo).component
      -    N/A
      /Library/Audio/Plug-Ins/Components/Blue Cat Liny EQ AU(Mono).component
      -    N/A
      /Library/Audio/Plug-Ins/Components/Blue Cat Liny EQ AU(Stereo).component
      -    N/A
      /Library/Audio/Plug-Ins/Components/Blue Cat MB5 Dynamix AU(Mono).component
      -    N/A
      /Library/Audio/Plug-Ins/Components/Blue Cat MB5 Dynamix AU(Stereo).component
      -    N/A
      /Library/Audio/Plug-Ins/Components/Blue Cat Oscilloscope Multi AU.component
      -    N/A
      /Library/Audio/Plug-Ins/Components/Blue Cat ParametrEQ AU(Mono).component
      -    N/A
      /Library/Audio/Plug-Ins/Components/Blue Cat ParametrEQ AU(Stereo).component
      -    N/A
      /Library/Audio/Plug-Ins/Components/Blue Cat Protector AU.component
      -    N/A
      /Library/Audio/Plug-Ins/Components/Blue Cat Stereo Liny EQ AU.component
      -    N/A
      /Library/Audio/Plug-Ins/Components/Blue Cat Stereo ParametrEQ AU.component
      -    N/A
      /Library/Audio/Plug-Ins/Components/Blue Cat Stereo Triple EQ AU.component
      -    N/A
      /Library/Audio/Plug-Ins/Components/Blue Cat StereoScope Multi AU.component
      -    N/A
      /Library/Audio/Plug-Ins/Components/Blue Cat StereoScope Pro AU.component
      -    N/A
      /Library/Audio/Plug-Ins/Components/Blue Cat Widening Liny EQ AU.component
      -    N/A
      /Library/Audio/Plug-Ins/Components/Blue Cat Widening ParametrEQ AU.component
      -    N/A
      /Library/Audio/Plug-Ins/Components/Blue Cat Widening Triple EQ AU.component
      -    N/A
      /Library/Audio/Plug-Ins/Components/Blue.component
      -    com.RPCX.Blue.component
      /Library/Audio/Plug-Ins/Components/Blue_64.component
      -    com.RPCX.Blue.component
      /Library/Audio/Plug-Ins/Components/BlueVerb DRV-2080.isp.component
      -    com.nomadfactory.BlueVerb.AU
      /Library/Audio/Plug-Ins/Components/British MCL-2269.isp.component
      -    N/A
      /Library/Audio/Plug-Ins/Components/British NEQ-1972.isp.component
      -    N/A
      /Library/Audio/Plug-Ins/Components/BT Analog Chorus CH2S-3.isp.component
      -    N/A
      /Library/Audio/Plug-Ins/Components/BT Analog Phaser APH2S-3.isp.component
      -    N/A
      /Library/Audio/Plug-Ins/Components/BT Analog TrackBox.isp.component
      -    N/A
      /Library/Audio/Plug-Ins/Components/BT BrickWall BW2S-3.isp.component
      -    N/A
      /Library/Audio/Plug-Ins/Components/BT Compressor CP2S-3.isp.component
      -    N/A
      /Library/Audio/Plug-Ins/Components/BT Compressor FA770-3.isp.component
      -    N/A
      /Library/Audio/Plug-Ins/Components/BT DeEsser DS2S-3.isp.component
      -    N/A
      /Library/Audio/Plug-Ins/Components/BT Equalizer BQ2S-3.isp.component
      -    N/A
      /Library/Audio/Plug-Ins/Components/BT Equalizer BX2S-3.isp.component
      -    N/A
      /Library/Audio/Plug-Ins/Components/BT Equalizer GEQ12-3.isp.component
      -    N/A
      /Library/Audio/Plug-Ins/Components/BT Equalizer PEQ2B-3.isp.component
      -    N/A
      /Library/Audio/Plug-Ins/Components/BT Equalizer PEQ322-3.isp.component
      -    N/A
      /Library/Audio/Plug-Ins/Components/BT Equalizer PEQ5B-3.isp.component
      -    N/A
      /Library/Audio/Plug-Ins/Components/BT ExpanderGate GX622-3.isp.component
      -    N/A
      /Library/Audio/Plug-Ins/Components/BT Limiter LM2S-3.isp.component
      -    N/A
      /Library/Audio/Plug-Ins/Components/BT Oilcan Echo TLE2S-3.isp.component
      -    N/A
      /Library/Audio/Plug-Ins/Components/BT Stereo Imager ST2S-3.isp.component
      -    N/A
      /Library/Audio/Plug-Ins/Components/BT Tempo Delay DL3D-3.isp.component
      -    N/A
      /Library/Audio/Plug-Ins/Components/BT ValveDriver ADR2S-3.isp.component
      -    N/A
      /Library/Audio/Plug-Ins/Components/bx_boom.component
      -    com.plugin-alliance.plugins.au.BXBoom
      /Library/Audio/Plug-Ins/Components/bx_control V2.component
      -    com.plugin-alliance.plugins.au.BXControlV2
      /Library/Audio/Plug-Ins/Components/bx_control.component
      -    de.brainworx.audiounit.bx_control
      /Library/Audio/Plug-Ins/Components/bx_digital V2 Mono.component
      -    com.plugin-alliance.plugins.au.BXDigitalV2Mono
      /Library/Audio/Plug-Ins/Components/bx_digital V2.component
      -    com.plugin-alliance.plugins.au.BXDigitalV2
      /Library/Audio/Plug-Ins/Components/bx_dynEQ Mono.component
      -    de.brainworx.audiounit.bx_dynEQ_Mono
      /Library/Audio/Plug-Ins/Components/bx_dynEQ V2 Mono.component
      -    com.plugin-alliance.plugins.au.BXDynEQV2Mono
      /Library/Audio/Plug-Ins/Components/bx_dynEQ V2.component
      -    com.plugin-alliance.plugins.au.BXDynEQV2
      /Library/Audio/Plug-Ins/Components/bx_dynEQ.component
      -    de.brainworx.audiounit.bx_dynEQ
      /Library/Audio/Plug-Ins/Components/bx_hybrid V2 mix.component
      -    com.plugin-alliance.plugins.au.BXHybridV2Mix
      /Library/Audio/Plug-Ins/Components/bx_hybrid V2.component
      -    com.plugin-alliance.plugins.au.BXHybridV2
      /Library/Audio/Plug-Ins/Components/bx_hybrid.component
      -    de.brainworx.audiounit.bx_hybrid
      /Library/Audio/Plug-Ins/Components/bx_limiter.component
      -    com.plugin-alliance.plugins.au.BXLimiter
      /Library/Audio/Plug-Ins/Components/bx_meter.component
      -    com.plugin-alliance.plugins.au.BXMeter
      /Library/Audio/Plug-Ins/Components/bx_rockrack.component
      -    com.plugin-alliance.plugins.au.BXRockrack
      /Library/Audio/Plug-Ins/Components/bx_saturator.component
      -    com.plugin-alliance.plugins.au.BXSaturator
      /Library/Audio/Plug-Ins/Components/bx_shredspread.component
      -    com.plugin-alliance.plugins.au.BXShredspread
      /Library/Audio/Plug-Ins/Components/bx_solo.component
      -    com.plugin-alliance.plugins.au.BXSolo
      /Library/Audio/Plug-Ins/Components/bx_stereomaker.component
      -    com.plugin-alliance.plugins.au.BXStereomaker
      /Library/Audio/Plug-Ins/Components/bx_XL V2.component
      -    com.plugin-alliance.plugins.au.BXXLV2
      /Library/Audio/Plug-Ins/Components/CircleAU.component
      -    com.FutureAudioWorkshop.Circle
      /Library/Audio/Plug-Ins/Components/Consequence.component
      -    N/A
      /Library/Audio/Plug-Ins/Components/COSMOS.component
      -    com.nomadfactory.COSMOS.AU
      /Library/Audio/Plug-Ins/Components/CronoX 3.component
      -    com.linplug.au.CronoX3
      /Library/Audio/Plug-Ins/Components/Crystallizer.component
      -    com.soundtoys.audiounit.Crystallizer
      /Library/Audio/Plug-Ins/Components/Curve2.component
      -    de.cableguys.curve2.au.cocoa
      /Library/Audio/Plug-Ins/Components/Cyclop.component
      -    com.Sugar-Bytes.Cyclop
      /Library/Audio/Plug-Ins/Components/D-Hammer.component
      -    com.AraldFX.DHammer.component
      /Library/Audio/Plug-Ins/Components/D-Pole.component
      -    de.waldorfmusic.audiounit.d-pole
      /Library/Audio/Plug-Ins/Components/Decapitator.component
      -    com.soundtoys.audiounit.Decapitator
      /Library/Audio/Plug-Ins/Components/DiscoveryPro.component
      -    com.discodsp.discoverypro
      /Library/Audio/Plug-Ins/Components/Diva.component
      -    com.u-he.Diva.au
      /Library/Audio/Plug-Ins/Components/Drumagog5.component
      -    com.wavemachinelabs.drumagog
      /Library/Audio/Plug-Ins/Components/Dune BE.component
      -    N/A
      /Library/Audio/Plug-Ins/Components/Dynamic Spectrum Mapper V2.component
      -    com.plugin-alliance.plugins.au.DynamicSpectrumMapperV2
      /Library/Audio/Plug-Ins/Components/E-3B Compressor.isp.component
      -    N/A
      /Library/Audio/Plug-Ins/Components/E-3B Maximiser.isp.component
      -    N/A
      /Library/Audio/Plug-Ins/Components/E-Channel.isp.component
      -    com.nomadfactory.E-Channel.AU
      /Library/Audio/Plug-Ins/Components/E-Compressor.isp.component
      -    com.nomadfactory.E-Compressor.AU
      /Library/Audio/Plug-Ins/Components/E-Gate Expander.isp.component
      -    N/A
      /Library/Audio/Plug-Ins/Components/E-Graphic EQ.isp.component
      -    N/A
      /Library/Audio/Plug-Ins/Components/E-Maximizer.isp.component
      -    com.nomadfactory.E-Maximizer.AU
      /Library/Audio/Plug-Ins/Components/E-RetroVox.isp.component
      -    com.nomadfactory.E-RetroVox.AU
      /Library/Audio/Plug-Ins/Components/E-TubeTape Warmer.isp.component
      -    N/A
      /Library/Audio/Plug-Ins/Components/Echoboy.component
      -    com.soundtoys.audiounit.EchoBoy
      /Library/Audio/Plug-Ins/Components/Effectrix.component
      -    com.Sugar-Bytes.Effectrix
      /Library/Audio/Plug-Ins/Components/Elastik 2.component
      -    com.ueberschall.ElastikPlugin
      /Library/Audio/Plug-Ins/Components/Elastik.component
      -    com.ueberschall.elastik.au
      /Library/Audio/Plug-Ins/Components/Elastik.component/Contents/Resources/Elastik Blue.appearance
      -    N/A
      /Library/Audio/Plug-Ins/Components/Elastik.component/Contents/Resources/Elastik Green.appearance
      -    N/A
      /Library/Audio/Plug-Ins/Components/Elastik.component/Contents/Resources/Elastik Red.appearance
      -    N/A
      /Library/Audio/Plug-Ins/Components/Elastik.component/Contents/Resources/Elastik Yellow.appearance
      -    N/A
      /Library/Audio/Plug-Ins/Components/ElectraX.component
      -    com.mycompany.myau
      /Library/Audio/Plug-Ins/Components/elysia alpha master.component
      -    com.plugin-alliance.plugins.au.ElysiaAlphaMaster
      /Library/Audio/Plug-Ins/Components/elysia alpha mix.component
      -    com.plugin-alliance.plugins.au.ElysiaAlphaMix
      /Library/Audio/Plug-Ins/Components/elysia mpressor.component
      -    com.plugin-alliance.plugins.au.ElysiaMpressor
      /Library/Audio/Plug-Ins/Components/elysia museq master.component
      -    com.plugin-alliance.plugins.au.ElysiaMuseqMaster
      /Library/Audio/Plug-Ins/Components/elysia museq mix.component
      -    com.plugin-alliance.plugins.au.ElysiaMuseqMix
      /Library/Audio/Plug-Ins/Components/elysia niveau filter.component
      -    com.plugin-alliance.plugins.au.ElysiaNiveauFilter
      /Library/Audio/Plug-Ins/Components/Enhanced EQ.component
      -    N/A
      /Library/Audio/Plug-Ins/Components/EQ 9063B AllTech.isp.component
      -    N/A
      /Library/Audio/Plug-Ins/Components/ExSlXFadeLooper.component
      -    com.ExSl.test.XFls
      /Library/Audio/Plug-Ins/Components/FabFilter Pro-C.component
      -    com.fabfilter.Pro-C.AU.1
      /Library/Audio/Plug-Ins/Components/FabFilter Pro-DS.component
      -    com.fabfilter.Pro-DS.AU.1
      /Library/Audio/Plug-Ins/Components/FabFilter Pro-Q.component
      -    com.fabfilter.Pro-Q.AU.1
      /Library/Audio/Plug-Ins/Components/FabFilter Saturn.component
      -    com.fabfilter.Saturn.AU.1
      /Library/Audio/Plug-Ins/Components/FabFilter Timeless 2.component
      -    com.fabfilter.Timeless.AU.2
      /Library/Audio/Plug-Ins/Components/FabFilter Twin 2.component
      -    com.fabfilter.Twin.AU.2
      /Library/Audio/Plug-Ins/Components/FabFilter Volcano 2.component
      -    com.fabfilter.Volcano.AU.2
      /Library/Audio/Plug-Ins/Components/FET Compressor.component
      -    com.softube.FETCompressor_VST_AU_Release_AU
      /Library/Audio/Plug-Ins/Components/FilterBank3 Synth.component
      -    com.Tone2.FilterBank3Synth
      /Library/Audio/Plug-Ins/Components/FilterBank3.component
      -    com.Tone2.FilterBank3
      /Library/Audio/Plug-Ins/Components/FilterFreak.component
      -    com.soundtoys.audiounit.FilterFreak
      /Library/Audio/Plug-Ins/Components/Filterscape.component
      -    com.u-he.Filterscape.au
      /Library/Audio/Plug-Ins/Components/FilterShaper2.component
      -    de.cableguys.filtershaper2.au.cocoa
      /Library/Audio/Plug-Ins/Components/Filtrate.component
      -    com.liquidsonics.filtrate
      /Library/Audio/Plug-Ins/Components/FinalPlug 5.component
      -    com.wavearts.plugin.finalplug5
      /Library/Audio/Plug-Ins/Components/FirstCallHorns.component
      -    N/A
      /Library/Audio/Plug-Ins/Components/FM8.component
      -    FM8.MusicDevice.component
      /Library/Audio/Plug-Ins/Components/Focusing Equalizer.component
      -    com.softube.ChannelEq_VST_AU_Release_AU
      /Library/Audio/Plug-Ins/Components/Garritan Jazz.component
      -    N/A
      /Library/Audio/Plug-Ins/Components/Gladiator.component
      -    com.mycompany.myau
      /Library/Audio/Plug-Ins/Components/Glitch2.component
      -    com.illformed.glitch
      /Library/Audio/Plug-Ins/Components/Guitar Rig 5.component
      -    N/A
      /Library/Audio/Plug-Ins/Components/Guitarist.component
      -    com.Sugar-Bytes.Guitarist
      /Library/Audio/Plug-Ins/Components/Harmony Engine.component
      -    N/A
      /Library/Audio/Plug-Ins/Components/Hematohm_AUMachO.component
      -    N/A
      /Library/Audio/Plug-Ins/Components/Hydra.component
      -    com.SynapseAudio.audiounit.Hydra
      /Library/Audio/Plug-Ins/Components/impOSCar.component
      -    com.gforce.imposcar.au_w
      /Library/Audio/Plug-Ins/Components
      -    com.NuGenAudio.audiounit.Visualizer
      /Library/Audio/Plug-Ins/Components/iZAlloy2AUHook.component
      -    com.izotope.audioplugins.AU.Alloy2
      /Library/Audio/Plug-Ins/Components/iZInsightAUHook.component
      -    com.izotope.audioplugins.AU.Insight
      /Library/Audio/Plug-Ins/Components/iZIrisAUHook.component
      -    com.izotope.audioplugins.AU.Iris
      /Library/Audio/Plug-Ins/Components/iZMeterTapAUHook.component
      -    N/A
      /Library/Audio/Plug-Ins/Components/iZNectarAUHook.component
      -    com.izotope.audioplugins.AU.Nectar
      /Library/Audio/Plug-Ins/Components/iZOzone5AUHook.component
      -    com.izotope.audioplugins.AU.Ozone5
      /Library/Audio/Plug-Ins/Components/iZOzone5DynamicsAUHook.component
      -    com.izotope.audioplugins.AU.Ozone5DYN
      /Library/Audio/Plug-Ins/Components/iZOzone5EqualizerAUHook.component
      -    com.izotope.audioplugins.AU.Ozone5EQ
      /Library/Audio/Plug-Ins/Components/iZOzone5ExciterAUHook.component
      -    com.izotope.audioplugins.AU.Ozone5EXC
      /Library/Audio/Plug-Ins/Components/iZOzone5ImagerAUHook.component
      -    com.izotope.audioplugins.AU.Ozone5IMG
      /Library/Audio/Plug-Ins/Components/iZOzone5MaximizerAUHook.component
      -    com.izotope.audioplugins.AU.Ozone5MAX
      /Library/Audio/Plug-Ins/Components/iZOzone5ReverbAUHook.component
      -    com.izotope.audioplugins.AU.Ozone5RVB
      /Library/Audio/Plug-Ins/Components/iZStutterEditAUHook.component
      -    com.izotope.audioplugins.AU.StutterEdit
      /Library/Audio/Plug-Ins/Components/iZTrash2AUHook.component
      -    com.izotope.audioplugins.AU.Trash2
      /Library/Audio/Plug-Ins/Components/KinisisMacAU.component
      -    com.ProgressAudio.audiounit.Kinisis
      /Library/Audio/Plug-Ins/Components/Kontakt 4.component
      -    N/A
      /Library/Audio/Plug-Ins/Components/Kontakt 5.component
      -    N/A
      /Library/Audio/Plug-Ins/Components/Kore2.component
      -    Kore2.MusicDevice.component
      /Library/Audio/Plug-Ins/Components/LegacyCell.component
      -    jp.co.korg.legacycell_au
      /Library/Audio/Plug-Ins/Components/LexChamber.component
      -    com.Lexicon.Native.LexChamber
      /Library/Audio/Plug-Ins/Components/LexConcertHall.component
      -    com.Lexicon.Native.LexConcertHall
      /Library/Audio/Plug-Ins/Components/LexHall.component
      -    com.Lexicon.Native.LexHall
      /Library/Audio/Plug-Ins/Components/Lexicon PSP42.component
      -    com.pspaudioware.musiceffects.psp42
      /Library/Audio/Plug-Ins/Components/LexPlate.component
      -    com.Lexicon.Native.LexPlate
      /Library/Audio/Plug-Ins/Components/LexRandomHall.component
      -    com.Lexicon.Native.LexRandomHall
      /Library/Audio/Plug-Ins/Components/LexRoom.component
      -    com.Lexicon.Native.LexRoom
      /Library/Audio/Plug-Ins/Components/LexVintagePlate.component
      -    com.Lexicon.Native.LexVintagePlate
      /Library/Audio/Plug-Ins/Components/Liquid Compressor II.isp.component
      -    N/A
      /Library/Audio/Plug-Ins/Components/Liquid Delays II.isp.component
      -    N/A
      /Library/Audio/Plug-Ins/Components/Liquid Gate II.isp.component
      -    N/A
      /Library/Audio/Plug-Ins/Components/Liquid Mod II.isp.component
      -    N/A
      /Library/Audio/Plug-Ins/Components/Liquid Phase II.isp.component
      -    N/A
      /Library/Audio/Plug-Ins/Components/LiquidInstrument.component
      -    com.ueberschall.liquidinstrument.au
      /Library/Audio/Plug-Ins/Components/LiquidVerb II.isp.component
      -    N/A
      /Library/Audio/Plug-Ins/Components/LM Amplifier LM-662.isp.component
      -    com.nomadfactory.LMAmplifier.AU
      /Library/Audio/Plug-Ins/Components/LuSH-101.component
      -    com.d16group.LuSH-101
      /Library/Audio/Plug-Ins/Components/LXPChamber.component
      -    com.Lexicon.Native.LXPChamber
      /Library/Audio/Plug-Ins/Components/LXPHall.component
      -    com.Lexicon.Native.LXPHall
      /Library/Audio/Plug-Ins/Components/LXPPlate.component
      -    com.Lexicon.Native.LXPPlate
      /Library/Audio/Plug-Ins/Components/LXPRoom.component
      -    com.Lexicon.Native.LXPRoom
      /Library/Audio/Plug-Ins/Components/M1.component
      -    jp.co.korg.m1_au
      /Library/Audio/Plug-Ins/Components/Maag EQ4.component
      -    com.plugin-alliance.plugins.au.MaagEQ4
      /Library/Audio/Plug-Ins/Components/MAGNETIC II.component
      -    N/A
      /Library/Audio/Plug-Ins/Components/MAnalyzer.component
      -    com.meldaproduction.MAnalyzer
      /Library/Audio/Plug-Ins/Components/Massive.component
      -    Massive.MusicDevice.component
      /Library/Audio/Plug-Ins/Components/MAutoAlign.component
      -    com.meldaproduction.MAutoAlign
      /Library/Audio/Plug-Ins/Components/MAutoDynamicEq.component
      -    com.meldaproduction.MAutoDynamicEq
      /Library/Audio/Plug-Ins/Components/MAutoEqualizer.component
      -    com.meldaproduction.MAutoEqualizer
      /Library/Audio/Plug-Ins/Components/MAutoEqualizerLinearPhase.component
      -    com.meldaproduction.MAutoEqualizerLinearPhase
      /Library/Audio/Plug-Ins/Components/MAutoEqualizerLinearPhaseMini.component
      -    com.meldaproduction.MAutoEqualizerLinearPhaseMini
      /Library/Audio/Plug-Ins/Components/MAutoEqualizerMini.component
      -    com.meldaproduction.MAutoEqualizerMini
      /Library/Audio/Plug-Ins/Components/MAutopan.component
      -    com.meldaproduction.MAutopan
      /Library/Audio/Plug-Ins/Components/MAutoPitch.component
      -    com.meldaproduction.MAutoPitch
      /Library/Audio/Plug-Ins/Components/MAutoVolume.component
      -    com.meldaproduction.MAutoVolume
      /Library/Audio/Plug-Ins/Components/MBandPass.component
      -    com.meldaproduction.MBandPass
      /Library/Audio/Plug-Ins/Components/MCompressor.component
      -    com.meldaproduction.MCompressor
      /Library/Audio/Plug-Ins/Components/MDE-X.component
      -    jp.co.korg.mde-x_au
      /Library/Audio/Plug-Ins/Components/MDynamicEq.component
      -    com.meldaproduction.MDynamicEq
      /Library/Audio/Plug-Ins/Components/MDynamics.component
      -    com.meldaproduction.MDynamics
      /Library/Audio/Plug-Ins/Components/MDynamicsLimiter.component
      -    com.meldaproduction.MDynamicsLimiter
      /Library/Audio/Plug-Ins/Components/MDynamicsMini.component
      -    com.meldaproduction.MDynamicsMini
      /Library/Audio/Plug-Ins/Components/Melodyne.component
      -    com.celemony.melodyne.au
      /Library/Audio/Plug-Ins/Components/MelodyneBridge.component
      -    com.celemony.melodynebridge.au
      /Library/Audio/Plug-Ins/Components/MEqualizer.component
      -    com.meldaproduction.MEqualizer
      /Library/Audio/Plug-Ins/Components/MEqualizerLinearPhase.component
      -    com.meldaproduction.MEqualizerLinearPhase
      /Library/Audio/Plug-Ins/Components/Metal Amp Room.component
      -    com.softube.MetalAmpRoom_VST_AU_Release_AU
      /Library/Audio/Plug-Ins/Components/MeterPlugs K-Meter Demo.component
      -    com.meterplugs.kmtr-demo-au
      /Library/Audio/Plug-Ins/Components/MFilter.component
      -    com.meldaproduction.MFilter
      /Library/Audio/Plug-Ins/Components/MFlanger.component
      -    com.meldaproduction.MFlanger
      /Library/Audio/Plug-Ins/Components/MFM2.component
      -    com.u-he.MFM2.au
      /Library/Audio/Plug-Ins/Components/MFreeformAnalogEq.component
      -    com.meldaproduction.MFreeformAnalogEq
      /Library/Audio/Plug-Ins/Components/MFreeformEqualizer.component
      -    com.meldaproduction.MFreeformEqualizer
      /Library/Audio/Plug-Ins/Components/MFreqShifter.component
      -    com.meldaproduction.MFreqShifter
      /Library/Audio/Plug-Ins/Components/MidiShaper.component
      -    de.cableguys.midishaper.au.cocoa
      /Library/Audio/Plug-Ins/Components/Minimonsta_AUMachO.component
      -    com.GForce.Minimonsta.Macho.Bundle
      /Library/Audio/Plug-Ins/Components/Minimonsta_fx_AUMachO.component
      -    com.GForce.Minimonsta_fx.Macho.Bundle
      /Library/Audio/Plug-Ins/Components/minimoogVOriginalAU.component
      -    com.arturia.minimoogVOriginalAU
      /Library/Audio/Plug-Ins/Components/minimoogVOriginalAUEfx.component
      -    com.arturia.minimoogVOriginalAUEfx
      /Library/Audio/Plug-Ins/Components/MixControl Large.component
      -    com.teamdnr.mixcontrollarge_au
      /Library/Audio/Plug-Ins/Components/MixControl Pro Small x64.component
      -    com.teamdnr.mixcontrolprosmall_au
      /Library/Audio/Plug-Ins/Components/MixControl Pro x64.component
      -    com.teamdnr.mixcontrolpro_au
      /Library/Audio/Plug-Ins/Components/MixControl Small.component
      -    com.teamdnr.mixcontrolsmall_au
      /Library/Audio/Plug-Ins/Components/MLimiter.component
      -    com.meldaproduction.MLimiter
      /Library/Audio/Plug-Ins/Components/MLoudnessAnalyzer.component
      -    com.meldaproduction.MLoudnessAnalyzer
      /Library/Audio/Plug-Ins/Components/MModernCompressor.component
      -    com.meldaproduction.MModernCompressor
      /Library/Audio/Plug-Ins/Components/MMultiBandAutopan.component
      -    com.meldaproduction.MMultiBandAutopan
      /Library/Audio/Plug-Ins/Components/MMultiBandChorus.component
      -    com.meldaproduction.MMultiBandChorus
      /Library/Audio/Plug-Ins/Components/MMultiBandConvolution.component
      -    com.meldaproduction.MMultiBandConvolution
      /Library/Audio/Plug-Ins/Components/MMultiBandDelay.component
      -    com.meldaproduction.MMultiBandDelay
      /Library/Audio/Plug-Ins/Components/MMultiBandDistortion.component
      -    com.meldaproduction.MMultiBandDistortion
      /Library/Audio/Plug-Ins/Components/MMultiBandDynamics.component
      -    com.meldaproduction.MMultiBandDynamics
      /Library/Audio/Plug-Ins/Components/MMultiBandDynamicsLarge.component
      -    com.meldaproduction.MMultiBandDynamicsLarge
      /Library/Audio/Plug-Ins/Components/MMultiBandFlanger.component
      -    com.meldaproduction.MMultiBandFlanger
      /Library/Audio/Plug-Ins/Components/MMultiBandFreqShifter.component
      -    com.meldaproduction.MMultiBandFreqShifter
      /Library/Audio/Plug-Ins/Components/MMultiBandGranular.component
      -    com.meldaproduction.MMultiBandGranular
      /Library/Audio/Plug-Ins/Components/MMultiBandHarmonizer.component
      -    com.meldaproduction.MMultiBandHarmonizer
      /Library/Audio/Plug-Ins/Components/MMultiBandLimiter.component
      -    com.meldaproduction.MMultiBandLimiter
      /Library/Audio/Plug-Ins/Components/MMultiBandPhaser.component
      -    com.meldaproduction.MMultiBandPhaser
      /Library/Audio/Plug-Ins/Components/MMultiBandReverb.component
      -    com.meldaproduction.MMultiBandReverb
      /Library/Audio/Plug-Ins/Components/MMultiBandRhythmizer.component
      -    com.meldaproduction.MMultiBandRhythmizer
      /Library/Audio/Plug-Ins/Components/MMultiBandRingModulator.component
      -    com.meldaproduction.MMultiBandRingModulator
      /Library/Audio/Plug-Ins/Components/MMultiBandSaturator.component
      -    com.meldaproduction.MMultiBandSaturator
      /Library/Audio/Plug-Ins/Components/MMultiBandTransient.component
      -    com.meldaproduction.MMultiBandTransient
      /Library/Audio/Plug-Ins/Components/MMultiBandTremolo.component
      -    com.meldaproduction.MMultiBandTremolo
      /Library/Audio/Plug-Ins/Components/MMultiBandVibrato.component
      -    com.meldaproduction.MMultiBandVibrato
      /Library/Audio/Plug-Ins/Components/MMultiBandWaveShaper.component
      -    com.meldaproduction.MMultiBandWaveShaper
      /Library/Audio/Plug-Ins/Components/MNoiseGenerator.component
      -    com.meldaproduction.MNoiseGenerator
      /Library/Audio/Plug-Ins/Components/MNotepad.component
      -    com.meldaproduction.MNotepad
      /Library/Audio/Plug-Ins/Components/Mobilohm_AUMachO.component
      -    N/A
      /Library/Audio/Plug-Ins/Components/MonoPoly.component
      -    jp.co.korg.monopoly_au
      /Library/Audio/Plug-Ins/Components/Morphine.component
      -    com.imageline.morphine.audiounit
      /Library/Audio/Plug-Ins/Components/MorphoX.component
      -    com.linplug.au.MorphoX
      /Library/Audio/Plug-Ins/Components/MOscillator.component
      -    com.meldaproduction.MOscillator
      /Library/Audio/Plug-Ins/Components/MPhaser.component
      -    com.meldaproduction.MPhaser
      /Library/Audio/Plug-Ins/Components/MReverb.component
      -    com.meldaproduction.MReverb
      /Library/Audio/Plug-Ins/Components/MRhythmizer.component
      -    com.meldaproduction.MRhythmizer
      /Library/Audio/Plug-Ins/Components/MRingModulator.component
      -    com.meldaproduction.MRingModulator
      /Library/Audio/Plug-Ins/Components/MS-20.component
      -    jp.co.korg.ms20_au
      /Library/Audio/Plug-Ins/Components/MS-20FX.component
      -    jp.co.korg.ms20fx_au
      /Library/Audio/Plug-Ins/Components/MSpectralDynamics.component
      -    com.meldaproduction.MSpectralDynamics
      /Library/Audio/Plug-Ins/Components/MSpectralDynamicsMini.component
      -    com.meldaproduction.MSpectralDynamicsMini
      /Library/Audio/Plug-Ins/Components/MStereoExpander.component
      -    com.meldaproduction.MStereoExpander
      /Library/Audio/Plug-Ins/Components/MStereoProcessor.component
      -    com.meldaproduction.MStereoProcessor
      /Library/Audio/Plug-Ins/Components/MTremolo.component
      -    com.meldaproduction.MTremolo
      /Library/Audio/Plug-Ins/Components/MTuner.component
      -    com.meldaproduction.MTuner
      /Library/Audio/Plug-Ins/Components/MUltraMaximizer.component
      -    com.meldaproduction.MUltraMaximizer
      /Library/Audio/Plug-Ins/Components/MUtility.component
      -    com.meldaproduction.MUtility
      /Library/Audio/Plug-Ins/Components/MVibrato.component
      -    com.meldaproduction.MVibrato
      /Library/Audio/Plug-Ins/Components/MVocoder.component
      -    com.meldaproduction.MVocoder
      /Library/Audio/Plug-Ins/Components/MWaveShaper.component
      -    com.meldaproduction.MWaveShaper
      /Library/Audio/Plug-Ins/Components/Nexus.component
      -    com.reFX.Nexus
      /Library/Audio/Plug-Ins/Components/Nithonat.component
      -    com.d16group.nithonatAU
      /Library/Audio/Plug-Ins/Components/Noveltech Character.component
      -    com.plugin-alliance.plugins.au.NoveltechCharacter
      /Library/Audio/Plug-Ins/Components/Noveltech Vocal Enhancer.component
      -    com.plugin-alliance.plugins.au.NoveltechVocalEnhancer
      /Library/Audio/Plug-Ins/Components/Nuklear.component
      -    N/A
      /Library/Audio/Plug-Ins/Components/Oberheim SEM V.component
      -    com.Arturia.Oberheim-SEM-V.audiounit
      /Library/Audio/Plug-Ins/Components/OhmBoyz_AUMachO.component
      -    N/A
      /Library/Audio/Plug-Ins/Components/Ohmicide_AUMachO.component
      -    N/A
      /Library/Audio/Plug-Ins/Components/Ohmygod_AUMachO.component
      -    N/A
      /Library/Audio/Plug-Ins/Components/Omnisphere.component
      -    com.spectrasonics.Amber
      /Library/Audio/Plug-Ins/Components/Orchestral Collection AU.bundle
      -    com.BigFish.OrchestralCollection
      /Library/Audio/Plug-Ins/Components/Organ 3.component
      -    com.linplug.au.Organ3
      /Library/Audio/Plug-Ins/Components/PanMan.component
      -    com.soundtoys.audiounit.PanMan
      /Library/Audio/Plug-Ins/Components/Passive EQ.component
      -    N/A
      /Library/Audio/Plug-Ins/Components/Passive Equalizer.component
      -    com.softube.PassiveEQ_VST_AU_Release_AU
      /Library/Audio/Plug-Ins/Components/PhaseMistress.component
      -    com.soundtoys.audiounit.PhaseMistress
      /Library/Audio/Plug-Ins/Components/Philharmonik.component
      -    com.ikmultimedia.au.Philharmonik
      /Library/Audio/Plug-Ins/Components/Pitch 'n Time LE.component
      -    com.serato.pitchntimele_logicpro
      /Library/Audio/Plug-Ins/Components/Pitchwheel.component
      -    com.quikquak.pitchwheel.au
      /Library/Audio/Plug-Ins/Components/Polysix.component
      -    jp.co.korg.polysix_au
      /Library/Audio/Plug-Ins/Components/PPG Wave 2.V.component
      -    de.waldorfmusic.audiounit.ppg_wave_2_v
      /Library/Audio/Plug-Ins/Components/Predatohm_AUMachO.component
      -    N/A
      /Library/Audio/Plug-Ins/Components/Predator.component
      -    com.RPCX.Predator.component
      /Library/Audio/Plug-Ins/Components/Predator_64.component
      -    com.RPCX.Predator.component
      /Library/Audio/Plug-Ins/Components/PredatorFX.component
      -    com.RPCX.PredatorFX.component
      /Library/Audio/Plug-Ins/Components/PredatorFX_64.component
      -    com.RPCX.PredatorFX.component
      /Library/Audio/Plug-Ins/Components/Pro-53.component
      -    Pro-53.MusicDevice.component
      /Library/Audio/Plug-Ins/Components/Program EQP-4.isp.component
      -    com.nomadfactory.ProgramEQP4.AU
      /Library/Audio/Plug-Ins/Components/PSP Echo.component
      -    com.pspaudioware.effects.pspecho
      /Library/Audio/Plug-Ins/Components/PSP Xenon.component
      -    com.pspaudioware.effects.pspxenon
      /Library/Audio/Plug-Ins/Components/PulseTec EQs.isp.component
      -    N/A
      /Library/Audio/Plug-Ins/Components/Punch.component
      -    com.RPCX.Punch.component
      /Library/Audio/Plug-Ins/Components/PunchMulti.component
      -    com.RPCX.PunchMulti.component
      /Library/Audio/Plug-Ins/Components/Purity.component
      -    com.LUXONIX.Purity.au
      /Library/Audio/Plug-Ins/Components/QuadFrohmage_AUMachO.component
      -    N/A
      /Library/Audio/Plug-Ins/Components/quadraSID.component
      -    com.reFX.quadraSID
      /Library/Audio/Plug-Ins/Components/RA.component
      -    RA.MusicDevice.component
      /Library/Audio/Plug-Ins/Components/Rapture.component
      -    com.cakewalk.rapture
      /Library/Audio/Plug-Ins/Components/RayBlaster.component
      -    com.mycompany.myau
      /Library/Audio/Plug-Ins/Components/Reaktor5.component
      -    Reaktor5.MusicDevice.component
      /Library/Audio/Plug-Ins/Components/RealGuitar2.component
      -    com.musiclab.RealGuitar2.AudioUnit
      /Library/Audio/Plug-Ins/Components/RealStrat.component
      -    com.musiclab.RealStrat.AudioUnit
      /Library/Audio/Plug-Ins/Components/reFuse Lowender.component
      -    com.refusesoftware.Lowender.AU
      /Library/Audio/Plug-Ins/Components/relectro.component
      -    com.linplug.au.relectro
      /Library/Audio/Plug-Ins/Components/Retro Film-Tone.isp.component
      -    N/A
      /Library/Audio/Plug-Ins/Components/Retro Music-Tone.isp.component
      -    N/A
      /Library/Audio/Plug-Ins/Components/Reverberate.component
      -    com.liquidsonics.reverberate
      /Library/Audio/Plug-Ins/Components/RG.component
      -    com.RPCX.RG.component
      /Library/Audio/Plug-Ins/Components/RG_64.component
      -    com.RPCX.RG.component
      /Library/Audio/Plug-Ins/Components/Robotronic.component
      -    com.Sugar-Bytes.Robotronic
      /Library/Audio/Plug-Ins/Components/ROCK AMP LEGENDS.isp.component
      -    N/A
      /Library/Audio/Plug-Ins/Components/RP-Delay.component
      -    com.RPCX.RP-Delay.component
      /Library/Audio/Plug-Ins/Components/RP-Delay_64.component
      -    com.RPCX.RP-Delay.component
      /Library/Audio/Plug-Ins/Components/RP-Distort.component
      -    com.RPCX.RP-Distort.component
      /Library/Audio/Plug-Ins/Components/RP-Distort_64.component
      -    com.RPCX.RP-Distort.component
      /Library/Audio/Plug-Ins/Components/RP-Verb.component
      -    com.RPCX.RP-Verb.component
      /Library/Audio/Plug-Ins/Components/RP-Verb_64.component
      -    com.RPCX.RP-Verb.component
      /Library/Audio/Plug-Ins/Components/RS127 Box.component
      -    com.softube.rs127_VST_AU_Release_AU
      /Library/Audio/Plug-Ins/Components/RS127 Rack.component
      -    com.softube.rs127Grey_VST_AU_Release_AU
      /Library/Audio/Plug-Ins/Components/RS135.component
      -    com.softube.8kBox_VST_AU_Release_AU
      /Library/Audio/Plug-Ins/Components/Sakura.component
      -    com.imageline.sakura.audiounit
      /Library/Audio/Plug-Ins/Components/SampleTank2.x.component
      -    com.ikmultimedia.au.sampletank2.x
      /Library/Audio/Plug-Ins/Components/Saurus.component
      -    com.mycompany.myau
      /Library/Audio/Plug-Ins/Components/Sawer.component
      -    com.imageline.sawer.audiounit
      /Library/Audio/Plug-Ins/Components/SaxLab 2.component
      -    com.linplug.au.SaxLab2
      /Library/Audio/Plug-Ins/Components/Scarlett Plug-in Suite.component
      -    N/A
      /Library/Audio/Plug-Ins/Components/SI-Bass Guitar.component
      -    N/A
      /Library/Audio/Plug-Ins/Components/SI-Drum Kit.component
      -    N/A
      /Library/Audio/Plug-Ins/Components/SI-Electric Piano.component
      -    N/A
      /Library/Audio/Plug-Ins/Components/SI-String Section.component
      -    N/A
      /Library/Audio/Plug-Ins/Components/Slate Digital FG-X.component
      -    com.rawmaterialsoftware.
      /Library/Audio/Plug-Ins/Components/Sonik Synth 2.component
      -    N/A
      /Library/Audio/Plug-Ins/Components/Spark Dubstep.component
      -    N/A
      /Library/Audio/Plug-Ins/Components/SPECTRALIVEVISION.component
      -    com.Crysonic.SPECTRALIVEVISION
      /Library/Audio/Plug-Ins/Components/Spektral Delay.component
      -    N/A
      /Library/Audio/Plug-Ins/Components/SPL Attacker.component
      -    com.plugin-alliance.plugins.au.SPLAttacker
      /Library/Audio/Plug-Ins/Components/SPL Bass Ranger.component
      -    com.plugin-alliance.plugins.au.SPLBassRanger
      /Library/Audio/Plug-Ins/Components/SPL De-Esser Dual-Band.component
      -    com.plugin-alliance.plugins.au.SPLDeEsserDualBand
      /Library/Audio/Plug-Ins/Components/SPL De-Esser.component
      -    com.plugin-alliance.plugins.au.SPLDeEsser
      /Library/Audio/Plug-Ins/Components/SPL De-Verb.component
      -    com.plugin-alliance.plugins.au.SPLDeVerb
      /Library/Audio/Plug-Ins/Components/SPL DrumXchanger.component
      -    com.plugin-alliance.plugins.au.SPLDrumXchanger
      /Library/Audio/Plug-Ins/Components/SPL Free Ranger.component
      -    com.plugin-alliance.plugins.au.SPLFreeRanger
      /Library/Audio/Plug-Ins/Components/SPL Full Ranger.component
      -    com.plugin-alliance.plugins.au.SPLFullRanger
      /Library/Audio/Plug-Ins/Components/SPL Mo-Verb.component
      -    com.plugin-alliance.plugins.au.SPLMoVerb
      /Library/Audio/Plug-Ins/Components/SPL Passeq Single.component
      -    com.plugin-alliance.plugins.au.SPLPasseqSingle
      /Library/Audio/Plug-Ins/Components/SPL Passeq.component
      -    com.plugin-alliance.plugins.au.SPLPasseq
      /Library/Audio/Plug-Ins/Components/SPL Transient Designer.component
      -    com.plugin-alliance.plugins.au.SPLTransientDesigner
      /Library/Audio/Plug-Ins/Components/SPL TwinTube.component
      -    com.plugin-alliance.plugins.au.SPLTwinTube
      /Library/Audio/Plug-Ins/Components/SPL Vitalizer MK2-T.component
      -    com.plugin-alliance.plugins.au.SPLVitalizerMK2T
      /Library/Audio/Plug-Ins/Components/SPL Vox Ranger.component
      -    com.plugin-alliance.plugins.au.SPLVoxRanger
      /Library/Audio/Plug-Ins/Components/Spring Reverb.component
      -    com.softube.SpringReverb_VST_AU_Release_AU
      /Library/Audio/Plug-Ins/Components/String Machine.component
      -    com.gforce.VSM.au
      /Library/Audio/Plug-Ins/Components/String Studio AU.component
      -    com.applied-acoustics.ss.au
      /Library/Audio/Plug-Ins/Components/Strum Electric GS-1 AU.component
      -    com.applied-acoustics.strum-electric.au
      /Library/Audio/Plug-Ins/Components/Studio Channel SC-226.isp.component
      -    com.nomadfactory.StudioChannel.AU
      /Library/Audio/Plug-Ins/Components/StudioDevilAMP-AU.component
      -    com.studiodevil.studiodevilamp.AU
      /Library/Audio/Plug-Ins/Components/StylusRMX.component
      -    com.spectrasonics.StyM
      /Library/Audio/Plug-Ins/Components/SubBoomBass.component
      -    com.RPCX.SubBoomBass.component
      /Library/Audio/Plug-Ins/Components/SubBoomBass_64.component
      -    com.RPCX.SubBoomBass.component
      /Library/Audio/Plug-Ins/Components/Sylenth1.component
      -    com.LennarDigital.Sylenth1
      /Library/Audio/Plug-Ins/Components/Symptohm_AUMachO.component
      -    N/A
      /Library/Audio/Plug-Ins/Components/SymptohmPE_AUMachO.component
      -    N/A
      /Library/Audio/Plug-Ins/Components/SynplantAU.component
      -    com.soniccharge.synplantauvst100
      /Library/Audio/Plug-Ins/Components/TAL-U-NO-LX-V2-64.component
      -    ch.toguaudioline.talunolxv2
      /Library/Audio/Plug-Ins/Components/TAL-U-NO-LX-V2.component
      -    ch.toguaudioline.talunolxv2
      /Library/Audio/Plug-Ins/Components/Tassman 4 AU.component
      -    com.applied-acoustics.t4.au
      /Library/Audio/Plug-Ins/Components/TB_Barricade.component
      -    com.ToneBoosters.TB_Barricade
      /Library/Audio/Plug-Ins/Components/TB_Compressor.component
      -    com.ToneBoosters.TB_Compressor
      /Library/Audio/Plug-Ins/Components/TB_DeEsser.component
      -    com.ToneBoosters.TB_DeEsser
      /Library/Audio/Plug-Ins/Components/TB_EBUCompact.component
      -    com.ToneBoosters.TB_EBUCompact
      /Library/Audio/Plug-Ins/Components/TB_EBULoudness.component
      -    com.ToneBoosters.TB_EBULoudness
      /Library/Audio/Plug-Ins/Components/TB_Equalizer.component
      -    com.ToneBoosters.TB_Equalizer
      /Library/Audio/Plug-Ins/Components/TB_EZCompressor.component
      -    com.ToneBoosters.TB_EZCompressor
      /Library/Audio/Plug-Ins/Components/TB_EZQ.component
      -    com.ToneBoosters.TB_EZQ
      /Library/Audio/Plug-Ins/Components/TB_Ferox.component
      -    com.ToneBoosters.TB_Ferox
      /Library/Audio/Plug-Ins/Components/TB_Gate.component
      -    com.ToneBoosters.TB_Gate
      /Library/Audio/Plug-Ins/Components/TB_HumRemover.component
      -    com.ToneBoosters.TB_HumRemover
      /Library/Audio/Plug-Ins/Components/TB_Isone.component
      -    com.ToneBoosters.TB_Isone
      /Library/Audio/Plug-Ins/Components/TB_IsoneSurround.component
      -    com.ToneBoosters.TB_IsoneSurround
      /Library/Audio/Plug-Ins/Components/TB_Module.component
      -    com.ToneBoosters.TB_Module
      /Library/Audio/Plug-Ins/Components/TB_OmniSone.component
      -    com.ToneBoosters.TB_OmniSone
      /Library/Audio/Plug-Ins/Components/TB_ReelBus.component
      -    com.ToneBoosters.TB_ReelBus
      /Library/Audio/Plug-Ins/Components/TB_Reverb.component
      -    com.ToneBoosters.TB_Reverb
      /Library/Audio/Plug-Ins/Components/TB_TimeMachine.component
      -    com.ToneBoosters.TB_TimeMachine
      /Library/Audio/Plug-Ins/Components/TB_XYTool.component
      -    com.ToneBoosters.TB_XYTool
      /Library/Audio/Plug-Ins/Components/Thesys.component
      -    com.Sugar-Bytes.Thesys
      /Library/Audio/Plug-Ins/Components/Toraverb.component
      -    com.d16group.Toraverb
      /Library/Audio/Plug-Ins/Components/Toxic Biohazard.component
      -    com.imageline.toxicbio.audiounit
      /Library/Audio/Plug-Ins/Components/TRackS3 Brickwall Lim.component
      -    N/A
      /Library/Audio/Plug-Ins/Components/TRackS3 Classic Comp.component
      -    N/A
      /Library/Audio/Plug-Ins/Components/TRackS3 Classic EQ.component
      -    N/A
      /Library/Audio/Plug-Ins/Components/TRackS3 Classic MBand Lim.component
      -    N/A
      /Library/Audio/Plug-Ins/Components/TRackS3 Lin Phase EQ.component
      -    N/A
      /Library/Audio/Plug-Ins/Components/TRackS3 Metering.component
      -    N/A
      /Library/Audio/Plug-Ins/Components/TRackS3 Opto Comp.component
      -

  • 7.5.1 - Errors from Media Server when adding or changing cameras

    I am getting a couple of different errors when trying to add or change cameras that are associated to one of my media servers.  
    I have added screenshots of the errors that I have found.
    Any help would be appreciated.....
    Steve

    Hi Steve,
    The initial error message looks like VSOM is attempting to provision 65GB of estimated storage prior to starting a new archive, and that there isn't a VSMS instance with sufficient storage for the request.  Is there? 
    The camera change screenshot I'm not 100% on, but my gut tells me the camera you are trying to swap in may not be at an appropriate firmware level for VSM 7.5.1.  Check the release notes for VSM 7.5.1 and ensure the camera you are adding is at the minimum FW required.
    The server health / NIC usage message is the most unexpected one in my opinion.  Is this VSMS instance physical or virtual?  What speed is the NIC negotiated at? If its negotiated at 1000MBps as it's supposed to be, it would imply that you're ingress traffic is near 930 MBps?  That is monsterously excessive if that's the case.
    Can you provide any additional detail?
    Cheers!

  • How to deploy the new VSM 1.3 appication on OAS Container for J2EE 10g

    I am trying to test the new VSM 1.3 sample application. But, am getting HTTP 404 - File not found
    I followed.
    http://otn.oracle.com/sample_code/tutorials/vsm1.3/over/setup.htm#OC4J
    Step 1:
    =======
    I set the ennvironment variables
    Step2:
    =======
    C&gt; cd %OC4J_HOME%\j2ee\home
    C:\OC4J\j2ee\home&gt; java -Xms32M -Xmx128M -Ddefault.cmp.pm=native_cmp -jar oc4j.jar
    Step3:
    =======
    C&gt; cd %SAMPLE_HOME%
    C:\OBE\Vsm-i18n&gt; ant -buildfile build.xml deploy-oc4j
    Output:
    =======
    C:\OBE\vsm-i18n&gt;ant -buildfile build.xml deploy-oc4j
    Buildfile: build.xml
    init:
    copy:
    [copy] Copying 1 file to C:\OBE\vsm-i18n\webroot\WEB-INF\lib
    [copy] Copying 1 file to C:\OBE\vsm-i18n\webroot\WEB-INF\lib
    [copy] Copying 1 file to C:\OBE\vsm-i18n\webroot\WEB-INF\lib
    [copy] Copying 1 file to C:\OBE\vsm-i18n\webroot\WEB-INF\lib
    [copy] Copying 1 file to C:\OBE\vsm-i18n\webroot\WEB-INF\lib
    compile:
    [mkdir] Created dir: C:\OBE\vsm-i18n\classes
    [unjar] Expanding: C:\OC4J\lib\oraclexsql.jar into C:\OBE\vsm-i18n\classes
    [unjar] Expanding: C:\OC4J\lib\xsqlserializers.jar into C:\OBE\vsm-i18n\classes
    [javac] Compiling 154 source files to C:\OBE\vsm-i18n\classes
    [javac] Note: Some input files use or override a deprecated API.
    [javac] Note: Recompile with -deprecation for details.
    [copy] Copying 21 files to C:\OBE\vsm-i18n\classes
    [copy] Copying 8 files to C:\OBE\vsm-i18n\classes\META-INF
    oc4j-war:
    [war] Building war: C:\OBE\vsm-i18n\classes\VSMWeb.war
    [war] Warning: selected war files include a WEB-INF/web.xml which will be ignored (please use
    ebxml attribute to war task)
    ejbjar:
    [jar] Building jar: C:\OBE\vsm-i18n\classes\VSMEJB.jar
    oc4j-ear:
    [ear] Building ear: C:\OBE\vsm-i18n\classes\VSM.ear
    [delete] Deleting: C:\OBE\vsm-i18n\classes\VSMWeb.war
    [delete] Deleting: C:\OBE\vsm-i18n\classes\VSMEJB.jar
    [move] Moving 1 files to C:\OBE\vsm-i18n
    deploy-oc4j:
    [java] Invalid initial heap size: -Xms32M -Xmx128M
    [java] Could not create the Java virtual machine.
    [java] Java Result: 1
    [java] Invalid initial heap size: -Xms32M -Xmx128M
    [java] Could not create the Java virtual machine.
    [java] Java Result: 1
    BUILD SUCCESSFUL
    Total time: 39 seconds
    Step 4:
    =======
    http://127.0.0.1:8888/vsm/home.do
    I get page not found error here. do I have to make any changes in any of the XML files in OC4J home, other than the one specified in the document?
    How do I know, the application is deployed in the proper location?
    Thanks,

    I got it fixed, after resolving the "jvmarg" values of the build.xml.

  • BC4J VSM - Unable to determine the value of OC4J_HOME

    I'm on step 8 of the "Configuring the application" section and I'm getting the error "Unable to determine the value of OC4J_HOME" after running bc4j2oc4j.bat.
    Seems that the instruction assume that the OC4J_HOME is already set, so I set a system variable OC4J_HOME to C:\oracle\JDev903.1\j2ee\home. I then re-run bc4j2oc4j.bat and get the same error and now I'm totally lost.
    Also, given that I using W2K and want to get the BC4J-VSM app deployed to 9iAS, not the stand-alone server, should not the OC4J_HOME be set to 9iAS?
    Need some help.
    Thanks,
    Bill G...

    Hi Neelesh,
    I have set the OC4J_HOME as you suggested and then ran the bc4j2oc4j script. I then started JDeveloper, opened the VSM workspace, created db connections, made sure that Struts Commons classpath is pointing to jars in <JDEV_HOME>/jakarta-struts/librebuilt, then Rebuilt VSM-BC4J.jws. Then tried to run the VSM app within JDeveloper and I get the error listed below from the browser as the app tries to load.
    Bill G...
    500 Internal Server Error
    java.lang.NoClassDefFoundError: org/apache/commons/logging/LogFactory
         void org.apache.struts.action.ActionServlet.<clinit>()
              ActionServlet.java:375
         java.lang.Class java.lang.Class.forName0(java.lang.String, boolean, java.lang.ClassLoader)
              native code
         java.lang.Class java.lang.Class.forName(java.lang.String, boolean, java.lang.ClassLoader)
              Class.java:195
         com.evermind[Oracle9iAS (9.0.3.0.0) Containers for J2EE].server.http.ServletInstanceInfo com.evermind[Oracle9iAS (9.0.3.0.0) Containers for J2EE].server.http.HttpApplication.loadServlet(com.evermind[Oracle9iAS (9.0.3.0.0) Containers for J2EE].util.ByteString)
              HttpApplication.java:1890
         com.evermind[Oracle9iAS (9.0.3.0.0) Containers for J2EE].server.http.ServletInstanceInfo com.evermind[Oracle9iAS (9.0.3.0.0) Containers for J2EE].server.http.HttpApplication.findServlet(com.evermind[Oracle9iAS (9.0.3.0.0) Containers for J2EE].util.ByteString)
              HttpApplication.java:4355
         void com.evermind[Oracle9iAS (9.0.3.0.0) Containers for J2EE].server.http.HttpApplication.initPreloadServlets()
              HttpApplication.java:4455
         void com.evermind[Oracle9iAS (9.0.3.0.0) Containers for J2EE].server.http.HttpApplication.initDynamic(com.evermind[Oracle9iAS (9.0.3.0.0) Containers for J2EE].server.http.HttpApplicationConfig)
              HttpApplication.java:662
         void com.evermind[Oracle9iAS (9.0.3.0.0) Containers for J2EE].server.http.HttpApplication.<init>(com.evermind[Oracle9iAS (9.0.3.0.0) Containers for J2EE].server.Application, com.evermind[Oracle9iAS (9.0.3.0.0) Containers for J2EE].server.http.HttpSite, com.evermind[Oracle9iAS (9.0.3.0.0) Containers for J2EE].server.http.HttpApplicationConfig, java.lang.String, java.lang.String, boolean)
              HttpApplication.java:435
         com.evermind[Oracle9iAS (9.0.3.0.0) Containers for J2EE].server.http.HttpApplication com.evermind[Oracle9iAS (9.0.3.0.0) Containers for J2EE].server.Application.getHttpApplication(java.lang.String, java.lang.String, boolean, long, com.evermind[Oracle9iAS (9.0.3.0.0) Containers for J2EE].server.http.HttpSite, boolean)
              Application.java:695
         com.evermind[Oracle9iAS (9.0.3.0.0) Containers for J2EE].server.http.HttpApplication com.evermind[Oracle9iAS (9.0.3.0.0) Containers for J2EE].server.http.HttpServer.getHttpApplication(com.evermind[Oracle9iAS (9.0.3.0.0) Containers for J2EE].server.http.HttpApplicationReference, com.evermind[Oracle9iAS (9.0.3.0.0) Containers for J2EE].server.http.HttpSite)
              HttpServer.java:676
         com.evermind[Oracle9iAS (9.0.3.0.0) Containers for J2EE].server.http.HttpApplication com.evermind[Oracle9iAS (9.0.3.0.0) Containers for J2EE].server.http.HttpSite.getApplication(com.evermind[Oracle9iAS (9.0.3.0.0) Containers for J2EE].util.ByteString)
              HttpSite.java:388
         boolean com.evermind[Oracle9iAS (9.0.3.0.0) Containers for J2EE].server.http.HttpRequestHandler.processRequest(com.evermind[Oracle9iAS (9.0.3.0.0) Containers for J2EE].server.ApplicationServerThread, com.evermind[Oracle9iAS (9.0.3.0.0) Containers for J2EE].server.http.EvermindHttpServletRequest, com.evermind[Oracle9iAS (9.0.3.0.0) Containers for J2EE].server.http.EvermindHttpServletResponse, java.io.InputStream, java.io.OutputStream, boolean)
              HttpRequestHandler.java:407
         void com.evermind[Oracle9iAS (9.0.3.0.0) Containers for J2EE].server.http.HttpRequestHandler.run(java.lang.Thread)
              HttpRequestHandler.java:259
         void com.evermind[Oracle9iAS (9.0.3.0.0) Containers for J2EE].server.http.HttpRequestHandler.run()
              HttpRequestHandler.java:106
         void EDU.oswego.cs.dl.util.concurrent.PooledExecutor$Worker.run()
              PooledExecutor.java:803
         void java.lang.Thread.run()
              Thread.java:484

  • VSM Login Exception: oracle.otnsamples.util.UtilityException

    Hello,
    I am trying to execute the sample VSM application using JDK 1.5. Using ANT to build the application on oc4j -oracle application server containers for J2EE 10g (9.0.4.0.0).
    When I run the application, the login frame throws the following error message when i try to log in as webstore/welcome:
    oracle.otnsamples.util.UtilityException: Exception thrown from getService method of ServiceLocator class: Lookup error: javax.naming.AuthenticationException: No such domain/application: vsm; nested exception is: javax.naming.AuthenticationException: No such domain/application: vsm
    Any clues as to why it is throwing this exception. I can connect through SQL*Plus using the webstore/welcome login.
    Thanks.

    This is the relevant error -
    While trying to look up comp/env/jdbc/ConLibrDS in /app/webapp/Librarywork-ViewController-context-root/10240276.; remaining name 'comp/env/jdbc/ConLibrDS'
    at weblogic.jndi.internal.BasicNamingNode.newNameNotFoundExceptionBasically your AM should have the JNDI name as jdbc/ConLibrDS and also the same should be specified in your DataSource properties in Weblogic Server .
    See - http://www.youtube.com/watch?v=5W2tm89yN4A

  • VSM 7 500 concurrent users reached

    Hello,
    This morning when logging into VSM 7 we are getting an error that 500 concurrent users has been exceeded. Which is odd since at most we *might* have a few dozen concurrent users.
    Anyone know where to look to see active VSOM and SASD sessions from the CLI?
    I'm curious where all these connections are coming from. We did over the holidays roll out a dozen unattended video walls, and since that is what "changed" I'm looking to those first... but it would really help to see sessions so I could narrow it down.
    Thanx.
    Rossi.

    Found out from TAC that this is already in the bug toolkit. It is known to happen when connections end abruptly. Workaround for now is reboot the VSOM box.
    Sent from Cisco Technical Support Android App

Maybe you are looking for