Question about 'Beans in Use' statistic in weblogic console

I am trying to figure out why the weblogic server is taking up so much
memory in our system.
We are running weblogic 6.1sp3 on solaris 2.7 and are quickly running
out of memory.
I run a 5 user test for an hour that results in around 240 'budgets'
being created via a Budget entity bean.
At the start of the run, the java weblogic process takes up 157meg.
At the end of the run(actually many hours after the run has stopped
and there has been no other activity), it is at to 696 meg
The weblogic console tells me the following information on my Budget
entity bean at the end:
Idle: 0
Beans in use: 246
Cached: 50
Passivated: 191
My question is this, is 246 'Beans in use' a sign that I am not
releasing resources correctly? what does it mean to have 246 'Beans
in use'? the help on that screen says that 'beans in use' is the
number of beans in use, active or ready state. I understand that an
'active' bean is one that has a PK assigned and has been moved from
'pooled' to 'ready'. passivated bean does not have PK associated and
moved from 'ready' to 'pooled'. I can't figure out why it has 246
beans ready or active? If someone could better explain what 'beans in
use' means I'd greatly appreciate it. I put print outs in
active/passivate/unsetEntityContext and I see active/passivate get
called but no unsetEntityContext. It also seems that it doesn't reuse
the 'container'. After a passivate, I'd expect the next 'activate' to
re-use that seem bean that was just passivated, but it does not seem
to.
I feel like I'm missing the boat here on something. I understand
'cached' beans and how to control that number. Where I feel I need
some help is understanding what happens to the bean once it is
'passivated'. Why aren't those being reused? why don't they have
some 'max' that will cause them to be removed? (does
max-beans-in-free-pool work for entity beans in 6.1??)
any feedback would be greatly appreciated!
thanks
Kelly

Hi Kelly,
Semantics of ejbPassivate/ejbActivate methods of Entity
beans is quite different from SFSB.
For Entity Bean ejbPassivate is called when a bean loses its
identity and transitions from Ready to Pooled state. ejbActivate
is called when a bean transitions from Pooled to Ready state.
Hope this helps,.
Regards,
Slava Imeshev
"Kelly Kingdon" <[email protected]> wrote in message
news:[email protected]...
I am trying to figure out why the weblogic server is taking up so much
memory in our system.
We are running weblogic 6.1sp3 on solaris 2.7 and are quickly running
out of memory.
I run a 5 user test for an hour that results in around 240 'budgets'
being created via a Budget entity bean.
At the start of the run, the java weblogic process takes up 157meg.
At the end of the run(actually many hours after the run has stopped
and there has been no other activity), it is at to 696 meg
The weblogic console tells me the following information on my Budget
entity bean at the end:
Idle: 0
Beans in use: 246
Cached: 50
Passivated: 191
My question is this, is 246 'Beans in use' a sign that I am not
releasing resources correctly? what does it mean to have 246 'Beans
in use'? the help on that screen says that 'beans in use' is the
number of beans in use, active or ready state. I understand that an
'active' bean is one that has a PK assigned and has been moved from
'pooled' to 'ready'. passivated bean does not have PK associated and
moved from 'ready' to 'pooled'. I can't figure out why it has 246
beans ready or active? If someone could better explain what 'beans in
use' means I'd greatly appreciate it. I put print outs in
active/passivate/unsetEntityContext and I see active/passivate get
called but no unsetEntityContext. It also seems that it doesn't reuse
the 'container'. After a passivate, I'd expect the next 'activate' to
re-use that seem bean that was just passivated, but it does not seem
to.
I feel like I'm missing the boat here on something. I understand
'cached' beans and how to control that number. Where I feel I need
some help is understanding what happens to the bean once it is
'passivated'. Why aren't those being reused? why don't they have
some 'max' that will cause them to be removed? (does
max-beans-in-free-pool work for entity beans in 6.1??)
any feedback would be greatly appreciated!
thanks
Kelly

