EJB 3.1 @Singleton with @Startup causes @PostConstruct to be called twice...

I have been working on initializing a some elements in the @PostConstruct annotated method within an EJB that is already annotated as @Singleton.  I decided that I wanted the initialization to be done when the EJB is deployed so I added the @Startup.  Both the constructor and @PostConstruct method is getting called twice.  Can someone please explain to me why it appears the EJB is being initialized twice and if there is a way to prevent the @PostConstruct method from being called twice?
Many thanks,
- Joe

Is this with GlassFish?

Similar Messages

  • Holding down "shift" during startup causes an "address error" with a prompt

    while booting from a dedicated OS 9.2.2 drive,...
    holding down "shift" during startup causes an "address error" with a prompt to restart holding the shift button,...
    an ideas,....?
    it otherwise starts up fine normally,....
    with spacebar depressed everything good too,.... into extensions manager...
    but booting with extensions off causes that address error crash just before desktop is to appear,...
    hmmm,.... ideas,....?
    thanx

    Well, address error means it's getting an odd addy somehow, and if it's with Extensions off, then maybe a PRAM or NVRAM reset would cure it...
    Have you done a PRAM reset...
    http://docs.info.apple.com/article.html?artnum=2238

  • Creating Singleton with Workshop

    I am trying to create a Singleton with Workshop and am having some difficulties. When I try to add the <singleton-service> element to the weblogic-application.xml deployment descriptor, I get a schema error because the element is not defined in the supplied schema location of http://www.bea.com/ns/weblogic/90/weblogic-application.xsd. If I change the location to http://www.bea.com/ns/weblogic/920/weblogic-application.xsd (note the change from "90" to "920"), then the <singleton-service> element is defined, but this schema has two subelements defined as <singleton-class> and <singleton-uri>. According to the documentation (and oddly enough the comments in the schema itself), these elements should be <class-name> and <name> respectively.
    There is a weblogic-application.xsd file located in a eclipse plugins folder under workshop that is the same as the old version without the <singleton-service> element. I am assuming that some eclipse builder uses this schema and may be causing the problem. I tried updating this file, but that just causes eclipse to crash on startup.
    Anyone have any ideas on how to get an EAR project with a singleton to build successfully in Workshop?

    Hi Vimala,
    I tried your example and got the deployment problem as well. I don't think the way you have your schema defined is correct. By putting xmlns:xls="http://www.bea.com/ns/weblogic/90", you are associating all tags that begin with "wls:" with that namespace. By specifying the schemas location for http://www.bea.com/ns/weblogic/920, you are telling it where it can find the "920" schema, but it is never stated where you find the "90" schema. This effectively turns off schema checking for the "90" namespace. By not putting "wls:" in front of singleton-service, you are putting it at the default namespace which is not defined. This all seems to make Eclipse happy because it cannot fully validate the document.
    I did find a jar file in the weblogic install that contains the schemas that weblogic uses internally. The jar file is at \beahome\weblogic92\server\lib\schema\weblogic-container-binding.jar. The schema for weblogic-application.xml is in this jar and is different from either the "90" or "920" schemas that is online. I believe this is why there is an error when you try to deploy your app. It must validate against this schema.
    I have found as long as I match this schema, I can just leave the schemaLocation out of my weblogic-application.xml file and get it to build and deploy. I do get problems reported by eclipse that I need to define library references because it is needed by dependent projects. I believe this is because internally eclipse has its own copy of the schema which predates the <singleton-service> element. The builder is trying to validate the document against this schema and is failing because of the <singleton-service> element, so it cannot find the <library-ref> elements that are in the document. I did not get the same problem with your example application and I haven't figured out why yet. Funny thing, I can make a change to some other file in the project and save and all the reported problems disappear.
    I believe using this work-around, I am able to get a good EAR file to build and deploy. It just seems that after I deploy and define my singleton using the admin console that nothing happens. I get no indications that the singleton is working or not in the logs. This did cause me to try a little experiment in that I configured a singleton service using the admin console to a singleton that did not exist. It acts identically to the one that did exist. No warnings or errors at all. I would hope that if I configured a singleton that I would get an error if weblogic could not start it.
    Thanks for your efforts. Let me know if you find out anything else,
    Jeff

  • Cannot boot from Windows 8 notebook - Error: Operating system version is incompatible with Startup Repair

    Hi all,
    I have searched through forums, but could not find the solution to my problem:
    I have a notebook ASUS with Windows 8 preinstalled.
    Yesterday I was doing some housecleaning jobs with some freeware tool (don't remember the name).
    Afterwards I have not been able to boot into Windows.
    CURRENT SITUATION: When I switch the PC on, after the welcome screen of ASUS and Windows 8 the system goes to a blank screen (no cursor, no mouse, CTRL+ALT+DEL not working).
    On next reboot, it does not start automatically the Recovery/Repair procedure and goes through the same steps again. It's not a loop, it just hangs.
    Looking into c:\windows\system32\LogFiles\Srt\srttrail.txt I see the following error message at the bottom of the file on the time of my last boot attempt: "Operating system version is incompatible with Startup Repair"
    I tried several things without success, so now I want to solve the problems one by one and first thing is to understand what might be causing the "Operating system version is incompatible with Startup Repair" error and how it can be solved.
    Thanks for reading

    Hi,
    Any update here?
    I agreed with the others.  First, if we have any backup available to restore Windows 8.1, we may take use of that.
    If we don't have any backup available, we'd better contact the manufacturer side for a deeper help.
    Or as Janek Fehn suggested, make a clean install of Windows 8, then update to Windows 8.1 again.
    Best regards
    Michael Shao
    TechNet Community Support

  • EJB 3 JNDI lookup with WL 12c (12.1.1) Exception

    Hi all,
    I'm trying to lookup an EJB inside my application with the following code :
    Context ctx = new InitialContext();
    ctx.lookup("java:module/MyEJB");
    it throws this Exception :
    javax.naming.NamingException [Root exception is java.rmi.RemoteException: weblogic.ejb.container.internal.StatelessLocalObject; nested exception is:
         java.io.NotSerializableException: weblogic.ejb.container.internal.StatelessLocalObject]
         at com.sun.faces.application.ActionListenerImpl.processAction(ActionListenerImpl.java:118)
         at javax.faces.component.UICommand.broadcast(UICommand.java:315)
         at javax.faces.component.UIViewRoot.broadcastEvents(UIViewRoot.java:794)
         at javax.faces.component.UIViewRoot.processApplication(UIViewRoot.java:1259)
         at com.sun.faces.lifecycle.InvokeApplicationPhase.execute(InvokeApplicationPhase.java:81)
         Truncated. see log file for complete stacktrace
    Caused By: javax.faces.el.EvaluationException: javax.naming.NamingException [Root exception is java.rmi.RemoteException: weblogic.ejb.container.internal.StatelessLocalObject; nested exception is:
         java.io.NotSerializableException: weblogic.ejb.container.internal.StatelessLocalObject]
         at javax.faces.component.MethodBindingMethodExpressionAdapter.invoke(MethodBindingMethodExpressionAdapter.java:102)
         at com.sun.faces.application.ActionListenerImpl.processAction(ActionListenerImpl.java:102)
         at javax.faces.component.UICommand.broadcast(UICommand.java:315)
         at javax.faces.component.UIViewRoot.broadcastEvents(UIViewRoot.java:794)
         at javax.faces.component.UIViewRoot.processApplication(UIViewRoot.java:1259)
         Truncated. see log file for complete stacktrace
    Caused By: javax.naming.NamingException [Root exception is java.rmi.RemoteException: weblogic.ejb.container.internal.StatelessLocalObject; nested exception is:
         java.io.NotSerializableException: weblogic.ejb.container.internal.StatelessLocalObject]
         at weblogic.jndi.internal.ExceptionTranslator.toNamingException(ExceptionTranslator.java:86)
         at weblogic.jndi.internal.WLContextImpl.translateException(WLContextImpl.java:466)
         at weblogic.jndi.internal.WLEventContextImpl.lookup(WLEventContextImpl.java:256)
         at weblogic.jndi.internal.WLContextImpl.lookup(WLContextImpl.java:406)
         at weblogic.jndi.internal.ApplicationNamingNode.resolveObject(ApplicationNamingNode.java:170)
         Truncated. see log file for complete stacktrace
    Caused By: java.rmi.RemoteException: weblogic.ejb.container.internal.StatelessLocalObject; nested exception is:
         java.io.NotSerializableException: weblogic.ejb.container.internal.StatelessLocalObject
         at weblogic.jndi.internal.WLEventContextImpl.copyObject(WLEventContextImpl.java:384)
         at weblogic.jndi.internal.WLEventContextImpl.lookup(WLEventContextImpl.java:251)
         at weblogic.jndi.internal.WLContextImpl.lookup(WLContextImpl.java:406)
         at weblogic.jndi.internal.ApplicationNamingNode.resolveObject(ApplicationNamingNode.java:170)
         at weblogic.jndi.internal.BasicNamingNode.resolveObject(BasicNamingNode.java:856)
         Truncated. see log file for complete stacktrace
    Caused By: java.io.NotSerializableException: weblogic.ejb.container.internal.StatelessLocalObject
         at java.io.ObjectOutputStream.writeObject0(ObjectOutputStream.java:1164)
         at java.io.ObjectOutputStream.defaultWriteFields(ObjectOutputStream.java:1518)
         at java.io.ObjectOutputStream.writeSerialData(ObjectOutputStream.java:1483)
         at java.io.ObjectOutputStream.writeOrdinaryObject(ObjectOutputStream.java:1400)
         at java.io.ObjectOutputStream.writeObject0(ObjectOutputStream.java:1158)
         Truncated. see log file for complete stacktrace
    i'm using WL 12c, JDK 1.6.29.
    regards.

    I can't upload all the project, but i will upload the [required files|http://dl.dropbox.com/u/79750638/WLForum.7z] .
    inform me if you need more info.
    thanks

  • Access Denied with EJB Deployment to 8i with JDeveloper

    Hi,
    I'm having a problem deploying an EJB to Oracle 8i with
    JDeveloper 2.0.
    I am receiving an insufficient privileges error in the
    deployment process when it reaches the stage Generating EJBHome
    and EJBObject on the server. I am logging in using the system,
    sys, scott or internal account and all still receive the same
    error. What role/privelege do I need to deploy an ejb to 8i?
    Thanks in advance.
    Here is a dump of the output JDeveloper produces.
    *** Invoking the Oracle JDeveloper deployment utility ***
    Scanning project files...done
    Generating classpath dependencies...done
    Generating archive entries table...done
    Writing archive...done
    *** Invoking the Oracle8i deployment utility ***
    Reading Deployment Descriptor...done
    Verifying Deployment Descriptor...done
    Gathering users...done
    Generating Comm Stubs...done
    Compiling Stubs...done
    Generating Jar File...done
    Loading EJB Jar file and Comm Stubs Jar file...done
    Generating EJBHome and EJBObject on the
    server...oracle.aurora.server.tools.sess_iiop.ToolsException: A
    SQL exception occured while compiling:
    oracle.aurora.ejb.gen.test_MyEJB.EjbObject_MyEJB : ORA-01031:
    insufficient privileges
    at oracle.aurora.server.tools.sess_iiop.ToolImpl.error
    (Compiled Code)
    at oracle.aurora.ejb.deployment.GenerateEjb.generateBean
    (Compiled Code)
    at oracle.aurora.ejb.deployment.GenerateEjb.invoke
    (Compiled Code)
    at oracle.aurora.server.tools.sess_iiop.ToolImpl.invoke
    (Compiled Code)
    at
    oracle.jdeveloper.wizard.deployment.EJBDeployMonitor.run
    (Compiled Code)
    at oracle.jdeveloper.wizard.common.ProgressDialog.run
    (Compiled Code)
    at java.lang.Thread.run(Compiled Code)
    null

    Chris,
    Perhaps you should be checking if the user you wish to deploy
    EJBs to has at least JAVAUSERPRIV.
    As SYSTEM
    grant JAVAUSERPRIV to <user>;
    Good luck
    /Mark
    Chris Jones (guest) wrote:
    : Hi,
    : I'm having a problem deploying an EJB to Oracle 8i with
    : JDeveloper 2.0.
    : I am receiving an insufficient privileges error in the
    : deployment process when it reaches the stage Generating EJBHome
    : and EJBObject on the server. I am logging in using the system,
    : sys, scott or internal account and all still receive the same
    : error. What role/privelege do I need to deploy an ejb to 8i?
    : Thanks in advance.
    : Here is a dump of the output JDeveloper produces.
    : *** Invoking the Oracle JDeveloper deployment utility ***
    : Scanning project files...done
    : Generating classpath dependencies...done
    : Generating archive entries table...done
    : Writing archive...done
    : *** Invoking the Oracle8i deployment utility ***
    : Reading Deployment Descriptor...done
    : Verifying Deployment Descriptor...done
    : Gathering users...done
    : Generating Comm Stubs...done
    : Compiling Stubs...done
    : Generating Jar File...done
    : Loading EJB Jar file and Comm Stubs Jar file...done
    : Generating EJBHome and EJBObject on the
    : server...oracle.aurora.server.tools.sess_iiop.ToolsException: A
    : SQL exception occured while compiling:
    : oracle.aurora.ejb.gen.test_MyEJB.EjbObject_MyEJB : ORA-01031:
    : insufficient privileges
    : at oracle.aurora.server.tools.sess_iiop.ToolImpl.error
    : (Compiled Code)
    : at oracle.aurora.ejb.deployment.GenerateEjb.generateBean
    : (Compiled Code)
    : at oracle.aurora.ejb.deployment.GenerateEjb.invoke
    : (Compiled Code)
    : at oracle.aurora.server.tools.sess_iiop.ToolImpl.invoke
    : (Compiled Code)
    : at
    : oracle.jdeveloper.wizard.deployment.EJBDeployMonitor.run
    : (Compiled Code)
    : at oracle.jdeveloper.wizard.common.ProgressDialog.run
    : (Compiled Code)
    : at java.lang.Thread.run(Compiled Code)
    null

  • EJB doesn’t respond with BPEL running on the same remote server

    To all,
    I have a BPEL transformation (XSL) calling a remote EJB. It worked with the BPEL process running on the BPEL Designer or in the local host. However if I deploy and run the same BPEL process to the remote server (i.e. the EJB and the BPEL reside in the same server), the EJB doesn’t seem to respond. The process runs fine but just does have the values from the EJB. Where should I look and debug this problem?
    Here is some more information about the EJB: I have the XSL calls a User Defined Extension component. This component calls a Java utility program in turn calls an EJB client (i.e. Business Delegate). The EJB client calls a Session bean (Session Façade) in turn calls two Entity beans. I packaged the codes in two jars: the EJB and the EJB client in one jar and Java utility programs in another jar.
    I deployed the EJB in EAR using the JDeveloper to the remote BPEL server. I FTPed the two JAR files into <ORACLE_HOME>/j2ee/OC4J_BPEL/applib in the remote server. After the deployment, I test the transformation either from BPEL Designer and BPEL local host. They both access the remote EJB successfully. However if I deploy the BPEL process to the remote server and run it from the remote server, the EJB doesn’t seem to respond. All the functions worked correctly except there is no value from the EJB. Any advice will be appreciated.

    Try the following, in order, until (hopefully) resolved:
    1a. Delete Preferred Network(s)
    System Preferences > Network > Wi-Fi > Advanced > Wi-Fi tab
    Under "Preferred Networks," delete the network(s) you regularly use from the list.
    1b. Delete AirPort Keychain Entries
    Launch the "Keychain Access" application located in Applications/Utilties.
    In the windows on the left side: Select login for Keychains and "All Items" for Category.
    Click on the "Kind" filter at the top, and look for any "AirPort network password" entries...and delete them.
    1c. Add Preferred Network(s)
    System Preferences > Network > Wi-Fi > Advanced > Wi-Fi tab
    Add the preferred network(s) using the "+" button.
    Restart or log out then back in.
    2. Move System Configuration Files
    (Note: You will have to reestablish your network connections settings.)
    Go to /Library/Preferences
    Move the SystemConfiguration folder to the desktop.
    Restart your Mac. (Note: OS X will rebuild the files that are now sitting on your desktop. If this doesn't resolve the issue, you can move the folder back to it's original location.)

  • My iPhone won't sync with iTunes cause it says some disk can't be found

    my iPhone won't sync with iTunes cause it says some disk can't be found

    Did you check your secuirty software settings? iTuens needs to contact Apple during the sync process.
    Also try to remove all Apple related software and reinstall iTunes after that. Removing iTunes, QuickTime, and other software components for Windows Vista and 7

  • Calls dropping with disconnect cause 16 (normal clearing)

    I am faicing a strange problem within my voice network.
    I am using both VoIP and SS7. For VoIP I am using IPIPGW and for SS7 PGW.
    Some calls connect normally but immdeiately drop with disconnect cause 16, or ISDN cause 8090 (which mean normal clearing) .
    I have difficulty on tracing the cause as I don't know where to start from.
    Can someone indicate any poosible cause for this problem or where to start looking at.

    First specify where is the clearing message come from ? where do you see it
    also intitate a debug for isdn q.931 messages to get deep into the cause...

  • Singleton with timeout

    Hi!
    I have to implement Singleton pattern, but I have the following restriction: The getInstance() method should not stop the entire application.
    I wrote the following code, to achieve my objective:
    public class ServiceProvider {
        private static Service service;
        private static final PrivateClass singletonProvider = new PrivateClass();
        private ServiceProvider() {}
        public static synchronized Service getInstance() throws MyException {
            if (service == null) {
                Thread thread = new Thread(singletonProvider);
                thread.start();
                try {
                    // Ten seconds for the construction of the service field.
                    Thread.sleep(10000);
                } catch (InterruptedException ex) {
                    throw new MyException("InterruptedException!!!", ex);
                // Is the verification based on Thread.isAlive() safe?
                // I am not sure. Please, tell me.
                if (!thread.isAlive()) {
                    if (service == null) {
                        throw new MyException("Service is still not available");
                    } else {
                        return service;
                } else {
                    throw new MyException("Service is still not available");
            } else {
                return service;
        // Using a private class I do not need to expose the public run() method.
        private static class PrivateClass implements Runnable {
            private PrivateClass() {}
            private synchronized Service defineInstance() throws MyException {
                if (service == null) {
                    service = new Service();
                return service;
            public synchronized void run() {
                try {
                    singletonProvider.defineInstance();
                } catch (Exception e) {
                    e.printStackTrace();
    public class Service {
        public Service() throws MyException {
            try {
                // Simulating a problem: the constructor is taking 20 seconds to be finished.
                Thread.sleep(20000);
            } catch (InterruptedException ex) {
                throw new MyException("InterruptedException in the Service constructor", ex);
        public void method() {
    }I am just not sure if the verification based on Thread.isAlive() is safe.
    Thanks!!!

    malcolmmc wrote:
    This sounds all very familiar. This is an occasion to use wait and notify to synchronize with your background thread. For one thing, the way you've written it, the caller to getInstance() will wait 10 seconds even if the service instance is loaded much faster than that.Yes... I tried what you are suggesting, but the problem is that using wait and notify I have to lock the PrivateClass field of the ServiceProvider class. So, since the fields should be locked, the call to the Service constructor will also be locked, and then I always have to wait the constructor finishes, no matter how I implement the logic of wait and notify.
    So instead of sleep(10000L) use wait(10000L). Then when your loader sets the instance variable it calls notify on the same monitor. This will wake the main thread up if it's waiting.
    You also need to deal with the case where getInstance is called a second time either when the first call to getInstance() is waiting, or after the first call has given up.I did the following solution instead. It works fine:
    public class ServiceProvider {
        private static Service service;
        private static final PrivateClass privateClass = new PrivateClass();
        private ServiceProvider() {}
        public static synchronized Service getInstance() throws MyException {
            if (service == null) {
                ScheduledThreadPoolExecutor executor = new ScheduledThreadPoolExecutor(1);
                AnotherPrivateClass anotherPrivateClass = new AnotherPrivateClass();
                Future future = executor.submit(anotherPrivateClass);
                try {
                    // Ten seconds for the construction of the service field.
                    future.get(10000,TimeUnit.MILLISECONDS);
                } catch (TimeoutException ex) {
                    throw new MyException("Service is still not available");
                } catch (ExecutionException ex) {
                    throw new MyException("Service is still not available");
                } catch (InterruptedException ex) {
                    throw new MyException("Service is still not available");
                } finally {
                    executor.shutdown();
                // Is the verification based on Thread.isAlive() safe?
                // I am not sure. Please, tell me.
                if (!anotherPrivateClass.thread.isAlive()) {
                    if (service == null) {
                        throw new MyException("Service is still not available");
                    } else {
                        return service;
                } else {
                    throw new MyException("Service is still not available");
            } else {
                return service;
        private static class AnotherPrivateClass implements Runnable {
            private Thread thread;
            private AnotherPrivateClass() {
                this.thread = new Thread(privateClass);
            public synchronized void run() {
                thread.start();
                try {
                    synchronized (privateClass) {
                        while (!privateClass.done) {
                            privateClass.wait();
                        if (service == null) {
                            privateClass.done = false;
                } catch (InterruptedException ex) {
                    ex.printStackTrace();
        // Using a private class I do not need to expose the public run() method.
        private static class PrivateClass implements Runnable {
            boolean done = false;
            private PrivateClass() {}
            private synchronized void defineInstance() throws MyException {
                if (service == null) {
                    service = new Service();
            public synchronized void run() {
                try {
                    privateClass.defineInstance();
                } catch (Exception e) {
                    e.printStackTrace();
                done = true;
                this.notify();
    }

  • DoGet called twice on Tomcat Startup

    Hi,
    I have a problem with my Servlet doGet/doPost method being called twice (sometimes three times) on Tomcat 5 startup with J2SE 1.4 and Java SE 6. This problem happens on both, Firefox and Internet Explorer.
    I only have one Servlet (called ServletFrontController) in my descriptor, since I decided to use the Front Controller Pattern. This Servlet extends from a "base Servlet" which has all the init configurations. My deployment descriptor looks like this (I also have mappings which I haven't included here):
        <servlet>
            <servlet-name>MainServlet</servlet-name>
            <servlet-class>com.myprogram.ServletFrontController</servlet-class>
            <init-param>
                <param-name>config</param-name>
                <param-value>application.properties</param-value>
            </init-param>
        </servlet>My doGet / doPost / doHead methods from the base Servlet just delegate to the ServletFrontController "main" method, like this:
    public final void doGet(HttpServletRequest request, HttpServletResponse response) {
            try {
                process(request, response);
            } catch (Exception e) {
                handleException(e, request, response);
    }Does anyone had this problem and know why this could happen?
    Martin

    All,
    See post: [http://forum.java.sun.com/thread.jspa?threadID=720175|http://forum.java.sun.com/thread.jspa?threadID=720175]
    Might help.
    - JFK

  • I have an iMac (the desktop) I've stupidly left the cable you plug the monitor into the wall with there. What are they called and where can I get a new one?

    I have an iMac (the desktop) I've stupidly left the cable you plug the monitor into the wall with there. What are they called and where can I get a new one?

    Presumably the mains cable, which you can get from an Apple Store.

  • Can anyone help with facetime? im getting missed calls but it doesnt actually tell me i have an incoming call....and the person im trying to contact gets exactly the same.....just missed calls?

    can anyone help with facetime? im getting missed calls but it doesnt actually come up with an incoming call.....the person im trying to contact just gets missed calls also?

    I've noticed that once you miss a call on FaceTime on a desktop Mac, it won't work properly again until you restart the machine.
    I sent in Feedback so we'll see how that goes.

  • IPod updates 2 touch with the new software, and from the update they are not connected with Time phase. They appear calling but never they enter the calls. I make calls with other users and if one connects but in these two not from the update

    iPod updates 2 touch with the new software, and from the update they are not connected with Time phase. They appear calling but never they enter the calls. I make calls with other users and if one connects but in these two not from the update

    I use Firefox 95% of the time, and there's no problem with flash content (and I'm still at .55 - downloaded .64 last week but I haven't got round to making the change yet). At the rate they've been changing it recently it may well be out of date already .
    I've been trying it in Safari, too with no problems apart from You Tube, but that's because I'm blocking Google cookies.
    One thought does occur - if your Flash preferences are set to block all Local Storage, it may be that the problem site is trying to use Flash cookies (LSOs). I had this problem recently with the BBC iPlayer streaming content. Little Snitch notified an attempt to connect to a new URL - emp.bbci.co.uk.
    If I disallowed it, no streaming; when I allowed the connection, it still wouldn't stream, so I did a bit of digging and came to the conclusion that it was trying to set a Flash cookie. When I unblocked, lo and behold - streaming resumed as normal.
    I now have LSOs blocked in a more subtle way that lets the site think it's being set (but it ain't) and the streaming still works.
    As for permissions repair - always repair from local; the permissions on the original disc will have been superceded by updates and new installations of Apple software.
    DU needs to be reading the packages on the HD, not the (now out of date) install disc.
    The recurring repair messages are normal and don't mean anything's wrong. As long as the final message is 'repair complete' there's no need to dwell on it.
    http://support.apple.com/kb/TS1448 (for Leopard and Snow Leopard - Lion no doubt has it's own set).

  • Can't call with optus sim "error message SIM: CALL BARRED"

    Help please!!
    i currently joined with optus mobile and i cant call out with my blackberry, everytime i call i get this message "SIM: CALL BARRED", i can still receive call and sms......
    it is weird because when i put the sim into a different phone...it is working fine..(i can call and receive call)
    and when i put a different sim into my blackberry...it also work fine (can call and receive call)
    i called up optus and everything is activated and eveything is smooth!
    can any1 help me out please?!?!
    thanks in adavnce!

    Hi, I know your problem was a long time ago but I have the same problem now adn cannot find the solution anywhere. Looking at the number of times people have 'viewed' your subject (935 times) it is obviously a common problem with optus sim, but the solution is a mystery. Can you help????? How did you get your phone working with optus sim???

Maybe you are looking for

  • Error in Starting Migration Work Bench

    I have installed Oracle Enterprise 8.1.7 with Migration work bench installed as well. When starting the migration work bench from start menu, I run into the following error. I would appreciate any insight regarding the problem. ** Oracle Migration Wo

  • Batch confirm Faces-- possible?

    I'm finding "Faces" to be potentially very useful, but frustrating to implement because of the apparent necessity to click "Confirm" again and again with all of the instances of "Johnny Jones may also be in the photos below" where, yes, Johnny is the

  • How to read the business partner activity

    Hi experts, How to get the business partner(role:employee) assigned activities  in crm and how to create the activity .my requirment is change the assiged from old employee(bp) to new employee(bp). i have to develop the program. i searched some BAPI'

  • Workflow process does not restart when re-ordering a PO

    We are running SRM 7.0 with Process Controlled Workflow and have configured N-Step approval process for PO. When the PO is ordered for the first time, the approver determination and the approval process work as expected. However, after the PO has bee

  • How can I download Flash Player's setting manager ?

    This: http://www.macromedia.com/support/documentation/en/flashplayer/help/settings_manager04.htm l