Empty HDInsight StormUI "Topology Summary"

Hi, I'm following: http://azure.microsoft.com/en-us/documentation/articles/hdinsight-storm-sensor-data-analysis/
I can run this example locally (up to and including the section "start the topology") with a local topology in Java. I complete the section "Publish the web site dashboard" and can run the web site.  I then follow the instructions
exactly for the section "Package and deploy the topology" and deploy the .jar file to Storm with the class:    com.microsoft.examples.Temperature   and friendly name: Temperature. This uploads without error and appears to deploy but
cannot be seen in HDInsight Storm Dashboard Storm UI. 
I can remote login to the server and use the storm command line to do the following:
C:\apps\dist\storm-0.9.3.2.2.1.0-2340\bin>storm list
Topology_name        Status     Num_tasks  Num_workers  Uptime_secs
Temperature          ACTIVE     65         4            7796
So, it appears to be deployed but is not showing on the dashboard
(so no indication about its health or related spout/bolt activity).  
Also, the Azure-deployed web site (a graph of sensor data) runs but does not update when data is sent from my local machine's node.js sensor event sending app. So I'm unsure how to progress. It does not look like the topology is actually working under
Storm.
Thanks in advance for any help.
UPDATE:
I can now see the deployment in the dashboard. This happened (possibly coincidentally) just after I selected my storage account as a linked resource for my sensor data viewer website). I didn't change anything else.
However - still not working! No data on the web page graph.

Pete
Is this resolved? Were you able to figure out what was happening?
With Apache Storm one can author different types of topologies that allow different semantics:
At most once - No acking is enabled - A tuple sent is considered acked. This can be done by setting topology.ackers.executors to 0
At least once - Ack the tuples - On any fail, the tuples will be replayed
Exactly once - Use Transactional or Trident
http://storm.apache.org/documentation/Guaranteeing-message-processing.html
http://storm.apache.org/documentation/Transactional-topologies.html
http://storm.apache.org/documentation/Trident-API-Overview.html

