[svn] 3219: Checking in support for Network Monitor in rpc.swc

Revision: 3219
Author: [email protected]
Date: 2008-09-16 01:33:39 -0700 (Tue, 16 Sep 2008)
Log Message:
Checking in support for Network Monitor in rpc.swc
Modified Paths:
flex/sdk/trunk/frameworks/projects/rpc/src/mx/messaging/channels/DirectHTTPChannel.as
flex/sdk/trunk/frameworks/projects/rpc/src/mx/rpc/AbstractInvoker.as
flex/sdk/trunk/frameworks/projects/rpc/src/mx/rpc/AbstractOperation.as
flex/sdk/trunk/frameworks/projects/rpc/src/mx/rpc/http/AbstractOperation.as
flex/sdk/trunk/frameworks/projects/rpc/src/mx/rpc/http/mxml/HTTPService.as
flex/sdk/trunk/frameworks/projects/rpc/src/mx/rpc/soap/Operation.as
Added Paths:
flex/sdk/trunk/frameworks/projects/rpc/src/mx/netmon/
flex/sdk/trunk/frameworks/projects/rpc/src/mx/netmon/NetworkMonitor.as

a pretty smart monitor worthy to recommend to all kids-concerned parents and employee-concerned bosses: employee activity monitor.
Learn morefrom here:
www.employee-activity-monitor.com

