SourceFire is not updating the data

I am currently running Virtual Defense Center 64bit, v5.2.0 ( Build 838), Sourcefire Linux OS 5.2 (build 135).  We have the Defense Center and one device ( 3D7010).  The system was working fine until we changed the password on the Shell account on the Defense Center and the device, both were also rebooted.  Now the data in the Defense Center is not updating.  It appears via the syslogs that everything is working correctly, except for the transfer of data from the device to the Defense center.  I am pretty sure I need to update the password some where in the Defense Center for data updates to resume, but I can't seem to find it.  The device is showing green under device management.  After reviewing the syslogs, the device is not seeing the heartbeat from the SFDC.
We are getting the following results:
Nov 28 2014 09:45:05 Sourcefire3D sudo: pam_unix(sudo:session): session closed for user root
Nov 28 2014 09:45:05 Sourcefire3D sudo: pam_unix(sudo:session): session opened for user root by (uid=0)
Nov 28 2014 09:45:05 Sourcefire3D sudo: pam_unix(sudo:session): session closed for user root
Nov 28 2014 09:45:05 Sourcefire3D sudo: pam_unix(sudo:session): session opened for user root by (uid=0)
Nov 28 2014 09:45:05 Sourcefire3D sudo: pam_unix(sudo:session): session closed for user root
Nov 28 2014 09:45:05 Sourcefire3D sudo: pam_unix(sudo:session): session opened for user root by (uid=0)
Nov 28 2014 09:45:05 Sourcefire3D SF-IMS[2208]: [2243] sftunneld:sf_heartbeat [INFO] Received message for not published Malware Lookup Service for peer 128.132.7.42.
Nov 28 2014 09:45:01 Sourcefire3D SF-IMS[2229]: [24225] Event Streamer:ConnectionHandler [ERROR] SFTunnelConnect returned 24: Not connected
Nov 28 2014 09:45:00 Sourcefire3D SF-IMS[2162]: [2162] pm:process [INFO] Started store_whitelist_history (24224)
Thank you in advance for your help.  Mark.

Opening a ticket with Sourcefire's support department should help you resolve the issue very quickly.  

