Search for localized ResourceBundle

I have an applet that employs some properties files.
All the classes and all the properties files are bundled into a single jar file.
The jar file is indexed.
Nevertheless, when I call ResouceBundle.getBundle("some.package.foo"), it proceeds to make a number of calls back to the web server, looking for localized resources ...
some/package/foo.class
some/package/foo_en.class
some/package/foo_en.properties
some/package/foo_en_US.class
some/package/foo_en_US.properties
This sure seems like a bug to me ... the fact that I have created a jar index should have prevented this from happening.
Q: Is there anything that I can do to prevent these round-trips back to the web server?
Thanks,
Michael

Given that it is using a class loader that seems
really unlikely.I agree that it seems unlikely. Nevertheless, that is the behavior that I am observing.
I wrote a small test program to demonstrate this. Wrapped it up in a .jar file with an index and a manifest that says that it is sealed.
/var/log/httpd/access_log says:
192.168.0.9 - - [29/Dec/2004:21:48:56 -0500] "GET /ResourceBundleBug/rbb/ResourceBundleBug_en.class HTTP/1.1" 404 320 "-" "Mozilla/4.0 (Windows 98 4.10) Java/1.4.2_06"
192.168.0.9 - - [29/Dec/2004:21:48:56 -0500] "GET /ResourceBundleBug/rbb/ResourceBundleBug_en.properties HTTP/1.1" 404 325 "-" "Mozilla/4.0 (Windows 98 4.10) Java/1.4.2_06"
192.168.0.9 - - [29/Dec/2004:21:48:56 -0500] "GET /ResourceBundleBug/rbb/ResourceBundleBug_en_US.class HTTP/1.1" 404 323 "-" "Mozilla/4.0 (Windows 98 4.10) Java/1.4.2_06"
192.168.0.9 - - [29/Dec/2004:21:48:56 -0500] "GET /ResourceBundleBug/rbb/ResourceBundleBug_en_US.properties HTTP/1.1" 404 328 "-" "Mozilla/4.0 (Windows 98 4.10) Java/1.4.2_06"Notice that file names are en.class, en.properties, enUS.class, enUS.properties
Here is the output from jar tf
[mth@mykiss ResourceBundleBug]$ jar tf ResourceBundleBug.jar
META-INF/INDEX.LIST
META-INF/
META-INF/MANIFEST.MF
ResourceBundleBug.class
rbb/
rbb/ResourceBundleBug.propertiesHere is the source to the program
[mth@mykiss ResourceBundleBug]$ cat ResourceBundleBug.java
import java.applet.*;
import java.awt.*;
import java.util.*;
public class ResourceBundleBug extends Applet {
  ResourceBundle rb;
  public void init() {
    System.out.println("ResourceBundleBug.init()");
    try {
      rb = ResourceBundle.getBundle("rbb.ResourceBundleBug");
    } catch (MissingResourceException e) {
      System.out.println("could not find rbb.ResourceBundleBug:" + e);
  public void paint(Graphics g) {
    g.setColor(Color.yellow);
    g.fillRect(0, 0, 10000, 10000);
    g.setColor(Color.black);
    String message;
    if (rb == null)
      message = "rb == null :-(";
    else {
      try {
        message = rb.getString("message");
      } catch (MissingResourceException e) {
        message = "Missing resource :-(";
    g.drawString(message, 10, 20);
[mth@mykiss ResourceBundleBug]$ cat manifest.txt
Name: rbb/
Sealed: true
[mth@mykiss ResourceBundleBug]$ cat rbb/ResourceBundleBug.properties
message=Howdy!
[mth@mykiss ResourceBundleBug]$

Similar Messages

  • Freezes on "Searching for local disks" on boot up

    I installed 10.3 on my G4 recently. Everything worked fine for about a week, and then during boot up the progress bar gets about 75% done and gets stuck on "Searching for local disks". It never moves on. I tried going to disk utility, I get to the first page asking which language to use and I hit english. It moves to the next page, to prepare installation, and it just freezes. I can move the cursor, but nothing will happen. I cannot run disk utility or reinstall. It just stalls at this point. Any ideas?!

    JRH13:
    Try this:
    • Shut down the computer.
    • Locate the following keys: Command, Option, P, and R. You will need to hold these keys down simultaneously later.
    • Turn on the computer.
    • Press and hold the Command + Option + P + R keys immediately after the startup chime.
    • Hold keys down until you hear the startup chime for the third time.
    • Release the keys and immediately hold down Shift key to start up in Safe Mode.
    • Log in and empty Trash.
    • Restart normally and log in.
    cornelius

  • Searching for local disks--keeps coming on during boot up--HELP!

    I installed 10.3 on my G4 recently. Everything worked fine for about a week, and then during boot up the progress bar gets about 75% done and gets stuck on "Searching for local disks". It never moves on. I tried going to disk utility, I get to the first page asking which language to use and I hit english. It moves to the next page, to prepare installation, and it just freezes. I can move the cursor, but nothing will happen. I cannot run disk utility or reinstall. It just stalls at this point. Any ideas?!

    Will it boot in Safe Mode? See
    What is Safe Boot, Safe Mode? (Mac OS X)
    http://docs.info.apple.com/article.html?artnum=107392
    Takes a while to run, but it usually "fixes" problems.
     Cheers, Tom

  • Error "Unable to load word breaker for locale 0. Error code 8007007e." with search service application.

    I recreate the Search service application and the default Content source stayning in the 'Recovering' status.
    The log give multiple error 'Unable to load word breaker for locale 0. Error code 8007007e.'
    The default language is English and the reference in registry for word breaker dll is naturallanguage1.dll but I found only the naturallanguage6.dll.

    Hi,
    For your issue, check your current language settings and ensure that search supports the current language.
    On the SharePoint Server open Registry Editor (Start -> type “Regedit” and hit enter). 
    Point to : HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\OfficeServer\14.0\Search\Setup\ContentIndexCommon\LanguageResources\Default\English
    Under the registry key for each of the languages there is a value called StemmerDLLPath and WBDLLPathOverride
    Updated the registry entry with NATURA~1.dll to NATURA~2.dll
    Point to Start -> Administrative Tools -> Services, right click on SharePoint Server Search 14 and click on Restart.
    Performed a Full Crawl and wait for the Full Crawl to complete and try searching again.
    For more detailed information, refer to the following blogs:
    http://blog.ithinksharepoint.com/2008/04/20/a-word-breaker-was-not-found-for-the-given-language-error-when-crawling-content/
    http://www.sharepoint2013.me/Blog/Post/175/Word-breakers-in-SharePoint-2013
    Best Regards,
    Lisa Chen
    Lisa Chen
    TechNet Community Support

  • Search help for local system directories in ABAP program

    Hi all,
    Can anyone tell the standard search help available for local system directories on the client system?
    Regards,
    MVD

    Hi,
    You can use this FM.
    <b>RZL_READ_DIR_LOCAL</b> - Get list of files within specific directory(Application Server)
    *& Report  ZDIRFILES                                                   *
    REPORT  ZDIRFILES    .
    PARAMETER: p_fdir            type pfeflnamel DEFAULT '/usr/sap/tmp'.
    data: begin of it_filedir occurs 10.
            include structure salfldir.
    data: end of it_filedir.
    *START-OF-SELECTION
    START-OF-SELECTION.
    * Get Current Directory Listing for OUT Dir
      call function 'RZL_READ_DIR_LOCAL'
           exporting
                name     = p_fdir
           tables
                file_tbl = it_filedir.
    * List of files are contained within table it_filedir
      loop at it_filedir.
        write: / it_filedir-NAME.
      endloop.
    Or
    <b>FILE_GET_NAME</b> - Retrieve Logical file path.
    Use Transaction 'FILE' to view/create logical file paths
    Hope this will help.
    Regards,
    Ferry Lianto

  • Searching for spotlight localized keywords list

    Hello,
    I've got to make a list of spotlight keywords, in foreign languages some keywords have been translated, and some have synonimous.
    So there must be somewhere a file where to find this list. I dug in Spotlight package in the Coreservices, nothing, nor in Finder french.lproj for example.
    So if someone knows where is this localized list it would be appreciated.
    Thanks
    Regards
    Vartan

    The slowness is not *the* major inconvenience, maybe I am just a bit sensitive after taking over 3 days to import by reference 50000 photos.
    The issue is that it is very convenient not to have to open an app just to search for and preview a file.
    I have done some more reading, and the XMP thing will only allow me to find the XMP files, not the images, as Adobe has not provided an XMP mdimporter either.  Going that route I will have to search what I want, then for each found XMP search image based on the XMP name.
    I see someone has written an importer, ( CodeNoEvil/LightroomSpotlightImporter · GitHub ), but it appears to only index the image by filename which could make the above easier, but still not optimal.
    I suppose the answer is to write an importer for the XMP files that is smart enough to 'find' the associated image from the XMP data, something that Adobe would be better suited to do.
    I must admit I am surprised, as I thought Adobe supported the mac fairly well.  Guess not.

  • Search for file on local drives

    Hi,
    How do I search for a file on the clients local drives with a Java Application?

    Get a FileSystemView, iterate over all File System Roots and recursively look for all files and directories on each root until you found one with a matching name.
    You should tell the user that he can go and grab a coffee while the process is running.

  • I have problem with my wifi in 4 S, i cant connect to any wifi itried resetting network setting and reset all setting but the result was the same, its only keeps searching for wifi and cant find any, itried to use OTHER but also didnt work.please help me

    i have problem with my wifi in 4 S, i cant connect to any wifi itried resetting network setting and reset all setting but the result was the same, its only keeps searching for wifi and cant find any, itried to use OTHER but also didnt work.please help me???

    If Join was on then your home wi-fi must be set to Non-Broadcast.  If you did not set this up (maybe your provider did) then you will need to find the Network Name they used, and any password they used.  The SSID is Security Set ID and to see more try http://en.wikipedia.org/wiki/SSID .  Basically it is the name used to identify your router/network.  A lot of times the installer will leave it set as LinkSys, or Broadcom or whatever the manufacturer set it as for default.  Your best bet is to get whoever installed it to walk you through how they set it up, giving you id's and passwords so you can get in.  HOWEVER, if you are not comfortable with this (if you set security wrong, etc.) you would be well ahead of the game to hire a local computer tech (networking) to get this working for you.  You can also contact the vendor of your router and get help (if it is still in warranty), or at least get copies of the manuals as pdf files.  Sorry I can't give you more help, I hope this gives you an idea where to go from here to find more.

  • Error when crawling "Unable to load stemmer for locale 1033. Error code 80040111."

    In the Sharepoint Search Service I get tose error "MAPI: Logon failed. " in the log and "Unable to load stemmer for locale 1033. Error code 80040111." in ULS.
    The error code 80040111 is well a relation with Mapi but what about stemmer???

    Hi,
    For your issue, check your current language settings and ensure that search supports the current language.
    On the SharePoint Server open Registry Editor (Start -> type “Regedit” and hit enter). 
    Point to : HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\OfficeServer\14.0\Search\Setup\ContentIndexCommon\LanguageResources\Default\English
    Under the registry key for each of the languages there is a value called StemmerDLLPath and WBDLLPathOverride
    Updated the registry entry with NATURA~1.dll to NATURA~2.dll
    Point to Start -> Administrative Tools -> Services, right click on SharePoint Server Search 14 and click on Restart.
    Performed a Full Crawl and wait for the Full Crawl to complete and try searching again.
    For more detailed information, refer to the following blogs:
    http://blog.ithinksharepoint.com/2008/04/20/a-word-breaker-was-not-found-for-the-given-language-error-when-crawling-content/
    http://www.sharepoint2013.me/Blog/Post/175/Word-breakers-in-SharePoint-2013
    Best Regards,
    Lisa Chen
    Lisa Chen
    TechNet Community Support

  • My iphone 3g is keep searching for network, and the carrier unable to load network list , wat shall i do?  Read more: My iphone 3g is keep searching for network, and the carrier unable to load network list

    My iphone 3g is keep searching for network, and the carrier unable to load network list , wat shall i do?

    Yes, that kind of tallies with my experience ... after 3 days of useless iPhone 3G (BTW, killing 3G on the phone and relying on acquiring AT&T 2G didn't help, it still locked onto T-Mobile with the result that it was draining battery and rebooting frequently!), I ended up visiting the local Apple Store.
    Although the visit was not to resolve the iPhone problem, whilst there I happened to cycle the phone and due to the store having a local AT&T cell, the strength of the local signal meant that I finally re-acquired a AT&T 3G signal ... once locked on again the phone was fine for the next day.
    Nett outcome of this is that I would prefer to lay most of the blame for this debacle on the poor state of 3G support both by AT&T (and US carriers in general), maybe exacerbated in my case by two related events (the local DNC in Denver, which saturated local AT&T cells including 3G and a proliferation of v2.0.0 and v2.0.1 firmwares on iPhones in town, which dragged cell coverage into the weeds).
    It would be nice for future sanity if AT&T and T-Mobile could at least resolve the ability to acquire/release the iPhone gracefully, otherwise I'll be very sceptical of travelling back to the US with only my iPhone, as a self-employeed consultant I can't afford to be out of touch for three days again!

  • How to use a standard library binary search if I'm not searching for a key?

    Hi all,
    I'm looking for the tidiest way to code something with maximum use of the standard libraries. I have a sorted set of ints that represent quality levels (let's call the set qualSet ). I want to find the maximum quality level (choosing only from those within qualSet ) for a limited budget. I have a method isAffordable(int) that returns boolean. So one way to find the highest affordable quality is to start at the lowest quality level, iterate through qualSet (it is sorted), and wait until the first time that isAffordable returns false. eg.
    int i=-1;
    for (int qual : qualSet) {
         if !(isAffordable(qual))
              return i;
         i++;
    }However isAffordable is a slightly complicated fn, so I'd like to use a binary search to make the process more efficient. I don't want to write the code for a binary search as that is something that should be reused, ideally from the standard libraries. So my question is what's the best way of reusing standard library code in this situation so as to not write my own binary search?
    I have a solution, but I don't find it very elegant. Here are the important classes and objects.
    //simple wrapper for an int representing quality level
    class QualityElement implements Comparable<QualityElement>
    //element to use to search for highest quality
    class HiQualFinderEl extends QualityElement {
         HiQualFinderEl(ComponentList cl) {...}
    //class that contains fair amount of data and isAffordable method
    class ComponentList {
         boolean isAffordable(int qual) {...}
    //sorted set of QualityElements
    TreeSet<QualityElement> qualSet When you create an instance of HiQualFinderEl, you pass it a reference to a ComponentList (because it has the isAffordable() method). The HiQualFinderEl.compareTo() function returns 1 or -1 depending on whether the QualityElement being compared to is affordable or not. This approach means that the binary search returns an appropriate insertion point within the list (it will never act as if it found the key).
    I don't like this because semantically the HiQualFinderEl is not really an element of the list, it's certainly not a QualityElement (but it inherits from it), and it just feels ugly! Any clever suggestions? Btw, I'm new to Java, old to C++.
    If this is unclear pls ask,
    Andy

    Thanks Peter for the reply
    Peter__Lawrey wrote:
    you are not looking for a standard binary searchI'm not using a binary search in the very common I'm searching for a particular key sense, which is the Collections.binarySearch sense. But binary searches are used in other situations as well. In this case I'm finding a local maximum of a function, I could also be solving f(x)=0... is there a nice generic way to handle other uses of binary search that anyone knows of?
    I would just copy the code from Collections.binarySearch and modify itI have this thing about reusing; just can't bring myself to do that :)
    It would be quicker and more efficient than trying to shoe horn a solution which expects a trinary result.Not sure I understand the last bit. Are you referring to my bastardised compareTo method with only two results? If so, I know, it is ugly! I don't see how it could be less efficient though???
    Thanks,
    Andy

  • Use airport for internet and ethernet for local?

    Hi. Ive searched around and cant find an answer for this.
    I have a 27" imac connected to my router and all works fine for accessing the internet.
    I have several other devices close by that I want to connect via ethernet. If i connect the imac to another router via ethernet I can browse my local devices but loose internet connectivity. It is as if the imac will suspend the airport connection while the ethernet cable is connected. I don't want my second router to act as a bridge as it doesn't support N speeds.
    Essentially, I want the imac to use airport for internet and the ethernet port for local files.... The only workaround I have is to unplug the ethernet cable from the back of the imac when i want to use the internet. I'm hoping it's just a DNS issue, but cant seem to resolve it.
    I do not need internet connectivity for the other devices and don't see how i can do that without enabling the wireless side of my second router and then creating a bridge...
    Any suggestions?

    It is as if the imac will suspend the airport connection while the ethernet cable is connected.
    The Connection Order on your iMac is set so that if both AirPort and Ethernet are "on", the iMac will give priority to the Ethernet connection.
    If you want to configure your iMac so that it gives priority to an AirPort connection if both AirPort and Ethernet are "on", give this a try:
    Open System Preferences (gear icon on the dock) and open Network
    Click on the small gear icon at the bottom of the connection list on the left
    Click on Set Service Order and drag AirPort to the top of the connection order list
    Click OK, then click Apply
    Now, if both AirPort and Ethernet are active, your iMac will give priority to the AirPort connection. If you want to connect using Ethernet, you will have to turn AirPort off by clicking the fan shaped AirPort icon at the top of your computer screen.

  • How do I search for a specific word in the code using Dreamweaver?

    I need to search for a specific word in the code for all of my website pages. How can I do that using Dreamweaver?

    To search local files of a Defined Site in DW...
    Open the Find & Replace tool with Ctrl + F
    Change the Find In dropdown to Entire Current Local Site
    Change the Search dropdown to Text or Source code
    Add the text to find in the Find field
    Add the text to replace in the Replace field (or nothing if you just want to delete the text)
    Hit Replace All

  • Search for records in the event viewer after the last run (not the entire event log), remove duplicate - Output Logon type for a specific OU users

    Hi,
    The following code works perfectly for me and give me a list of users for a specific OU and their respective logon types :-
    $logFile = 'c:\test\test.txt'
    $_myOU = "OU=ABC,dc=contosso,DC=com"
    # LogonType as per technet
    $_logontype = @{
        2 = "Interactive" 
        3 = "Network"
        4 = "Batch"
        5 = "Service"
        7 = "Unlock"
        8 = "NetworkCleartext"
        9 = "NewCredentials"
        10 = "RemoteInteractive"
        11 = "CachedInteractive"
    Get-WinEvent -FilterXml "<QueryList><Query Id=""0"" Path=""Security""><Select Path=""Security"">*[System[(EventID=4624)]]</Select><Suppress Path=""Security"">*[EventData[Data[@Name=""SubjectLogonId""]=""0x0""
    or Data[@Name=""TargetDomainName""]=""NT AUTHORITY"" or Data[@Name=""TargetDomainName""]=""Window Manager""]]</Suppress></Query></QueryList>" -ComputerName
    "XYZ" | ForEach-Object {
        #TargetUserSid
        $_cur_OU = ([ADSI]"LDAP://<SID=$(($_.Properties[4]).Value.Value)>").distinguishedName
        If ( $_cur_OU -like "*$_myOU" ) {
            $_cur_OU
            #LogonType
            $_logontype[ [int] $_.Properties[8].Value ]
    #Time-created
    $_.TimeCreated
        $_.Properties[18].Value
    } >> $logFile
    I am able to pipe the results to a file however, I would like to convert it to CSV/HTML When i try "convertto-HTML"
    function it converts certain values . Also,
    a) I would like to remove duplicate entries when the script runs only for that execution. 
    b) When the script is run, we may be able to search for records after the last run and not search in the same
    records that we have looked into before.
    PLEASE HELP ! 

    If you just want to look for the new events since the last run, I suggest to record the EventRecordID of the last event you parsed and use it as a reference in your filter. For example:
    <QueryList>
      <Query Id="0" Path="Security">
        <Select Path="Security">*[System[(EventID=4624 and
    EventRecordID>46452302)]]</Select>
        <Suppress Path="Security">*[EventData[Data[@Name="SubjectLogonId"]="0x0" or Data[@Name="TargetDomainName"]="NT AUTHORITY" or Data[@Name="TargetDomainName"]="Window Manager"]]</Suppress>
      </Query>
    </QueryList>
    That's this logic that the Server Manager of Windows Serve 2012 is using to save time, CPU and bandwidth. The problem is how to get that number and provide it to your next run. You can store in a file and read it at the beginning. If not found, you
    can go through the all event list.
    Let's say you store it in a simple text file, ref.txt
    1234
    At the beginning just read it.
    Try {
    $_intMyRef = [int] (Get-Content .\ref.txt)
    Catch {
    Write-Host "The reference EventRecordID cannot be found." -ForegroundColor Red
    $_intMyRef = 0
    This is very lazy check. You can do a proper parsing etc... That's a quick dirty way. If I can read
    it and parse it as an integer, I use it. Else, I just set it to 0 meaning I'll collect all info.
    Then include it in your filter. You Get-WinEvent becomes:
    Get-WinEvent -FilterXml "<QueryList><Query Id=""0"" Path=""Security""><Select Path=""Security"">*[System[(EventID=4624 and EventRecordID&gt;$_intMyRef)]]</Select><Suppress Path=""Security"">*[EventData[Data[@Name=""SubjectLogonId""]=""0x0"" or Data[@Name=""TargetDomainName""]=""NT AUTHORITY"" or Data[@Name=""TargetDomainName""]=""Window Manager""]]</Suppress></Query></QueryList>"
    At the end of your script, store the last value you got into your ref.txt file. So you can for example get that info in the loop. Like:
    $Result += $LogonRecord
    $_intLastId = $Event.RecordId
    And at the end:
    Write-Output $_intLastId | Out-File .\ref.txt
    Then next time you run it, it is just scanning the delta. Note that I prefer this versus the date filter in case of the machine wasn't active for long or in case of time sync issue which can sometimes mess up with the date based filters.
    If you want to go for a date filtering, do it at the Get-WinEvent level, not in the Where-Object. If the query is local, it doesn't change much. But in remote system, it does the filter on the remote side therefore you're saving time and resources on your
    side. So for example for the last 30 days, and if you want to use the XMLFilter parameter, you can use:
    <QueryList>
    <Query Id="0" Path="Security">
    <Select Path="Security">*[System[TimeCreated[timediff(@SystemTime) &lt;= 2592000000]]]</Select>
    </Query>
    </QueryList>
    Then you can combine it, etc...
    PS, I used the confusing underscores because I like it ;)
    Note: Posts are provided “AS IS” without warranty of any kind, either expressed or implied, including but not limited to the implied warranties of merchantability and/or fitness for a particular purpose.

  • Searching for Network / SIM card blocked - help please!!

    I have just purchased an 8700c from a reputable eBay seller from whom I have previously purchased other items.
    The 8700c was advertised as Unlocked without a SIM card.
    I have never owned a Blackberry before and am just getting familiar with it.
    When I click icon to 'Turn Wireless On' and press the Phone key then at top of screen displays "Searching for Network".
    After a minute or so displays "No Service".
    I bought the 8700c because one day my previous mobile phone did exactly the same thing.
    After an hour on my landline phone with the phone company they assured me the GSM network was functional in my area and suggested my old phone was faulty.
    Not knowing if the phone itself had just died or if fault was with the SIM card I took it to the local branch of the telco.
    One of the guys there swapped his SIM card into my phone and had same problem - hence phone faulty.
    Thinking about it later I realised that it didn't prove there wasn't also a problem with my SIM card but I thought it unlikely so decided to buy a new phone.
    Anyway, received the 8700c yesterday and have inserted my old SIM card, been reading manual, etc.
    Whilst learning how to use it I've been asked several times to enter a password.
    Assuming this was the PIN/password I had on my old phone to prevent use in case I lost the phone, I entered it and it was accepted without any error/warning.
    So I thought I was right in believing the PIN/password was stored on the SIM and not another code, maybe in some EPROM memory in the old phone - I'm not so sure now.
    Doing a Google search I've found mention of various PIN/PIN2/PUK/PUK2 codes used in mobile phones which, if not used correctly, can cause the phone to be locked permanently.
    Here's current information I've found on the 8700c:
    click icon Settings / Options / Status shows
          PIN:      {8 alphanumeric code}
          IMEI:     { 6 digits .00. 6 digits .5}      i.e 15 digits and 3 periods
    click icon Settings / Options / Advanced Options / SIM Card shows
          SIM Card: Blocked
          ID:     {20 digit number}
    click icon Phone shows
          My Number: Unknown
    click again to see list of items, scroll down to Options
    click again to see list of items headed Phone Options
    click on General Options
    the 'Show "My Number":' line has value Yes
    click icon Settings / Options / Network shows
          Network: * None *
          Network Selection Mode: Automatic
    click again to see list of items, scroll to My Preferred Network List
    click again to see one item which is GSM network associated with my old phone
    So it seems this has been found from the SIM card.
    The top left hand side of screen shows 'cingular' but I think I read somewhere that this was just the network for which the 8700c was originally issued and doesn't detemine whether the 8700c is currently locked/unlocked.
    Is 'My Number' Unknown because the SIM card is Blocked?
    Is the SIM card Blocked because I entered my old PIN password instead of the Settings / Options / Status alphanumeric code PIN or some other PIN?
    How can I determine if the 8700c is really unlocked?
    Are there some other settings/options or anything else I should do so I can get connected to the network?
    Any thoughts would be very welcome.

    I am having exactly the same problem mate. Never used a Blackberry - received mine today from eBay (Didn't include a manual) and i have been trying to configure it with no luck. I can't connect to a Network/My SIM Card is blocked/My number is unknown - Even though my SIM works perfectly in my Sony Ericsson. Have no idea what to do. Any help would be appreciated.

Maybe you are looking for

  • Table Disappears in Dreamweaver CS3

    I am trying to update some pages that I did not create and that were not created in Dreamweaver. When I open the page in DW, the table with the text does not show up. Everything works fine when viewing in IE. This is the page: http://vzoners.com/seco

  • JS: Get Control that has the Focus and paste something into it

    Hi, I want to implement some clientside code that gets the control that has the focus and copy some text into it. Can this be easily accomplished? Thanks Sven

  • Add 1 transaction to multiple roles

    Hi There, I am responsible for the authorization of the sap customers for my company. We have multiple roles for multiple company's within our own company. Butt when i must add one transaction to the role admin, i must ad the transaction for al the r

  • Portlet Basics

    I am new to weblogic portal .Could any body tell me the following: -->what is the life cycle of the portlet ?is it different for different types of portlets like java page flow portlets/struts portlet/JSR 168 portlet etc.Please explain all the possib

  • It says "Photoshop is downloading now..." but won't download

    Photoshop is downloading now... it doean't work for me, it never downloads