Similar Messages

  • Question about openning files using SDK 10.

    I have written a Plug-In for SDK 9 that works wonderfully. One of the functions is for the user to be able to page (Next/Previous) between PDF files on our server. This functionality now longer works without crashing Acrobat 10. All I am doing is creating the URL path to the next/previous PDF, creating a CustomFileSys with the path and calling AVDocOpenFromFile.
    Does this no longer work with Acrobat 10 SDK?
    Thanks!

    Should work fine, AFAIK.
    For this level of issue, I would open a formal support request with developer support.
    From: Adobe Forums <[email protected]<mailto:[email protected]>>
    Reply-To: "[email protected]<mailto:[email protected]>" <[email protected]<mailto:[email protected]>>
    Date: Mon, 10 Oct 2011 08:51:08 -0700
    To: Leonard Rosenthol <[email protected]<mailto:[email protected]>>
    Subject: Question about openning files using SDK 10.
    Question about openning files using SDK 10.
    created by Greggars<http://forums.adobe.com/people/Greggars> in Acrobat SDK - View the full discussion<http://forums.adobe.com/message/3963065#3963065

  • Design question about when to use inner classes for models

    This is a general design question about when to use inner classes or separate classes when dealing with table models and such. Typically I'd want to have everything related to a table within one classes, but looking at some tutorials that teach how to add a button to a table I'm finding that you have to implement quite a sophisticated tablemodel which, if nothing else, is somewhat unweildy to put as an inner class.
    The tutorial I'm following in particular is this one:
    http://www.devx.com/getHelpOn/10MinuteSolution/20425
    I was just wondering if somebody can give me their personal opinion as to when they would place that abstracttablemodel into a separate class and when they would just have it as an inner class. I guess re-usability is one consideration, but just wanted to get some good design suggestions.

    It's funny that you mention that because I was comparing how the example I linked to above creates a usable button in the table and how you implemented it in another thread where you used a ButtonColumn object. I was trying to compare both implementations, but being a newbie at this, they seemed entirely different from each other. The way I understand it with the example above is that it creates a TableRenderer which should be able to render any component object, then it sets the defaultRenderer to the default and JButton.Class' renderer to that custom renderer. I don't totally understand your design in the thread
    http://forum.java.sun.com/thread.jspa?forumID=57&threadID=680674
    quite yet, but it's implemented in quite a bit different way. Like I was saying the buttonClass that you created seem to be creating an object of which function I don't quite see. It looks more like a method, but I'm still trying to see how you did it, since it obviously worked.
    Man adding a button to a table is much more difficult than I imagined.
    Message was edited by:
    deadseasquirrels

  • Questions about Indexing and Using an Indexing POA

    Although I have only about 50 users, at least 15 of them have in excess of 100,000 messages in their accounts and the POA (version 7.0.2) is regularly slowing to a crawl. (I just know that plans for revolution are fomenting!) I have embarked on a campaign to reduce these accounts by archiving everything off to get mail accounts down to 3000 or fewer pieces. I have achieved user buy-in, but have worked on only a few users so far.
    In another closely related thread, it was suggested to me that the PO speed issues relate to broken indexes. And I suspect that given so many messages, the indexes were never getting fully rebuilt with the default QF POA settings. I am trying to fix that situation in addition to reducing mail account sizes. So, I have set up a second POA on another server and dedicated it to the indexing task. The /qfinterval is set for 1 hour, other /qf switches at default. The POA-QF does no mail delivery, but it does do nightly user upkeep.
    The POA-QF seems to be steadily working away and making progress at reducing the number of unindexed messages. However, I have questions about what I am seeing and what more I can do:
    1. Is the progress I am seeing real progress? For example I have a user with over 100,000 messages to be indexed and every time I check the logs, the count drops by about 500 messages per hourly QF cycle. I assume that if I just let it keep running, it will eventually get caught up and fixed. Not only with this user, but with all the others as well. Will my patience (and theirs) be rewarded? Are there any gotchas I need to prepare for?
    2. One user has recently had virtually all of her messages successfully moved to archive. I can see them in the Archive, and do not see them in the online account. However, now over a week later, QF still shows >130,000 items still left to index for that user. The POA-QF is making slow, steady progress reducing that number, but why is this user's QF count still so high? Does it just need more time, or is there something amiss for this user?
    3. I may want to rebuild indexes for single users from scratch. I have seen the TID 3105742 which tells how to do this: Essentially you turn off mail delivery functions, and make some other switch changes to dedicate the POA to indexing for just a single user, and then you let the POA rebuild the indexes. The implication of that scenario is that the POA is now enjoying exclusive access to the user's databases.
    If I want to use my secondary POA-QF to rebuild a user's index from scratch, does the main POA have to be offline and the user out of GWise? That is, Does the QF process require exclusive access in order to rebuild indexes from scratch?
    Thanks for any thoughts or suggestions.
    Peter Smick

    pgsmick wrote:
    > 1. Is the progress I am seeing real progress? For example I have a user with
    > over 100,000 messages to be indexed and every time I check the logs, the count
    > drops by about 500 messages per hourly QF cycle. I assume that if I just let
    > it keep running, it will eventually get caught up and fixed. Not only with
    > this user, but with all the others as well. Will my patience (and theirs) be
    > rewarded? Are there any gotchas I need to prepare for?
    Set this switch for this indexing POA - /qflevel=999 - this will index
    everything in one run. It will take a long time, but with no qflevel switch you
    are indeed only indexing 500 messages at a time, and if the user has that much
    mail, it might never really catch up.
    >
    > 2. One user has recently had virtually all of her messages successfully moved
    > to archive. I can see them in the Archive, and do not see them in the online
    > account. However, now over a week later, QF still shows >130,000 items still
    > left to index for that user. The POA-QF is making slow, steady progress
    > reducing that number, but why is this user's QF count still so high? Does it
    > just need more time, or is there something amiss for this user?
    >
    This is odd, because really the index count should drop to nothing, but with the
    above switch this might get resolved as well.
    > 3. I may want to rebuild indexes for single users from scratch. I have seen
    > the TID 3105742 which tells how to do this: Essentially you turn off mail
    > delivery functions, and make some other switch changes to dedicate the POA to
    > indexing for just a single user, and then you let the POA rebuild the indexes.
    > The implication of that scenario is that the POA is now enjoying exclusive
    > access to the user's databases.
    Not really - the POA is not enjoying exclusive access to the user's database,
    the indexer is just avoiding an attempt to index anything else.
    > If I want to use my secondary POA-QF to rebuild a user's index from scratch,
    > does the main POA have to be offline and the user out of GWise? That is, Does
    > the QF process require exclusive access in order to rebuild indexes from
    > scratch?
    No - QF never requires exclusive access. That said, you may find that an
    extremely vigorous QF can cause slowdowns for the user.
    Danita
    Novell Knowledge Partner
    Moving GroupWise to Linux?
    http://www.caledonia.net/gwmove.html

  • Few questions about file sharing using airport

    I'm thinking about getting an AirPort Extreme, but I have a few questions:
    1- I (must) use Ubuntu Linux at work and I would like to be able to acess my home files hosted at AirPort remotly. Is this possible?
    2- Can I access my files on my iPhone using 3G connection (eg: download or stream mp3 files, photos, ...)?
    Thanks in advance!
    Marcio

    Yes.
    Yes. Use FileBrowser for iPad.

  • Question about HTML files using TextEdit

    First off, I wanted to ask if this is the proper place to post a question about HTML/XHTML. I couldn't really find anywhere else that seemed to fit better, but please point me in the right direction if this is not the place. Thanks.
    Moving on -- here's my question:
    I'm having trouble with working with HTML files in TextEdit. I'm on a Mac, using TextEdit as my HTML editor (I can not afford one of these other HTML editors, and I like using a simple text editor like TextEdit for HTML). Here's my problem: I open a new rich text document in TextEdit and write my HTML and then choose File>Save As and choose "HTML" under the File Format drop-down box. Having saved this file as an HTML file, I then open Safari and choose File>Open File and select my HTML file; however, when I do this, my web page's text does not appear in the browser window. Instead, the HTML code itself appears in the browser window, as if the browser was not interpreting it as HTML and converting it. The same problem happens when saving the file as a .htm file using Microsoft Word for Mac.
    So, as another solution (at the suggestion of a helpful poster in a previous thread), I tried creating a plain text file in TextEdit (instead of a rich text file like before). Now, in TextEdit there is no option for saving plain text files as HTML files, so I simply save it as a Unicode-8 format and then find the file in Finder and change the extension to .htm myself (I've tried .html as well). This, fortunately enough, actually works! When I open the file in Safari I get to see my web page as expected. However, the first time I quit out of the application TextEdit and then try to reopen my .htm file in TextEdit, I no longer can see my HTML code. Instead, TextEdit shows me the actual web page text that I would expect to see when I open the file in a browser, and my HMTL code is lost.
    Can someone please help me here? There has to be a way to edit HTML in TextEdit without the code disappearing every time you quit out of the application and reopen the HTML file. Any help is greatly, greatly appreciated. Thank you.

    That's the problem -- once I convert it to plain text there is no longer an HTML option under the Save As drop down menu. The drop down menu's title is Plain Text Encoding instead of File Format and the only options I get are Unicode-8, Unicode-16, Western, Chinese, and so forth. I can save it as an HTML file, but only if the file is rich text, which doesn't work for HTML.
    So, I can save it as plain text (.txt) and then go and change the extension myself, and like I said, it works if I do that. I can edit HTML in TextEdit and open the file properly in Safari to view my web page. The problem is (I went over all this in my first post) that, after that, if I exit TextEdit and reopen it, my document is no longer HTML code -- it is now simply the text of the web site as if I had opened it in a broswer.
    What do you suggest I do?

  • Question about extend calendar using scal?  help,help

    recently, we received a mail from sap which saying about extending  calendar using scal;
    I have read sap notes:1529649 , 501670
    and my steps will be:
    1> in our qas system using scal
        change holiday calendar: choose CN China holiday calendar to change and then enter validation from 1995 to 2098(for example)
    2> change factory calendar: choose CN China factory calendar to change and then enter validation from 1995 to 2098(for example)
    3> in scal , choose menu: extras-->update calendar buffer
    4> transport this change to our prd system.
    5> go to scal in prd system to check
    6> update prd system `s calendar buffer in scal
    I do know whether my steps is right?
    I have two questions:
    1> we are a chinese compary, and we use several languages:TRADITIONAL CHINESE , SIMPLIFIED CHINESE and ENGLISH;
         whether i should change other holiday calendar,such as british calendar?
    2> Is there something wrong about my steps?
    thanks a lot.
    Edited by: victor on Nov 29, 2010 6:17 AM

    Hi,
    You are correct, But You can change it on QAS due to client will not modifiable.
    Goto Developement System and run scal.
    Most important is to change/extend factory calander and save it. Request will be generated as Workbench. Transport it to Production System.
    Rgds
    dk

  • Question about ATP check using BAPI_MATERIAL_AVAILABILITY

    In the user exit for delivery creation, I'm doing an additional ATP check using the BAPI_MATERIAL_AVAILABILITY based on this topic's recommendation:  FM to check available stock
    However, my code checks both of these in determining that ATP quantity is available:
    1) DIALOGFLAG not equal 'X'
    2) Value of COM-QTY for the requested date (in return table WMDVEX) is greater or equal to zero.
    The second check was something I derived, and appears to work 100% of the time for all our cases. 
    The DIALOGFLAG check is an enigma.  I can't recall which post or OSS I saw this in, but it stated that DIALOGFLAG = 'X' indicates no ATP quantity available?  However, we've had a couple of orders in the last week, where the ATP quantity was greater than zero at the time the delivery was posted, but BAPI_MATERIAL_AVAILABILITY returns an 'X'.
    So... my question is what does the "X" really mean in terms of ATP?  Does it indicate (a) that the ATP quantity is zero at the end of timeframe (which it was), or (b) something else I don't know about?

    Hallo Brad Bohn,
    thank you for your suggestion.
    Iu2019m using an own rule (as copy of rule A), the own rule donu2019t use purchase orders.
    In CO09 I have the following ATP Quanties:
    09.09.2009     BStand          1,775     0     259
    09.09.2009     LgBest     0001     785     0     459
    09.09.2009     LgBest     0002     989     0     452
    09.09.2009     LgBest     0003     22     0     20
    The function module provides only 259 for each storage location.
    There is another function module AVAILABILITY_CHECK. Can this function module also be used to determine ATP quantity?
    Thank you & best regards,
    Kurt.

  • Question about speed issues using JSP/JavaBeans/JRun & SQL Server

    Hi. I am a developer for a small software company. About 2 years ago we started development on an E-Commerce platform written in Java. It has administrative tools that are actual applications and also web admins that are jsp pages.
    Every JSP page we have calls java beans, and these java beans then pull information from or put information into our database.
    Our database is SQL server 7.0 and is a relational DB. So, for instance, we have about 100 items, with 15 features each, 3 images, and so its a pretty small database, but it has quite a few rows.
    Now, to pull information straight from our database and spit it out on a jsp page, it takes about 2 seconds, to put information into the database (saving a survey), it takes about 5-10 seconds. To me, this seems like a VERY long time just for a page to load. We have about 7 websites all running on the same server with different instances of JRun 3.0, and that same server is running SQL Server and IIS 5.0.
    Now, without posting our thousands of lines of code, can anyone help me try to figure out where our bottleneck might possibly be? Any help or suggestions would be greatly appreciated
    Anyone that has done something similar, what was your database access time and what did you use to display your pages? (Jrun with IIS or what)
    I'm the last person here (everyone else jumped ship and I wasn't here for the design aspect of this project) and before we bring in a consultant to try to work on this, I was hoping that some of you here could share your insight on any similar projects you may have worked on.
    Thank you very much.

    Make sure that your JDBC code is using connection pooling. You would know this since you would have to set up a DataSource in the JMC.
    Then instead of going through the DriverManager, you would get your Connection from the DataSource object via the InitialContext object.
    If you're already using Connection pooling, verify that the SQL statements are as efficient as possible. That is, make sure they are using indexes in the DBMS. The SQL tracer tool can show any bad performing SQL.
    Lastly, re-index any tables if they are not reindexed on a regular basis. How often you re-index will depend on how often the data changes.
    Good luck ...

  • Question about loading and using Images.

    I know how to load an image and to draw it onto a canvas etc etc. However my question is to do with the efficiency of loading multiple images (possibly the same image!) and using them together. I have multiple objects, all instances of the same class, which all draw themselves onto a screen in different positions. However they all use the same 3 images (depending on an internal state).
    So if I create 5 of these objects and each object calls to load the same image using something along the lines of:
    url = this.getClass().getResource("MyImage.png");
    normalImage = Toolkit.getDefaultToolkit().getImage(url);Does this mean that in the memory there are 5 exactly the same copies of this image? Or does java do something clever and use one image that they would all reference? I suspect I will have 5 in memory but I wanted to ask about this before going and making an imageManager class where I load all the images and just use getMethods in that when drawing. I will not be preforming any transforms or anything on any of the images so they can all literally be the same image but simply drawn in multiple positions on the one canvas.
    (note: I am using active rendering to draw these images myself and then blit it to the screen ...).

    Use ImageIO rather than Toolkit--with Toolkit you need to use a MediaTracker to ensure you have your image loaded before you try to use it.
    If you load an image and then do this:
    MyImage1 = MyImage;
    MyImage2 = MyImage;
    MyImage3 = MyImage;
    There are 4 references to the Image in MyImage. If you don't specifically use a method that gives you a new Image, usually, you are getting a refrence to an image already loaded in memory.

  • Two questions about my "new" used Macbook

    Hello everyone,
    I recently bought a Macbook for my wife from craigslist. It is a early 2008 model (http://www.everymac.com/systems/apple/macbook/stats/macbook-core-2-duo-2.2-white -13-late-2007-santa-rosa-specs.html). I have two questions regarding its use.
    1. I know a video adapter is available for these computers. Is there a cable that can connect the video out on the macbook to a TV that has only a RCA input?
    2. I noticed (a little late) that the mouse button on the trackpad is a little chintzy. It takes quite a bit of effort to press the button and it appears to stick a little. I currently have the trackpad configured to accept clicks, however I would like to fix the button if possible. Has anyone had any success with changing the mouse button?
    Thanks.

    Thanks for the response. I went to the apple store and picked up the cable yesterday. It works perfectly. I cleaned the area around the trackpad button a little and it seems to have eased a little. I will try putting the piece of paper in there and see if it gets better.
    I have a follow up question regarding the video out to a CRT TV. Does anyone know what resolution works best for this kind of low-tech TV? I tried 800X600 and 1024X768 last night and neither one seemed TV-like. Should I try a lower resolution? I am trying to stream hulu from my computer directly into my TV.
    Thanks.

  • Question about How to Use Custom CellEditors

    Hi:
    I have been trying to implement something like this: I have a JPanel, and when you double-click a particular spot on it, I want a textbox to appear. Currently, I am implementing it by using an undecorated JDialog that contains a JTextField in it (such that the text field occupies all the space in the dialog, i.e. you can't even tell that there is a dialog). This seems like a hack to me.
    Another alternative that I have been thinking about is using layered panes, and hiding the textfield below the jpanel, and only bringing it to the front when the user double-clicks.
    Then, I stumbled onto custom celleditors. Now, it seems that everyone is using them in JTables, JLists, JComboBoxes, etc. and I was wondering if it is something that I can use with a JPanel.
    Can anyone comment on the implementations I am considering, as well as using custom celleditors with a JPanel?
    Thanks in advance,
    LordKelvan

    Still don't understand your requirement. Does the text field stay there or disappear after the data is entered? If it disappears, then how do you change the value, do you have to click on the exact same pixel again?
    Maybe you could use a MouseListener and then display a JOptionPane or JDialog to prompt for the information. Or if you want to display a JTextField then add a JTextField to the panel and then when the user enters the data by using the enter key or by clicking elsewhere on the GUI you remove the text field from the panel.

  • Question about USB mice using

    Can anyone please let me know whether any precautions need to be taken when using a mice ; generally is there any need to exert caution while connecting and removing the mice from USB port.
    As of now, the mice is being detected automatically and there is no icon for "safely remove hardware" .
    Thankyou very much
    Best Regards

    Hi Karthik,
    When an external device is connected to your notebook it it will usually transmit and receive data in real time. Consider your USB Mouse, you click one of the buttons and this is transmitted to your notebook where it is acted upon by the operating system. In effect this occurs in real time and there is no buffering of data to worry about so the device could be unplugged at any time without the need to 'Safely Remove Hardware'.
    Now consider a USB attached hard drive. In this case if data is being written to the hard drive (or read from it) then this does not occur in real time since the data is 'buffered' in transit in order to optimise the hard drive utilisation. A similar system is used when ripping/burning CDs and DVDs. In this case the 'Safely Remove Hardware' option is used to ensure that the last bits of data are cleared from the 'buffer' before the device is disconnected. If this were not done then some data loss would be experienced when the device was disconnected.
    Since your mouse is not transferring data it is therefore not using any buffering.
    regards,

  • Question about points and using gift card

    I have two recent transactions that are not receiving points.
    The first one on 10/24 for two iPads.  With this purchase I did use two gift cards as part of the payment but the two gift cards only covered part of the payment.  It is my understanding I do not receive points when using a gift card but wouldn't I still get credit for the remaining balance I paid that the gift card didn't cover?
    Simlar situation seems to be happening with a Xbox purchase on 11/7.
    Like I said I understand not getting points for what was used for the giftcard but thought I should get points for the remaining balance.
    Example if I used a $10 gift card to help pay for a $1,000 purchase, I don't get credit for the remaining $990 in reward points?
    Thanks!
    Solved!
    Go to Solution.

    Hi Bulletpig,
    If the remaining portion of a purchase is considered eligible, then points should be awarded.  After using the email address you registered with the forum to review your account, I believe that I can explain why you did not receive points for the portions that were not paid for with a gift card.  It appears that you used your Best Buy credit card and applied those portions to promotional financing offers, which are not eligible for points.
    While those purchases should count towards reaching Elite and Elite Plus status, they would not qualify for points.  I would like to go over your account with you to ensure it is up-to-date and to see if there are any other questions I can help answer, so I will be sending you a private message.  To check your private messages, you will want to login to the forum and click on the little yellow envelope at the top of the page.
    My Best Buy™ Points and Promotional Financing
    Thank you for reaching out to us on the forum and for being a  My Best Buy™ member!
    Derek|Social Media Specialist | Best Buy® Corporate
     Private Message

  • Question about iPhone4s when using ChinaMobile Sim Card

    我是来自上海的用户。想必关于这个问题我不需要多问了吧?
    我只想知道,苹果官方为什么到现在还没有公开此问题的原因及解决方案?
    如果苹果通过固件升级来解决,那么希望苹果官方能给与我们消费者明确答复?
    PS:
    问题简单重复一下,这里不关任何国家销售的iPhone4s版本,据亲自测试均有以下问题:
    1、在iOS 5.0的版本情况下,电话可以正常拨打,但是如果使用中国移动手机SIM卡,
         会不断不停的出现欢迎使用中国移动的界面,俗称“欢迎门”
    2、在iOS 5.0.1的情况下,90%以上的时间,如果使用中国移动手机SIM卡,手机无法拨出
         接听任何电话,无法发送短消息,偶尔能收到短消息,以及无法对类似呼叫转移等做任何改变
    所以,请苹果官方给与广大中国消费者一个明确答复及快速推出解决方案,如果继续这样下去,就算是
    苹果粉丝的消费者也会失去信心!
    I am from Shanghai's users. Presumably on this issue I do not need to ask, right?
    I just want to know why Apple is still no official cause of this problem and open solutions?
    If the Apple firmware upgrade to solve, you want Apple to give us consumers a clear official answer?
    PS:
    Problem in a simple repeat, not related to any country where sales iPhone4s versions have personally tested according to the following questions:
    1, in iOS 5.0 version of the case, the phone can call normal, but if you use China mobile phone SIM card,
          Will continue to stop the Welcome to China Mobile's interface, commonly known as "welcome gate"
    2, in the case of iOS 5.0.1, 90% of the time, if you use China mobile phone SIM cards, mobile phones can not make
          Receive any calls, unable to send a short message, and occasionally to receive short messages, and can not do anything like call forwarding and other  changes
    So please, give Apple the official reply of the Chinese consumers a clear and rapid introduction of solutions, if continue like this, even
    Apple fans will lose the confidence of consumers!

    It is sad that Apple does not address this issue. The least it can do is find a way for the thousands of customers in China to downgrade iOS5.0.1 to iOS5.
    The problem is with Apple's Head of China who did not report this problem as a red flag item.
    Apple Genius was not even aware that there was an issue with China Mobile and iOS5.0.1
    Apple is at risk of losing the millions of loyal fans.

Maybe you are looking for

  • XI 3.0 and BW 3.5 system type/logical component in Solution Manager

    We are in the process of performing an upgrade for ERP 2004, XI 3.0 and BW 3.5. Initially this is being done in the sandpits. All systems are configured and connected our Solution Manager to download the packages. We are unable to determine what type

  • Fixed header

    I've used a CS5 dream weaver template and altered it. I'm try to have a fixed header with the body scroll behind in like this site. http://saturday-london.com/ My header is hidden behind the body, how canI change it. I've linked my page and my added

  • Restrict clicking enter key in the bdc program

    Hi all,          There is one BDC program for Vendor Master creation. In the output it is waiting for the enter key for each vendor creation. Suppose we have 1000 vendors to be created. Then we need to click enter key 1000 times. Anybody please sugge

  • Missing latest Camera Raw 8.6 in Master Collection CS6

    Hello All, I have Master Collection CS6 and I see that as part of the package I have Camera Raw version 7. However as per knowledge CC users have access to Camera Raw 8.6 and it's additional features. So i just wanted to know few things: 1. Am I elig

  • How to undo deleyed pictures

    how to undo deleyed pictures