Similar Messages

  • PC Sync could not update the data to the mobile ph...

    Ok now I am a little annoyed with my Nokia 6680.
    For the last four months it has been working fine but all of a sudden it has stopped synching with either of my PC's.
    The phone connects ok and I can do file transfers etc however when I try to sync it fails with the message
    "The Synchronisation has been Terminated!"
    and
    "PC Sync could not update the data to the mobile phone."
    I updated PC Sync to latest version on both PC's and I have tried cable and bluetooth connections but get the same issue.
    In the end I bit the bullet and re-initialised the phone and it began working again.... for three days and then its doing the same thing again. It still connects ok but no sync.
    My Laptop is using WinXP SP2 and my home PC is on WinXP SP1.
    Anyone able to help with this please, my phone is effectively now a paper weight and I will go back to Pocket PC phones again.

    Thanks for the tip I had the SAME problem on the 6822 same error. The phone had been fine for a month or so. Then nothing would synch, thought it was the PC fixed / reinstalled the software changes options nothing would work same error.
    Read your note, powered down the phone and Bingo all synched fine!
    Thanks very much. I'm using a Nokia 6822

  • Main VI is not updating the data from subVI

    Dear all,
    I
    have a Vi A using the data front a subVi B. When I run it, I see the
    data is updating in the subVI, but not the main Vi and the Front Panel.
    The subVi has three output channels and the main Vi tries to display
    those three channel data on the Front Panel.
    Could somebody tell me how I can solve the problem?
    Thanks a lot.
    Roy
    Solved!
    Go to Solution.

    You could probably use Control Refnums but as Dennis mentioned, be sure to explain the use case to us.
    How Can I Update the Changes Made to a Control/Indicator from a SubVI on the main VI?
    Message Edited by Adnan Z on 06-02-2009 02:48 PM
    Adnan Zafar
    Certified LabVIEW Architect
    Coleman Technologies

  • Save_text Function module is not update the data in the notification, Help!

    Here is the code snippet, does anybody know why? Thanks!
    form update_root_causes
       tables p_it_root_causes type zqmtxt_t
       using notif_no.
      data:
          ls_header type thead,
          lit_lines type standard table of tline,
          lwa_line like line of lit_lines,
          lv_index type i value 0.
      field-symbols:
          <fs> like line of p_it_root_causes.
    fill the header
      ls_header-tdobject = 'QMEL'.
      ls_header-tdname = notif_no.
      ls_header-tdid = 'LTXT'.
      ls_header-tdspras = sy-langu.
    fill the lines table
    fill from line #2 ...
      lv_index = 0.
      loop at p_it_root_causes assigning <fs>.
        if lv_index gt 0.
          lwa_line-tdformat = '*'.
          lwa_line-tdline = <fs>-qmtxt.
          append lwa_line to lit_lines.
        endif.
        lv_index = lv_index + 1.
      endloop.
    update the save_text
      call function 'SAVE_TEXT'
        exporting
          header          = ls_header
          insert          = 'x'
        tables
          lines           = lit_lines.
      call function 'COMMIT_TEXT'
       exporting
         object                = ls_header-tdobject
         name                  = ls_header-tdname
         id                    = ls_header-tdid
         language              = ls_header-tdspras.
    endform.                    " UPDATE_ROOT_CAUSES

    Hi Anthony,
    Two things you can check:
    1. Ensure the notification number you are passing is valid, i.e. it has the requisite number of leading 0s (apply CONVERSION_EXIT_ALPHA_INPUT to ensure to the field notif_no before passing it to ls_header)
    2. In the function module to SAVE_TEXT - INSERT should be 'X' not 'x'
    Please check.
    Adi

  • When I sink my phone with itunes it will not update the data on the phone?

    I added some CD's to my itunes library and was trying to sync them on to my iphone 5 and they will not sync. I have tried everything,

    Why not?
    Any errors?
    What is selected to sync?

  • Automatic Row Processing (DML) process is not updating the record

    Hi all,
    I have an application which was working fine last week and tested and backuped to new application. This Monday, one of the form in that application is not updating the data all of a sudden. I debug that by having page 0 variable and assign the value from the column variable to page 0 variable. Whatever value I changed to the column variable was getting updated to page 0 variable. But it is not updated in the database. So, I changed the success message of the "Automatic Row Processing (DML) process" and I can see the success message on the page, but the column value does not get updated. But when I go back and checked my backup application, that page is working fine. For now, I copy that from the backup application, but I would like to know why this is happening?
    Thanks
    SHY

    Hi Scott,
    Thank you very much for your response. Because of the database complexity, I can't create/import the application on the apex.oracle.com. I am just wondering why this is happening. One of my coworker said same thing happened to her in one of her project and it gets resolved once she restart the server. I am not able to restart the server to check and see if this resolved as the application is on the client server. Do we need to clean up any log file? Thanks.
    SHY

  • Function module updating the data base table

    Hi,
      This post is regarding the function module not updating the data base table.
    I am calling the FM SD_SHIPMENT_HEADER_CHANGE inside the ZFM. It's returning success an changing the  table c_xvttk_new with the new TDLNR value. But it's not updating the Shipment table VTTK-TDLBR or VT02N Forwarding agent.
    When I directly updating Forwarding agent in VT02N it's updating fine.
    Please let me know what the extra step need to be included to update or COMMIT the FM for updating
    Forwarding Agent(VTTK-TDLNR).
    Best Regards,
    Mahesh

    hi friend,
    This link wont five u the complete help but if u ananyse it  then it might provide u some idea......
    BAPI change shipment doc
    regards
    kanishak

  • Form not committing the data

    I'm a newbie in Apex development.
    We are working in Apex 4.0.
    I have created a form on a table with report.
    Form updates work fine with automated row processing(DML) but when I replace
    this process with a PL/SQL process (calling our internal procedures to handle the
    journalling, replication etc.) then form does not commit the new field values.
    My Pl/SQL block is something like this
    DECLARE
    v_rec_sid NUMBER := 0;
    v_sqlcode NUMBER := 0;
    v_sqlerrm VARCHAR2(132) := NULL;
    BEGIN
    v_rec_sid := :P11_REC_SID;
    P_TABLE
    , IO_REC_SID => v_rec_sid
    , O_SQLCODE => v_sqlcode
    , O_SQLERRM => v_sqlerrm
    , I_FORENAME => :P11_FORENAME
    , I_LOGIN_ID => :P11_LOGIN_ID
    , I_MIDDLE_NAMES => :P11_MIDDLE_NAMES
    , I_SURNAME => :P11_SURNAME
    , I_TITLE => :P11_TITLE
    -- Report any problem
    IF v_sqlcode <> 0 THEN
    htp.p('PV - ' || to_char(v_sqlcode)||': '||substr(v_sqlerrm,1,80));
    END IF;
    :P11_REC_SID := v_rec_sid;
    EXCEPTION
    WHEN OTHERS THEN
    htp.p('Error - ' || TO_CHAR(SQLCODE)||': '||substr(SQLERRM,1,80));
    htp.nl;
    END;
    This process is 'On Submit-After Computations and Validations' and while running the form
    it shows the Process Success Message but when it goes back to report page it shows that it
    has not updated the data.
    When I compared the session state between automated row processing and my process the difference
    is that the status of all page parameters (except the primary key which shows the actual value)
    is 'blank' for automated row processing and 'Reset to Null' for my process.
    When I print the page parameters value (after header section) it shows the value in all parameters.
    I have tried using the COMMIT inside my pl/sql block but it does not make any difference.
    What am I missing.
    Thanks
    Dino

    910226 wrote:
    I'm a newbie in Apex development.Welcome to the forum: please read the FAQ and forum sticky threads (if you haven't done so already), and ensure you've updated your profile with a real handle instead of "910226".
    We are working in Apex 4.0.You'll get a faster, more effective response to your questions by including as much relevant information as possible upfront. This should include:
    <li>Full APEX version
    <li>Full DB/version/edition/host OS
    <li>Web server architecture (EPG, OHS or APEX listener/host OS)
    <li>Browser(s) and version(s) used
    <li>Theme
    <li>Template(s)
    <li>Region/item type(s)
    With APEX we're fortunate to have a great resource in apex.oracle.com where we can reproduce and share problems. Reproducing things there is the best way to troubleshoot most issues, especially those relating to layout and visual formatting. If you expect a detailed answer then it's appropriate for you to take on a significant part of the effort by getting as far as possible with an example of the problem on apex.oracle.com before asking for assistance with specific issues, which we can then see at first hand.
    My Pl/SQL block is something like thisAlways post code wrapped in tags<tt>\...\</tt> tags to preserve formatting and special characters.
    DECLARE
      v_rec_sid     NUMBER        := 0;
      v_sqlcode     NUMBER        := 0;
      v_sqlerrm     VARCHAR2(132) := NULL;
    BEGIN
        v_rec_sid := :P11_REC_SID;
    P_TABLE
    , IO_REC_SID            =&gt;  v_rec_sid
    , O_SQLCODE             =&gt;  v_sqlcode
    , O_SQLERRM             =&gt;  v_sqlerrm
    , I_FORENAME                =&gt;  :P11_FORENAME
    , I_LOGIN_ID                =&gt;  :P11_LOGIN_ID
    , I_MIDDLE_NAMES            =&gt;  :P11_MIDDLE_NAMES
    , I_SURNAME                 =&gt;  :P11_SURNAME
    , I_TITLE                   =&gt;  :P11_TITLE
    :P11_REC_SID := v_rec_sid;To find out what's going on, get rid of this</a>:
      --  Report any problem
      IF v_sqlcode &lt;&gt; 0 THEN
          htp.p('PV  - ' || to_char(v_sqlcode)||': '||substr(v_sqlerrm,1,80));
      END IF;
    EXCEPTION
      WHEN OTHERS THEN
          htp.p('Error - ' || TO_CHAR(SQLCODE)||': '||substr(SQLERRM,1,80));
          htp.nl;http://tkyte.blogspot.com/2008/01/why-do-people-do-this.html
    END;

  • Unfortunately, I lost by an update all the apps on my iPad 2. Now I can not pull the data from the cloud to my iPad. How is this possible?

    Unfortunately, I lost by an update all the apps on my iPad 2. Now I can not pull the data from the cloud to my iPad. How is this possible?

    If you just installed iCloud does that mean you updated the iOS that's running on your iPad?  If so, you'll want to restore all the programs you have from the backup you hopefully made.
    Refer to these articles for help.
    iTunes: Backing up, updating, and restoring iOS software.
    If you don't want to use iCloud, simply don't activate it.
    You can also download the programs again.
    If you live in a country that supports re-downloading apps then you can re-download them.  You can refer to this article for more help.
    Downloading past purchases from the App Store and iTunes Store
    What to know if your country supports downloading past purchases?
    iTunes in the Cloud Availability

  • Keynote document saved in icloud not updating with data from Numbers? is icloud the problem

    keynote document saved in icloud not updating with data from Numbers? is icloud the problem.
    If both files are held locally on the computer it looks like there is no problem however if you try and do it though icloud (ie your docs are saved on icloud) you dont get the "source" oprion besides the graph etc. Is this a but or a broken function due to the new implementation of icloud.

    Hi sebnor31,
    This is Visual C# forum, but your question seems not related to Visual C# language itself. It most likely related to the bluetooth message transaction protocal or with the device itself.
    I'll move your question to [where is this forum for...] forum where the morderator may direct you to the correct forum.
    Thanks for your understanding.
    We are trying to better understand customer views on social support experience, so your participation in this interview project would be greatly appreciated if you have time. Thanks for helping make community forums a great place.
    Click
    HERE to participate the survey.

  • I recently purchased a MacBook Pro and transferred data from my MacBook via Ethernet cable. I did not consolidate my accounts and kept using my MacBook. Can I update the data transfer now using Ethernet and can I consolidate my accounts?

    I recently purchased a MacBook Pro and transferred data from my MacBook using Migration Assistant via Ethernet cable.  I was confused about consolidating my accounts, so I continued to use my old MacBook.  Can I now update the data transfer using the same process and begin using my new MacBook Pro exclusively?  How do I consolidate my existing accounts?
    Thank you.

    Of course. It does everything it did before Yosemite. You just won't be able to send or receive SMS messages with it.

  • How to Update the data in R/3 From BW

    Hi All ,
         I Need some suggestion . i want to update the data of MARC table in R/3 from BW . Here data goes from BW to R/3 . so How to do this ? . There are no standard BAPI's in BW for this .
    Thanks
    Prithvi.

    Hi,
    The scenario you are explaining is little opposite to what happens generally. Are you sure, you want to update R/3 from BW?
    If you have to update MARC table that means you have to extend the material for different plants. Try using BAPI_MATERIAL_SAVE_DATA.
    Regards,
    Ravi
    Note : Please mark all the helpful answers

  • The workflow could not update the item, possibly because one or more columns for the item require a different type of information. Outcome: Unknown Error

    Received this error (The workflow could not update the item, possibly because one or more columns for the item require a different type of information.) recently on a workflow that was
    working fine and no changes were made to the workflow.
    I have tried a few suggestions, i.e. adding a pause before any ‘Update’ action (which didn’t help because the workflow past this action without incident); checked the data type being written
    to the fields (the correct data types are being written); and we even checked the list schema to ensure the list names and the internal names are aligned (they
    are), but we still cannot figure out why the workflow is still throwing this error.
    We located the area within the workflow step where it is failing and we inserted a logging action to determine if the workflow would execute the logging action but it did not, but wrote the same error message.
    The workflow is a Reusable Approval workflow designed in SharePoint Designer 2010 and attached to a content type. 
    The form associated with the list was modified in InfoPath 2010. 
    Approvers would provide their approval in the InfoPath form which is then read by the workflow.
    Side note - items created after the workflow throws this Unknown Error some seem to be working fine. 
    We have deleted the item in question and re-added it with no effect. 
    Based on what we were able to determine there don’t seem to be any consistency with how this issue is behaving.
    Any suggestions on how to further investigate this issue in order to find the root cause would be greatly appreciated?
    Cheers

    Hi,
    I understand that the reusable workflow doesn’t work properly now. Have you tried to remove the Update list item action to see whether the workflow can run without issue?
    If the workflow runs perfectly when the Update list item action is removed, then you need to check whether there are errors in the update action. Check whether the values have been changed.
    Thanks,
    Entan Ming
    Entan Ming
    TechNet Community Support

  • The workflow could not update the item, possibly because one or more columns for the item require a different type of information using Update Item action

       I got error  "The workflow could not update the item, possibly because one or more columns for the item require a different type of information "I  found out the cause is  Update Item action       
    I need to update item in another List call Customer Report ,the field call "Issues"  with data type  "Choice"   to yes
    then the error arise .   please help..

    Thanks for the quick response Nikhil.
    Our SPF 2010 server is relatively small to many setups I am sure. The list with the issue only has 4456 items and there are a few associated lists, eg lookups, Tasks, etc see below for count.
    Site Lists
    Engagements = 4456 (Errors on this list, primary list for activity)
    Tasks = 7711  (All workflow tasks from all site lists)
    Clients = 4396  (Lookup from Engagements, Tslips, etc)
    Workflow History = 584930 (I periodically run a cleanup on this and try to keep it under 400k)
    Tslips = 3522 (Engagements list can create items here, but overall not much interaction between lists)
    A few other lists that are used by workflows to lookup associations that are fairly static and under 50 items, eg "Parters Admin" used to lookup a partners executive admin to assign a task.
    Stunpals - Disclaimer: This posting is provided "AS IS" with no warranties.

  • Not Updating the Values in the JComboBox and JTable

    Hi Friends
    In my program i hava Two JComboBox and One JTable. I Update the ComboBox with different field on A Table. and then Display a list of record in the JTable.
    It is Displaying the Values in the Begining But when i try to Select the Next Item in the ComboBox it is not Updating the Records Eeither to JComboBox or JTable.
    MY CODE is this
    import java.awt.*;
    import java.awt.event.*;
    import javax.swing.*;
    import javax.swing.DefaultComboBoxModel.*;
    import javax.swing.table.*;
    import java.sql.*;
    import java.util.*;
    public class SearchBook extends JDialog implements ActionListener
         private JComboBox comboCategory,comboAuthor;
         private JSplitPane splitpane;
         private JTable table;
         private JToolBar toolBar;
         private JButton btnclose, btncancel;
         private JPanel panel1,panel2,panel3,panel4;
         private JLabel lblCategory,lblAuthor;
         private Container c;
         //DefaultTableModel model;
         Statement st;
         ResultSet rs;
         Vector v = new Vector();
         public SearchBook (Connection con)
              // Property for JDialog
              setTitle("Search Books");
              setLocation(40,110);
              setModal(true);
              setSize(750,450);
              // Creating ToolBar Button
              btnclose = new JButton(new ImageIcon("Images/export.gif"));
              btnclose.addActionListener(this);
              // Creating Tool Bar
              toolBar = new JToolBar();
              toolBar.add(btnclose);
              try
                   st=con.createStatement();
                   rs =st.executeQuery("SELECT BCat from Books Group By Books.BCat");
                   while(rs.next())
                        v.add(rs.getString(1));
              catch(SQLException ex)
                   System.out.println("Error");
              panel1= new JPanel();
              panel1.setLayout(new GridBagLayout());
              GridBagConstraints c = new GridBagConstraints();
              c.fill = GridBagConstraints.HORIZONTAL;
              lblCategory = new JLabel("Category:");
              lblCategory.setHorizontalAlignment (JTextField.CENTER);
              c.gridx=2;
              c.gridy=2;
              panel1.add(lblCategory,c);
              comboCategory = new JComboBox(v);
              comboCategory.addActionListener(this);
              c.ipadx=20;
              c.gridx=3;
              c.gridwidth=1;
              c.gridy=2;
              panel1.add(comboCategory,c);
              lblAuthor = new JLabel("Author/Publisher:");
              c.gridwidth=2;
              c.gridx=1;
              c.gridy=4;
              panel1.add(lblAuthor,c);
              lblAuthor.setHorizontalAlignment (JTextField.LEFT);
              comboAuthor = new JComboBox();
              comboAuthor.addActionListener(this);
              c.insets= new Insets(20,0,0,0);
              c.ipadx=20;
              c.gridx=3;
              c.gridy=4;
              panel1.add(comboAuthor,c);
              comboAuthor.setBounds (125, 165, 175, 25);
              table = new JTable();
              JScrollPane scrollpane = new JScrollPane(table);
              //panel2 = new JPanel();
              //panel2.add(scrollpane);
              splitpane = new JSplitPane(JSplitPane.HORIZONTAL_SPLIT,panel1,scrollpane);
              splitpane.setDividerSize(15);
              splitpane.setDividerLocation(190);
              getContentPane().add(toolBar,BorderLayout.NORTH);
              getContentPane().add(splitpane);
         public void actionPerformed(ActionEvent ae)
              Object obj= ae.getSource();
              if(obj==comboCategory)
                   String selecteditem = (String)comboCategory.getSelectedItem();
                   displayAuthor(selecteditem);
                   System.out.println("Selected Item"+selecteditem);
              else if(obj==btnclose)
                   setDefaultCloseOperation(JDialog.DISPOSE_ON_CLOSE);
              else if(obj==comboAuthor)
                   String selecteditem1 = (String)comboAuthor.getSelectedItem();
                   displayavailablity(selecteditem1);
                   //System.out.println("Selected Item"+selecteditem1);
                   System.out.println("Selected Author"+selecteditem1);
         private void displayAuthor(String selecteditem)
              try
              {     Vector data = new Vector();
                   rs= st.executeQuery("SELECT BAuthorandPublisher FROM Books where BCat='" + selecteditem + "' Group By Books.BAuthorandPublisher");
                   System.out.println("Executing");
                   while(rs.next())
                        data.add(rs.getString(1));
                   //((DefaultComboBoxModel)comboAuthor.getModel()).setVectorData(data);
                   comboAuthor.setModel(new DefaultComboBoxModel(data));
              catch(SQLException ex)
                   System.out.println("ERROR");
         private void displayavailablity(String selecteditem1)
                   try
                        Vector columnNames = new Vector();
                        Vector data1 = new Vector();
                        rs= st.executeQuery("SELECT * FROM Books where BAuthorandPublisher='" + selecteditem1 +"'");     
                        ResultSetMetaData md= rs.getMetaData();
                        int columns =md.getColumnCount();
                        String booktblheading[]={"Book ID","Book NAME","BOOK AUTHOR/PUBLISHER","REFRENCE","CATEGORY"};
                        for(int i=1; i<= booktblheading.length;i++)
                             columnNames.addElement(booktblheading[i-1]);
                        while(rs.next())
                             Vector row = new Vector(columns);
                             for(int i=1;i<=columns;i++)
                                  row.addElement(rs.getObject(i));
                             data1.addElement(row);
                             //System.out.println("data is:"+data);
                        ((DefaultTableModel)table.getModel()).setDataVector(data1,columnNames);
                        //DefaultTableModel model = new DefaultTableModel(data1,columnNames);
                        //table.setModel(model);
                        rs.close();
                        st.close();
                   catch(SQLException ex)
    }Please check my code and give me some Better Solution
    Thank you

    You already have a posting on this topic:
    http://forum.java.sun.com/thread.jspa?threadID=5143235

