DB Collector does not show events

Hello folks,
Any advice on the following? I'm writing a DB collector, but it doesn't
output events. The raw data is stored as it should.
The sqlquery.base is ok. Besides that the only modifications are shown
below:
in
Collector.prototype.initialize = function(){
this.PARSER.getOffsetData = function(input){
if (typeof input.RXMap != "undefined") {
return input.RXMap.col_entryNr;
conn.addParser(this.PARSER.getOffsetData);
and in
Record.prototype.parse = function(e){
First setting variable DateTime, which is okay and used in the
following:
if (e.setObserverEventTime(DateTime)) {
this.evtName = "Example event";
this.msg = this.RXMap.col_text1 + " " + this.RXMap.col_text2 + "
by " + this.RXMap.col_userID;
// set SEND_EVENT to true if your parsing logic worked correctly
instance.SEND_EVENT = true;
// If you can't parse...
else {
rec.sendUnsupported();
What am I missing here?
I get the following error in the server0.0.log and I've got no idea
where to dig.. To me everything looks ok in the debug mode.
Code:
Tue Jun 24 17:22:46 EEST 2014|SEVERE|Collector [EXAMPLE APPLICATION2]|esecurity.base.util.logging.UnexpectedExceptionHa ndler.handle
An unexpected exception occurred while saving offset for device undefined.; Exception UUID has to be represented by the standard 36-char or 32-char hex representation - uuid = undefined; java.lang.NumberFormatException;
Tue Jun 24 17:22:46 EEST 2014|SEVERE|Collector [EXAMPLE APPLICATION2]|esecurity.base.util.logging.UnexpectedExceptionHa ndler.handle
java.lang.NumberFormatException: UUID has to be represented by the standard 36-char or 32-char hex representation - uuid = undefined
at com.esecurity.uuid.UUID.<init>(UUID.java:128)
at esecurity.base.datamodel.attribute.EsecUuid.setVal ue(EsecUuid.java:64)
at esecurity.base.datamodel.attribute.EsecUuid.<init> (EsecUuid.java:36)
at esecurity.db.object.EventSourceOffsetImpl.setEvent SourceId(EventSourceOffsetImpl.java:35)
at esecurity.ccs.comp.proxycollector.common.ProxyDevi ceOffsetManager.saveOffset(ProxyDeviceOffsetManage r.java:195)
at esecurity.ccs.comp.proxycollector.common.ProxyMana ger.setDeviceOffset(ProxyManager.java:1020)
at esecurity.ccs.comp.proxycollector.common.Collector Manager$ResultsHandler.setDeviceOffset(CollectorMa nager.java:1505)
at esecurity.ccs.comp.proxycollector.common.Pluggable EngineMediator.setOffset(PluggableEngineMediator.j ava:144)
at esecurity.ccs.comp.evtsrcmgt.collector.util.Script EngineContext.setOffset(ScriptEngineContext.java:2 10)
at sun.reflect.NativeMethodAccessorImpl.invoke0(Nativ e Method)
at sun.reflect.NativeMethodAccessorImpl.invoke(Unknow n Source)
at sun.reflect.DelegatingMethodAccessorImpl.invoke(Un known Source)
at java.lang.reflect.Method.invoke(Unknown Source)
at org.mozilla.javascript.MemberBox.invoke(MemberBox. java:155)
at org.mozilla.javascript.NativeJavaMethod.call(Nativ eJavaMethod.java:243)
at org.mozilla.javascript.optimizer.OptRuntime.call2( OptRuntime.java:76)
at org.mozilla.javascript.gen.c1._c318(Unknown Source)
at org.mozilla.javascript.gen.c1.call(Unknown Source)
at org.mozilla.javascript.optimizer.OptRuntime.call1( OptRuntime.java:66)
at org.mozilla.javascript.gen.c1._c34(Unknown Source)
at org.mozilla.javascript.gen.c1.call(Unknown Source)
at org.mozilla.javascript.optimizer.OptRuntime.callPr op0(OptRuntime.java:119)
at org.mozilla.javascript.gen.c1._c0(Unknown Source)
at org.mozilla.javascript.gen.c1.call(Unknown Source)
at org.mozilla.javascript.ContextFactory.doTopCall(Co ntextFactory.java:393)
at org.mozilla.javascript.ScriptRuntime.doTopCall(Scr iptRuntime.java:2834)
at org.mozilla.javascript.gen.c1.call(Unknown Source)
at org.mozilla.javascript.gen.c1.exec(Unknown Source)
at esecurity.ccs.comp.evtsrcmgt.collector.util.BSFEng ine.runRhino(BSFEngine.java:121)
at esecurity.ccs.comp.evtsrcmgt.collector.util.BSFEng ine.run(BSFEngine.java:65)
at esecurity.ccs.comp.proxycollector.common.SingleThr eadCollectorExecutor$1.runEngine(SingleThreadColle ctorExecutor.java:232)
at esecurity.ccs.comp.proxycollector.common.SingleThr eadCollectorExecutor$1.run(SingleThreadCollectorEx ecutor.java:149)
at java.lang.Thread.run(Unknown Source)
I've done DB collectors couple of years back and had problems then too,
only different ones..
Help will be appreciated.
BR,
Petri
petri_vesamaki
petri_vesamaki's Profile: https://forums.netiq.com/member.php?userid=379
View this thread: https://forums.netiq.com/showthread.php?t=51166

Forgot to mention Rec2Evt.map which has the following:
EventName,evtName
Message,msg
There seems to be other errors as well in the server0.0.log, they seem
to vary between the attempts.
Code:
Wed Jun 25 10:20:43 EEST 2014|SEVERE|collector-read-thread-undefined|esecurity.base.ccs.proxy.ContainerProxy$ 1.uncaughtException
Uncaught exception; Exception Wrapped java.lang.InterruptedException; org.mozilla.javascript.WrappedException; ; Caused by java.lang.InterruptedException;
Wed Jun 25 10:20:43 EEST 2014|SEVERE|collector-read-thread-undefined|esecurity.base.ccs.proxy.ContainerProxy$ 1.uncaughtException
org.mozilla.javascript.WrappedException: Wrapped java.lang.InterruptedException
at org.mozilla.javascript.Context.throwAsScriptRuntim eEx(Context.java:1757)
at org.mozilla.javascript.MemberBox.invoke(MemberBox. java:170)
at org.mozilla.javascript.NativeJavaMethod.call(Nativ eJavaMethod.java:243)
at org.mozilla.javascript.optimizer.OptRuntime.callPr op0(OptRuntime.java:119)
at org.mozilla.javascript.gen.c1._c32(Unknown Source)
at org.mozilla.javascript.gen.c1.call(Unknown Source)
at org.mozilla.javascript.ContextFactory.doTopCall(Co ntextFactory.java:393)
at org.mozilla.javascript.ScriptRuntime.doTopCall(Scr iptRuntime.java:2834)
at org.mozilla.javascript.gen.c1.call(Unknown Source)
at org.mozilla.javascript.InterfaceAdapter.invokeImpl (InterfaceAdapter.java:147)
at org.mozilla.javascript.InterfaceAdapter$1.run(Inte rfaceAdapter.java:122)
at org.mozilla.javascript.Context.call(Context.java:5 77)
at org.mozilla.javascript.ContextFactory.call(Context Factory.java:503)
at org.mozilla.javascript.InterfaceAdapter.invoke(Int erfaceAdapter.java:125)
at org.mozilla.javascript.jdk13.VMBridge_jdk13$1.invo ke(VMBridge_jdk13.java:136)
at com.sun.proxy.$Proxy8.run(Unknown Source)
at java.lang.Thread.run(Unknown Source)
Caused by: java.lang.InterruptedException
at java.util.concurrent.SynchronousQueue.take(Unknown Source)
at esecurity.ccs.comp.proxycollector.common.Collector Manager$PluggableEngineConnector.readData(Collecto rManager.java:1300)
at esecurity.ccs.comp.proxycollector.common.Pluggable EngineMediator.readData(PluggableEngineMediator.ja va:79)
at esecurity.ccs.comp.evtsrcmgt.collector.util.Script EngineContext.readData(ScriptEngineContext.java:19 8)
at sun.reflect.GeneratedMethodAccessor100.invoke(Unkn own Source)
at sun.reflect.DelegatingMethodAccessorImpl.invoke(Un known Source)
at java.lang.reflect.Method.invoke(Unknown Source)
at org.mozilla.javascript.MemberBox.invoke(MemberBox. java:155)
... 15 more
Wed Jun 25 10:20:44 EEST 2014|WARNING|TimerThreadPool pool|esecurity.ccs.comp.evtsrcmgt.collector.util.S criptEngineUtil.setStopFlag
There is no context match the uuid: 853DA326-D455-1031-B752-000C292A3FE8
The uuid in the end corresponds to to collectors uuid.
petri_vesamaki
petri_vesamaki's Profile: https://forums.netiq.com/member.php?userid=379
View this thread: https://forums.netiq.com/showthread.php?t=51166

Similar Messages

  • Ios 7 calendar does not show events 2 years in the future

    Why does ios 7 calendar does not show events 2 years in the future?
    I've entered the events more than twice and it all shows up in the OSX calendar but not on my iphone.

    Just tested it works even 3 years ahead.
    Tap Calendars (bottom, middle) is All iCloud selected (tick mark)?

  • Month and Week Calendar view - does not show events that span days?

    In the weekly and monthly calendar views, if you have an event, such as a show or an appointment where you will be out of town for several days, the view will only show the appointment for the first day, and not for the entire event life. For example, in MS Outlook, if you schedule an event that begins on Date 1 and ends of Date 2, spanning several days, the calendar will show the date range as blocked off. Does the calendar in CRM do the same? If so, is this a setup parameter?
    Also, with the calendar, is there a way to have the small calendar in the left panel show the days with a scheduled event to be bold or somehow indicate that there is an event on that day?
    Edited by: nsidev on Aug 11, 2009 6:38 AM

    According to CRM Support
    CRM Support wrote:the ability to block off a multi-day appointment in the Weekly and Monthly Calendar Views is not currently available on our product. However, we have submitted this functionality to our engineers as an enhancement request. At this time we are unable to provide an estimated time of implementation while this request is being analyzed and processed.
    Simple things seem hard for the Siebel guys.
    Edited by: nsidev on Aug 14, 2009 7:11 AM
    Edited by: nsidev on Aug 14, 2009 7:12 AM

  • Calendar does not show events for current month unless I switch away and back

    I have had this issue on my iPad 1st gen (with OS 5.1, also happened on previous OS version) where when I open my calendar in month view, the entire month will be blank (have no events showing). I have to swipe to a different month and then back to the first month, and then it will show all of my events for the month. This is a pretty annoying bug. Are there any fixes for this?
    edit: I see this has also been reported at https://discussions.apple.com/message/17750848

    Happening to me, too.  Started with 5.0 and continues on 5.1.  I referenced your thread in the one that you listed, just to keep them linked up and build up a list of affected users.

  • Ipad 4.3.3 does not show events in Photo

    Hello,
    I updated my IPAD to Software Version 4.3.3 and now when I go into PHOTOS, it only has tabs for PHOTOs, Albums, Faces and Places. I currently have IPHOTO 11.  Before the update, I had a tab for EVENTS.  Having the EVENTS tab is very useful.  How do I get the EVENTS tab back?

    I had the same problem. I just iupdated to iPhoto 9.1.3 and then synced my iPad 2. it fixed the problem for me.

  • Calendar on iPad (OS7.0.4) does not show home calendar events

    I can create an event on my ipad, but it does not show up on the calendar.  It does show up in icloud and iphone, but not on the ipad.  Likewise I can create events on my iphone and icloud.  Those events show up on the iphone and icloud, but not the ipad.  I checked teh settings and the Home calendar is shown as default. 

    Is the "Home" calendar displayed on the device (Calendar app > Calendars [lower center] > [tap the the Home Calendar if it is not checked]

  • IOS 7 Calendar Day View does not show any all-day events ?

    Hi,
    I realize that iOS 7 Calendar Day View  does not show any all-day events.
    Is this a bug ?
    Any help given is much appreciated.
    Thanks and Regards.

    Mine brings me right up to the current time, or in the case of another day, it takes me to the first appointment of the day.

  • I am looking for a specific photo in my event folder, it does not show up, yet when I use the search feature, the photo is there.  Why doesn't it show up in the folder?

    I am looking for a specific photo in my event folder, it does not show up, yet when I use the search feature the picture is there.  Why doesn't it show up in the folder?

    What system and iPhoto version are you running?
    If your're using iPhoto 9 or later  Command (right) - click on the photo in the search window and select Show Event in the Contextual menu. 
    That will take you to the event where the photo is.
    OT

  • How do I determine the size of an event (cmd I does not show any size for events).

    How do I determine the size of an Event in iPhoto? (Cmd + I does not show size information at the event level).

    If you're running iPhoto 8 (09) select the event and look at the Info pane at the lower left hand corner of the window.  It will give you the number of photos and size:
    for iPhoto 9 (11) open the Event, select all of the photos in it and open the Info drawer at the right by typing Command+i.  The number of photos and size will be at the top of the Info drawer.
    OT

  • Linked Recon event does not show up in user's provisioned resources

    I am totally new at this Orcale OIM stuff and I have looked through this forum and have not found an answer. I have configured the connector and and (I think) successfully ran the EBS_TR_User task limiting it to one specific user. It runs and I do not see any errors. It did create an entry in the Recon Event Manager in the design console and the event indicates that the EBS user is "linked" to the expected OIM user. The recon event also shows the responsibility that is in EBS for the user. However, what I do not understand is that when I look at the user in OIM and select to display the resource profile for the user, the responsibility does not show in OIM.
    Why does it not show in OIM? Is there something I am missing to cause it not to appear? Or is there another step I need to complete to make it appear? Or does it just not ever appear? Does anyone know what to do after the EBS_TR_User scheduled task runs or where I can find information on this? Any insight or direction is greatly appreciated !!

    Well take care of Martin's Suggestion to first of all identify that its Trusted Source or Target Resource model of reconciliation you are running. This is how you can identify that:
    - Check it against the Connector Documentation Or
    - Go to the Resource Object against which you are running this reconciliation. Check the Trusted check box. If this is checked then you are running Trusted Mode and in this case you won't be able to see those Responsibilities in the Resource Profile of Users.
    Now if the above condition is not true and the mode is not Trusted then make sure you have the following rule condition defined.
    One Entity Match Found -> Establish Link
    One Process Match Found -> Establish Link *(For Later on identification of same Account)*
    Thanks
    Sunny

  • Desktop 4.1.4 does not show calendar event after changing category

    Palm Desktop 4.1.4 does not show (properly) a calendar event after changing its category and does not allow me editing it (on PC). 
    The event  is seen as "grayed" region (no boarder and no 3D elevation shadow) although with different colors reminding the category ones.
    Synchronization with my Tungsten E goes normally: I can see the event on the handheld, edit it, etc. 
    I use Win XP Pro  5.1.2600 SP3 build 2600 installed on Lenovo X61S (x86 based).
    Thanks for any help. 
    Post relates to: Tungsten E

    Make sure Category is set to all. Also try switching to a different category view then back to all.
    Post relates to: None

  • Skillbuilder calendar plugin does not show any events

    Hi,
    I have installed the Skillbuilder calendar plugin and added it to a page. The actual calendar renders fine, however it does not show any events despite the fact that I know events are there to be shown.
    The SQL I am using is
    select
      rowid as id,
      job_number as title,
      'false' as all_day,
      to_char(start_date,'YYYY-MM-DD "T" HH24:MI:SS') as start_date,
      null as end_date,
      null as url,
      null as class_name
    from diary_vw
    In SQL Dev this shows the following results:
    ID
    TITLE
    ALL_DAY
    START_DATE
    END_DATE
    URL
    CLASS_NAME
    AAAKuDAAFAAADJCAAD
    ADMIN
    false
    2014-01-20 T 16:15:00
    AAAKuDAAFAAADJCAAE
    ON SITE
    false
    2014-01-22 T 08:00:00
    AAAKuDAAFAAADJHAB1
    ADMIN
    false
    2014-01-21 T 09:00:00
    AAAKuDAAFAAADJIAAJ
    ADMIN
    false
    2014-01-20 T 15:00:00
    I have tried specifying the END_DATE as well using a similar format but still no joy.
    Any ideas?
    Regards,
    Jeremy

    I don't use that plugin, but I believe the problem could be this line
      to_char(start_date,'YYYY-MM-DD "T" HH24:MI:SS') as start_date
    Have you tried selecting start_date instead? Is start_date a date column?
    Also, I believe you should specify both start and end date; I don't see how else is your event supposed to show on the calendar.
    Like I said, I don't use that plugin, so I'm quite possibly wrong, but if you recreate the problem on apex.oracle.com, I'll be happy to look at it.

  • Blocked thread with no events does not show up in Flight Recording

    When there is no event in a thread and the thread is blocked during the entire duration of a flight recording, the thread does not show up in the flight recording. How to check the state of such a thread from the flight recording?

    Hi,
    I am not sure I understand the question correctly, but events (like Java Blocked) are only saved to file when the thread is not longer blocked. So if you have an event that goes on during the whole recording it won't show up. It's a known limitation of flight recorder.
    If you are really desperate to find out the state of the thread you could look at the Method Profiling events that samples the thread.
    1) In the Event Types remove all the events that are checked.
    2) Check the Method Profiling Sample.
    3) Go to Events-> Threads. Select the thread you are interested in
    4) Right click and select Operative Set -> Set Selection
    5) Go to Events -> Log and check Show only Operative Set
    6) Click on an event in the log and look at Event Attributes below. There is a field called Thread State which will tell you the state thread.
    That's the best that you could do.
    Erik

  • After install snow leopard, ical does not show the events of some calendars

    After I install snow leopard, ical does not show all the events, or simple does not show the events of some calendars that I created.
    Can somebody solve this problem? Is there some update for ical?

    Try the following:
    1 - Go to your user account home folder, and open the library folder within it.
    Look for the folder named "Calendars" and inside you might find a bunch of different folders with weird names. If they are there that means your calendars might not be lost.
    2 - Look for the file "Calendar Cache". That file might be corrupted. Trash it. You may want to save a copy of it elsewhere. Once trashed, re-open ical. This should force it to rebuild its library based on those folders with weird names you saw. Your calendars should be back. Good luck

  • I imported photos but the event does not show

    I imported photos today, it shows up under "Last Import" but the event does not show under "Events", how do I fix this?

    What version of iPhoto are you running? Also is your profile correct?
    In the Events mode set the View ➙ Sort option to By Date ➙ Descending so that the newer events are at the top of the window.
    OT

Maybe you are looking for

  • CUCM9.1, IM&P 9.1 and Jabber 9.2.3

    Hi, Got Jabber for Windows working with UDS but the Jabber client Directory isn't populating with users and search comes back blank. I've specified UDS within the jabber-config.xml file but no joy. Any suggestions? Rich                  

  • HT4993 My email is no longer working.  It is stuck on connecting... I have deleted and try to re-add my email but it will not add it again.  Iphone4S ISO 5.1.1

    Hello, Please help me resolve this issue: All of the sudden my iphone 4s is not able to receive/send emails on any of my 3 accounts ( exchange, gmail, hotmail).  I had IOS 5.1 when this issue happened.  Then I updated to 5.1.1, same issue.  I have de

  • New MacBook Pro on the way?

    Hi, I'm interested in buying a Macbook Pro, but I'd like to know how long the current model (with the 8600M graphics card) has been out for? The last thing I want to do is spend 2 grand for a new one to come out a month later! Does anyone have an ide

  • Isight problem...maybe photobooth....

    i found my isight camera in a wired situation this morning when i open photobooth...i found the image in the photobooth got widen for some reasons..i was wondering if anyone came across this problem before? is it a hardware or software issue... p.s.

  • PL/SQL array passed to SQL IN

    Hi, I have a PL/SQL array which type is defined like this: create or replace type type_id_array as table of number(6, 3); then i create a variable and initilaize: var_1 type_id_array; var_1 := ..... then i have a select statement. select * from table