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.

Similar Messages

  • [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

  • What is the post popular out there for network monitoring

    I have been using Solarwinds but I think PRTG will do the same for less. What are you guys using and why.
    Thank you for your answers.

    Leaning towards the Logitech MX Revolution mouse
    Excellent mouse.
    can't decide on which keyboard to get. Any suggestions? What is the best keyboard for a mac?
    This one:
    http://store.apple.com/us/product/MB110LL/A?fnode=MTY1NDA1Mg&mco=NDE4NTQ3NQ

  • What are the recommended specs for Spiceworks Network Monitor

    What are the recommended disk size and memory for Network Monitor?
    This topic first appeared in the Spiceworks Community

    Thanks for the response Ralph but I am looking for a more personal experience someone may have managing 200+ Macs via the OS X server and what their specs are.

  • Network Monitoring Device

    Hello,
    I have added some device which were not supported in SCOM into network monitoring with ICMP ONLY for availability reporting porpuse. The devices got discovered and showing healthy in Network Monitoring Pane. However, when I open network node dashboard, the
    Average Availability Dashboard is RED and get the below error.
    I am using SCOM 2012 R2, with dedicated Resource pool for Network monitoring.
    Please provide the following information to the support engineer if you have to contact Microsoft Help and Support :
    Microsoft.EnterpriseManagement.Presentation.DataAccess.DataProviderException: An error occurred executing the command: [Microsoft.EnterpriseManagement.Presentation.DataProviders.Library!NetworkDashboardProvider/GetManagedEntityAvailabilityPercentage] in
    provider: [Microsoft.EnterpriseManagement.Presentation.DataProviders.NetworkDashboardProvider, Microsoft.EnterpriseManagement.Presentation.DataProviders.Library, Version=7.0.5000.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]. : Unable to execute stored
    procedure needed for dashboard.  If you just installed Operations Manager Reporting Server, please wait a while and try again.  This can also occur if the Operations Manager Reporting Server SQL Server is not started or inaccessible. ---> Microsoft.EnterpriseManagement.Presentation.DataProviders.DataWarehouseException:
    Unable to execute stored procedure needed for dashboard.  If you just installed Operations Manager Reporting Server, please wait a while and try again.  This can also occur if the Operations Manager Reporting Server SQL Server is not started or inaccessible.
    ---> Microsoft.EnterpriseManagement.Common.UnknownDatabaseException: Sql execution failed. Error 777971002, Level 16, State 1, Procedure Microsoft_SystemCenter_Visualization_Library_GetManagedEntityAvailability, Line 43, Message: Sql execution failed. Error
    0, Level 0, State 0, Procedure SDK.GetManagedEntityAvailability, Line 0, Message: Non existent managed entity
       at Microsoft.EnterpriseManagement.Common.Internal.ServiceProxy.HandleFault(String methodName, Message message)
       at Microsoft.EnterpriseManagement.Common.Internal.MonitoringDataWarehouseServiceProxy.GetDataWarehouseStoredProcedureResult(String SpName, StoredProcedureParameterCollection param, IEnumerable`1 columnFilter, Int32 timeout)
       at Microsoft.EnterpriseManagement.Warehouse.DataWarehouse.GetDataWarehouseData(String storedProcedureName, StoredProcedureParameterCollection param, IEnumerable`1 columnFilter, Int32 timeout)
       at Microsoft.EnterpriseManagement.Presentation.DataProviders.NetworkDashboardProvider.GetManagedEntityAvailabilityPercentage(DateTime startDateTime, DateTime endDateTime, Guid managedEntityId, Int32[] goodStates)
       --- End of inner exception stack trace ---
       at Microsoft.EnterpriseManagement.Presentation.DataProviders.NetworkDashboardProvider.GetManagedEntityAvailabilityPercentage(DateTime startDateTime, DateTime endDateTime, Guid managedEntityId, Int32[] goodStates)
       --- End of inner exception stack trace ---
       at Microsoft.EnterpriseManagement.Presentation.DataAccess.DataProviderCommandMethod.Invoke(CoreDataGateway gateWay, DataCommand command)
       at Microsoft.EnterpriseManagement.Presentation.DataAccess.CoreDataGateway.ExecuteScalarInternal[TResult](DataCommand command)
       at Microsoft.EnterpriseManagement.Presentation.DataAccess.CoreDataGateway.<ExecuteScalarAsync>b__2[TResult](<>f__AnonymousType0`1 data)
    Any help is appreciated.
    Thanks,
    Binoy Das

    The below step solved the problem. It might help someone.
    Assessment :
    Log Name:      Operations Manager
    Source:        Health Service Modules
    Date:          7/24/2014 2:38:04 PM
    Event ID:      31553
    Task Category: Data Warehouse
    Level:         Error
    Keywords:      Classic
    User:          N/A
    Computer:      abc.domain.com
    Description:
    Data was written to the Data Warehouse staging area but processing failed on one of the subsequent operations.
    Exception 'SqlException': Sql execution failed. Error 2627, Level 14, State 1, Procedure ManagedEntityChange, Line 368, Message: Violation of UNIQUE KEY constraint 'UN_ManagedEntityProperty_ManagedEntityRowIdFromDAteTime'. Cannot insert duplicate key in object
    'dbo.ManagedEntityProperty'. The duplicate key value is (28420, May 15 2014  1:34AM).
    One or more workflows were affected by this. 
    Workflow name: Microsoft.SystemCenter.DataWarehouse.Synchronization.ManagedEntity
    Instance name: Data Warehouse Synchronization Service
    Instance ID: {4F977FCC-C642-3A1B-849C-B74CD07B4D51}
    Management group: XXXX
    Workflow : : Microsoft.SystemCenter.DataWarehouse.Synchronization.ManagedEntity , not able to insert data to the records already available in table Managedentityproperty.
    Next Action:
    •         Take the Full backup of Operations Manager Database and Data Warehouse
    •         After backup completed run  the below queries to back up the ME stage table and then remove the duplicate entries
    select * into ManagedEntityStageDuplicates from ManagedEntityStage
    delete mes
    from ManagedEntityStage mes
    inner join ManagedEntity me on mes.ManagedEntityGuid = me.ManagedEntityGuid
    inner join ManagedEntityProperty mep on me.ManagedEntityRowId = mep.ManagedEntityRowId
    where mep.FromDateTime = mes.ChangeDateTime

  • How to use long capture filter with Network Monitor 3.4 command line

    I want to exclude all traffic from a list of subnets in my capture. This makes for a rather long and complex filter. Is there any option on the command line to refer to a file describing this filter or can one only use the /capture "my extremely long
    filter" command? So, I would have to make the entire thing into one line?

    I suppose if it's longer than 2048 or 4096, there will be a command line length limitation.  Maybe there's a way to work around it with a environment variable, but I think there will always be a limit.  Perhaps there's an easier way to right your
    filter?  Can you use something like the subnet example in the library to shorten the filter.
    Also, do you think your filter will affect capturing speed.  The more complex the filter, the longer it takes to evaluate each incoming message.  That means we have to buffer, and if the firehose is too much, we don't catch all the water :) 
    If the UI can keep up, then it shouldn't be a problem, but some firehoses are bigger than others.  Plus, there driver filters which can filter faster for NMCap.
    Moving forward, Message Analyzer (http://blogs.technet.com/blogs), is the replacement for Network Monitor, which can do the same most of the same kinds of capabilities, but using powershell.  I think you'd
    have more flexibility with variable lengths there.  Plus you can script fancy things.
    Paul

  • What is the best product for network mapping and monitoring? I am an inexperienced user). Mac 10.9.2 laptop

    I have lots of questions, but the gist is that I want to know the best product, preferably from the app store, that I can use for network mapping mapping and monitoring.
    I want to get their mac address or other police trackable etc info so I can use my computer safely.
    I am also being cyberbullied.
    I try just using ethernet but still get intruded on, for instance, messages that "other devices are using my ip address". The only other device I own is an iPod that I keep sahut off plus wifi turned off then.
    (NOTE:  You can skip the rest of this message if you want. It regards hacking attempts etc,  a little out of the scope of discussion, perhaps).
    Also a home intrusion where computer was thoroughly hacked with router(s) set up "very very close to me," according to Apple.
    Also, hackers get into my Facebook and gmail and yahoo mail, really,  no matter what I try to do on my computer and how many times I change passwords it does no good.
    Also,  The ip addresses for google and the one in syste preferences and the one looking up my ip address on ip chicken always gets three different results.
    More worrisome it that hackers got into my Wells Fargo account a week after the intrusion even though I changed all account #'s and pw plus notified bank. They also broke into paypal using my new account numbers.
    Also, stuff like Facetime pops up on my computer without my clicking on it even though I'm using ethernet to connect. I've given up on Time Capsule because I'm told that's how the hackers hacked my computer so thoroughly duriung the intrusion.
    Thanks.

    Aubry,
    why don't you send your sequences straight to Compressor first, encode your movies as MPEG 2 and AC3 audio and import all assets in DVD studio PRO?
    G.

  • Basic Network Monitoring for Cisco Operation Manager 2012

    Hello,
    Please bear with me as i'm new the Operations Manager 2012 world. I've just installed operations manager 2012 in our environment and i've setup a network management point. I've discovered my networking gear which is primarily cisco equipment. The devices
    are appearing as CERTIFIED. It appears that they are HEALTHY however in most cases i'm getting some arbitrary monitors. I have a 6509 switch where memory and processor appear to be being monitored out of the box. I'm receiving alerts and everything.
    My question is how do I turn on monitoring for other discovered components. I seem to understand I can make SNMP monitors under the authoring pane if i know the OID. That sounds like it'd be tedious work for such a simple and basic monitor. However I was
    under the impression I would be able to monitor a lot of these components with a simple click of a button. Is this not the case? I'm primarily interested in monitoring the state and performance of particular interfaces as well as the state of the power supplies
    in our switches. Is there a guide that explains the basic principles of this. What are my options?
    Thanks!
    -Brandon

    Hi,
    You will need to edit the discovery and broaden the range. You may use recursive discovery.
    Recursive discovery will try to discover any other network devices it knows about through its Address Routing Protocol (ARP) table, its IP address table, or the topology Management Information Block (MIB) to grow the network map and present all applicable
    devices to you for monitoring.
    You can also filter out devices that you don't want to be discovered by using properties such as the device type, name, and object identifier (OID). This is a handy option if you wanted to quickly discover all the network devices in your network except,
    a small number or some with a specific criteria.
    In really large networks with a lot of network devices, keep in mind that there is a default limit of 1500 network devices that can be discovered recursively. You can of course tweak this limit to suit your environment if you wish, but for most people, this
    won't be needed.
    More details, please go through the article below:
    http://kevingreeneitblog.blogspot.com/2012/07/scom-2012-network-monitoring-explicit.html
    Regards,
    Yan Li
    Please remember to mark the replies as answers if they help and unmark them if they provide no help. If you have feedback for TechNet Subscriber Support, contact [email protected]

  • WANTED - Network Monitor for E Series

    Desperately want a network monitor for the E Series phone. This was a feature that you used to be able to activate on the 51/6100 range of phones (and a couple of others).
    Does anyone know of one for the E60???????
    Dave -
    Phones:3110,5110,6110,6210,6310,6310i,8210,8250,8310,6230,6230i,6280,E60,E65, 5800, N900
    and: 7110,6250,6220,6111,7370 (but just for a few months)

    I knew that bit, just wondering if anyone knows any software that does the same.
    I found a site, but they have taken it off recently, so can't get it!!!!!!!
    Dave -
    Phones:3110,5110,6110,6210,6310,6310i,8210,8250,8310,6230,6230i,6280,E60,E65, 5800, N900
    and: 7110,6250,6220,6111,7370 (but just for a few months)

  • Network monitoring for beginners

    I guess the first question would be, what do you WANT to see from these monitors? Is there specific information you want to get from them?

    Hello-
    I am a novice who is responsible for a small network in a library.   I need to learn more about network monitoring.   I have installed the Spiceworks Network Monitor, and I have been a exploring  a little bit with MRTG.   My particular issue is that I do not know how to interpret the information from the monitors.  I have been searching for resources to help me with this and network monitoring in general, but I haven't been able to find much.  Can anyone recommend where I might be able to find some help.
    Thanks,
    Seth Stephens
    Jefferson Township Public Library
    Oak Ridge, N.J. 07438
    This topic first appeared in the Spiceworks Community

  • Scanning the network for devices with Network Monitor

    At the moment there are no way to scan your network for devices. And I think there is a good reason for not doing so. If your users shut down their PC when their day is done - do you need an alert for that? 
    They way this is designed is for you to decide which devices is the most important, so much that it demands live monitoring.

    Are they going to add the ability to scan the network for devices instead of having to manually add them? I've seen it in the inventory management but can't find a way to do it in the Network Monitor. I apologise if you can already do this but I haven't figured it out myself.
    This topic first appeared in the Spiceworks Community

  • Network monitor tools for flex ?

    Hello,
    Is there any idea about implementation of network monitoring tools  ?
    I want similar kind of functionality that flash buiilder network monitor provide in my live site's flex object.
    Thanks,
    Mohit

    Hi,
    You can pdo it using air: http://livedocs.adobe.com/flex/3/html/help.html?content=network_connectivity_1.html
    Best,

  • Error message when trying login to Network Monitor "oops something went wrong"

    I am trying to get network monitor to work on my network. However, when installed I enter my credentials and get the error something went wrong. I am assuming we are blocking some traffic on the firewall or possibly even through a content filter. What I don't know is what url needs to be white-listed or which ports need to be opened for the application to work. 
    Firewall is off on the pc. I can authenticate when on a standard "outside link" But cannot when the same pc is on the LAN at work. Any suggestions would be greatly appreciated!
    This topic first appeared in the Spiceworks Community

    Please,  run the DirectX diagnostics tool (32-bit version).
    Go to Windows Start and in the Run box type dxdiag.exe and press the OK button. This will start the DirectX diagnostics program. Run this diagnostics and save the results to a file. Please, attach this file to your post.
    Be aware that you will have to zip this file before attaching it here.

  • Spiceworks Network Monitor not working after upgrading to version 1.2

    It's the same with my upgrade. Look like we need some oil and vinegar for the  pepper ;)

    Hello,
    I received the email informing the availability of the new release of Network Monitor. After upgrading, the web console locks at below step:
    The above issue persists whatever restarting the services or rebooting the computer hosting this service.
    I also noticed that the size of this release is 682KB which is obviously small compare to old version:
    Anyone else experiences the same issue?
    Thanks
    This topic first appeared in the Spiceworks Community

  • XFCE network monitor applet

    XFCE has this nice network monitor applet, in which you can set the colors of the incoming and outgoing bar. The only problem is that they don't seem to have any effect. Mine stay blue. I'm guessing the global color scheme is interfering somehow... Any solution for this problem?

    This is awesome, thank you for contributing this.

Maybe you are looking for