Maybe you are looking for

  • Why has my icon changed to an A on my Mac dashboard and how do I get the original back?

    The Firefox icon (fox /earth) which has been on my Mac's Dashboard forever has changed to a stylized "A" made up of a ruler pencil and brush. I know not why. I would like to revert to the original. Why has this happened and how can I go back. I'm usi

  • Oracle 10g install on Windows server 2008 R2 ( 6.1 )

    Hi All, I am trying to install Oracle 10g over windows server 2008 R2 (6.1) but it gives error that OS is not supported. I tried to install below version. Oracle Database 10g Release 2 (10.2.0.4.0) Enterprise/Standard Edition for Microsoft Windows Vi

  • Communication between a desktop software and a webserver

    I have developed a desktop. i want this software to be a one user license software. The software is suppose to connect to a php webserver were it would obtain it access key before allowing the user to install on the system, so that not more than one

  • RMAN error? == What job generates backup piece files in $ORACLE_HOME?

    Dear experts, I noticed that I have hundreds of files in $ORACLE_HOME that are backup pieces. I have set up the backup location in +FRA.  I am not sure how these files get generated and why the cause an error when RMAN ran as you can see below. I ver

  • Iphone 4S camera frozen

    I have only had my phone a couple of weeks- at first the camera wouldnt work in certain apps.  But today on thanksgiving it just froze on the shutter.  I have tried all of the suggested fixes and nothing will wake it up.  Do I have to go in and have