Similar Messages

  • Can't clear music from iPhone 4 even though iTunes shows it as empty

    I recently switched from a PC to a Macbook Pro (this week, so I am VERY fresh). I followed some online instructions from an apple to transfer my itunes contents to the Mac using an external hard drive. I did everything it said, but when I added the music to the Mac, the music transfered but none of the playlists did. I read on another forum that I could drag and drop the itunes media file directly to itunes. This added all of my music to itunes but no playlists, so I manually recreted the playlists. So now my Mac has all of my music with all of the same playlists and no duplicates. (My books, apps, and pics all transfered as well).
    I plugged my iphone 4 into the Mac to sync and everything seemed right, until I went to listen to music on my iphone and all of my playlists were empty - all of my music was still on the iphone, and the playlists were there, but empty. So I read some more forums and did a couple of things they suggested. First was to convert ID3 tags. After doing that, I tried to sync and got an error msg from itunes saying the iphone couldnt sync because it does not have enough space. Second, I tried unchecking all playlists in itunes (which were all still there), syncing, rechecking all playlists, and syncing again. This served to clear the (empty) playlists off the iphone, and then when I tried to sync with them all rechecked in itunes, I got the same error msg - not enough space on the phone.
    So this is where I am now - all of my music from my PC is still on my iphone. I have no playlists at all on the iphone. When the iphone is plugged in and I click the arrow to show the music on the iphone it shows that it is empty, but in the summary view, it still shows that the phone is full of music (8gbs or so, the same amount that it was before all of this).
    Both the phone and itunes are up to date.
    I'm thinking if I can wipe the music off the phone, I should be able to sync and everything will be dandy - but the music just will not leave!
    I don't use Match, and when the phone tries to sync vis wifi the same error comes back.
    Can anybody help me??  (sorry so long)

    Well seeing there was no response here I went ahead and reinstalled the iOS.  It fixed the issue.

  • (IOS 7) Any way to show calendar list view in notification center instead of day view?

    I updated to IOS 7 and I hoped to be able to check my schedule for the next day from the lock screen. Unfortunately at 1 AM the next few hours in the Calendar Day View in Notification Center was empty. The Today Summary just tells me when the first appointment is the next morning but not much else. Is there any way to change the calendar day view to the list view of appointments? Representing the relative times of the appointments with empty space seems like a waste. Especially when the Calendar Day View is 100% empty space and my appointments are just out of view in the wee hours of the morning.
    Thanks,
    Jerrill

    My biggest regret in updating to IOS 7 is the calendar. I often to tap from date to date and wish to see in LIST view my events... not in a today view as mentioned by the various posts above. As someone else noted, events are hiding below the screen view and one must scroll around to see if there are other events scheduled. I'm so afraid I'm going to miss something and make a committment in error. A list view is much more desired and efficient.
    Change for the sake of change...why Apple why?
    I have sent mass texts and Face Book messages to friends telling them not to upgrade to IOS 7 because of the calendar disaster and variouse other changes. Such as why is the font everywhere so small and light? One needs a magnifying glass to see everything that could be seen so clearly before. I've given friends a "tour" of IOS 7 on my iPhone and after seeing it many have thanked me and opted not to upgrade. I only wish I could have been saved.  

  • New palm pixi won't receive at&t texts

    just activated new pixi.  love the phone but one strange problem.  can send and receive texts from everyone except at&t.  the texts i send are received but reply shows up as an "empty" message with "no summary"...no message although it shows up as a reply from the user sent text to.
    any ideas?

    floridarandy wrote:
    just activated new pixi.  love the phone but one strange problem.  can send and receive texts from everyone except at&t.  the texts i send are received but reply shows up as an "empty" message with "no summary"...no message although it shows up as a reply from the user sent text to.
    any ideas?
    Hello. 
    I almost understand what you're saying, but not quite.  Can you be a little more detailed (especially since I've not seen this issue from anyone else yet)?
    You can send to AT&T customers, but when they reply it shows up on your pixi as ???
    Do original (ie, originating from AT&T customers) sms messages show up ok?
    Etc, etc.
    Finally, you mention Pixi, but you device shows as Pre Plus... which device are you using? 

  • Losing Data Bindings in Popups

    Hello,
    I recently upgraded from JDeveloper 11.1.1.2.0 to 11.1.1.3.0. The application I'm working on allows for the creation and editing of various entities (students, applications, etc..) which is primarily accomplished via pop-ups. I had noticed this issue once or twice pre-upgrade, but now it seems much more widespread: when editing an entry, the data is pulled from bindings, but sometimes it seems those bindings are lost (or the values are null). Like, a check box in the pop-up will display "yes/true" but still be unchecked... or a select-one drop-down menu will be empty, even if a summary table (located on the main page, not the pop-up) is displaying the correct data for that attribute.
    This happens primarily with selectOneChoice and selectBooleanCheckbox components. The loss of binding occurs most frequently when editing the entry to bring up the pop-up, and canceling out of the pop-up... then if the edit pop-up is opened again again, the data's gone. But, sometimes it's missing on the first edit (and in some cases just selecting a different row in the table displaying these objects will be enough to lose a binding!).
    The editable objects are always displayed in a table in a main page, with an independent navigation page framing the data page. Whenever this loss of binding occurs, the ability to navigate via the frame is lost... until an object is edited and saved properly.
    Has anyone seen any behavior like this before, losing bindings in pop-up checkboxes and selectOnes? If anyone has an idea what could be causing it, I'd appreciate it!
    Thanks

    This is a JDeveloper 11.1.1.3 release bug :_|
    Check for a workaround here: http://adfbugs.blogspot.com/2010/05/choise-list-in-popup-turn-to-null-after.html. Basically you need to add partialSubmit=true to your close button and close the popup programmatically in an actionListener.

  • LMS4.0.1 issue with VTPv3

    Hello,
    I have a VTPv3 domain with 31 switches, a mix of 6500s, 4500, 3750s, 3560s, 2960s and 2940s. All switches have SNMPv3 configured and are managed by CiscoWorks LMS version 4.0.1 running on Windows Server 2008 R2. There are two VTP servers of which one is the Primary VTP server. Two 2940s in transparent mode and the rest is a VTP client. VTP works as expected.
    My issue is with LMS.
    LMS reports the following discrepancy for each VTP client:  "No VTP Server in Domain with at least One VTP Client".
    In Topology Services under Network Views/VTP Views the VTPv3 domain is present, but empty.
    In Topology Services under Managed Domain/VTP Domains the VTPv3 domain is present, no ports are listed. Each switch shows up as a sub-tree with is syntax $domain_$switchIP($state). (Like transpartent switches)
    Where $domain is the domain name, $switchIP is the IP address of the switch and $state is either C, S, P or T (which stands for Client, Server, Primary Server and Transparent and matches the actual VTP mode of the switch).
    Feature is not really used, but I'm unable to create or delete VLANs from LMS.
    Any help would be appreciated.
    sample VTP configuration:
    vtp mode client
    vtp version 3
    vtp mode client mst
    vtp password <password> hidden
    vtp pruning
    sample SNMP configuration:
    access-list 1 permit 10.10.10.0 0.0.0.255
    snmp-server group Management v3 priv notify *tv.FFFFFFFF.FFFFFFFF.FFFFFFFF.FFFFFFFF7F
    snmp-server group Management v3 priv context mst-0 notify *tv.FFFFFFFF.FFFFFFFF.FFFFFFFF.FFFFFFFF7F
    snmp-server group Management v3 priv context mst-1 notify *tv.FFFFFFFF.FFFFFFFF.FFFFFFFF.FFFFFFFF7F
    snmp-server group Management v3 priv context vlan-1 notify *tv.FFFFFFFF.FFFFFFFF.FFFFFFFF.FFFFFFFF7F
    snmp-server group Management v3 priv context vlan-10 notify *tv.FFFFFFFF.FFFFFFFF.FFFFFFFF.FFFFFFFF7F
    snmp-server group Management v3 priv context vlan-12 notify *tv.FFFFFFFF.FFFFFFFF.FFFFFFFF.FFFFFFFF7F
    ! a context exists for each Vlan, but not all are shown
    snmp-server user snmp-admin Management v3 auth sha <removed> priv aes 128 <removed> access 1
    ! the command above is accually hidden, but it's present in each switch
    snmp-server community <removed> RO 1
    snmp-server location <removed>
    snmp-server contact <removed>
    snmp-server system-shutdown
    snmp-server enable traps snmp authentication coldstart warmstart
    snmp-server enable traps entity
    snmp-server enable traps vtp
    snmp-server enable traps envmon fan shutdown supply temperature
    snmp-server enable traps license
    snmp-server enable traps config
    snmp-server enable traps syslog
    snmp-server enable traps mac-notification change move threshold
    snmp-server host 10.10.10.1 <removed>
    snmp-server host 10.10.10.2 <removed>
    snmp-server host 10.10.10.3 version 3 priv snmp-admin

    Hello,
    I have a VTPv3 domain with 31 switches, a mix of 6500s, 4500, 3750s, 3560s, 2960s and 2940s. All switches have SNMPv3 configured and are managed by CiscoWorks LMS version 4.0.1 running on Windows Server 2008 R2. There are two VTP servers of which one is the Primary VTP server. Two 2940s in transparent mode and the rest is a VTP client. VTP works as expected.
    My issue is with LMS.
    LMS reports the following discrepancy for each VTP client:  "No VTP Server in Domain with at least One VTP Client".
    In Topology Services under Network Views/VTP Views the VTPv3 domain is present, but empty.
    In Topology Services under Managed Domain/VTP Domains the VTPv3 domain is present, no ports are listed. Each switch shows up as a sub-tree with is syntax $domain_$switchIP($state). (Like transpartent switches)
    Where $domain is the domain name, $switchIP is the IP address of the switch and $state is either C, S, P or T (which stands for Client, Server, Primary Server and Transparent and matches the actual VTP mode of the switch).
    Feature is not really used, but I'm unable to create or delete VLANs from LMS.
    Any help would be appreciated.
    sample VTP configuration:
    vtp mode client
    vtp version 3
    vtp mode client mst
    vtp password <password> hidden
    vtp pruning
    sample SNMP configuration:
    access-list 1 permit 10.10.10.0 0.0.0.255
    snmp-server group Management v3 priv notify *tv.FFFFFFFF.FFFFFFFF.FFFFFFFF.FFFFFFFF7F
    snmp-server group Management v3 priv context mst-0 notify *tv.FFFFFFFF.FFFFFFFF.FFFFFFFF.FFFFFFFF7F
    snmp-server group Management v3 priv context mst-1 notify *tv.FFFFFFFF.FFFFFFFF.FFFFFFFF.FFFFFFFF7F
    snmp-server group Management v3 priv context vlan-1 notify *tv.FFFFFFFF.FFFFFFFF.FFFFFFFF.FFFFFFFF7F
    snmp-server group Management v3 priv context vlan-10 notify *tv.FFFFFFFF.FFFFFFFF.FFFFFFFF.FFFFFFFF7F
    snmp-server group Management v3 priv context vlan-12 notify *tv.FFFFFFFF.FFFFFFFF.FFFFFFFF.FFFFFFFF7F
    ! a context exists for each Vlan, but not all are shown
    snmp-server user snmp-admin Management v3 auth sha <removed> priv aes 128 <removed> access 1
    ! the command above is accually hidden, but it's present in each switch
    snmp-server community <removed> RO 1
    snmp-server location <removed>
    snmp-server contact <removed>
    snmp-server system-shutdown
    snmp-server enable traps snmp authentication coldstart warmstart
    snmp-server enable traps entity
    snmp-server enable traps vtp
    snmp-server enable traps envmon fan shutdown supply temperature
    snmp-server enable traps license
    snmp-server enable traps config
    snmp-server enable traps syslog
    snmp-server enable traps mac-notification change move threshold
    snmp-server host 10.10.10.1 <removed>
    snmp-server host 10.10.10.2 <removed>
    snmp-server host 10.10.10.3 version 3 priv snmp-admin

  • XNET CAN frame queue overrun kills Read VI

    Hello, I am trying to read CAN frames via XNET. My problem seems to be connected to the queue of my Input session: If the queue gets bombed with random CAN messages from somewhere, the session property "Number of Values Pending" increases rapidly. That's ok, because my program calls XNET Flush before it starts using the bus itself. Otherwise my program would read the old queue content first and the expected reply frames later. This behaviour is ok and expected.
    But after I bombed the bus a little bit more so that the queue gets filled to maximal queue size (seems to be predefined as 1000), the Input session read operation will always timeout (tested with 1 second and more) and return an empty frame array. In this case the error wire is s to -1074384886 (timeout). The session always reports tranceiver state "Normal". Even the XNET Flush operation does not help, although it seems to empty the queue properly.
    summary: hitting the queue size limit with incoming CAN frames results in dead read operations.

    Hello pgraebel,
    In the screenshot you posted, NI-XNET will wait 0.1seconds for 1 frame to be present in the queue.  If there is less than 1 fram available, the VI will timeout.  That being said, I would guess that the timeout happens if you ask for many frames (close to the buffer limit), but the timeout is too small.  If you are trying to read 1000 frames, you may need to wait longer than 1 second for the frames to go on the bus.  That really depends on your bus timing/frame timing/etc.
    I made a small example to show you a little more how the buffers can be used in XNET.  You can set the buffer size and look at the unused spaces in both the read and write queue.  Let me know if it helps.
    O. Proulx
    National Instruments
    www.ni.com/support
    Attachments:
    CAN Frame Input Queued.vi ‏37 KB

  • BI publisher report : why "Database Usage Tracking Summary"  repport is empty ?

    Hi everyone,
    I'me using BI publisher intergated to Grid Control12c (R3), trying to get "Database Usage Tracking Summary" report folowing Oracle documentation (http://docs.oracle.com/cd/E24628_01/doc.121/e24473/usage_reports.htm#EMADM13568)
    And I have 2 problems :
    1) FTPburst delivery is not working, sftp is configured but still have the folowing error
    Echec de la distribution.
    [INSTANCE_ID=gs00slli052.occ.lan.1424277393149] [OUTPUT_ID=1973]
    Echec de distribution du document
    [INSTANCE_ID=gs00slli052.occ.lan.1424277393149] [DELIVERY_ID=1974]Error deliver document to FTP::Exception happened when calling deliver API::Error deliver document to FTP::FILE=[::Exception happened when calling deliver API::oracle.xdo.delivery.ssh2.SshException: Error in writing data Broken pipeoracle.xdo.service.delivery.DeliveryException: oracle.xdo.delivery.ssh2.SshException: Error in writing data Broken pipe
    at oracle.xdo.service.delivery.impl.DeliveryServiceI
    2) Since FTPburst delivery is not working, i decide to try mail delivery. The delivery itself is working but the report is empty (see Sortie1.xls in attachements)
    So i don't know why is it empty.
    Can someone   guide me  ?

    Hi,
    Thank You for your quick reply. The table permission was alright.
    Its very strange that, we configure usage tracking in obiee 11.1.1.6.0 using enterprise manager and that how all document says. And then it should automatically update the "NQSCONFIG.INI". But it was not updated there. So we need to change all configuration settings in both "Enterprise Manager" and also in the "NQSCONFIG.INI". Then it works fine!!
    Thanks,
    BK.

  • In SA540 Syslog Summary is empty

    Syslog Summary is empty and no log sended to syslog server !! i don't understand it's worked verry well and suddently i have this problem

    Best if you raise a ticket with Cisco SBSC and raise your concerns/issues with them and get the to forward them onto the development team. That way it will at least be past on to the relevant team instead of hoping they will read this thread.
    Sent from Cisco Technical Support iPad App

  • CNA 6.1 topology view empty

    Hi,
    I have an strange issue with CNA 6.1.
    When starting and choosing my community, CNA starts discovering the topology, asking for passwords here and there and everything seems to be ok. But when its finished, I am left with an empty topology view. I can see the switches it discovered in the left pane but no topology......
    Any ideas?
    CNA is running on a windows 7 pro x64 machine.

    I don't know the answer to your question but how do you get the CNA to down load. It will not download.
    Is the product still out there

  • Empty Log files not deleted by Cleaner

    Hi,
    we have a NoSql database installed on 3 nodes with a replication factor of 3 (see exact topology below).
    We run a test which consisted in the following operations repeated in a loop : store a LOB, read it , delete it.
    store.putLOB(key, new ByteArrayInputStream(source),Durability.COMMIT_SYNC, 5, TimeUnit.SECONDS);
    store.getLOB(key,Consistency.NONE_REQUIRED, 5, TimeUnit.SECONDS);
    store.deleteLOB(key, Durability.COMMIT_SYNC, 5, TimeUnit.SECONDS);
    During the test the space occupied by the database continues to grow !!
    Cleaner threads are running but logs these warnings:
    2015-02-03 14:32:58.936 UTC WARNING [rg3-rn2] JE: Replication prevents deletion of 12 files by Cleaner. Start file=0x0 holds CBVLSN 1, end file=0xe holds last VLSN 24,393
    2015-02-03 14:32:58.937 UTC WARNING [rg3-rn2] JE: Cleaner has 12 files not deleted because they are protected by replication.
    2015-02-03 14:32:58.920 UTC WARNING [rg3-rn1] JE: Replication prevents deletion of 12 files by Cleaner. Start file=0x0 holds CBVLSN 1, end file=0xe holds last VLSN 24,393
    2015-02-03 14:32:58.921 UTC WARNING [rg3-rn1] JE: Cleaner has 12 files not deleted because they are protected by replication.
    2015-02-03 14:32:58.908 UTC WARNING [rg3-rn3] JE: Replication prevents deletion of 12 files by Cleaner. Start file=0x0 holds CBVLSN 1, end file=0xe holds last VLSN 24,393
    2015-02-03 14:32:58.909 UTC WARNING [rg3-rn3] JE: Cleaner has 12 files not deleted because they are protected by replication.
    2015-02-03 14:33:31.704 UTC INFO [rg3-rn2] JE: Chose lowest utilized file for cleaning. fileChosen: 0xc (adjustment disabled) totalUtilization: 1 bestFileUtilization: 0 isProbe: false
    2015-02-03 14:33:32.137 UTC INFO [rg3-rn2] JE: CleanerRun 13 ends on file 0xc probe=false invokedFromDaemon=true finished=true fileDeleted=false nEntriesRead=1129 nINsObsolete=64 nINsCleaned=2 nINsDead=0 nINsMigrated=2 nBINDeltasObsolete=2 nBINDeltasCleaned=0 nBINDeltasDead=0 nBINDeltasMigrated=0 nLNsObsolete=971 nLNsCleaned=88 nLNsDead=0 nLNsMigrated=88 nLNsMarked=0 nLNQueueHits=73 nLNsLocked=0 logSummary=<CleanerLogSummary endFileNumAtLastAdjustment="0xe" initialAdjustments="5" recentLNSizesAndCounts=""> inSummary=<INSummary totalINCount="68" totalINSize="7570" totalBINDeltaCount="2" totalBINDeltaSize="254" obsoleteINCount="66" obsoleteINSize="7029" obsoleteBINDeltaCount="2" obsoleteBINDeltaSize="254"/> estFileSummary=<summary totalCount="2072" totalSize="13069531" totalINCount="68" totalINSize="7570" totalLNCount="1059" totalLNSize="13024352" maxLNSize="102482" obsoleteINCount="66" obsoleteLNCount="971" obsoleteLNSize="12974449" obsoleteLNSizeCounted="971" getObsoleteSize="13019405" getObsoleteINSize="7347" getObsoleteLNSize="12974449" getMaxObsoleteSize="13019405" getMaxObsoleteLNSize="12974449" getAvgObsoleteLNSizeNotCounted="NaN"/> recalcFileSummary=<summary totalCount="2072" totalSize="13069531" totalINCount="68" totalINSize="7570" totalLNCount="1059" totalLNSize="13024352" maxLNSize="0" obsoleteINCount="66" obsoleteLNCount="971" obsoleteLNSize="12974449" obsoleteLNSizeCounted="971" getObsoleteSize="13019405" getObsoleteINSize="7347" getObsoleteLNSize="12974449" getMaxObsoleteSize="13019405" getMaxObsoleteLNSize="12974449" getAvgObsoleteLNSizeNotCounted="NaN"/> lnSizeCorrection=NaN newLnSizeCorrection=NaN estimatedUtilization=0 correctedUtilization=0 recalcUtilization=0 correctionRejected=false
    Log files are not delete even if empty as seen using DBSpace utility:
    Space -h /mam2g/data/sn1/u01/rg2-rn1/env/ib/kvstore.jar com.sleepycat.je.util.Db
      File    Size (KB)  % Used
    00000000      12743       0
    00000001      12785       0
    00000002      12725       0
    00000003      12719       0
    00000004      12703       0
    00000005      12751       0
    00000006      12795       0
    00000007      12725       0
    00000008      12752       0
    00000009      12720       0
    0000000a      12723       0
    0000000b      12764       0
    0000000c      12715       0
    0000000d      12799       0
    0000000e      12724       1
    0000000f       5717       0
    TOTALS      196867       0
    Here is the configured topology:
    kv-> show topology
    store=MMS-KVstore  numPartitions=90 sequence=106
      zn: id=zn1 name=MAMHA repFactor=3 type=PRIMARY
      sn=[sn1] zn:[id=zn1 name=MAMHA] 192.168.144.11:5000 capacity=3 RUNNING
        [rg1-rn1] RUNNING
                 single-op avg latency=4.414467 ms   multi-op avg latency=0.0 ms
        [rg2-rn1] RUNNING
                 single-op avg latency=1.5962526 ms   multi-op avg latency=0.0 ms
        [rg3-rn1] RUNNING
                 single-op avg latency=1.3068943 ms   multi-op avg latency=0.0 ms
      sn=[sn2] zn:[id=zn1 name=MAMHA] 192.168.144.12:6000 capacity=3 RUNNING
        [rg1-rn2] RUNNING
                 single-op avg latency=1.5670061 ms   multi-op avg latency=0.0 ms
        [rg2-rn2] RUNNING
                 single-op avg latency=8.637241 ms   multi-op avg latency=0.0 ms
        [rg3-rn2] RUNNING
                 single-op avg latency=1.370075 ms   multi-op avg latency=0.0 ms
      sn=[sn3] zn:[id=zn1 name=MAMHA] 192.168.144.35:7000 capacity=3 RUNNING
        [rg1-rn3] RUNNING
                 single-op avg latency=1.4707285 ms   multi-op avg latency=0.0 ms
        [rg2-rn3] RUNNING
                 single-op avg latency=1.5334034 ms   multi-op avg latency=0.0 ms
        [rg3-rn3] RUNNING
                 single-op avg latency=9.05199 ms   multi-op avg latency=0.0 ms
      shard=[rg1] num partitions=30
        [rg1-rn1] sn=sn1
        [rg1-rn2] sn=sn2
        [rg1-rn3] sn=sn3
      shard=[rg2] num partitions=30
        [rg2-rn1] sn=sn1
        [rg2-rn2] sn=sn2
        [rg2-rn3] sn=sn3
      shard=[rg3] num partitions=30
        [rg3-rn1] sn=sn1
        [rg3-rn2] sn=sn2
        [rg3-rn3] sn=sn3
    Why empty files are not delete by cleaner? Why empty log files are protected by replicas if all the replicas seam to be aligned with the master ?
    java -jar /mam2g/kv-3.2.5/lib/kvstore.jar ping -host 192.168.144.11 -port 5000
    Pinging components of store MMS-KVstore based upon topology sequence #106
    Time: 2015-02-03 13:44:57 UTC
    MMS-KVstore comprises 90 partitions and 3 Storage Nodes
    Storage Node [sn1] on 192.168.144.11:5000    Zone: [name=MAMHA id=zn1 type=PRIMARY]    Status: RUNNING   Ver: 12cR1.3.2.5 2014-12-05 01:47:33 UTC  Build id: 7ab4544136f5
            Rep Node [rg1-rn1]      Status: RUNNING,MASTER at sequence number: 24,413 haPort: 5011
            Rep Node [rg2-rn1]      Status: RUNNING,REPLICA at sequence number: 13,277 haPort: 5012
            Rep Node [rg3-rn1]      Status: RUNNING,REPLICA at sequence number: 12,829 haPort: 5013
    Storage Node [sn2] on 192.168.144.12:6000    Zone: [name=MAMHA id=zn1 type=PRIMARY]    Status: RUNNING   Ver: 12cR1.3.2.5 2014-12-05 01:47:33 UTC  Build id: 7ab4544136f5
            Rep Node [rg3-rn2]      Status: RUNNING,REPLICA at sequence number: 12,829 haPort: 6013
            Rep Node [rg2-rn2]      Status: RUNNING,MASTER at sequence number: 13,277 haPort: 6012
            Rep Node [rg1-rn2]      Status: RUNNING,REPLICA at sequence number: 24,413 haPort: 6011
    Storage Node [sn3] on 192.168.144.35:7000    Zone: [name=MAMHA id=zn1 type=PRIMARY]    Status: RUNNING   Ver: 12cR1.3.2.5 2014-12-05 01:47:33 UTC  Build id: 7ab4544136f5
            Rep Node [rg1-rn3]      Status: RUNNING,REPLICA at sequence number: 24,413 haPort: 7011
            Rep Node [rg2-rn3]      Status: RUNNING,REPLICA at sequence number: 13,277 haPort: 7012
            Rep Node [rg3-rn3]      Status: RUNNING,MASTER at sequence number: 12,829 haPort: 7013

    Solved setting a non documented parameter " je.rep.minRetainedVLSNs"
    The solution is described in NoSql forum:   Store cleaning policy

  • Blog summary not editable

    Hi Guys,
    Earlier I had no problem with iWeb when trying to modify fonts, size and other issues in the blog summary pages. Now any of the part within the blue highlighted area can be changed. Enclosed a screenshot of the page.
    [img]http://kepfeltoltes.pirateclub.hu/pics/20081027011143screencapture1.jpg[/img]
    Any idea what could be the issue? Thanks a lot for your soonest help in advance.
    BR: Szimi

    alright so this is where i'm at.
    My problem has the exact same symptoms as the above poster.
    with that in mind, here's what i've done.
    tried iweb on a different user account, no change (problem is not in home folder)
    took domain file to another computer, problem does not come with it (not the domain file)
    took iweb from that computer and copied it to desktop of machine on which problem has been observed. problem continues to exist (seemingly problem exists outside of iweb.app package)
    deleted blogsummary.iwdgt from macHD>iweb.app>content>resources>Widgets. opened iweb, observed empty placeholder box where blog summary used to be. Quit iweb, copied BlogSummary.iwdgt from iweb.app on other machine to iweb.app on my machine. Reopened iweb, problem continues. put iWeb through AppDelete, which deleted several files, but only one of which was above the user folder, and nothing noteworthy. Reinstalled iWeb from iLife 08 retail disk. Problem remains using new domain file (other domain is backed up everywhere).
    At this point i fired up console on my machine and my other machine, which has a properly functioning iweb.
    I compared the console logs when opening iweb on both machines and discovered this discrepancy on my machine(the one with the problem):
    11/6/08 6:17:13 PM iWeb[568] Widget <BLWidget 0x17b257e0 name='Blog Summary' id='com.apple.iweb.widget.blogSummary' path='/Applications/iWeb.app/Contents/Resources/Widgets/BlogSummary.iwdgt' bundle=0x17b24080> found no paragraph style named: Summary Body
    11/6/08 6:17:13 PM iWeb[568] Widget <BLWidget 0x17b257e0 name='Blog Summary' id='com.apple.iweb.widget.blogSummary' path='/Applications/iWeb.app/Contents/Resources/Widgets/BlogSummary.iwdgt' bundle=0x17b24080> found no paragraph style named: Summary Title
    11/6/08 6:17:13 PM iWeb[568] Widget <BLWidget 0x17b257e0 name='Blog Summary' id='com.apple.iweb.widget.blogSummary' path='/Applications/iWeb.app/Contents/Resources/Widgets/BlogSummary.iwdgt' bundle=0x17b24080> found no paragraph style named: Summary Date
    11/6/08 6:17:13 PM iWeb[568] Widget <BLWidget 0x17b257e0 name='Blog Summary' id='com.apple.iweb.widget.blogSummary' path='/Applications/iWeb.app/Contents/Resources/Widgets/BlogSummary.iwdgt' bundle=0x17b24080> found no paragraph style named: Summary Read More
    11/6/08 6:17:13 PM iWeb[568] Widget <BLWidget 0x17b257e0 name='Blog Summary' id='com.apple.iweb.widget.blogSummary' path='/Applications/iWeb.app/Contents/Resources/Widgets/BlogSummary.iwdgt' bundle=0x17b24080> found no paragraph style named: Summary Comment
    11/6/08 6:17:13 PM iWeb[568] Widget <BLWidget 0x17b257e0 name='Blog Summary' id='com.apple.iweb.widget.blogSummary' path='/Applications/iWeb.app/Contents/Resources/Widgets/BlogSummary.iwdgt' bundle=0x17b24080> found no paragraph style named: Summary Separator
    now this appears to be the only difference between the console log on the two machines.
    anyone have any ideas?
    i am so not clean installing. I'd rather learn to code by hand.
    Thanks.
    I could try some interesting target disk mode stuff with the two machines...

  • 2 Photo Stream Folders on iPhone - Why do I have 2 photo stream folders on my iPhone? One is accurate and the other is empty. How do I delete the empty one? The empty folder doesn't allow my photos to be synced with my ipad2.

    I tried disabling the iCloud on my iPhone and ipad2 and re-enabling in hopes elimnating the extra empty folder on my iphone.  Despite disabling the iCloud on my iPhone, the empty Photo Stream folder remained on my iPhone and the other Photo Stream folder with my pictures was removed.  I think because of this empty folder, my iPad isn't being prayed with my photos. Any ideas? Has this happened to anyone else?

    You can uncheck multiple songs by selecting all the songs you want to uncheck, then right-click and choose "uncheck selection".  Also, make sure that you have checked "Sync only checked songs and videos" on the Summary tab of your iTunes sync settings or the sync process will ignore your selections.
    You can remove all the photos from your camera roll using Preview on your Mac.  Connect your phone to your Mac, open Preview, go to File>Import from iPhone.  When your photos appear in Preview, select the photos you want to delete, then click on the icon at the bottom showing the red circle with the diagonal line through it (see image below), then click Delete.
    To remove photos from the Photo Stream album on your phone you'll have to either reset Photo Stream (deleting all the photos from iCloud) or turn off Photo Stream on your phone.

  • How to delete Zen Vision:M empty playlis

    I've run into this problem twice now in the less than one week I've owned my Zen Vision:M. I create a playlist either through Winamp 5.2's Portable Media Player plugin (which is simple, but is OK for managing music) or through the Creative MediaSource software. In the second case, I imported an existing playlist, then created a new playist on my ZVM, then copied the songs from the old playlist to the new playlist. That is the process that I read about someone else using in these forums.
    Problems:
    () Songs appear to be duplicated in the process and it takes forever for the playlist to be finalized. That's been mentioned enough in these forums and isn't the issue at hand.
    (2) Multiple playlists with the same name appear on the ZVM with all (or nearly all) of them empty. To be honest, I don't know if they are all empty because it appears to have made one playlist per song in copied over and I don't have the patience to look through all 40 of them. Only one playlist with this name appears when viewing via Creative MediaSource or any other software I've tried.
    (3) I deleted the playlist via Creative MediaSource, hoping to clean up the problem. The result was that the single valid playlist disappeared, but the empty ones remained and are only visible on the ZVM itself. I've tried deleting them one by one on the ZVM, but when I leave the playlists, then re-enter the menu they are all magically there again.
    The first time I solved this by returning my player to the store and getting a replacement, but this appears to be an "undocumented feature". Anyone familiar with this or know how I can clean out the invalid playlists? Thanks!

    Well, I contacted Creative's support staff today. Summary: there is nothing to do except reformat my ZVM and start over from scratch. Not exactly a solution, but that's the state of things as of today. If anyone else runs into this problem, please contact Creative so as to give them incenti've to fix this bug as soon as possible. Of course, I could also state the obvious that the best solution is to support standard playlist functions or importing of standard playlists. THAT would make LOTS of people happy!
    That's all folks.
    [EDIT] I found a fix that didn't involve formatting the dri've. Support sent me a link (http://us.creative.com/support/kb/article.asp?l=3&sid=4794) to walk me through the formatting process and I decided to try "Clean up" first. It messed with a couple of my settings, but cleaned off the nasty empty playlists and meant I didn't have to transfer all my music again. Whew!Message Edited by digiman on 07-06-2006 09:27 AM

  • IPod Nano appears on my list of iTunes devices. Summary tab shows 928 manually managed songs; music tab however shows nothing. Where did the songs go?

    I recently undated software all around, reloaded windows 8 and upgraded to windows 8.1.  My iPod Nano (1.0.4) appears on my list of iTunes (11.1.3) devices. The summary tab for my iPod shows 928 manually managed songs (2 of 8 GBs still empty).  However, when I click on the music tab immediately to the right of the summary tab, iTunes no longer shows my songs, playlists or audio books.  Instead iTunes invites me to "sync" my iPod and kiss my contents goodbye. Why won't the songs appear in iTunes anymore?  My iPod still plays the songs and they appear on the tiny iPod screen.   iTunes however won't show them. iTunes still allows me to drag and drop new music and books into my iPod but iTunes won't let me see the particulars.  I want to delete some audio books I've finished but iTunes won't let me to them.  What gives?

    Thanks iPodmaven for showing me how to check the arrow to the right of the device image and convert it into a inverted triangle.  Problem solved!  Thanks

Maybe you are looking for

  • What hardware do I need to play music from iPad?

    Hi all! I've seen this done, but never asked how it's done! This may be a simple question for almost all of you, but I don't even know how to phrase it to look up via a web search! I just ordered an iPad (4th generation) and one of the things I would

  • Converting files into pdf format in java

    Hi all, How can we convert a file into PDF format in java?My application does the file upload, and I need the files to be converted into PDF format. The uploaded file can be of any type. How can I do this? Please give me some help. Thanks and regards

  • Restoring iphone after updating to ios 7.0.4

    I just updated my iphone to IOS 7.0.4 and am having trouble restoring from itunes backup. When I click on the restore backup button, it seems to work momentarily, until I get a message stating "could not restore iphone because not enough space is ava

  • If Condition problem in obtaining layout

    Hi, I have problem in a condition while obtaining cross -tab report layout. The counts are not falling correctly even i have given the conditions Department Location1 Location2 Employee Co-Op Intern     Contractor Employe Co-Op Inter Contractor -----

  • Remove from Finder menu...

    I want to remove a Finder Plug-in that I created, how do I go about it? TIA