Usage of om2m middleware

Hello,
I completed the tutorial about creating a new om2m plugin in eclipse, with the creation of four class activator, mapper, controller and monitor.
Now , I want to know how to make requests to the platform using the XML file , and where do I do POST and GET requests using java?
Thank You

Hello Marco,
Let's suppose that you chose the ID "ipu-id" for your plugin. This ID should be returned as String in the method "public String getAPOCPath()" of the IPU Controller class. (In the developper tutorial we used "sample" as ID)
Then, you have to create an application resource (e.g. called MY_DEVICE) containing the IPU ID "ipu-id" as specific aPoCPath.
HTTP request example:
POST 127.0.0.1:8080/om2m/gscl/applications
<om2m:application xmlns:om2m="http://uri.etsi.org/m2m" appId="MY_DEVICE">
<om2m:aPoCPaths>
<om2m:aPoCPath>
<om2m:path>ipu-id</om2m:path>
</om2m:aPoCPath>
</om2m:aPoCPaths>
</om2m:application>
Now, if you send an HTTP request to the GSCL to this URI "127.0.0.1:8080/om2m/gscl/applications/MY_DEVICE/ipu-id/...", it will be delegated to the IPU plugin with ID "ipu-id" and handled specifically by the IPU Controller class. So you can define your own URI by adding specific parameters and process them correctly in your controller class. Example:
127.0.0.1:8080/om2m/gscl/applications/MY_DEVICE/ipu-id/true/30/blablaba
Once your URIs are operational, you can create a nice DESCRIPTOR container sub-resource for the MY_DEVICE application with the appropriate obix description to let users know about the available operation (the specific URIs and methods).
The IPU lamps plugin already provided in the OM2M source code illustrates this mechanism. It shows a good example on how to integrated specific devices using the inter-working proxy mechanism.
Hope this can help,
Best regards,
Mahdi