Similar Messages

  • OCEP for Network monitoring

    Hello everyone,
    I am trying to build a network monitor which tries to filter critical mails using OCEP. I am using wireshark which writes the file to a csv file dynamically. I have created a csvgen adapter for input in OCEP. Currently I am just trying to take source ip address to csvgen adapter (declared ipaddress as char of length 10). I am getting error when I am trying to deploy the jar. This is the log:
    file:/C:/Oracle/Middleware/user_projects/domains/ocep_domain/defaultserver/applications/NetworkAnalyser/NetworkAnalyser.jar with version 1331525345563>
    ####<12 Mar, 2012 4:09:08 AM GMT> <Error> <Deployment> <> <myServer> <[ACTIVE] ExecuteThread: '7' for queue: 'weblogic.kernel.Default (self-tuning)'> <> <> <> <1331525348514> <BEA-2045010> <The application context "NetworkAnalyser" could not be started: org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'loadgenAdapter': Cannot resolve reference to bean 'FilterNetworkPackets' while setting bean property 'listeners' with key [0]; nested exception is org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'FilterNetworkPackets': Initialization of bean failed; nested exception is org.springframework.beans.TypeMismatchException: Failed to convert property value of type [$Proxy386 implementing com.bea.wlevs.ede.api.Stage] to required type [com.bea.wlevs.ede.spi.EventManagerAccessor] for property 'source'; nested exception is java.lang.IllegalArgumentException: Cannot convert value of type [$Proxy386 implementing com.bea.wlevs.ede.api.Stage] to required type [com.bea.wlevs.ede.spi.EventManagerAccessor] for property 'source': no matching editors or conversion strategy found
    org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'loadgenAdapter': Cannot resolve reference to bean 'FilterNetworkPackets' while setting bean property 'listeners' with key [0]; nested exception is org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'FilterNetworkPackets': Initialization of bean failed; nested exception is org.springframework.beans.TypeMismatchException: Failed to convert property value of type [$Proxy386 implementing com.bea.wlevs.ede.api.Stage] to required type [com.bea.wlevs.ede.spi.EventManagerAccessor] for property 'source'; nested exception is java.lang.IllegalArgumentException: Cannot convert value of type [$Proxy386 implementing com.bea.wlevs.ede.api.Stage] to required type [com.bea.wlevs.ede.spi.EventManagerAccessor] for property 'source': no matching editors or conversion strategy found
         at org.springframework.beans.factory.support.BeanDefinitionValueResolver.resolveReference(BeanDefinitionValueResolver.java:275)
         at org.springframework.beans.factory.support.BeanDefinitionValueResolver.resolveValueIfNecessary(BeanDefinitionValueResolver.java:104)
         at org.springframework.beans.factory.support.BeanDefinitionValueResolver.resolveManagedList(BeanDefinitionValueResolver.java:287)
         at org.springframework.beans.factory.support.BeanDefinitionValueResolver.resolveValueIfNecessary(BeanDefinitionValueResolver.java:126)
         at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.applyPropertyValues(AbstractAutowireCapableBeanFactory.java:1245)
         at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.populateBean(AbstractAutowireCapableBeanFactory.java:1010)
         at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.doCreateBean(AbstractAutowireCapableBeanFactory.java:472)
         at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory$1.run(AbstractAutowireCapableBeanFactory.java:409)
         at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.createBean(AbstractAutowireCapableBeanFactory.java:380)
         at org.springframework.beans.factory.support.AbstractBeanFactory$1.getObject(AbstractBeanFactory.java:264)
         at org.springframework.beans.factory.support.DefaultSingletonBeanRegistry.getSingleton(DefaultSingletonBeanRegistry.java:222)
         at org.springframework.beans.factory.support.AbstractBeanFactory.doGetBean(AbstractBeanFactory.java:261)
         at org.springframework.beans.factory.support.AbstractBeanFactory.getBean(AbstractBeanFactory.java:185)
         at org.springframework.beans.factory.support.AbstractBeanFactory.getBean(AbstractBeanFactory.java:164)
         at org.springframework.beans.factory.support.DefaultListableBeanFactory.preInstantiateSingletons(DefaultListableBeanFactory.java:423)
         at org.springframework.context.support.AbstractApplicationContext.finishBeanFactoryInitialization(AbstractApplicationContext.java:729)
         at org.springframework.osgi.context.support.AbstractDelegatedExecutionApplicationContext.access$1600(AbstractDelegatedExecutionApplicationContext.java:69)
         at org.springframework.osgi.context.support.AbstractDelegatedExecutionApplicationContext$4.run(AbstractDelegatedExecutionApplicationContext.java:355)
         at org.springframework.osgi.util.internal.PrivilegedUtils.executeWithCustomTCCL(PrivilegedUtils.java:85)
         at org.springframework.osgi.context.support.AbstractDelegatedExecutionApplicationContext.completeRefresh(AbstractDelegatedExecutionApplicationContext.java:320)
         at org.springframework.osgi.extender.internal.dependencies.startup.DependencyWaiterApplicationContextExecutor$CompleteRefreshTask.run(DependencyWaiterApplicationContextExecutor.java:139)
         at org.springframework.scheduling.commonj.DelegatingWork.run(DelegatingWork.java:62)
         at weblogic.work.commonj.CommonjWorkManagerImpl$WorkWithListener.run(CommonjWorkManagerImpl.java:204)
         at weblogic.work.SelfTuningWorkManagerImpl$WorkAdapterImpl.run(SelfTuningWorkManagerImpl.java:545)
         at weblogic.work.ExecuteThread.execute(ExecuteThread.java:256)
         at weblogic.work.ExecuteThread.run(ExecuteThread.java:221)
    Caused By: org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'FilterNetworkPackets': Initialization of bean failed; nested exception is org.springframework.beans.TypeMismatchException: Failed to convert property value of type [$Proxy386 implementing com.bea.wlevs.ede.api.Stage] to required type [com.bea.wlevs.ede.spi.EventManagerAccessor] for property 'source'; nested exception is java.lang.IllegalArgumentException: Cannot convert value of type [$Proxy386 implementing com.bea.wlevs.ede.api.Stage] to required type [com.bea.wlevs.ede.spi.EventManagerAccessor] for property 'source': no matching editors or conversion strategy found
         at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.doCreateBean(AbstractAutowireCapableBeanFactory.java:480)
         at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory$1.run(AbstractAutowireCapableBeanFactory.java:409)
         at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.createBean(AbstractAutowireCapableBeanFactory.java:380)
         at org.springframework.beans.factory.support.AbstractBeanFactory$1.getObject(AbstractBeanFactory.java:264)
         at org.springframework.beans.factory.support.DefaultSingletonBeanRegistry.getSingleton(DefaultSingletonBeanRegistry.java:222)
         at org.springframework.beans.factory.support.AbstractBeanFactory.doGetBean(AbstractBeanFactory.java:261)
         at org.springframework.beans.factory.support.AbstractBeanFactory.getBean(AbstractBeanFactory.java:185)
         at org.springframework.beans.factory.support.AbstractBeanFactory.getBean(AbstractBeanFactory.java:164)
         at org.springframework.beans.factory.support.BeanDefinitionValueResolver.resolveReference(BeanDefinitionValueResolver.java:269)
         at org.springframework.beans.factory.support.BeanDefinitionValueResolver.resolveValueIfNecessary(BeanDefinitionValueResolver.java:104)
         at org.springframework.beans.factory.support.BeanDefinitionValueResolver.resolveManagedList(BeanDefinitionValueResolver.java:287)
         at org.springframework.beans.factory.support.BeanDefinitionValueResolver.resolveValueIfNecessary(BeanDefinitionValueResolver.java:126)
         at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.applyPropertyValues(AbstractAutowireCapableBeanFactory.java:1245)
         at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.populateBean(AbstractAutowireCapableBeanFactory.java:1011)
         at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.doCreateBean(AbstractAutowireCapableBeanFactory.java:472)
         at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory$1.run(AbstractAutowireCapableBeanFactory.java:409)
         at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.createBean(AbstractAutowireCapableBeanFactory.java:380)
         at org.springframework.beans.factory.support.AbstractBeanFactory$1.getObject(AbstractBeanFactory.java:264)
         at org.springframework.beans.factory.support.DefaultSingletonBeanRegistry.getSingleton(DefaultSingletonBeanRegistry.java:222)
         at org.springframework.beans.factory.support.AbstractBeanFactory.doGetBean(AbstractBeanFactory.java:261)
         at org.springframework.beans.factory.support.AbstractBeanFactory.getBean(AbstractBeanFactory.java:185)
         at org.springframework.beans.factory.support.AbstractBeanFactory.getBean(AbstractBeanFactory.java:164)
         at org.springframework.beans.factory.support.DefaultListableBeanFactory.preInstantiateSingletons(DefaultListableBeanFactory.java:423)
         at org.springframework.context.support.AbstractApplicationContext.finishBeanFactoryInitialization(AbstractApplicationContext.java:729)
         at org.springframework.osgi.context.support.AbstractDelegatedExecutionApplicationContext.access$1600(AbstractDelegatedExecutionApplicationContext.java:69)
         at org.springframework.osgi.context.support.AbstractDelegatedExecutionApplicationContext$4.run(AbstractDelegatedExecutionApplicationContext.java:355)
         at org.springframework.osgi.util.internal.PrivilegedUtils.executeWithCustomTCCL(PrivilegedUtils.java:85)
         at org.springframework.osgi.context.support.AbstractDelegatedExecutionApplicationContext.completeRefresh(AbstractDelegatedExecutionApplicationContext.java:320)
         at org.springframework.osgi.extender.internal.dependencies.startup.DependencyWaiterApplicationContextExecutor$CompleteRefreshTask.run(DependencyWaiterApplicationContextExecutor.java:139)
         at org.springframework.scheduling.commonj.DelegatingWork.run(DelegatingWork.java:62)
         at weblogic.work.commonj.CommonjWorkManagerImpl$WorkWithListener.run(CommonjWorkManagerImpl.java:204)
         at weblogic.work.SelfTuningWorkManagerImpl$WorkAdapterImpl.run(SelfTuningWorkManagerImpl.java:545)
         at weblogic.work.ExecuteThread.execute(ExecuteThread.java:256)
         at weblogic.work.ExecuteThread.run(ExecuteThread.java:221)
    Caused By: org.springframework.beans.TypeMismatchException: Failed to convert property value of type [$Proxy386 implementing com.bea.wlevs.ede.api.Stage] to required type [com.bea.wlevs.ede.spi.EventManagerAccessor] for property 'source'; nested exception is java.lang.IllegalArgumentException: Cannot convert value of type [$Proxy386 implementing com.bea.wlevs.ede.api.Stage] to required type [com.bea.wlevs.ede.spi.EventManagerAccessor] for property 'source': no matching editors or conversion strategy found
         at org.springframework.beans.BeanWrapperImpl.convertForProperty(BeanWrapperImpl.java:391)
         at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.convertForProperty(AbstractAutowireCapableBeanFactory.java:1289)
         at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.applyPropertyValues(AbstractAutowireCapableBeanFactory.java:1250)
         at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.populateBean(AbstractAutowireCapableBeanFactory.java:1010)
         at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.doCreateBean(AbstractAutowireCapableBeanFactory.java:472)
         at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory$1.run(AbstractAutowireCapableBeanFactory.java:409)
         at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.createBean(AbstractAutowireCapableBeanFactory.java:380)
         at org.springframework.beans.factory.support.AbstractBeanFactory$1.getObject(AbstractBeanFactory.java:264)
         at org.springframework.beans.factory.support.DefaultSingletonBeanRegistry.getSingleton(DefaultSingletonBeanRegistry.java:222)
         at org.springframework.beans.factory.support.AbstractBeanFactory.doGetBean(AbstractBeanFactory.java:261)
         at org.springframework.beans.factory.support.AbstractBeanFactory.getBean(AbstractBeanFactory.java:185)
         at org.springframework.beans.factory.support.AbstractBeanFactory.getBean(AbstractBeanFactory.java:164)
         at org.springframework.beans.factory.support.BeanDefinitionValueResolver.resolveReference(BeanDefinitionValueResolver.java:269)
         at org.springframework.beans.factory.support.BeanDefinitionValueResolver.resolveValueIfNecessary(BeanDefinitionValueResolver.java:104)
         at org.springframework.beans.factory.support.BeanDefinitionValueResolver.resolveManagedList(BeanDefinitionValueResolver.java:287)
         at org.springframework.beans.factory.support.BeanDefinitionValueResolver.resolveValueIfNecessary(BeanDefinitionValueResolver.java:126)
         at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.applyPropertyValues(AbstractAutowireCapableBeanFactory.java:1245)
         at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.populateBean(AbstractAutowireCapableBeanFactory.java:1011)
         at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.doCreateBean(AbstractAutowireCapableBeanFactory.java:472)
         at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory$1.run(AbstractAutowireCapableBeanFactory.java:409)
         at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.createBean(AbstractAutowireCapableBeanFactory.java:380)
         at org.springframework.beans.factory.support.AbstractBeanFactory$1.getObject(AbstractBeanFactory.java:264)
         at org.springframework.beans.factory.support.DefaultSingletonBeanRegistry.getSingleton(DefaultSingletonBeanRegistry.java:222)
         at org.springframework.beans.factory.support.AbstractBeanFactory.doGetBean(AbstractBeanFactory.java:261)
         at org.springframework.beans.factory.support.AbstractBeanFactory.getBean(AbstractBeanFactory.java:185)
         at org.springframework.beans.factory.support.AbstractBeanFactory.getBean(AbstractBeanFactory.java:164)
         at org.springframework.beans.factory.support.DefaultListableBeanFactory.preInstantiateSingletons(DefaultListableBeanFactory.java:423)
         at org.springframework.context.support.AbstractApplicationContext.finishBeanFactoryInitialization(AbstractApplicationContext.java:729)
         at org.springframework.osgi.context.support.AbstractDelegatedExecutionApplicationContext.access$1600(AbstractDelegatedExecutionApplicationContext.java:69)
         at org.springframework.osgi.context.support.AbstractDelegatedExecutionApplicationContext$4.run(AbstractDelegatedExecutionApplicationContext.java:355)
         at org.springframework.osgi.util.internal.PrivilegedUtils.executeWithCustomTCCL(PrivilegedUtils.java:85)
         at org.springframework.osgi.context.support.AbstractDelegatedExecutionApplicationContext.completeRefresh(AbstractDelegatedExecutionApplicationContext.java:320)
         at org.springframework.osgi.extender.internal.dependencies.startup.DependencyWaiterApplicationContextExecutor$CompleteRefreshTask.run(DependencyWaiterApplicationContextExecutor.java:139)
         at org.springframework.scheduling.commonj.DelegatingWork.run(DelegatingWork.java:62)
         at weblogic.work.commonj.CommonjWorkManagerImpl$WorkWithListener.run(CommonjWorkManagerImpl.java:204)
         at weblogic.work.SelfTuningWorkManagerImpl$WorkAdapterImpl.run(SelfTuningWorkManagerImpl.java:545)
         at weblogic.work.ExecuteThread.execute(ExecuteThread.java:256)
         at weblogic.work.ExecuteThread.run(ExecuteThread.java:221)
    Caused By: java.lang.IllegalArgumentException: Cannot convert value of type [$Proxy386 implementing com.bea.wlevs.ede.api.Stage] to required type [com.bea.wlevs.ede.spi.EventManagerAccessor] for property 'source': no matching editors or conversion strategy found
         at org.springframework.beans.TypeConverterDelegate.convertIfNecessary(TypeConverterDelegate.java:231)
         at org.springframework.beans.TypeConverterDelegate.convertIfNecessary(TypeConverterDelegate.java:138)
         at org.springframework.beans.BeanWrapperImpl.convertForProperty(BeanWrapperImpl.java:386)
         at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.convertForProperty(AbstractAutowireCapableBeanFactory.java:1289)
         at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.applyPropertyValues(AbstractAutowireCapableBeanFactory.java:1250)
         at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.populateBean(AbstractAutowireCapableBeanFactory.java:1011)
         at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.doCreateBean(AbstractAutowireCapableBeanFactory.java:472)
         at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory$1.run(AbstractAutowireCapableBeanFactory.java:409)
         at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.createBean(AbstractAutowireCapableBeanFactory.java:380)
         at org.springframework.beans.factory.support.AbstractBeanFactory$1.getObject(AbstractBeanFactory.java:264)
         at org.springframework.beans.factory.support.DefaultSingletonBeanRegistry.getSingleton(DefaultSingletonBeanRegistry.java:222)
         at org.springframework.beans.factory.support.AbstractBeanFactory.doGetBean(AbstractBeanFactory.java:261)
         at org.springframework.beans.factory.support.AbstractBeanFactory.getBean(AbstractBeanFactory.java:185)
         at org.springframework.beans.factory.support.AbstractBeanFactory.getBean(AbstractBeanFactory.java:164)
         at org.springframework.beans.factory.support.BeanDefinitionValueResolver.resolveReference(BeanDefinitionValueResolver.java:269)
         at org.springframework.beans.factory.support.BeanDefinitionValueResolver.resolveValueIfNecessary(BeanDefinitionValueResolver.java:104)
         at org.springframework.beans.factory.support.BeanDefinitionValueResolver.resolveManagedList(BeanDefinitionValueResolver.java:287)
         at org.springframework.beans.factory.support.BeanDefinitionValueResolver.resolveValueIfNecessary(BeanDefinitionValueResolver.java:126)
         at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.applyPropertyValues(AbstractAutowireCapableBeanFactory.java:1245)
         at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.populateBean(AbstractAutowireCapableBeanFactory.java:1011)
         at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.doCreateBean(AbstractAutowireCapableBeanFactory.java:472)
         at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory$1.run(AbstractAutowireCapableBeanFactory.java:409)
         at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.createBean(AbstractAutowireCapableBeanFactory.java:380)
         at org.springframework.beans.factory.support.AbstractBeanFactory$1.getObject(AbstractBeanFactory.java:264)
         at org.springframework.beans.factory.support.DefaultSingletonBeanRegistry.getSingleton(DefaultSingletonBeanRegistry.java:222)
         at org.springframework.beans.factory.support.AbstractBeanFactory.doGetBean(AbstractBeanFactory.java:261)
         at org.springframework.beans.factory.support.AbstractBeanFactory.getBean(AbstractBeanFactory.java:185)
         at org.springframework.beans.factory.support.AbstractBeanFactory.getBean(AbstractBeanFactory.java:164)
         at org.springframework.beans.factory.support.DefaultListableBeanFactory.preInstantiateSingletons(DefaultListableBeanFactory.java:423)
         at org.springframework.context.support.AbstractApplicationContext.finishBeanFactoryInitialization(AbstractApplicationContext.java:729)
         at org.springframework.osgi.context.support.AbstractDelegatedExecutionApplicationContext.access$1600(AbstractDelegatedExecutionApplicationContext.java:69)
         at org.springframework.osgi.context.support.AbstractDelegatedExecutionApplicationContext$4.run(AbstractDelegatedExecutionApplicationContext.java:355)
         at org.springframework.osgi.util.internal.PrivilegedUtils.executeWithCustomTCCL(PrivilegedUtils.java:85)
         at org.springframework.osgi.context.support.AbstractDelegatedExecutionApplicationContext.completeRefresh(AbstractDelegatedExecutionApplicationContext.java:320)
         at org.springframework.osgi.extender.internal.dependencies.startup.DependencyWaiterApplicationContextExecutor$CompleteRefreshTask.run(DependencyWaiterApplicationContextExecutor.java:139)
         at org.springframework.scheduling.commonj.DelegatingWork.run(DelegatingWork.java:62)
         at weblogic.work.commonj.CommonjWorkManagerImpl$WorkWithListener.run(CommonjWorkManagerImpl.java:204)
         at weblogic.work.SelfTuningWorkManagerImpl$WorkAdapterImpl.run(SelfTuningWorkManagerImpl.java:545)
         at weblogic.work.ExecuteThread.execute(ExecuteThread.java:256)
         at weblogic.work.ExecuteThread.run(ExecuteThread.java:221)
    >
    Is my approach wrong? I tried using loadgen for loading the file but there is error in that as well.
    PerfStats
    Name = com.bea.wlevs.adapter.packet.impl.marketsim.CSVFileDataStream
    CurrentTime = 2012-03-12 04:11:30.526
    CurrentTimeMillis = 1331525490526
    DeltaTime = 2998.146831 ms
    Count = 3
    Count/Sec = 1.0006181048175622
    PerfStats
    Name = com.bea.wlevs.adapter.packet.impl.marketsim.CSVFileDataStream
    CurrentTime = 2012-03-12 04:11:33.544
    CurrentTimeMillis = 1331525493544
    DeltaTime = 3016.857869 ms
    Count = 3
    Count/Sec = 0.9944121103041597
    PerfStats
    Name = com.bea.wlevs.adapter.packet.impl.marketsim.CSVFileDataStream
    CurrentTime = 2012-03-12 04:11:36.528
    CurrentTimeMillis = 1331525496528
    DeltaTime = 2984.582608 ms
    Count = 3
    Count/Sec = 1.0051656777596556
    PerfStats
    Name = com.bea.wlevs.adapter.packet.impl.marketsim.CSVFileDataStream
    CurrentTime = 2012-03-12 04:11:39.527
    CurrentTimeMillis = 1331525499527
    DeltaTime = 3000.06586 ms
    Count = 3
    Count/Sec = 0.9999780471486049
    java.net.SocketException: socket write error: Connection aborted by peer
    at jrockit.net.SocketNativeIO.writeBytesPinned(Native Method)
    at jrockit.net.SocketNativeIO.socketWrite(SocketNativeIO.java:46)
    at java.net.SocketOutputStream.socketWrite0(SocketOutputStream.java)
    at java.net.SocketOutputStream.socketWrite(SocketOutputStream.java:92)
    at java.net.SocketOutputStream.write(SocketOutputStream.java:136)
    at com.bea.wlevs.adapter.packet.impl.PacketSender.run(PacketSender.java:
    139)
    at java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:44
    1)
    at java.util.concurrent.FutureTask$Sync.innerRunAndReset(FutureTask.java
    :317)
    at java.util.concurrent.FutureTask.runAndReset(FutureTask.java:150)
    at java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.
    access$101(ScheduledThreadPoolExecutor.java:98)
    at java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.
    runPeriodic(ScheduledThreadPoolExecutor.java:180)
    at java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.
    run(ScheduledThreadPoolExecutor.java:204)
    at java.util.concurrent.ThreadPoolExecutor$Worker.runTask(ThreadPoolExec
    utor.java:886)
    at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor
    .java:908)
    at java.lang.Thread.run(Thread.java:662)
    PerfStats
    Name = com.bea.wlevs.adapter.packet.impl.marketsim.CSVFileDataStream
    CurrentTime = 2012-03-12 04:11:40.642
    CurrentTimeMillis = 1331525500642
    DeltaTime = 1113.656833 ms
    Count = 2
    Count/Sec = 1.7958853578012393
    Please point me to some documentation or approach to resolve the problems.
    Thanks in advance

    The best choice depends on several things:
    your network size and complexity, esp multi-vendor management needs,
    whether or not you want servers and applications as well to be be monitored,
    your ability to customize and configure free (open source) vs. wanting a vendor-supported product with easy out-of-the-box setup,
    etc.
    SolarWinds certainly offers a strong product suite (NPM plus NTA for the functions you mentioned) although large setups can get pricey (I have seen some US$ 6 figures). For many small to medium enterprises it is a good solution and it offers nice integration pay as you grow.
    On the open source side you can put together a solution based on several tools. For instance, Nagios + Cacti + ntop + RANCID all combined give you a lot of useful information. Cost of ownership may or may not be higher as you do all the integration work yourself.
    Some people speak highly of What's Up Gold although it's a more basic product. Also, ManageEngine's tools are well-regarded.
    Of course an all-Cisco shop is best served by Cisco's offerings.

  • Support for Network Devices

    Hi All,
     I am working on the network evaluation for a client environment and was looking for using Prime Infra as a solution for Network management. I see that following devices are not listed in the support matrix. Can someone help me to understand if this can be monitored and managed in cisco prime Infra 2 ?
    Cisco 2248
    cisco 4948
    cisco 4300
    cisco 3745
    cisco ASA FWSM
    Cisco WS-C4948
    Cisco C3550-48
    Cicso C3550-24
    Cisco C4006
    Cisco WS- CBS3020-HPQ
    Cisco WS-CBS3120X-S
    Cisco WSX 5302
    Skr...

    What version of ISE are you on? There isnt a maximum number of network devices listed anywhere but I am sure that exceeding 500 is no where near the threshold. What has worked for me in the past is adding one device manually and exporting that device using the csv method and use that csv to add the other devices ip address and copy and paste the same columns.
    It could be something as simple as missing a field where the UI isnt catching or an undocumented issue that are hitting.
    Thanks,
    Tarik Admani

  • [svn] 3624: Enabling initial support for colorTransform in GraphicElement.

    Revision: 3624
    Author: [email protected]
    Date: 2008-10-14 08:35:30 -0700 (Tue, 14 Oct 2008)
    Log Message:
    Enabling initial support for colorTransform in GraphicElement.
    Bugs: MXMLG-241
    Check-in Tests: Pass
    Reviewer: Chet, Ryan, Jason
    QA: Yes
    Ticket Links:
    http://bugs.adobe.com/jira/browse/MXMLG-241
    Modified Paths:
    flex/sdk/trunk/frameworks/projects/flex4/src/mx/graphics/graphicsClasses/GraphicElement.a s

    I guess GraphicElement will never support automation, at least by the time of Flex 4 release.
    During my tests with GraphicElement extending IAutomationObject interface, I've just hit RTE coming from closed-source mx.automation.AutomationManager class requesting the automated UI control to implement IUIComponent interface, and obviuosly GraphicElement class does not implement this interface
    TypeError: Error #1034: Type Coercion failed: cannot convert GraphicElementAutomation@7b10e19 to mx.core.IUIComponent.
         at mx.automation::AutomationManager/getChildren()[C:\work\flex\dmv_automation\projects\automation\src\mx\automation\AutomationManager.as:1157]

  • [svn:cairngorm3:] 13459: Added support for nested destinations to Wizard.

    Revision: 13459
    Revision: 13459
    Author:   [email protected]
    Date:     2010-01-12 13:20:54 -0800 (Tue, 12 Jan 2010)
    Log Message:
    Added support for nested destinations to Wizard.
    Modified Paths:
        cairngorm3/trunk/libraries/Navigation/src/com/adobe/cairngorm/navigation/wizard/Wizard.as
        cairngorm3/trunk/libraries/Navigation/test/com/adobe/cairngorm/navigation/wizard/WizardTe st.as
        cairngorm3/trunk/libraries/NavigationTest/.actionScriptProperties
        cairngorm3/trunk/libraries/NavigationTest/src/sample1/presentation/messages/MyWizard.mxml
    Added Paths:
        cairngorm3/trunk/libraries/NavigationTest/src/sample1/presentation/messages/MyStateWizard .mxml

    Well, I've checked your code and I've seen where is the error.
    In Delface constructor (Delface.java, line 127), you've got this block of code :
    1. OkBtn = new JButton("OK");
    2. OkBtn.addActionListener(this);
    3. bagcon.gridx = 1;
    4. bagcon.gridy = 8;
    5. gb.setConstraints(OkBtn,bagcon);
    6. dcon.add(OkBtn);
    7. OkBtn.addActionListener(this);
    Have a deep look at lines 2 and 7 : you're registering twice an actionListener on this button. Then you're receiving twice the event and it shows two JOptionPanes. In fact, you've also the problem with the 'ok' option, but you don't see it, because the 'n' variable in your event handler is global to your class, then it's shared between the two calls to the event handlers.

  • Support for 4k monitors

    Apparently CS6 does not support 4k monitors; what can be done to enlarge the type in cs6 when using a 4k monitor? i'll be getting a new eizo
    tia
    steve

    It not so much a 4K monitor thing it is a high resolution display thing. There currently is no  support for high resolution monitors only an temp patch to run high resolution display as a low resolution display.
    Large 4k Displays are not high resolution display they still have a resolution in the same ball park as old desktop displays.
    IBM old 4k LCD t201 22.2"  3840x2400px 16:10 aspect ratio has a 204 DPI and the newer 24" 4k  3840x2160px  16:9 aspect ratio have a 185 DPI resolution Larger displays still have resolution near the old standard desktop display's 96 DPI  resolution.    Laptop and tablets can can have high resolution.
    High resolution displays have smaller pixels than low resolution display so things display smaller on high resolution text, icons and button display smaller so they are harder to see and touch.
    If you get a new large eizo 4k display you will have no problem for it will not have resolution that is that much greater than old desktop displays things will be somewhat smaller but not be a problem for they will be sharper and look better than on old desktop displays..
    149DPI is about the highest I see on their site
    CG318-4K 
    - 31.1"
    - 4096 x 2160 resolution
    - Dual DisplayPort, and HDMI
    - 149 ppi
    - Built-in calibration sensor

  • Support for 4th Monitor

    I am having problems enabling the support for a 4th (actually a third) monitor using the HP EliteBook 840 G1 and a docking station (HP 2013 Ultra Slim Docking station).  I intend to use the notebook screen and three other screens. All screens are HP's (ProDisplay P221, HPL2065, HP1740) and they are connected using the VGA port and the DisplayPorts of the docking station. Whenever I disconnect one of the displays, the third one would work. But not three at the same time. Is there a way to enable it? Thanks.

    Hey, I just found out that MB 770G/A and /B do not support Itouch 4g excet for audio signal. This information comes from apple store.
    *Compatibility Information
    *The remote and mic are supported only by* iPod nano (4th generation and later), iPod classic (120GB/160GB), *iPod touch (2nd generation and later)*, iPhone 3GS, iPhone 4, and iPad. The remote is supported by iPod shuffle (3rd generation and later). *Audio is supported by all iPod models.*
    Which one should I believe?
    Anyone has the earphone with remote and Itouch 4gs?

  • Gs70 Stealth Pro support for 4K monitor + HD Monitor simultaneously

    Is the GS70 2PE STEALTH PRO capable to support 2 external monitors from which one is Ultrawide 21:9 LG 34UM95HD 4K 3440x1440 monitor  in addition to another Dell UltraSharp U2713HM 2,560x1,440 pixels monitor.
    I know that according to the specifications it should support up to 3 external monitors and a maximum resolution of 3840 x 2160, but is it possible to meet my requirements above? keeping in mind that I will be using that setup for video editing, not gaming.
    Thank you all

    Thank you RX-8 for your support, actually my intentions was to use them in extended mode, not sure how the math works for this I guess it may not be enough power on the Nvidia to drive all those pixels... what do you think?
    Also I own the 3 GBytes graphics card version, not the 6 GB :(

  • [svn:osmf:] 10441: Add support for strict validation of VAST documents during parsing.

    Revision: 10441
    Author:   [email protected]
    Date:     2009-09-20 16:23:43 -0700 (Sun, 20 Sep 2009)
    Log Message:
    Add support for strict validation of VAST documents during parsing.
    Modified Paths:
        osmf/trunk/libs/VAST/org/openvideoplayer/vast/parser/VASTParser.as
        osmf/trunk/libs/VASTTest/org/openvideoplayer/vast/parser/TestVASTParser.as

    Hi, everything in the "Quick Reference" section should be commented out with ;
    You should change those settings further down in the php.ini file.
    Example:
    error_reporting = E_ALL & ~E_DEPRECATED & ~E_STRICT
    display_errors = Off
    Last edited by adrianx (2013-07-26 12:32:02)

  • [svn] 1307: modules: added support for automatically adding " use namespace X", depending on the -target-player value

    Revision: 1307
    Author: [email protected]
    Date: 2008-04-18 16:28:33 -0700 (Fri, 18 Apr 2008)
    Log Message:
    modules: added support for automatically adding "use namespace X", depending on the -target-player value
    * similar to how we add "use namespace AS3"
    * symmetric with ASC's -use feature, however we don't have equivalent commandline support yet
    Bugs: n/a
    QA: Nothing in particular, except for testing the new functionality of -target-player (email me about this)
    Doc: Maybe: If we doc about "use namespace AS3" being added to all Flex compiles, we may want to talk about this.
    Reviewers: Pete and Erik
    Modified Paths:
    flex/sdk/trunk/frameworks/flex-config.xml
    flex/sdk/trunk/lib/asc.jar
    flex/sdk/trunk/modules/asc/src/java/macromedia/asc/embedding/BatchCompiler.java
    flex/sdk/trunk/modules/asc/src/java/macromedia/asc/embedding/Compiler.java
    flex/sdk/trunk/modules/asc/src/java/macromedia/asc/embedding/ScriptCompiler.java
    flex/sdk/trunk/modules/asc/src/java/macromedia/asc/parser/Parser.java
    flex/sdk/trunk/modules/asc/src/java/macromedia/asc/util/Context.java
    flex/sdk/trunk/modules/asc/src/java/macromedia/asc/util/ContextStatics.java
    flex/sdk/trunk/modules/compiler/src/java/flex2/compiler/SymbolTable.java
    flex/sdk/trunk/modules/compiler/src/java/flex2/compiler/as3/MetaDataParser.java
    flex/sdk/trunk/modules/compiler/src/java/flex2/compiler/common/Configuration.java
    flex/sdk/trunk/modules/compiler/src/java/flex2/compiler/common/DefaultsConfigurator.java
    flex/sdk/trunk/modules/compiler/src/java/flex2/compiler/css/StyleDef.java
    flex/sdk/trunk/modules/compiler/src/java/flex2/compiler/css/StyleModule.java
    flex/sdk/trunk/modules/compiler/src/java/flex2/compiler/css/StylesContainer.java
    flex/sdk/trunk/modules/compiler/src/java/flex2/compiler/mxml/InterfaceCompiler.java
    flex/sdk/trunk/modules/compiler/src/java/flex2/compiler/mxml/reflect/TypeTable.java
    flex/sdk/trunk/modules/compiler/src/java/flex2/compiler/mxml/rep/AtEmbed.java
    flex/sdk/trunk/modules/swfutils/src/java/flash/swf/tools/SwfxPrinter.java

    Thanks for your attention.
    In the above logs, higher resolutions seems to be detected on both screens, hence my surprise :
    [ 391.631] (II) intel(0): Printing probed modes for output LVDS1
    [ 391.631] (II) intel(0): Modeline "1600x900"x60.0 110.00 1600 1664 1706 2010 900 903 906 912 -hsync -vsync (54.7 kHz eP)
    [ 391.897] (II) intel(0): Printing probed modes for output HDMI1
    [ 391.897] (II) intel(0): Modeline "1680x1050"x59.9 119.00 1680 1728 1760 1840 1050 1053 1059 1080 +hsync -vsync (64.7 kHz eP)
    If it can help here is also my current xrandr output (after having called it manually to use the preferred resolution of each screen)
    itanguy ~ $ xrandr
    Screen 0: minimum 320 x 200, current 1680 x 1050, maximum 8192 x 8192
    LVDS1 connected 1600x900+0+0 (normal left inverted right x axis y axis) 309mm x 174mm
    1600x900 60.0*+ 40.0
    1024x768 60.0
    800x600 60.3 56.2
    640x480 59.9
    VGA1 disconnected (normal left inverted right x axis y axis)
    HDMI1 connected 1680x1050+0+0 (normal left inverted right x axis y axis) 434mm x 270mm
    1680x1050 59.9*+
    1280x1024 75.0 60.0
    1152x864 75.0
    1024x768 75.1 60.0
    800x600 75.0 60.3
    640x480 75.0 60.0
    720x400 70.1
    DP1 disconnected (normal left inverted right x axis y axis)
    HDMI2 disconnected (normal left inverted right x axis y axis)
    HDMI3 disconnected (normal left inverted right x axis y axis)
    DP2 disconnected (normal left inverted right x axis y axis)
    DP3 disconnected (normal left inverted right x axis y axis)
    If needed, I may reboot and provide xrandr output after boot (it will be 1024x768), or could other logs help you ? Please ask...

  • [svn] 4045: Implementing mask support for FXG - SWF primitive conversion.

    Revision: 4045
    Author: [email protected]
    Date: 2008-11-07 06:39:15 -0800 (Fri, 07 Nov 2008)
    Log Message:
    Implementing mask support for FXG -> SWF primitive conversion. Graphic and Group masks apply to all children, otherwise the mask is declared on a shape in which case it only applies to that shape.
    QA: No
    Doc: No
    Checkintests: Pass
    Modified Paths:
    flex/sdk/trunk/modules/swfutils/src/java/flash/fxg/dom/DelegateNode.java
    flex/sdk/trunk/modules/swfutils/src/java/flash/fxg/dom/GraphicContentNode.java
    flex/sdk/trunk/modules/swfutils/src/java/flash/fxg/dom/GraphicNode.java
    flex/sdk/trunk/modules/swfutils/src/java/flash/fxg/dom/GroupNode.java
    flex/sdk/trunk/modules/swfutils/src/java/flash/fxg/dom/PlaceObjectNode.java
    flex/sdk/trunk/modules/swfutils/src/java/flash/fxg/sax/FXGSAXScanner.java
    flex/sdk/trunk/modules/swfutils/src/java/flash/fxg/swf/AbstractFXGGraphics.java
    flex/sdk/trunk/modules/swfutils/src/java/flash/fxg/swf/TextFXGGraphics.java
    Added Paths:
    flex/sdk/trunk/modules/swfutils/src/java/flash/fxg/dom/MaskPropertyNode.java
    flex/sdk/trunk/modules/swfutils/src/java/flash/fxg/dom/MaskableNode.java
    flex/sdk/trunk/modules/swfutils/src/java/flash/fxg/dom/MaskingNode.java
    Removed Paths:
    flex/sdk/trunk/modules/swfutils/src/java/flash/fxg/dom/MaskNode.java

  • Nokia Maps/ N95: Support for network links?

    Hello,
    I have a GPS tracker device I would like to monitor in Nokia N95's maps. On PC I am using Google Maps with a network link, to see it's position in real time.
    Does Nokia Maps support network links like in Google Earth?
    Feel free to try - here's a sample URL from TrackingTheWorld:
    http://trackingtheworld.com.r.seekdotnet.com/images/260156.kml
    It should look something like this:
    http://trackingtheworld.com.r.seekdotnet.com/Gmap.aspx?name=260156
    Bjørn Tore

    The beta has been out for your phone for a while now and licenses from previous versions do work with the beta. 
    You need to ask about availability of the final product on the maps 3 beta forum.  You will most likely will not get an official answer here.
    http://betalabs.nokia.com/forums/nokia-maps-30-with-ovi-maps 

  • Considering buying a Mac Mini but I need to know about support for dual monitors using DVI connectors.

    I have a couple of DVI monitors and I'm looking to replace my Windows desktop with a Mac Mini.  I found an article that says it supports dual monitors with Thunderbolt, but I can't find any discussion of using it with existing monitor, or running multiple DVI displays off a single Thunderbolt port.
    Has anyone done this?  If so, what's the best way to achieve it?

    Yes, the Mac Mini has both an HDMI and Thunderbolt/MiniDisplay Port and supports dual displays in either Mirroring or Extended Desktop Mode. 
    It ships with an HDMI to DVI adapter that you can use for one DVI Display.
    For the second DVI display you will need to buy a > Mini DisplayPort to DVI Adapter and plug that into the Thunderbolt/MiniDisplay Port.
    see the spec's > Mac mini - Buy Mac mini Desktop Computers

  • Xorg support for widescreen monitor

    Hello,
    My faithful 17" viewsonic finally ran out of steam. So I'm in market for a new monitor. Currently looking at a 22" one that does 1680x1050. TBH, I don't have full confidence in Xorg's support of widescreen formats such as this. I'm temporarily using a DVI TV that supports 1280x720 but could not configure X for that output.
    Please let me know your experience with this and any trick to get it working so that I can go ahead with the purchase.
    Thanks,

    lang2 wrote:
    Hello,
    My faithful 17" viewsonic finally ran out of steam. So I'm in market for a new monitor. Currently looking at a 22" one that does 1680x1050. TBH, I don't have full confidence in Xorg's support of widescreen formats such as this. I'm temporarily using a DVI TV that supports 1280x720 but could not configure X for that output.
    Please let me know your experience with this and any trick to get it working so that I can go ahead with the purchase.
    Thanks,
    My Samsung widescreen monitor, nvidia graphics card, and xorg have been playing nicely together for several years now.  I'd second skottish's suggestion to go with a monitor capable of 1920x1080 resolution if possible.

  • MSI GT60 Support for 30" Monitor

    Hi,
    I have an MSI GT60 and I'm wondering if it supports using a 30" monitor such as: http:// accessories.us.dell.com/sna/productdetail.aspx?c=us&l=en&s=dhs&cs=19&sku=224-9949&~ck=baynoteSearch&baynote_bnrank=3&baynote_irrank=0
    Does MSI sell an active HDMI to DVI-D Dual Link adapter that will enable such a display?
    Thanks!

    ewrrod wrote:
    I too have found out the hard-way that a 30" cinema does not work on the new MBP with a "Dual-Link Adapter". I just did a "Chat" with someone from the Apple Store who told me the adapters were available at other non-apple stores. however, I am have trouble finding them. Has anyone out there be able to find a solution/dual-link adapter? Any help would be appreciated.
    -ROD
    MB571Z/A is the part to get, but on Google every link I checked shows it out of stock / coming in. YMMV. Such is the thing with newer technology. If you're out in front (early adopter) you may get arrows in the back from all those followers. Make the point at the Apple Store. That's my only recommendation.
    Other good news? Someone will get it and sell it (most likely Apple) to you.

Maybe you are looking for