Regarding Weak Refrence

Dear All,
i am developing one application in jsp . i have been getting out of memory error in that,so i googled and found that using weakreference class will remove this,i have been implemented like this
XYZ xyzobj = null;
Reference ref = new WeakReference(new XYZ());
xyzobj = ref .get()
after completing my process i will set all thess object to null
xyzobj = null;
ref = null;
now also i am getting out of memory error.
is it right to set to null or i have to call clear() method or i can use SoftReference in which garbage collection takes place automatically when memory needed.
please suggest me

Sir i have tested with the java profiler but it tells all the objects cleared from heap in local server. but when i deploy this in production environment it give the same error.
now the problem is not available memory it has been set to more than enough what my application needs,but this object not removed from the heap always more than 90 percentage of memory remain in heap when i check the heap Dump.

Similar Messages

  • J2EE Library Build Error

    Hi all
    Trying to build a J2EE library, i got following error on NWDS. Can you imagine what happen?
    Actually i migrate WebDynpro callable object from SP06 to SP07 using GP Public API. (reger SAP Note 924776)
    I have no idea what is variant "default"?
    Regards,
    Sanghun
    Jun 20, 2006 6:07:49 PM /userOut/Development Component (com.sap.ide.eclipse.component.provider.listener.DevConfListener) [Thread[ModalContext,5,main]] ERROR: libcrbup: Build failed for ides.com/libcrbup(MyComponents) in variant "default": Failed to create build script: Illegal value strong for attribute strength(element reference)
    Build log -
    Development Component Build (2006-06-20 18:07:48)
    Component name: libcrbup
    Component vendor: ides.com
    SC compartment: MyComponents
    Configuration: LocalDevelopment
    Location: local
    Source code location: Administrator@seln50038942a
    DC root folder: C:\Documents and Settings\Administrator\.dtc\LocalDevelopment\DCs\ides.com\libcrbup\_comp\
    DC type: J2EE Server Component
    DC subtype: Library
    Host: seln50038942a
    DC Model check:
    [dcmake] All used DCs are available locally
    [dcmake] validating dependency to build plugin "sap.com/tc/bi/bp/addLib"
    [dcmake] validating dependency to public part "default" of DC "sap.com/com.sap.security.api.sda"
    [dcmake] validating dependency to used DC "ides.com/libmdm1"
    [dcmake] validating dependency to public part "external" of DC "sap.com/caf/eu/gp/api"
    [dcmake] validating dependency to public part "CreateBupa" of DC "ides.com/creabup"
    [dcmake] DC model check OK
    Start build plugin:
    [dcmake] using build plugin: sap.com/tc/bi/bp/addLib
    [dcmake] starting build plugin from : C:\Program Files\SAP\IDE\IDE70\eclipse\plugins\com.sap.tc.ap_2.0.0\comp\SAP_BUILDT\DCs\sap.com\tc\bi\bp\addLib\_comp\gen\default\public\addLib\
    Build Plugin 'AdditionalLibraryPlugin', Version 7.00 SP 7 (645_VAL_REL, built on 2006-03-23 22:53:15 CET)
    development component: libcrbup (ides.com)
    software component: MyComponents (demo.sap.com)
    location: local
    type: J2EE Server Component, subtype Library
    build variant: default
    source location: Administrator@seln50038942a
    plugin start time: 2006-06-20 18:07:48 GMT+09:00
    Java VM: Java HotSpot(TM) Client VM, 1.4.2_11-b06 (Sun Microsystems Inc.)
    General options:
    convert *.xlf to *.properties: yes
    include sources for debugging: yes
    Warning: Warning: Source folder does not exist, will be ignored: server
    Plugin initialized in 0.07 seconds
    Warning: No runtime information available for development component type Java (sap.com), cannot validate runtime dependency.
    Warning: Assembled DC creabup (ides.com) has runtime dependency on com.sap.exception (sap.com), but the current component neither assembles nor references that component.
    Warning: Assembled DC creabup (ides.com) has runtime dependency on tc/logging (sap.com), but the current component neither assembles nor references that component.
    Preparing data context..
    No 'default' JDK defined, will use running VM.
    Generating application-dd.xml
    Data context prepared in 0.01 seconds
    Executing macro file..
    Using macro file: C:\Program Files\SAP\IDE\IDE70\eclipse\plugins\com.sap.tc.ap_2.0.0\comp\SAP_BUILDT\DCs\sap.com\tc\bi\bp\addLib\_comp\gen\default\public\addLib\macros\build.vm
    Creating output file: C:\Documents and Settings\Administrator\.dtc\LocalDevelopment\DCs\ides.com\libcrbup\_comp\gen\default\logs\build.xml
    Macro file executed in 0.1 seconds
    Starting Ant..
    Using build file: C:\Documents and Settings\Administrator\.dtc\LocalDevelopment\DCs\ides.com\libcrbup\_comp\gen\default\logs\build.xml
    Using build target: build
    Generation folder: C:\Documents and Settings\Administrator\.dtc\LocalDevelopment\t\3EE9ACE846E54B984287928A94165CE1
    Using Ant version: 1.6.2
    prepare:
    [mkdir] Created dir: C:\Documents and Settings\Administrator\.dtc\LocalDevelopment\DCs\ides.com\libcrbup\_comp\gen\default\deploy
    [mkdir] Created dir: C:\Documents and Settings\Administrator\.dtc\LocalDevelopment\t\3EE9ACE846E54B984287928A94165CE1\int-pp
    [mkdir] Created dir: C:\Documents and Settings\Administrator\.dtc\LocalDevelopment\t\3EE9ACE846E54B984287928A94165CE1\sda
    compile:
    createPublicParts:
    [mkdir] Created dir: C:\Documents and Settings\Administrator\.dtc\LocalDevelopment\DCs\ides.com\libcrbup\_comp\gen\default\public\defLib\lib\java
    [copy] Copying 4 files to C:\Documents and Settings\Administrator\.dtc\LocalDevelopment\DCs\ides.com\libcrbup\_comp\gen\default\public\defLib\lib\java
    createDeployArchive:
    [mkdir] Created dir: C:\Documents and Settings\Administrator\.dtc\LocalDevelopment\t\3EE9ACE846E54B984287928A94165CE1\sdaprep
    [cda] Adding module 'ides.comcreabupCreateBupa.jar' from DC 'creabup' (vendor 'ides.com'), public part 'CreateBupa'
    [cda] Creating descriptor server/provider.xml ...
    [cda] Adding weak reference to com.sap.security.api.sda (sap.com), type library
    [cda] Adding strong reference to libmdm1 (ides.com), type library
    [cda] ERROR: java.lang.IllegalArgumentException: Illegal value strong for attribute strength(element reference)
    [cda] ERROR: at com.sap.tc.buildplugin.util.xml.SimpleDOM.setAttribute(SimpleDOM.java:376)
    [cda] ERROR: at com.sap.tc.buildplugin.util.xml.EngineProviderXml.addReference(EngineProviderXml.java:252)
    [cda] ERROR: at com.sap.tc.buildplugin.deploy.val.ProviderXmlValidator.validate(ProviderXmlValidator.java:140)
    [cda] ERROR: at com.sap.tc.buildplugin.deploy.JarSAPArchivePacker.validateDescriptors(JarSAPArchivePacker.java:284)
    [cda] ERROR: at com.sap.tc.buildplugin.deploy.JarSAPArchivePacker.pack(JarSAPArchivePacker.java:142)
    [cda] ERROR: at com.sap.tc.buildplugin.deploy.DeployArchiveTask._execute(DeployArchiveTask.java:267)
    [cda] ERROR: at com.sap.tc.buildplugin.techdev.ant.util.BPTask.execute(BPTask.java:20)
    [cda] ERROR: at org.apache.tools.ant.UnknownElement.execute(UnknownElement.java:275)
    [cda] ERROR: at org.apache.tools.ant.Task.perform(Task.java:364)
    [cda] ERROR: at org.apache.tools.ant.Target.execute(Target.java:341)
    [cda] ERROR: at org.apache.tools.ant.Target.performTasks(Target.java:369)
    [cda] ERROR: at org.apache.tools.ant.Project.executeTarget(Project.java:1214)
    [cda] ERROR: at com.sap.tc.buildplugin.techdev.ant.util.AntRunner.run(AntRunner.java:115)
    [cda] ERROR: at com.sap.tc.buildplugin.AbstractAntBuildAction.execute(AbstractAntBuildAction.java:65)
    [cda] ERROR: at com.sap.tc.buildplugin.AbstractPlugin.handleBuildStepSequence(AbstractPlugin.java:225)
    [cda] ERROR: at com.sap.tc.buildplugin.AbstractPlugin.performBuild(AbstractPlugin.java:201)
    [cda] ERROR: at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
    [cda] ERROR: at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39)
    [cda] ERROR: at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
    [cda] ERROR: at java.lang.reflect.Method.invoke(Method.java:324)
    [cda] ERROR: at com.sap.tc.buildtool.PluginCommunicator.maybeInvoke(PluginCommunicator.java:114)
    [cda] ERROR: at com.sap.tc.buildtool.PluginCommunicatorV2.communicate(PluginCommunicatorV2.java:42)
    [cda] ERROR: at com.sap.tc.buildtool.PluginHandlerImpl.handlePluginCommunication(PluginHandlerImpl.java:354)
    [cda] ERROR: at com.sap.tc.buildtool.PluginHandlerImpl.execute(PluginHandlerImpl.java:176)
    [cda] ERROR: at com.sap.tc.devconf.impl.DCProxy.make(DCProxy.java:1726)
    [cda] ERROR: at com.sap.tc.devconf.impl.DCProxy.make(DCProxy.java:5559)
    [cda] ERROR: at com.sap.ide.eclipse.component.provider.actions.dcproject.BuildAction.buildDCsForDevConfig(BuildAction.java:307)
    [cda] ERROR: at com.sap.ide.eclipse.component.provider.actions.dcproject.BuildAction.access$200(BuildAction.java:58)
    [cda] ERROR: at com.sap.ide.eclipse.component.provider.actions.dcproject.BuildAction$1.run(BuildAction.java:212)
    [cda] ERROR: at org.eclipse.jface.operation.ModalContext$ModalContextThread.run(ModalContext.java:101)
    [cda] ERROR: Failed to create build script: Illegal value strong for attribute strength(element reference)
    [cda] ERROR: at com.sap.tc.buildplugin.deploy.DeployArchiveTask._execute(DeployArchiveTask.java:274)
    [cda] ERROR: at com.sap.tc.buildplugin.techdev.ant.util.BPTask.execute(BPTask.java:20)
    [cda] ERROR: at org.apache.tools.ant.UnknownElement.execute(UnknownElement.java:275)
    [cda] ERROR: at org.apache.tools.ant.Task.perform(Task.java:364)
    [cda] ERROR: at org.apache.tools.ant.Target.execute(Target.java:341)
    [cda] ERROR: at org.apache.tools.ant.Target.performTasks(Target.java:369)
    [cda] ERROR: at org.apache.tools.ant.Project.executeTarget(Project.java:1214)
    [cda] ERROR: at com.sap.tc.buildplugin.techdev.ant.util.AntRunner.run(AntRunner.java:115)
    [cda] ERROR: at com.sap.tc.buildplugin.AbstractAntBuildAction.execute(AbstractAntBuildAction.java:65)
    [cda] ERROR: at com.sap.tc.buildplugin.AbstractPlugin.handleBuildStepSequence(AbstractPlugin.java:225)
    [cda] ERROR: at com.sap.tc.buildplugin.AbstractPlugin.performBuild(AbstractPlugin.java:201)
    [cda] ERROR: at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
    [cda] ERROR: at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39)
    [cda] ERROR: at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
    [cda] ERROR: at java.lang.reflect.Method.invoke(Method.java:324)
    [cda] ERROR: at com.sap.tc.buildtool.PluginCommunicator.maybeInvoke(PluginCommunicator.java:114)
    [cda] ERROR: at com.sap.tc.buildtool.PluginCommunicatorV2.communicate(PluginCommunicatorV2.java:42)
    [cda] ERROR: at com.sap.tc.buildtool.PluginHandlerImpl.handlePluginCommunication(PluginHandlerImpl.java:354)
    [cda] ERROR: at com.sap.tc.buildtool.PluginHandlerImpl.execute(PluginHandlerImpl.java:176)
    [cda] ERROR: at com.sap.tc.devconf.impl.DCProxy.make(DCProxy.java:1726)
    [cda] ERROR: at com.sap.tc.devconf.impl.DCProxy.make(DCProxy.java:5559)
    [cda] ERROR: at com.sap.ide.eclipse.component.provider.actions.dcproject.BuildAction.buildDCsForDevConfig(BuildAction.java:307)
    [cda] ERROR: at com.sap.ide.eclipse.component.provider.actions.dcproject.BuildAction.access$200(BuildAction.java:58)
    [cda] ERROR: at com.sap.ide.eclipse.component.provider.actions.dcproject.BuildAction$1.run(BuildAction.java:212)
    [cda] ERROR: at org.eclipse.jface.operation.ModalContext$ModalContextThread.run(ModalContext.java:101)
    [cda] ERROR: Caused by: java.lang.IllegalArgumentException: Illegal value strong for attribute strength(element reference)
    [cda] ERROR: at com.sap.tc.buildplugin.util.xml.SimpleDOM.setAttribute(SimpleDOM.java:376)
    [cda] ERROR: at com.sap.tc.buildplugin.util.xml.EngineProviderXml.addReference(EngineProviderXml.java:252)
    [cda] ERROR: at com.sap.tc.buildplugin.deploy.val.ProviderXmlValidator.validate(ProviderXmlValidator.java:140)
    [cda] ERROR: at com.sap.tc.buildplugin.deploy.JarSAPArchivePacker.validateDescriptors(JarSAPArchivePacker.java:284)
    [cda] ERROR: at com.sap.tc.buildplugin.deploy.JarSAPArchivePacker.pack(JarSAPArchivePacker.java:142)
    [cda] ERROR: at com.sap.tc.buildplugin.deploy.DeployArchiveTask._execute(DeployArchiveTask.java:267)
    [cda] ERROR: ... 24 more
    [cda] ERROR: --- Nested Exception ---
    [cda] ERROR: java.lang.IllegalArgumentException: Illegal value strong for attribute strength(element reference)
    [cda] ERROR: at com.sap.tc.buildplugin.util.xml.SimpleDOM.setAttribute(SimpleDOM.java:376)
    [cda] ERROR: at com.sap.tc.buildplugin.util.xml.EngineProviderXml.addReference(EngineProviderXml.java:252)
    [cda] ERROR: at com.sap.tc.buildplugin.deploy.val.ProviderXmlValidator.validate(ProviderXmlValidator.java:140)
    [cda] ERROR: at com.sap.tc.buildplugin.deploy.JarSAPArchivePacker.validateDescriptors(JarSAPArchivePacker.java:284)
    [cda] ERROR: at com.sap.tc.buildplugin.deploy.JarSAPArchivePacker.pack(JarSAPArchivePacker.java:142)
    [cda] ERROR: at com.sap.tc.buildplugin.deploy.DeployArchiveTask._execute(DeployArchiveTask.java:267)
    [cda] ERROR: at com.sap.tc.buildplugin.techdev.ant.util.BPTask.execute(BPTask.java:20)
    [cda] ERROR: at org.apache.tools.ant.UnknownElement.execute(UnknownElement.java:275)
    [cda] ERROR: at org.apache.tools.ant.Task.perform(Task.java:364)
    [cda] ERROR: at org.apache.tools.ant.Target.execute(Target.java:341)
    [cda] ERROR: at org.apache.tools.ant.Target.performTasks(Target.java:369)
    [cda] ERROR: at org.apache.tools.ant.Project.executeTarget(Project.java:1214)
    [cda] ERROR: at com.sap.tc.buildplugin.techdev.ant.util.AntRunner.run(AntRunner.java:115)
    [cda] ERROR: at com.sap.tc.buildplugin.AbstractAntBuildAction.execute(AbstractAntBuildAction.java:65)
    [cda] ERROR: at com.sap.tc.buildplugin.AbstractPlugin.handleBuildStepSequence(AbstractPlugin.java:225)
    [cda] ERROR: at com.sap.tc.buildplugin.AbstractPlugin.performBuild(AbstractPlugin.java:201)
    [cda] ERROR: at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
    [cda] ERROR: at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39)
    [cda] ERROR: at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
    [cda] ERROR: at java.lang.reflect.Method.invoke(Method.java:324)
    [cda] ERROR: at com.sap.tc.buildtool.PluginCommunicator.maybeInvoke(PluginCommunicator.java:114)
    [cda] ERROR: at com.sap.tc.buildtool.PluginCommunicatorV2.communicate(PluginCommunicatorV2.java:42)
    [cda] ERROR: at com.sap.tc.buildtool.PluginHandlerImpl.handlePluginCommunication(PluginHandlerImpl.java:354)
    [cda] ERROR: at com.sap.tc.buildtool.PluginHandlerImpl.execute(PluginHandlerImpl.java:176)
    [cda] ERROR: at com.sap.tc.devconf.impl.DCProxy.make(DCProxy.java:1726)
    [cda] ERROR: at com.sap.tc.devconf.impl.DCProxy.make(DCProxy.java:5559)
    [cda] ERROR: at com.sap.ide.eclipse.component.provider.actions.dcproject.BuildAction.buildDCsForDevConfig(BuildAction.java:307)
    [cda] ERROR: at com.sap.ide.eclipse.component.provider.actions.dcproject.BuildAction.access$200(BuildAction.java:58)
    [cda] ERROR: at com.sap.ide.eclipse.component.provider.actions.dcproject.BuildAction$1.run(BuildAction.java:212)
    [cda] ERROR: at org.eclipse.jface.operation.ModalContext$ModalContextThread.run(ModalContext.java:101)
    Ant runtime 0.1 seconds
    Ant build finished with ERRORS
    Failed to create build script: Illegal value strong for attribute strength(element reference)
    Error: Build stopped due to an error: Failed to create build script: Illegal value strong for attribute strength(element reference)
    Build plugin finished at 2006-06-20 18:07:49 GMT+09:00
    Total build plugin runtime: 0.3 seconds
    Build finished with ERROR

    Hi Sanghun,
    The problem is that the provider.xml is generated basing on .dcdef content. in this case you can assign weak refrences to libraries only due unknown for me reason.
    If you want to use hard reference to libraries do the folllowing:
    1. Create "server" folder in your project folder.
    2. copy the "provider.xml" file to this folder from generated sda(do not forget to rename invalid "strong" reference to weak in .dcdef before building)
    3. change the the "weak" to "hard" in the copied "provider.xml" file.
    4. Build the project and check that sda contains correct reference strengh.
    Best regards,
    Aliaksei

  • Update material type by bapi

    Hi all,
            I am  working on LSMW by BAPI method. i want to update the Material Type of a given material.So, I have gone to MM01 then I copy that material but in BAPI  I do not find any structure related to Refrence Material No. Field. Kindly tell me the structure regarding this  Refrence Material No. field.
    Sulabh

    I doupt that you can change the material type, as it cannot be changed in the standard transaction MM02, and not in the MM17 mass maintenance transaction (which uses BAPI method).
    A material type is usally changed with an extra transaction: MMAM as it has to perform a couple extra checks that are not needed in a standard maintenance.

  • Kindly Is it possible to disable DHCP in this product wap4400n ?

    Dear Engineers and Technicin,
    Good Morning,
    Kindly I need support for wap4400n and I did not find it in the user guide and the administration guid.
    Is it possible to disable DHCP in this product?
    I want the wap4400n Access Point to distribute DHCP from the windows server.
    Best regards,
    Asad
    Refrence:
    http://www.cisco.com/en/US/products/ps10052/index.html

    I dunno the product, but I might be this ...
    http://www.cisco.com/en/US/docs/wireless/access_point/csbap/wap4410n/administration/guide/WAP4410N_Admin_Guide.pdf
    page 25 ...
    STEP 1 Click Setup  > Basic Setup .
    STEP  2 From the IP Settings  drop-down menu, select one of the following options:
    • Static IP Address—Select this option to assign a static or fixed IP address
    to the access point.
    • Automatic Configuration—Select this option to automatically configure
    the IPv4 network settings of the access point using a DHCP server on your
    network. Also select this option to automatically configure the IPv6 network
    settings of the access point using an IPv6 RADVD device enabled on your
    network.
    But i think it is just a brigde, hence your DHCP server is external to the device.
    So you have nothing to disable so to speak:
    From the Frequently Asked Questions, in the above PDF:
    Q. Can the access point act as my DHCP Server?
    No. The access point is nothing more than a wireless hub, and as such
    cannot be configured to handle DHCP capabilities.

  • Hashtable$Entry in HashMap

    Hi,
    I am using LRUMap from apache common collections and sometimes receives strange exception
    java.lang.ArrayStoreException: java.util.Hashtable$Entry
    at java.util.HashMap.removeEntryForKey(HashMap.java:606)
    at java.util.HashMap.remove(HashMap.java:584)
    at org.apache.commons.collections.SequencedHashMap.removeImpl(SequencedHashMap.java:469)
    at org.apache.commons.collections.SequencedHashMap.remove(SequencedHashMap.java:460)
    at org.apache.commons.collections.LRUMap.get(LRUMap.java:93)I understand what the exception means ("to indicate that an attempt has been made to store the wrong type of object into an array of objects...")
    But how it is possible that HashMap that supposed to contains objects of its internal class HashMap$Entry contains sometimes internal class of Hashtable: Hashtable$Entry ?
    Any ideas?
    Thanks!

    actually HashMap$Entry is same as HashTable$Entry except synchronizationActually there is no syncrhonization in either of them.
    so whenever writing wrong object, HashMap$Entry is containing weak refrences to HashTable$Entry.Complete and utter nonsense. There are no weak references in either of them, and neither references the other in any way.

  • Garbage Collecting and freeing memory in JTree

    Suppose you have a JTree with a model that takes a lot of memory. after you are finished using the tree you want to free this memory. so you go on and use the
    tree.setModel(null) method, hoping everything will be fine. to be extra sure you even set the root to null.
    what happens is that the tree view is cleared but the memory isn't.
    my conclusion is that somwhere in the tree package there are refrences to the tree root, model or whatever that keeps it from been garbage collected. to make sure my code doesn't keep any refrences to the tree model I am using a very thin class that only instantiates a tree and fills it with data. this class keeps no members, listeners, refrences and so on.
    calling system.gc() does nothing.
    Is there a simple way to clear memory in a JTree ?
    without using weak refrences and other unwanted complexities.

    Hi, thanks for the response.The C API version is 6.5.3 or 6.5.4.2, depending on the environment.I'll paste the code in here, but it is completely based on the sample programs so I'm not sure where else we could free up memory (any insights appreciated!):ESS_MEMBERINFO_T *pChildMemberInfo = NULL;sts = ESS_Init();if(sts == ESS_STS_NOERR){ sts = ESS_Login(srvrName, adminUserName, password);if(sts == ESS_STS_NOERR){// set the active dbsts = EssSetActive(hCtx, appName, dbName, &Access);if(sts == ESS_STS_NOERR){memset(&Object, '\0', sizeof(Object));// open the outline for use in subsequent callsObject.hCtx = hCtx;Object.ObjType = ESS_OBJTYPE_OUTLINE;Object.AppName = appName;Object.DbName = dbName;Object.FileName = dbName;sts = EssOtlOpenOutline(hCtx, &Object, ESS_FALSE, ESS_FALSE, &hOutline);if(sts == ESS_STS_NOERR){// get member names from outline, so// this section includes a number of // sts = EssGetMemberInfo(hCtx, // category, &pChildMemberInfo);// calls to query member names.// Then some calls are made to free // these resources:if(pChildMbrInfo){EssOtlFreeStructure(hOutline, 1, ESS_DT_STRUCT_MBRINFO, pChildMbrInfo);}if(pChildMemberInfo){EssFree(hInst, pChildMemberInfo);}EssOtlCloseOutline(hOutline);}}ESS_Logout();}ESS_Term();}

  • Can anyone tell me or give me a link to the latest response from Apple regarding very real weak wifi signal on what seems to be a batch of both the new ipad and the earlier Ipad2. I have just bought a 2nd hand ipad2 and it has a very weak wifi signal

    Over the last week or so I have been trawling the internet looking for references to weak wifi signals on the Ipad2 and was staggered by the sheer quantity of people who seem to have identical issues, not just with the ipad2 but also with the new ipad. What annoyed me most from reading the reams upon reams of comments made on the Apple community forum is the fairly large number of people who seemed to believe that 'these' people were either just moaners and wingers or else they must have something wrong with their router set-up rather than a serious fault with their ipad and it seems all because there ipad in question works like a dream.
    Obviously I can only speak from my experience, and that is, I have an ipad2 32GB with wifi, purchased about 6 months ago and it works like dream with a good 2-3 bar wifi signal through 2 thick stone walls over 30 feet away. My router is a standard one supplied by my broadband supplier compatible with all 'g','b' and 'n' equipment. However, over a week ago now I bought second hand genuine ipad2 16GB with wifi from a close friend who has just purchased a new ipad3 to replace his old ipad2 (had it for over a year so no longer under warranty). When I started it up downstairs from my router, where I always use my other ipad2 which has a very strong wifi signal, I discovered that the new secondhand ipad2 I had purchased couldnt find a network signal at all. So after doing network resets and all other 'fixes' on the device recommended, I took it upstairs to my office where the router is based and found that the device could now locate the network, but the signal was lost over only 12 feet from the router!
    I quizzed my good friend about this issue and he informed me that it has always been like this since he first purchased it and he never thought that it was a fault, it was just the way it was. When he first aquired the device he did think at the time that this distance was poor, but thought nothing of it as he didnt have any other ipad to measur ethe signal strength against, and as his router was in his living room anyway he nothing of it. Fair enough.
    So, there we have it. One ipad2 with a very good wifi signal and another ipad2  with a very poor wifi signal running off the same router, both with the same IOS 5.0. ?
    As well as all of the other isues that customers have picked up on, such as 'death grip' (which I must say does appear to happen, but personally i dont think that this is a serious issue if you are aware of this issue and have a strong signal anyway), my experience seems to be a good  example of a 'duff' wifi ipad versus a 'great' wifi ipad', an issue confirmed by complaints from a fairly large number of customers who have also reported the same or similar weak wifi signals with both the ipad2 and the ipad3. So, as this shows the weak wifi signal is a very real issue it seems on a batch of ipad2 and 3's, which to my logic is obviously a hardware issue on a batch of early ipad2's and not a software one, otherwise all ipad's would suffer this problem! So, is it a faulty antenna or a faukty network card in an early batch?
    So, the bottom line now is, of course, firstly,  how can I get Apple to fix my other ipad2 when the warranty has run out? Any suggestions anyone?
    Personally I think good Apple customer service should offer a recall with a replacement on this apparent batch of ipads, dont you?

    Greetings,
    I've never seen this issue, and I handle many iPads, of all versions. WiFi issues are generally local to the WiFi router - they are not all of the same quality, range, immunity to interference, etc. You have distance, building construction, and the biggie - interference.
    At home, I use Apple routers, and have no issues with any of my WiFi enabled devices, computers, mobile devices, etc - even the lowly PeeCees. I have locations where I have Juniper Networks, as well as Aruba, and a few Netgears - all of them work as they should.
    The cheaper routers, Linksys, D-Link, Seimens home units, and many other no name devices have caused issues of various kinds, and even connectivity.
    I have no idea what Starbucks uses, but I always have a good connection, and I go there nearly every morning and get some work done, as well as play.
    You could try changing channels, 2.4 to 5 Gigs, changing locations of the router. I have had to do all of these at one time or another over the many years that I have been a Network Engineer.
    Good Luck - Cheers,
    M.

  • Regarding FBV4 ..refrence number problem in parked document

    hi expets,,,, i have sbeen told to check  FBV4 for posting document. When you get the posting document number (Find one or create one) then you will see the line item. Click the line item and check more there are 3 reference number. When you enter the reference number and come back. But when you check again the reference number is not there...
    Can n y one help me on this one.?

    Hi,
    this is funny, when you added / changed the reference number, then you should save the document and check it immediately afterwards. It should be there )
    Maybe someone has changed the fields while you were away. Go to FBV3 and display the change documents (if any) for your document.
    But I think you simply mix up the fields called "Reference" in SAP. When speaking of FBV4, then you mean the Reference field in the document header, (V)BKPF-XBLNR. This is the only "reference" field you can change in FBV4.
    However, when creating the documents and entering the line items, on item level (!!!!), there are some additional "reference" fields, 3 in total. They are called Reference 1, 2 and 3, field names XREF1, XREF2, XREF3. Those are item level fields which are not visible (and changeable) in FBV4, only in FBV2, for instance.
    Hope that helps, points welcome
    Csaba

  • Regarding iMessage, when i want to send text to a person in my contacts app, i've been getting a message saying the number has not been registered with iMessage.  How can one fix this problem?

    Regarding iMessage, when i want to send text to a person in my contacts app, i've been getting a message saying the number has not been registered with iMessage.  How can one fix this problem?  It works on the iPhone.

    It takes two to tango, maybe it's your recipient that has weak Internet/Cellular connections.

  • Regarding to the Contention Window (CW), Help please.

    Regarding to the Contention Window (CW).
    as we know that the wireless client who wants to send data to the access point must generate a back-off time between 0 and CWmin and and waits until the RF channel is free for an interval called DIFS.
    now who gives the CWmin to the client? (i think the AP, right?)
    if the client's CWmin is given by the access point, how the AP gives it to the client ?
    please tell me, i really could not find any explaination on the internet.
    thank you
    naoufl

    do you have any idea how the AP gives the CWmin/max to the client? is it via the bacon frame?
    please provide me with any documentation that explains how the AP assigns the CWmin/max to the client. because i need a refrence in this matter in my MSc dissertation.
    thank you very much
    Naoufl

  • I bought my iPhone 4 open line in Vancouver, Canada last week for use here in my home base in Bangkok, Thailand.  But when I tried using my Thai sim, I get a very weak signal, if not a weak signal, then a no service status.  What do I do?

    I bought my iPhone 4 open line in Vancouver, Canada last week for use here in my home base in Bangkok, Thailand.  But when I tried using my Thai sim, I get a very weak signal, if not a weak signal, then a no service status.  I also have very weak wifi reception.  What do I do?
    I already tried the following:
    a. Turned the phone off and then on.
    b. Checked all wifi connections – no problem given that all our laptops and desktops can connect seamlessly.
    c. I tried restoring the phone to original factory settings via itunes
    d. Tried resetting the phone.
    e.     Tried different microsims from all networks
    f. However, all methods failed given that the network reception is very weak and often reflects – “no service”.  And with regards to the wifi reception It has difficulty in reading even the signal right in front of the wifi router.
    I went to two Apple resellers here in Bangkok and requested that they please look at my Iphone and have it serviced.  I was frustrated when they said that given that I bought my phone in Canada, they are not able to support me and should instead try to contact the Apple store in Canada. 
    I went to apple.ca website and went to the expresslane support and I was said to register and callback.  Tried calling the 1800 number but given that I was in Thailand I had difficulty getting a connection.

    1st sentence, 4th page of the iPhone warranty found here:
    Apple may restrict service to the country where Apple or its
    Authorized Distributors originally sold the hardware product.
    From the Repair terms and conditions found here:
    9. Availability of Service.
    Apple may restrict service to the country where Apple or its authorized distributors originally sold the
    hardware product, and to the countries listed in the table below. A list of authorized distributors is
    available online at:
    http://images.apple.com/legal/warranty/docs/iPhoneAuthorizedDistributors.pdf
    If you do not believe that, then see these search results which confirm my statement.

  • While creating a PO I want to put old PO refrence with status Open or Close

    Hi,
    While creating a new PO I want to put old PO refrence with status Open or Closed.
    please Suggest How to configure in ME21n.
    Regards,
    Himanshu

    Hi Himanshu ,
               Do clear whether Both ( Old & New PO's ) are Interlinked with Each Other . If Yes then How.
    Or You are terming your Legacy PO's as Old Po's and SAP Po's as New PO's.
    Please Specify so that relevant field can be determined in SAP as per its Usage.
    Regards
    Honey

  • Feedback regarding HP products

    I have a long message, but this forum seems to be the only real feedback option, so I'll share my concerns here.
    Seven years ago I purchased an HP printer. For the reputation HP had, I thought it would work fine - it broke within a month. My second HP printer that I bought 4 years ago broke after only 2 months, having printed out no more than 20 pages.
    Recently, I bought an HP computer - within two months, my $1200-purchase was useless. I kept on getting blue screen and other crashes so I called HP support. I had standard warranty. The support technician told me that standard warranty meant they could only tell me how to fix the computer myself over the phone. Apparently, that is what HP means by standard warranty - that you have to fix it yourself. Why then is it included in the price?
    The support technician was asking me to unplug all cables from the box, open the box and remove one component after another, to plug back all the cables and turn the computer on. When that didn't work, he told me to remove the cables from the box once more, remove another component, plug back the cables into the box and then turn the computer on again. This cycle was repeated numerous times with me taking components in and out, until I looked at my clock and realized I had been on the phone for hours without any result, doing the work of HP support. The support technician said that he could not give me the address of an HP repair location until I completed all the work - meaning that I would have to continue sweating, trying to fix my computer - essentially working for HP free of charge.
    I told the technician I was outraged. When you buy a brand new car and it breaks down, you don't get a call from a mechanic telling you how to fix it - you take it back to the dealership and he fixes it if it is in the warranty. HP, it seems, has one policy regarding its defective products and that is - ACCEPT NOTHING BACK, regardless of any warranty. I've owned AMD, Intel, Dell and Asus computers and didn't have any issues. 
    When the HP stock price fell by more than 9% in February, HP "blamed weakness in PC sales to consumers", a Bloomberg article says. That tells you something about the quality of HP PC's. Moreover, just one day before HP is supposed to report earnings, a memo leaked out to Bloomberg warns of lower profits and it is in that memo that the HP CEO orders executives "to watch every penny". Indeed, ACCEPT NOTHING BACK, seems to be an excellent cost-saving policy; however, it didn't prevent your stock from falling 5% today alone.
    The HP computer I got recently is the last HP product I will ever buy.

    Dear HP Friends: I own and use 3 HP printers; newest one Officejet Pro 8600 premium. "HP Instant Care" connection program didn't work for/in my supercomputer; I had only voice help/support; no HP computer's control. SUGGESTION: HP should have a substitute connection program (one among many popular ones) to have direct computer's control. THIS WOULD HAVE SAVED YOU MANY HOURS OF SUPPORTING TIME. I had a great difficulty installing HP 8600; with long distance computer control would have been easy: in minutes instead of hours.
    Last technician's word fixing problem sending fax from computer was, that there was incompatibility of HP 8600 with Microsoft Word (Microsoft's problem, no HP's). NOT TRUE! I reinstalled HP 8600, and everything is working fine now from my computer; no communication problem.
    Please see records for useless hours expended supporting me for lack of direct computer connection with another program when "HP Instant Care" does not work, as in my computer.
    [Personal Information Removed]

  • Regarding credit memo and debit memo

    Hi Friends
    In how many ways we can create credit memo and debit memo?
    plz reply
    thanks in advance

    Hi Venkata,
    Credit memo is billing document type.
    You can create it with the refrence of
    Credit memo request,
    Order
    Invoice
    Refused delivery return
    Regards,
    MT

  • Creation of Applicant with Refrence Emplyee

    Dear Experts,
    I am new to HR module, there is a requiremnt where in I have written a report to create applicants using the standard BAPI
    BAPI_APPLICANT_CREATE by giving the required parameters.But for creation of Applicats with existing employee refrence I was not able to find a parameter where in we can pass the reference employee details to the BAPI. If the BAPi which I have used is not the one by which I will be able to create Applicats with refrence employee details kindly suggest another BAPI or a Function module.
    Thanks & Regards,
    Murthy.

    u can also use HR_MAINTAIN_MASTERDATA Tclass u can maintain as B.

Maybe you are looking for

  • My Pages documents disappeared from iCloud before my very eyes.

    Hello all, I was at home getting ready for a presentation by writing a document in Pages on my Mac. I saved it to iCloud, and just to be sure it was there, I got my iPad and pulled up the document there. All seemed well, so off I went to my destinati

  • I cannot get any content to print, only the page headers print

    Ever since I updated Firefox to 3.6, only the page headers print when I try to print something. This does not happen with IE. Everything else works fine with Firefox, and if I copy the contents and paste it into something like Wordpad etc., I can pri

  • My iphone 5 is skipping random songs for no apparent reason... ***??

    songs bought on itunes. songs that played on my 4s yesterday... songs that for no apparent reason should be skipped or have problems at all... whats with the random music skipping issues on the 5???

  • BEFW11S4 version 2

    I can only connect IBM T42 using BEFW11S4 router if WEP encryption is disabled.  My other laptop, Dell, works on same router with WEP encryption.  I've checked key, changed key with no luck.  Anyone have any ideas?  Thx

  • I used the ctrl+fn+f1 keys and now all new folders created include all desktop items

    I have now made it so that all new folders now have all desktop items in them. I used the control+fn+f1 keys and it created this problem, I tried un-doing it by using those same keys again, but it doesn't work. Wondering if anyone else has run into t