Similar Messages

  • Fusion Middleware Usage

    For my talk at the Fusion Symposium at the ODTUG conference and at Collab this year I want to talk about how Fusion Middleware is being used “in-the-trenches”.
    What parts of the FM stack is everyone using and what are your perceptions of the quality of the experience?
    If you want to reply to me off-line, I will keep your response anonymous.
    Paul

    3131 iis the SSL or LDAPS port. Did you check the 'secure mode' checkbox in the wizard? I would start out on non-SSL, port 3060.

  • USAGE of Logical structure and authorization mode in CATEGORY MODELER

    Hi,
    I am trying to figure out the relevance and usage of the logical structure in the category modeler i.e. hierarchial or attributive. As per the description the hierarchial categorization should not allow duplictae categories but we are able  to create more than one category with same codes i.e. duplicate categories. Please let me know the difference in the functionality of the two category - logical structures.
    Secondly I also want to know what is the usage of the authorizatio mode i.e. either OR or AND.
    Thanks and Regards,
    Jai Mishra

    Hi Andrez,
    Welcome to SDN. This is the standard way LO Cockpit works. The data source will be able to extract the load only from setup tables and then the deltas are based on the init based on the setup tables. I have not tried this. I am sure that you can extract data from R/3 into other datawarehouse systems (other than BW).
    Instead of this standard LO way of extraction, what I would do is to write an interface program (RFC FM or BAPI) from R/3 which would read the data directly from the database tables and put them in a queue or put it in a common area as a file. The other DW system would pick up this and post them. If you have a middleware between your R/3 and the third part (dw) system, this becomes even simpler as the data transfer will be handled by the middleware. The deltas can be handled programatically based on the date and the time stamp. Think about this solution. Hope it helps.
    Thanks and Regards
    Subray Hegde

  • How to Install and apply the Diagnostic Pack for Fusion Middleware on EM

    Hi
    we have installed ADF Runtime along with Enterprise Manager on IBM-AIX-64-BIT-7.1 version. now, we are planning to install the Diagnostic pack for fusion middleware inorder to monitor the ADF Application deployed on weblogic 10.3.6 server from Enterprise Console. Can anybody suggest, the diagnostic pack for fusion middleware compatability version for our OS,weblogic 10.3.6.
    Regards
    Nagaraju Manchala

    Hi Nagaraju,
    The packs just represent packaged licensing and usually don't need to be installed. However, I assume you are referring to the Diagnostic Pack for Oracle Middleware. If so, the functionality is actually not part of Enterprise Manager Cloud Control. All of the WLS and FMW management features are licensed via WebLogic Management Pack EE or the appropriate FMW pack licensing such as SOA Management Pack EE for SOA Suite and OSB and Management Pack for Oracle WebCenter for WebCenter and UCM. The Diagnostic Pack for Oracle Middleware includes the standalone AD4J and JRMC diagnostic tools which can be downloaded from e-Delivery and installed separately. It is solely dedicated to diagnostics at the end of the day as opposed to monitoring.
    Most prefer WLS Management Pack EE for monitoring and managing WebLogic and Oracle App Server apps along with the RUEI product, but you definitely can take advantage of AD4J and JRMC today. It should be noted that WLS Management Pack EE allows the usage of JVM diagnostics as well which is much broader in its 24/7 diagnostics and monitoring capabilities at the JVM level than the standalone AD4J component. In addition, the diagnostics is supplemented with the middleware diagnostics advisor, performance summary and composite application dashboards, diagnostic snapshots, and other functionality. In addition, WLS Management Pack EE includes all of the configuration management (config compare, compliance policies, patch tracking, etc) and lifecycle management features (domain and Java EE provisioning, patch automation). Anyways, it is probably just easier to take a look at the self-running demos for the features on OTN under EM and YouTube in the WebLogic Server or Oracle Learning channels.
    Also, to your oriiginal point, you don't need to install the pack. You can discover WLS and FMW targets out of the box immediately. There are additional components you can download under the EM umbrella such as Real User Experience Insight (RUEI - monitors actual user activity on the front-end and associates it with EMCC targets) and Business Transaction Management (BTM - formerly AmberPoint, which provides payload aware business transaction monitoring). Both RUEI and BTM data integrates with EMCC via the Business Application dashboard, so you can still have a single console view of your application even though the RUEI and BTM components are installed separately.
    -Glen

  • Deleting address usage not replicating in CRM

    Hello Friends,
    Below is the code to replicate the problem i have in my system. This report will check if the BP in processing has address usage of type 0003 which is Forwarding address in our system, then delete it and assign the standard address of BP as forwarding address usage 0003.
    The problem is when performing deletion the CRM system is not updated correctly. BDOC created doesnot deletes the entry in CRM.
    Note :- You must change BP data in BP screen. This report runs in R/3.
    Steps:-
    1. Create a new BP.
    2. Run program.
    2.1 Add two addresses to BP.
    3. Assign the non-standard as forwarding address or any other address
    usage you will put in the code. " lt_add-ADDRESSTYPE = '0003'.
    4. save it.
    This will trigger BDOC's to update CRM system. After the run you can see
    the difference between the BP address usage in two systems.
    Please advise what can be done?
    Regards,
    Pankaj
    REPORT  Z_BP_CHANGE                              .
    DATA: W_BUT020 TYPE BUT020,
          W_BUT021 TYPE BUT021,
          GUID     TYPE     BUT020-GUID,
          TASK TYPE BU_UPDFLAG.
    DATA : LT_ADD TYPE BAPIBUS1006_ADDRESSUSAGE occurs 0 with header line,
             LT_ADD_X TYPE bAPIBUS1006_ADDRESSUSAGE_X occurs 0 with header line,
             LT_RETURN TYPE STANDARD TABLE OF BAPIRET2.
    PARAMETER BP TYPE BU_PARTNER.
    *CHANGE ISU PARTNER
    CALL FUNCTION 'ISU_S_PARTNER_CHANGE'
      EXPORTING
        X_PARTNER      = BP
      EXCEPTIONS
        NOT_FOUND      = 1
        FOREIGN_LOCK   = 2
        NOT_AUTHORIZED = 3
        CANCELLED      = 4
        INPUT_ERROR    = 5
        GENERAL_FAULT  = 6
        OTHERS         = 7.
    SELECT SINGLE * FROM BUT021 INTO W_BUT021 WHERE PARTNER = BP AND ADR_KIND = '0003'.
    *CHECK IF ADDRESS USAGE IS ALREADY ASSIGNED. IF YES DELETE ASSIGNMENT
    IF SY-SUBRC = 0.
      SELECT SINGLE * FROM BUT020 INTO W_BUT020 WHERE PARTNER = BP AND ADDRNUMBER = W_BUT021-ADDRNUMBER.
      GUID = W_BUT020-ADDRESS_GUID.
      TASK = 'D'.
    *DELETE EXISTING ADDRESS USUAGE.
      PERFORM UPDATE_BP USING TASK.
    ENDIF.
    CLEAR: GUID, W_BUT021, W_BUT020, TASK.
    REFRESH: lt_add_x, lt_add.
    *ADD STANDARD ADDRESS USAGE
    SELECT SINGLE * FROM BUT020 INTO W_BUT020 WHERE PARTNER = BP AND XDFADR = 'X'.
    GUID = W_BUT020-ADDRESS_GUID.
    TASK = 'I'.
    *ADD STANDARD ADDRESS USUAGE.
    PERFORM UPDATE_BP USING TASK.
    MAINTAIN BP ADDRESS
    FORM UPDATE_BP USING TASK TYPE BU_UPDFLAG.
      lt_add-ADDRESSTYPE = '0003'.
      lt_add-STANDARDADDRESSUSAGE = 'X'.
      append lt_add.
      lt_add_x-STANDARDADDRESSUSAGE = 'X'.
      lt_add_x-ADDRESSTYPE = 'X'.
      lt_add_x-UPDATEFLAG = TASK.
      append lt_add_x.
      CALL FUNCTION 'BAPI_BUPA_ADDRESS_CHANGE'
        EXPORTING
          BUSINESSPARTNER = BP
          ADDRESSGUID     = GUID
          ACCEPT_ERROR    = 'X'
        TABLES
          ADDRESSUSAGE    = lt_add
          ADDRESSUSAGE_X  = lt_add_x
          RETURN          = LT_RETURN.
      CALL FUNCTION 'BAPI_TRANSACTION_COMMIT'.
    ENDFORM.                    "UPDATE_BP
    Edited by: PANKAJ ARORA on Apr 22, 2008 4:15 AM

    Hello Sourabh,
    Thanx for your reply. The return is empty. All the changes are carried out perfectly except the updates in CRM. and only when the program does the deletion of the address usage, the BODC to CRM doesnot delete the address. It seems middleware buffering issue to me but not sure.
    Did you try to run this report and reproduce the problem in your system?
    Regards,
    Pankaj

  • Problem with Reports Server on Fusion Middleware 11g

    Hi,
    We recently installed a new Weblogic Fusion Middleware Server 11g and I'm trying to get the reports server to start. When I issue the opmnctl command to start the standalone report server it says it is unable to do so but does not explain why. Our old 10g reports server was on Windows Server 2003 and the new 11g one is on Linux RHEL 4 so there are some differences, I'm hoping someone can give me a hand to find out what the problem is - at the moment I'm flying blind.
    Thanks
    Adam

    In the documentation that Shail pointed to, take a look at the Migration Assistant part:
    http://download.oracle.com/docs/cd/E12839_01/doc.1111/e10394/migtool.htm#i1004902
    *"The Oracle Forms Migration Assistant updates obsolete usage in your PL/SQL code in order to upgrade your Forms 6i applications to Oracle Forms 11g."*
    I think it is clear that you can upgrade from 6i to 11g in one step... you need to upgrade to 10g first if you are coming from pre 6i versions ...
    http://download.oracle.com/docs/cd/E12839_01/doc.1111/e10394/plsqlconv.htm#i1007147
    *"If you are upgrading from releases of Forms before Forms 6i to Oracle Forms 11g, you must first upgrade your applications to Forms 10g, and then upgrade* them to Oracle Forms 11g."+
    You can also decide not to use the Migration assistant and open the 6i objects (.fmb, .mmb, etc) with the Forms Builder 11g and they would be upgraded to 11g by simply saving the object.
    http://download.oracle.com/docs/cd/E12839_01/doc.1111/e10394/fmbfmt.htm#i1008219

  • RF Usage in WM

    Please provide the details of the RF usage in Warehouse Management.
    Step by step approach for implementing, configuring the RF usage in WM
    Any one who has got SCM 631 training session.

    Hi
    I think you will find lots information about RF usage in Warehouse Management.
    The RFID by itself is a different Technology. Here at SAP Auto-Id is a sort of middleware to deal with it. Check the below links, it will help lot you
    1. www.aimglobal.org
    2. www.rfidjournal.com
    3. www.rfid-handbook.com
    4. www.sciam.com
    5. www.tagss.com
    6. www.dynasis.com
    7. www.copytag.com
    8. www.ean-int.org.
    9. http://help.sap.com/saphelp_autoid40/helpdata/en/index.htm
    10. www.sapwm.com
    You can get relevant configuration guide about the RFID sceanrios at this link
    http://www.service.sap.com/scm >RFID> detailed product information.
    This link has all the sceanrios defined with configuration guide. The configuration guide is sufficient to configure the scenario.
    Check this thread which would probably help you
    I hope the above sites give lot of information
    madhu

  • Top 20 user in OBIEE11.1.1.7 Usage Tracking

    Hi all,
    I want to create one analysis which display top 20 user.
    e.g:
    Header 1
    Header 2
    user
    # of Queries
    Anne
    3
    Tom
    4
    Cherry
    2
    I create one test dashboard (A) contains multi-dashboard page(A1,A2,A3,A4).
    After I enable Usage Tracking function and create analysis. and then
    Anne singin, she want to query A2,A3;
    Tom singin, she want to query A2,A3,A4;
    Cherry singin, she want to query A3;
    the number are 3,4,2, just because the default page is A1,but actually A1 to these users is just a skip page, they didn't query.What I want to show is 2,3,1.
    So anybody know how to avoid this situation?
    Thanks!
    Anne

    Hi Leo,
    This is an additional functionality to monitor webcat.On running the scripts, webcat data is populated in oracle database. For more info check page 25,
    http://www.oracle.com/technetwork/middleware/downloads/sampleapp207-deploymentguide-1719589.pdf
    Regards,
    Dpka

  • Problem with Firefox and very heavy memory usage

    For several releases now, Firefox has been particularly heavy on memory usage. With its most recent version, with a single browser instance and only one tab, Firefox consumes more memory that any other application running on my Windows PC. The memory footprint grows significantly as I open additional tabs, getting to almost 1GB when there are 7 or 8 tabs open. This is as true with no extensions or pluggins, and with the usual set, (firebug, fire cookie, fireshot, XMarks). Right now, with 2 tabs, the memory is at 217,128K and climbing, CPU is between 0.2 and 1.5%.
    I have read dozens of threads providing "helpful" suggestions, and tried any that seem reasonable. But like most others who experience Firebug's memory problems, none address the issue.
    Firefox is an excellent tool for web developers, and I rely on it heavily, but have now resorted to using Chrome as the default and only open Firefox when I must, in order to test or debug a page.
    Is there no hope of resolving this problem? So far, from responses to other similar threads, the response has been to deny any responsibility and blame extensions and/or pluggins. This is not helpful and not accurate. Will Firefox accept ownership for this problem and try to address it properly, or must we continue to suffer for your failings?

    55%, it's still 1.6Gb....there shouldn't be a problem scanning something that it says will take up 300Mb, then actually only takes up 70Mb.
    And not wrong, it obviously isn't releasing the memory when other applications need it because it doesn't, I have to close PS before it will release it. Yes, it probably is supposed to release it, but it isn't.
    Thank you for your answer (even if it did appear to me to be a bit rude/shouty, perhaps something more polite than "Wrong!" next time) but I'm sitting at my computer, and I can see what is using how much memory and when, you can't.

  • Problem with scanning and memory usage

    I'm running PS CS3 on Vista Home Premium, 1.86Ghz Intel core 2 processor, and 4GB RAM.
    I realise Vista only sees 3.3GB of this RAM, and I know Vista uses about 1GB all the time.
    Question:
    While running PS, and only PS, with no files open, I have 2GB of RAM, why will PS not let me scan a file that it says will take up 300Mb?
    200Mb is about the limit that it will let me scan, but even then, the actual end product ends up being less than 100Mb. (around 70mb in most cases)I'm using a Dell AIO A920, latest drivers etc, and PS is set to use all avaliable RAM.
    Not only will it not let me scan, once a file I've opened has used up "x" amount of RAM, even if I then close that file, "x" amount of RAM will STILL be unavaliable. This means if I scan something, I have to save it, close PS, then open it again before I can scan anything else.
    Surely this isn't normal. Or am I being stupid and missing something obvious?
    I've also monitored the memory usage during scanning using task manager and various other things, it hardly goes up at all, then shoots up to 70-80% once the 70ishMb file is loaded. Something is up because if that were true, I'd actually only have 1Gb of RAM, and running Vista would be nearly impossible.
    It's not a Vista thing either as I had this problem when I had XP. In fact it was worse then, I could hardly scan anything, had to be very low resolution.
    Thanks in advance for any help

    55%, it's still 1.6Gb....there shouldn't be a problem scanning something that it says will take up 300Mb, then actually only takes up 70Mb.
    And not wrong, it obviously isn't releasing the memory when other applications need it because it doesn't, I have to close PS before it will release it. Yes, it probably is supposed to release it, but it isn't.
    Thank you for your answer (even if it did appear to me to be a bit rude/shouty, perhaps something more polite than "Wrong!" next time) but I'm sitting at my computer, and I can see what is using how much memory and when, you can't.

  • Problem with JTree and memory usage

    I have problem with the JTree when memory usage is over the phisical memory( I have 512MB).
    I use JTree to display very large data about structure organization of big company. It is working fine until memory usage is over the phisical memory - then some of nodes are not visible.
    I hope somebody has an idea about this problem.

    55%, it's still 1.6Gb....there shouldn't be a problem scanning something that it says will take up 300Mb, then actually only takes up 70Mb.
    And not wrong, it obviously isn't releasing the memory when other applications need it because it doesn't, I have to close PS before it will release it. Yes, it probably is supposed to release it, but it isn't.
    Thank you for your answer (even if it did appear to me to be a bit rude/shouty, perhaps something more polite than "Wrong!" next time) but I'm sitting at my computer, and I can see what is using how much memory and when, you can't.

  • What causes cellular data usage to decrease if last reset has not changed? I reset every pay period cuz I do not have unlimited and was showing 125 mb sent/1.2g received. Now showing 98mb sent/980mb received. Last reset still shows same

        I reset my cellular data usage every month at the beginning of my billing period so that I can keep track of how much data I am using thru out the month. I do not have the unlimited data plan and have gone over a few times. It's usually the last couple days of my billing cycle and I am charged $10 for an extra gig which I barely use 10% of before my usage is restarted for new billing cycle. FYI, they do not carry the remainder of the unused gig that you purchase for $10 which I disagree with. But have accepted. Lol  Moving on.
        I have two questions. One possibly being answered by the other. 1. Is cellular data used when I sync to iTunes on my home computer to load songs onto my iPhone from my iTunes library(songs that already exist)? 2. What causes the cellular data usage readings in iPhone settings/general/usage/cellular usage to decrease if my last reset has not changed? It is close to end of my billing cycle and I have been keeping close eye. Earlier today it read around 180mb sent/1.2gb received. Now it reads 90mb sent/980 mb recieved. My last reset date reads the same as before. I don't know if my sync and music management had anything to do with the decrease but i didn't notice the decrease until after I had connected to iTunes and loaded music. I should also mention that a 700mb app automatically loaded itself to my phone during the sync process. Is cellular data used at all during any kind of sync /iPhone/iTunes management? Is the cellular data usage reading under iPhone settings a reliable source to keep track of monthly data usage? Guess turned out to be more than two questions but all related. Thanks in advance for any help you can offer me. It is information I find valuable. Sorry for the book long question.

    Is cellular data used at all during any kind of sync /iPhone/iTunes management? Is the cellular data usage reading under iPhone settings a reliable source to keep track of monthly data usage?
    1) No.
    2) It does provide an estimated usage, but it's not accurate. For accurate determination, you should check the remaining/used MBs from the carrier (most of the carriers provide this service for free).

  • I am having a data excess usage issue with my Jetpack although I did not use the VZW network at all.

    Background: My home does not have access to landline internet and I am relying on a Verizon Jetpack device rather than satellite cable for internet access.  Within my JetPack wireless network I have several devices connected, iPADs, PC’s, printer, etc. (up to 5 devices can be connected with my system).  Recently, I had one device within my immediate wireless network that I needed to transfer data via FTP to another local device within my immediate network.  The receiving device FTP’d data from device (198.168.1.42) to local IP (address 192.168.1.2).  To understand the data path a Trace rout for this transfer is 198.168.1.42 (source) to 198.168.1.1 (Jetpack) to 192.168.1.2 (receiver).  Note that the VZW network ((cloud)/4G network) was NOT used in this transfer nor was any VZW bandwidth used for this transfer (of course less the typical overhead status/maintenance communications that happen regardless). Use of the VZW bandwidth would be something like downloading a movie from Netflix, (transferring data from a remote site, through the VZW network, into the Jetpack and to the target device).  I also understand if ones devices have auto SW updates that would also go against the usage as well.  I get that.  My understanding of my usage billing is based data transfer across the VZW network.
    Now to the problem: To my surprise I was quite substantially charged for the “internal” direct transfer of this data although I didn’t use the VZW network at all.  This does not seem to be right, and doesn’t make much sense to me.  Usage is should be based on the VZW network not a local Wi-Fi.  In this case, Verizon actually gets free money from me without any use of or impact to the VZW network.  Basically this is a VERY expensive rental for the jetpack device, which I bought anyway.  Considering this, I am also charged each time I print locally.  Dive into this further, I am also interested in knowing what is the overhead (non-data) communications between the jetpack router and devices and how much does that add up to over time?
    Once I realized I was getting socked in bandwidth, as a temp solution I found an old Wi-Fi router, created a separate Wi-Fi network off the Jetpack, but the billing damage was already done.  Switching each device back and forth to FTP and print is a hassle and there should be no reason the existing hardware couldn’t handle this and charges aligned with VSW usage. Is purposely intended by Verizon? Is this charging correct? And can I get some help with this?
    Logically, usage should be based on VZW network usage not internal transfers.  All transfers between IP addresses 192.168 are by default internal.  Any data that needs to leave the internal network are translated in to the dynamic IP addresses established by the VZW network.  That should be very easily detected for usage. In the very least, this fact needs to be clearly identified and clarified to users of the Jetpack.  How would one use a local network and not get socked with usage charges?  Can one set up a Wi-Fi network with another router, hardwire directly from the router to the Jetpack so that only data to and from the VZW network is billed? I might be able to figure out how to have the jetpack powered on but disable the VZW connection, but I don’t want to experiment and find out that the internal transfers are being logged and the log sent after the fact anyway once I connect…. A reasonable solution should be that users be able to use the router functions of the Jetpack (since one has to buy the device anyway) and only be billed for VZW usage.
    Your help in this would be greatly appreciated. Thanks

    i had one mac and spilt water on it, the motherboard fried so i had to buy a used one...being in school and all. it is a MC375lla
    Model Name:
    MacBook Pro
      Model Identifier:
    MacBookPro7,1
      Processor Name:
    Intel Core 2 Duo
      Processor Speed:
    2.66 GHz
      Number of Processors:
    1
      Total Number of Cores:
    2
      L2 Cache:
    3 MB
      Memory:
    8 GB
      Bus Speed:
    1.07 GHz
      Boot ROM Version:
    MBP71.0039.B0E
      SMC Version (system):
    1.62f7
      Hardware UUID:
    A802DE22-1E57-5509-93C5-27CEF01377B7
      Sudden Motion Sensor:
      State:
    Enabled
    i do not have a backup of it, so i am thinking about replacing my old hard drive from the water damaged into this one, not even sure if that would work, but it did not seem to be damaged, as i recovered all the files i wanted off of it to put onto this mbp
    the previous owner didnt have it set to boot, they had all their settings left on it and tried to edit all the names on it, had a bunch of server info and printers etc crap on it.  i do not believe he edited the terminal system though--he doesnt seem to terribly bright(if thats possible)
    tbh i hate lion compared to the old one i had, this one has so many more issues-overheating,fan noise, cd dvd noise
    if you need screenshots or data of anything else as away
    [problem is i do not want to start from scratch if there is a chance of fixing it, this one did not come with disks or anything like my first. so i dont even know if i could, and how it sets now i am basically starting from scratch, because now all my apps are reset but working, i am hoping to get my data back somehow though, i lost all of my bookmarks and editing all my apps and setting again would be a pain

  • High memory usage when many tabs are open (and closed)

    When I open Firefox the memory usage is about 70-100 MB RAM. When I'm working with Firefox I often open 15-20 tabs at once, then I close them and open others. Memory usage increaes up to 450 - 500 MB RAM. After closing the tabs the usage usually decreases, but after sometime. It starts decreasing very slow and never comes back to the level from the beginning. After few hours of work Firefox uses about 400 MB RAM even if one tab is open. First I thought it's because of my plugins (Firebug, Speed Dial, Adlock Plus) but I've checked it and it's not. I reinstalled Firefox but the problem occurs as well. I'm not sure if it's normal. Could you help me, please?

    Hi,
    Not an exact answer but please [http://kb.mozillazine.org/Reducing_memory_usage_(Firefox) see this.] The KB article ponders through various general situations which may or may not be applicable to specific instances but nevertheless could be helpful.
    Useful links:
    [https://support.mozilla.com/en-US/kb/Options%20window All about Tools > Options]
    [http://kb.mozillazine.org/About:config Going beyond Tools > Options - about:config]
    [http://kb.mozillazine.org/About:config_entries about:config Entries]
    [https://addons.mozilla.org/en-US/firefox/addon/whats-that-preference/ What's That Preference? add-on] - Quickly decode about:config entries - After installation, go inside about:config, right-click any preference, enable (tick) MozillaZine Results to Panel and again right-click a pref and choose MozillaZine Reference to begin with.
    [https://support.mozilla.com/en-US/kb/Keyboard%20shortcuts Keyboard Shortcuts]
    [http://kb.mozillazine.org/Profile_folder_-_Firefox Firefox Profile Folder & Files]
    [https://support.mozilla.com/en-US/kb/Safe%20Mode Safe Mode]
    [http://kb.mozillazine.org/Problematic_extensions Problematic Extensions/Add-ons]
    [https://support.mozilla.com/en-US/kb/Troubleshooting%20extensions%20and%20themes Troubleshooting Extensions and Themes]

  • Popularity trend/usage report is not working in sp2013. Data was not being processed to EVENT STORE folder which was present under the Analytics_GUID folder.

    Hi
     I am working in a sharepoint migration project. We have migrated one SharePoint project from moss2007 to sp2013. Issue is when we are clicking on Popularity trend > usage report,  it is throwing an error.
    Issue: The data was not being processed to EVENT STORE folder which was present under the
    Analytics_GUID folder. Also data was not present in the Analytical Store database.
    In log viewer I have found the bellow error.
    HIGH -
    SearchServiceApplicationProxy::GetAnalyticsEventTypeDefinitions--Error occured: System.ServiceModel.Security.MessageSecurityException: An unsecured or incorrectly
    secured fault was received from the other party.
    UNEXPECTED - System.ServiceModel.FaultException`1[[System.ServiceModel.ExceptionDetail,
    System.ServiceModel, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089]]: We're sorry, we weren't able to complete the operation, please try again in a few minutes.
    HIGH - Getting Error Message for Exception System.Web.HttpUnhandledException
    (0x80004005): Exception of type 'System.Web.HttpUnhandledException' was thrown. ---> System.ServiceModel.Security.MessageSecurityException: An unsecured or incorrectly secured fault was received from the other party.
    CRITICAL - A failure was reported when trying to invoke a service application:
    EndpointFailure Process Name: w3wp Process ID: 13960 AppDomain Name: /LM/W3SVC/767692721/ROOT-1-130480636828071139 AppDomain ID: 2 Service Application Uri: urn:schemas-microsoft-
    UNEXPECTED - Could not retrieve analytics event definitions for
    https://XXX System.ServiceModel.FaultException`1[System.ServiceModel.ExceptionDetail]: We're sorry, we weren't able to complete the operation, please try again in a few minutes.
    UNEXPECTED - System.ServiceModel.FaultException`1[[System.ServiceModel.ExceptionDetail,
    System.ServiceModel, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089]]: We're sorry, we weren't able to complete the operation, please try again in a few minutes.
    I have verified few things in server which are mentioned below
    Two timer jobs (Microsoft SharePoint Foundation Usage Data Processing, Microsoft SharePoint Foundation Usage Data Import) are running fine.
    APPFabric Caching service has been started.
    Analytics_GUID folder has been
    shared with
    WSS_ADMIN_WPG and WSS_WPG and Read/Write access was granted
    .usage files are getting created and also the temporary(.tmp) file has been created.
    uasage  logging database for uasage data being transported. The data is available.
    Please provide pointers on what needs to be done.

    Hi Nabhendu,
    According to your description, my understanding is that you could not use popularity trend after you migrated SharePoint 2007 to SharePoint 2013.
    In SharePoint 2013, the analytics functionality is a part of the search component. There is an article for troubleshooting SharePoint 2013 Web Analytics, please take a look at:
    Troubleshooting SharePoint 2013 Web Analytics
    http://blog.fpweb.net/troubleshooting-sharepoint-2013-web-analytics/#.U8NyA_kabp4
    I hope this helps.
    Thanks,
    Wendy
    Wendy Li
    TechNet Community Support

Maybe you are looking for

  • SQL Reporting Services 2012 ,Exception

    Guys We are facing an issue on report server 2012 and message is as follows message from the server cannot be parsed Common case for this exception are when the response is modified by calls to response.write(),response filters , http modules I will

  • Phantom Context lookup or Is "java:" some kind of keyword ? ? ?

    I'm attempting to implement my own Context for capturing performance information out of a third party applications. I've run into a strange problem where the method call doesn't aways work even though the signature appears to be correct, with the onl

  • How to transfer apps from old ID

    Hi, I was wondering if there is a way to get my apps from my old apple ID to my new one. Redownloaded all the free apps that were linked to the old address onto my new one. However there are some purchased apps on my old Address. The only reason I as

  • Force Xsun via jumpstart (Solaris 10 X86)

    Hi all: We have a SF250 Solaris 9 server, serving as solaris 10 X86 jumpstart server.... Or fail is that no matter how we make the sysidcfg file for our clients... after the installation the kdmconfig programs ask about Xsun or Xorg Xserver setup.. W

  • How do I change setting to 5mhz

    I have a new Airport Express how do I change it to 5mhz. I don't have any settings in Airport Utility to change it.