BuildCMAP: Assertion `start != ((void *)0)' failed.

Hi, I'm developing a Postscript rendering engine for our reporting application.
I need to load a Postscript Type 1 font from a file, use that font to get a FontMetrics and be able to position objects in a "dummy" graphics environment (*) to generate appropiate coordinates in the postscript output.
Before submiting a bug in 1.5, is any one of you getting a
java: ../../../src/share/native/sun/font/t2k/t1.c:2982: BuildCMAP: Assertion `start != ((void *)0)' failed.
when loading a PT1 font from a file -via Font.createFont(...)- and trying to get a font metrics from it?
regards
c.aya
(*) A Graphics2D object not attached to the screen, created using:
graphEnv = GraphicsEnvironment.getLocalGraphicsEnvironment();
curPage = graphEnv.createGraphics(new BufferedImage(100, 100, BufferedImage.TYPE_BYTE_GRAY));

Thanks nkeynes, I generated the PT1 file using ttf2pt1 (open source) and from your comment the problem is probably there. The generated font file, however, works fine in postscript...
caya

Similar Messages

  • Alltray doesn't work: assertion `pid != 0' failed

    Okay, so I start xcalc.  I run alltray from a terminal to see the stdout, and click on the middle of the xcalc window.  Alltray doesn't make a systray icon for it, and in the terminal, I see:
    [max@killterm3 ~]$ alltray -a
    AllTray 0.7.4dev
    Copyright © 2009 Michael B. Trausch <[email protected]>
    Licensed under the GNU GPL v3.0 as published by the Free Software Foundation.
    ** (alltray:5422): CRITICAL **: all_tray_application_are_we_interested: assertion `pid != 0' failed
    The interesting thing is alltray works 100% with mrxvt.
    Ultimately, I am going to use alltray to launch a virtualized server with Virtualbox in the system tray.  This is going to be "headless" and just needs to run, so the system tray makes perfect sense (but VirtualBox doesn't have a systray option I can play with).
    Last edited by synthead (2010-06-08 21:02:23)

    Hello,
    I am reviving this old thread, because I have the same problem and could not find a solution.
    I can't start any programs with alltray; The pid != 0 assertion always fails:
    > alltray gnome-terminal
    AllTray 0.7.5dev
    Copyright © 2009, 2010 Michael B. Trausch <[email protected]>
    Licensed under the GNU GPL v3.0 as published by the Free Software Foundation.
    ** (alltray:2314): CRITICAL **: all_tray_application_are_we_interested: assertion `pid != 0' failed
    AllTray was unable to attach to any applications, and AllTray's child
    has died.
    This problem can be caused by application software that:
    * is not compliant with the ICCCM and EWMH specs,
    * backgrounds itself and leaves the AllTray process group, or
    * unexpectedly died an early death and did not actually start
    If the problem is one of the first two problems, please report a bug
    in AllTray and it will be investigated and reported to the correct
    project, if necessary. If the problem is the third one, then you will
    need to fix whatever went wrong and try again.
    Does alltray even work with gnome 3?
    Regards
    DeBazthed

  • Starting of Tomcat failed

    I use NetBean 5.5, bundled Tomcat ( Tomcat buid in NetBean) and jdk 1.6
    Pleas help me to find the error.
    I created the following servlet:
    import java.io.*;
    import java.net.*;
    import javax.servlet.*;
    import javax.servlet.http.*;
    public class FormServlet extends HttpServlet {
      public void doGet(HttpServletRequest request, HttpServletResponse response)
        throws ServletException, IOException {
        response.setContentType("text/html");
        PrintWriter out = response.getWriter();
        out.println("<!DOCTYPE HTML PUBLIC \"-//W3C//DTD HTML 4.0 " +
                                            "Transitional//EN\">\n" +
                    "<HTML>\n" +
                    "<HEAD><TITLE> FORM </TITLE></HEAD>\n" +
                    "<BODY>\n" +
                    "<H1> FORM </H1>\n" +
                    "<UL>\n" +
                    " <LI><B>param1</B>: "
                    + request.getParameter("param1") + "\n" +
                    " <LI><B>param2</B>: "
                    + request.getParameter("param2") + "\n" +
                    " <LI><B>param3</B>: "
                    + request.getParameter("param3") + "\n" +
                    "</UL>\n" +
                   "</BODY></HTML>");
    } The Servlet code should be correct because I copied it from tutorial
    the error is:
    init:
    deps-module-jar:
    deps-ear-jar:
    deps-jar:
    library-inclusion-in-archive:
    library-inclusion-in-manifest:
    compile:
    compile-jsps:
    do-dist:
    dist:
    Starting server Bundled Tomcat (5.5.17)
    Starting Tomcat process...
    Waiting for Tomcat...
    Starting of Tomcat failed.
    C:\Documents and Settings\Domenico\FormServlet\nbproject\build-impl.xml:440: Deployment error:
    Starting of Tomcat failed.
    See the server log for details.
    BUILD FAILED (total time: 9 seconds)

    sing CATALINA_BASE: C:\Documents and Settings\Domenico\.netbeans\5.5\apache-tomcat-5.5.17_base
    Using CATALINA_HOME: C:\Programmi\netbeans-5.5\enterprise3\apache-tomcat-5.5.17
    Using CATALINA_TMPDIR: C:\Documents and Settings\Domenico\.netbeans\5.5\apache-tomcat-5.5.17_base\temp
    Using JRE_HOME: C:\Programmi\Java\jdk1.6.0
    2-mag-2007 9.38.49 org.apache.catalina.core.AprLifecycleListener lifecycleEvent
    INFO: The Apache Tomcat Native library which allows optimal performance in production environments was not found on the java.library.path: C:\Programmi\Java\jdk1.6.0\bin;.;C:\WINDOWS\Sun\Java\bin;C:\WINDOWS\system32;C:\WINDOWS;C:\WINDOWS\system32;C:\WINDOWS;C:\WINDOWS\System32\Wbem;C:\Programmi\ATI Technologies\ATI Control Panel;C:\Programmi\QuickTime\QTSystem\
    2-mag-2007 9.38.49 org.apache.coyote.http11.Http11BaseProtocol init
    GRAVE: Error initializing endpoint
    java.net.SocketException: Invalid argument: JVM_Bind
    at java.net.PlainSocketImpl.socketBind(Native Method)
    at java.net.PlainSocketImpl.bind(PlainSocketImpl.java:359)
    at java.net.ServerSocket.bind(ServerSocket.java:319)
    at java.net.ServerSocket.<init>(ServerSocket.java:185)
    at java.net.ServerSocket.<init>(ServerSocket.java:141)
    at org.apache.tomcat.util.net.DefaultServerSocketFactory.createSocket(DefaultServerSocketFactory.java:49)
    at org.apache.tomcat.util.net.PoolTcpEndpoint.initEndpoint(PoolTcpEndpoint.java:292)
    at org.apache.coyote.http11.Http11BaseProtocol.init(Http11BaseProtocol.java:138)
    at org.apache.catalina.connector.Connector.initialize(Connector.java:1016)
    at org.apache.catalina.core.StandardService.initialize(StandardService.java:580)
    at org.apache.catalina.core.StandardServer.initialize(StandardServer.java:791)
    at org.apache.catalina.startup.Catalina.load(Catalina.java:503)
    at org.apache.catalina.startup.Catalina.load(Catalina.java:523)
    at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
    at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39)
    at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
    at java.lang.reflect.Method.invoke(Method.java:597)
    at org.apache.catalina.startup.Bootstrap.load(Bootstrap.java:266)
    at org.apache.catalina.startup.Bootstrap.main(Bootstrap.java:431)
    2-mag-2007 9.38.49 org.apache.catalina.startup.Catalina load
    GRAVE: Catalina.start
    LifecycleException: Protocol handler initialization failed: java.net.SocketException: Invalid argument: JVM_Bind
    at org.apache.catalina.connector.Connector.initialize(Connector.java:1018)
    at org.apache.catalina.core.StandardService.initialize(StandardService.java:580)
    at org.apache.catalina.core.StandardServer.initialize(StandardServer.java:791)
    at org.apache.catalina.startup.Catalina.load(Catalina.java:503)
    at org.apache.catalina.startup.Catalina.load(Catalina.java:523)
    at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
    at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39)
    at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
    at java.lang.reflect.Method.invoke(Method.java:597)
    at org.apache.catalina.startup.Bootstrap.load(Bootstrap.java:266)
    at org.apache.catalina.startup.Bootstrap.main(Bootstrap.java:431)
    2-mag-2007 9.38.49 org.apache.catalina.startup.Catalina load
    INFO: Initialization processed in 1110 ms
    2-mag-2007 9.38.50 org.apache.catalina.core.StandardService start
    INFO: Starting service Catalina
    2-mag-2007 9.38.50 org.apache.catalina.core.StandardEngine start
    INFO: Starting Servlet Engine: Apache Tomcat/5.5.17
    2-mag-2007 9.38.50 org.apache.catalina.core.StandardHost start
    INFO: XML validation disabled
    2-mag-2007 9.38.51 org.apache.coyote.http11.Http11BaseProtocol start
    GRAVE: Error starting endpoint
    java.net.SocketException: Invalid argument: JVM_Bind
    at java.net.PlainSocketImpl.socketBind(Native Method)
    at java.net.PlainSocketImpl.bind(PlainSocketImpl.java:359)
    at java.net.ServerSocket.bind(ServerSocket.java:319)
    at java.net.ServerSocket.<init>(ServerSocket.java:185)
    at java.net.ServerSocket.<init>(ServerSocket.java:141)
    at org.apache.tomcat.util.net.DefaultServerSocketFactory.createSocket(DefaultServerSocketFactory.java:49)
    at org.apache.tomcat.util.net.PoolTcpEndpoint.initEndpoint(PoolTcpEndpoint.java:292)
    at org.apache.tomcat.util.net.PoolTcpEndpoint.startEndpoint(PoolTcpEndpoint.java:312)
    at org.apache.coyote.http11.Http11BaseProtocol.start(Http11BaseProtocol.java:150)
    at org.apache.coyote.http11.Http11Protocol.start(Http11Protocol.java:75)
    at org.apache.catalina.connector.Connector.start(Connector.java:1089)
    at org.apache.catalina.core.StandardService.start(StandardService.java:459)
    at org.apache.catalina.core.StandardServer.start(StandardServer.java:709)
    at org.apache.catalina.startup.Catalina.start(Catalina.java:551)
    at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
    at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39)
    at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
    at java.lang.reflect.Method.invoke(Method.java:597)
    at org.apache.catalina.startup.Bootstrap.start(Bootstrap.java:294)
    at org.apache.catalina.startup.Bootstrap.main(Bootstrap.java:432)
    2-mag-2007 9.38.51 org.apache.catalina.startup.Catalina start
    GRAVE: Catalina.start:
    LifecycleException: service.getName(): "Catalina"; Protocol handler start failed: java.net.SocketException: Invalid argument: JVM_Bind
    at org.apache.catalina.connector.Connector.start(Connector.java:1096)
    at org.apache.catalina.core.StandardService.start(StandardService.java:459)
    at org.apache.catalina.core.StandardServer.start(StandardServer.java:709)
    at org.apache.catalina.startup.Catalina.start(Catalina.java:551)
    at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
    at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39)
    at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
    at java.lang.reflect.Method.invoke(Method.java:597)
    at org.apache.catalina.startup.Bootstrap.start(Bootstrap.java:294)
    at org.apache.catalina.startup.Bootstrap.main(Bootstrap.java:432)
    2-mag-2007 9.38.51 org.apache.catalina.startup.Catalina start
    INFO: Server startup in 1656 ms
    2-mag-2007 9.38.51 org.apache.catalina.core.StandardServer await
    GRAVE: StandardServer.await: create[8025]:
    java.net.SocketException: Invalid argument: JVM_Bind
    at java.net.PlainSocketImpl.socketBind(Native Method)
    at java.net.PlainSocketImpl.bind(PlainSocketImpl.java:359)
    at java.net.ServerSocket.bind(ServerSocket.java:319)
    at java.net.ServerSocket.<init>(ServerSocket.java:185)
    at org.apache.catalina.core.StandardServer.await(StandardServer.java:372)
    at org.apache.catalina.startup.Catalina.await(Catalina.java:615)
    at org.apache.catalina.startup.Catalina.start(Catalina.java:575)
    at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
    at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39)
    at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
    at java.lang.reflect.Method.invoke(Method.java:597)
    at org.apache.catalina.startup.Bootstrap.start(Bootstrap.java:294)
    at org.apache.catalina.startup.Bootstrap.main(Bootstrap.java:432)

  • 1.5.0_09, Slackware 11, Xorg 7.1: Assertion 'c- xlib.lock' failed.

    When I try to use the Java plugin in Firefox, I get the following error:
    java_vm: xcb_xlib.c:50: xcb_xlib_unlock: Assertion `c._xlib.lock' failed.
    Could not read ack from child process
    Plugin: Java VM process has died.
    plugin: java process died due to signal 6
    Could not start JavaVM!
    VM did not start up properly
    Trying to start the Control Panel also makes it yell about the failed assertion.
    I've tried using different versions of Java (1.5.0_01 and 1.4.2_13), and recompiling xcb, but nothing changes. This is pretty far out of my league. Any help appreciated... thanks in advance.

    I entered the bug a few days before Christmas. I haven't received a reply yet, but it's still within the three-week reply period... it's got about a week left.
    The Gentoo blog you linked to had a comment mentioning a bug in libXi being the problem, but grabbing the latest version didn't work for me. Maybe it's time to take a pencil and start pointing at random libraries to try upgrading.

  • Start up script fails; Unable to boot...Please, Help.

    This is my first major problem that I have had with this computer. It has been running fine until this past Sunday night. I was running AOL, Firefox & iTunes. The computer was running slow and iTunes was skipping frequently. I rebooted and resumed my activities only to have the same problems and the computer booted slower than usual. I closed all my applications and rebooted once again. Then, I ran Disk Utility had used Verify Disk. It found an error on my system volume stating an incorrect block count in one sector and referenced a file cache_003, all other volumes passed. Disk Utility was unable to repair the volume. Repair Disk ran slow. I did a search for the file cache_003 and discovered that it was part of a Netscape profile back up on a different partition. I deleted the profile and used Disk Utility again. This time, the system volume passed and a different volume failed due to incorrect block size, Repair Disk failed. The next time I tried to boot the computer the gray screen with apple and loading indicator came up and stayed for several minutes followed by a blue screen with loading indicator for several minutes and stayed blue for nearly 40 minutes. Eventually, the screen went black and displayed that the start up script failed. Here is some of what was displayed.
    Darwin/BSD(Computer Name-Computer.local)(console)
    System Starter[35]
    login date&time Internet Sharing[96]:Libinfo[Socket_open():2318]connect():2318]connect:()connection refused (This line repeated continuously)
    I am able to input commands at this stage but I am not knowledgeable enough to know what to do.
    When I push the power button to turn it off the computer beeps once and the led light flashes three times and turns off.
    Each time when I attempt to boot either into Safe Mode or from the Software Install DVD I encounter the same problem.
    Now, Monday night by chance on another boot attempt the computer started up although it took about 20-30 minutes. It was missing one volume which showed up in Disk Utility under a different name. While I had the computer up I backed up what I could on the volumes that mounted. One file I was unable to burn using Toast 9 due to a data fork error. The computer eventually froze during my activities and since I have had no luck at my start up attempts and have had the same problem. Luckily, I was able to back up everything I needed with the exception of what was on the AWOL volume.
    The last thing I had installed recently was the latest Security Update which went fine and was two days before the trouble started.
    I am at a loss for what to do next. I would like to retrieve the files on that one volume but at this point if I can start up I would just like to reformat and install the OS.
    Any help with this problem would be much appreciated. Thank you.

    Well, originally when I ran Disk Utility, although it performed slower than usaual it found the error as previously mentioned and was unable to Repair Volume. As to using the Hardware Disc & Install Discs(original & Tiger) the computer failed to boot although you could hear the disc spinnning for awhile. In both and every instance regardless of any or no disc, the computer starts the boot process and you see the gray screen with white apple and loading indicator for about 3 minutes then it switches to the blue screen with loading indicator. After quite some time the loading indicator goes away and it's just a blue screen for nearly a half-hour followed by a black screen which starts the above prompt. I can post all of what that said later as I have written all of it down at home, a portion of it is in my original post. The start up chime doesn't sound at all. I do get a tone and flashing LED lights when I hold the power button down to turn it off after the above described boot process. There is not much I can do except try and try again. I may need to get a new hard drive but I would like to resolve it without doing so if possible. When trying to boot from both discs I was holding down the C key as directed and I have tried just letting the computer boot with disc in drive without any key interaction.

  • Lightroom 5 on a Mac os 10.8.5 will not start. It fails to open. And it worked fine the other day.

    lightroom 5 on a Mac os 10.8.5 will not start. It fails to open. And it worked fine the other day.

    Reh... Doesn't work on my 2012 Mac mini. A function key set in Sys Prefs worked in Leopard and Lion on my MB but I cannot get any key to work using SysPref Dictation & Speech. It is befuddling and now I have to go to Edit-Speech to turn on and turn off speech to selected text.
    I have used Macs and Apple 2es since cave man days and Apple is becoming so befuddling I am wondering if there is even an advantage to it over Windows XP. I spent a lot on this little box, it looks good (the first one had to be exchanged as it wouldn't link to my keyboard ???) but Apple intuitive does no longer seem meaningful.
    If speech to text no longer is accessible by short cuts using Fkeys, why bother to have it in Syst Prefs?
    Apple is losing its way. The pleasure is gone and no one at Apple seems to care.

  • Starting cluster ocfs2: Failed,Checking cluster ocfs2 is offline

    Checking cluster ocfs2 is offline. And when I online the ocfs2 ,display the following error message,who can tell me what's wrong with the ocfs2? thanks!!!!
    # /etc/init.d/o2cb status
    Module "configfs": Loaded
    Filesystem "configfs": Mounted
    Module "ocfs2_nodemanager": Loaded
    Module "ocfs2_dlm": Loaded
    Module "ocfs2_dlmfs": Loaded
    Filesystem "ocfs2_dlmfs": Mounted
    Checking cluster ocfs2: Offline
    # /etc/init.d/o2cb force-reload
    Unmounting ocfs2_dlmfs filesystem: OK
    Unloading module "ocfs2_dlmfs": OK
    Unmounting configfs filesystem: OK
    Unloading module "configfs": OK
    Loading module "configfs": OK
    Mounting configfs filesystem at /config: OK
    Loading module "ocfs2_nodemanager": OK
    Loading module "ocfs2_dlm": OK
    Loading module "ocfs2_dlmfs": OK
    Mounting ocfs2_dlmfs filesystem at /dlm: OK
    Starting cluster ocfs2: Failed
    Cluster ocfs2 created
    o2cb_ctl: Configuration error discovered while populating cluster ocfs2. None of its nodes were considered local. A node is considered local when its node name in the configuration maches this machine's host name.
    Stopping cluster ocfs2: OK
    # /etc/init.d/o2cb online ocfs2
    Starting cluster ocfs2: Failed
    Cluster ocfs2 created
    o2cb_ctl: Configuration error discovered while populating cluster ocfs2. None of its nodes were considered local. A node is considered local when its node name in the configuration maches this machine's host name.
    Stopping cluster ocfs2: OK
    ocfs2_hb_ctl: Unable to access cluster service while starting heartbeat
    mount.ocfs2: Error when attempting to run /sbin/ocfs2_hb_ctl: "Operation not permitted"
    : Could not mount /dev/sdb1
    o2cb_ctl: Unable to access cluster service while creating node

    http://unirac.in/qtoa/122/o2cb_ctl-unable-access-cluster-service-while-creating-node
    TODO:
    - Quit ocfs2console
    - Stop the service
    - Remove file /etc/ocfs2/cluster.conf
    - Restart ocfs2console
    - Configure the nodes again
    [root@rac1 ~]#  /etc/init.d/ocfs2 stop
    Stopping Oracle Cluster File System (OCFS2)                [  OK  ]
    [root@rac1 ~]# /etc/init.d/o2cb offline ocfs2
    [root@rac1 ~]# /etc/init.d/o2cb unload
    Unmounting ocfs2_dlmfs filesystem: OK
    Unloading module "ocfs2_dlmfs": OK
    Unmounting configfs filesystem: OK
    Unloading module "configfs": OK
    [root@rac1 ~]# rm -f /etc/ocfs2/cluster.conf
    [root@rac1 ~]# /usr/sbin/ocfs2console &

  • Checking cluster ocfs2 is offline,Starting cluster ocfs2: Failed

    Checking cluster ocfs2 is offline. And when I online the ocfs2 ,display the following error message,who can tell me what's wrong with the ocfs2? thanks!!!!
    # /etc/init.d/o2cb status
    Module "configfs": Loaded
    Filesystem "configfs": Mounted
    Module "ocfs2_nodemanager": Loaded
    Module "ocfs2_dlm": Loaded
    Module "ocfs2_dlmfs": Loaded
    Filesystem "ocfs2_dlmfs": Mounted
    Checking cluster ocfs2: Offline
    # /etc/init.d/o2cb force-reload
    Unmounting ocfs2_dlmfs filesystem: OK
    Unloading module "ocfs2_dlmfs": OK
    Unmounting configfs filesystem: OK
    Unloading module "configfs": OK
    Loading module "configfs": OK
    Mounting configfs filesystem at /config: OK
    Loading module "ocfs2_nodemanager": OK
    Loading module "ocfs2_dlm": OK
    Loading module "ocfs2_dlmfs": OK
    Mounting ocfs2_dlmfs filesystem at /dlm: OK
    Starting cluster ocfs2: Failed
    Cluster ocfs2 created
    o2cb_ctl: Configuration error discovered while populating cluster ocfs2. None of its nodes were considered local. A node is considered local when its node name in the configuration maches this machine's host name.
    Stopping cluster ocfs2: OK
    # /etc/init.d/o2cb online ocfs2
    Starting cluster ocfs2: Failed
    Cluster ocfs2 created
    o2cb_ctl: Configuration error discovered while populating cluster ocfs2. None of its nodes were considered local. A node is considered local when its node name in the configuration maches this machine's host name.
    Stopping cluster ocfs2: OK
    ocfs2_hb_ctl: Unable to access cluster service while starting heartbeat
    mount.ocfs2: Error when attempting to run /sbin/ocfs2_hb_ctl: "Operation not permitted"
    : Could not mount /dev/sdb1
    o2cb_ctl: Unable to access cluster service while creating node

    Hi
    Getting exactly the same errors when trying to implement OCFS2 on a VMWARE solution
    [root@raclinux1 init.d]# ./o2cb status
    Module "configfs": Loaded
    Filesystem "configfs": Mounted
    Module "ocfs2_nodemanager": Loaded
    Module "ocfs2_dlm": Loaded
    Module "ocfs2_dlmfs": Loaded
    Filesystem "ocfs2_dlmfs": Mounted
    Checking cluster ocfs2: Offline
    [root@raclinux1 init.d]# ./o2cb online ocfs2
    Starting cluster ocfs2: Failed
    Cluster ocfs2 created
    o2cb_ctl: Configuration error discovered while populating cluster ocfs2. None of its nodes were considered local. A node is considered local when its node name in the configuration maches this machine's host name.
    Stopping cluster ocfs2: OK
    And from ocfs2console we get the following errors when trying to add our node to the configuration
    o2cb_ctl: Unable to access cluster service while creating node
    Could not add node raclinux1
    Any one got it to work on VMWARE?
    PMcM

  • My facetime starts connecting then fails to make the call ? ive tried the swtiching face time off switching macbook off then switching it back on the logging back in to facetime but still no joys. any help ?

    my facetime starts connecting then fails to make the call ? ive tried the swtiching face time off switching macbook off then switching it back on the logging back in to facetime but still no joys. any help ?

    my facetime starts connecting then fails to make the call ? ive tried the swtiching face time off switching macbook off then switching it back on the logging back in to facetime but still no joys. any help ?

  • I purchased i phone 3GS from San francisco thro my brother, when i brought to oman, i want to update ios 5 to ios 6 for that from itunes to start update , finally failed and i could not able to configure in oman wifi network, i dont have backup..help me..

    i purchased i phone 3GS from San francisco thro my brother, when i brought to oman, i want to update ios 5 to ios 6 for that from itunes to start update , finally failed and i could not able to configure in oman wifi network, i dont have backup..help me..

    Has your phone ever been hacked or jailbroken. This error message is what usually shows up for that. Are you using a supported carrier for the iPhone, or did someone hack the phone to unlock it to be used on another carrier. If that is the case, then there is no help you can get here as discussing hacked/jailbroken devices is not allowed.

  • Errors Pku2ulog failed to start 0xC--35, Negolog failed to start, IDListenLog failed to start, P2PLog failed to start and HomegroupLog failed to start, all with the same failure code 0xC-- 35.

    Hi There,
    I'm getting the errors below and but I have not got any BSOD.
    The errors I'm getting in eventviewer are Pku2ulog failed to start 0xC--35, Negolog failed to start, IDListenLog failed to start, P2PLog failed to start and HomegroupLog failed to start, all with the same failure code 0xC-- 35.
    This is what the logs files says about each error.
    Pku2ulog:
    Unknown( 10): GUID=c36a26fb-03a9-d591-3984-dc17e4a48527 (No Format Information found).
    p2plog:
    Unknown( 89): GUID=fc9d5ca5-e6c8-627c-be74-e6e0a98bbf57 (No Format Information found).
    negolog:
    Unknown( 37): GUID=2553184f-6f2a-3198-ddb7-93ab1ad2d125 (No Format Information found).
    idlistenlog:
    Unknown( 10): GUID=418a567f-b393-1423-26aa-123149ef8882 (No Format Information found).
    homegrouplog:
    Unknown( 12): GUID=96f7a94a-4343-6ede-ff2b-dd1dafeed500 (No Format Information found).
    However, the 'Unknown(xx)' number changes times to times.
    Could you help me please?
    Thank you very much for your attention.
    Best Regards.

    Hi,
    If you have Home group set up, please go to Control Panel – Network and Sharing Center. Choose homegroup and sharing options and click “Leave the homegroup”.
    Juke Chou
    TechNet Community Support

  • Apple declares an Update for My windows 32 bit Vista Home Premium; 3 software updates are available; I download; I start installer; installation fails unexpectedly; installer rolls back installation; hardware seems PC capable;

    Apple declares an Update for My windows 32 bit Vista Home Premium; 3 software updates are available; Safari browser=1, Itunes=2; Apple software updater=3; I download; I start installer; installation fails unexpectedly; installer rolls back installation; PC hardware seems PC capable; I have removed Mobile Me because of New Apple I-cloud Software Sync server registration?
    What should I do with this failure to install Apple software products /declaring/ needing wanting to update and failing the process.
    I have other software to complete the multimedia experience. what should I do with the constant automatic attempt to update
    I can consult Gateway; device drivers web sites; hardware drivers;
    Please Email Deanallen@ a*l.com
    < Email Edited By Host >

    Hi,
    Please try this
    Stop Windows Update Service and BIT Service now.
    Go to C:\Windows\SoftwareDistribution and delete all file under this folder.
    Start Windows Update and BIT service now.
    Then try to download windows update now.
    If doesn't work, please reset the windows update componments 
    http://support.microsoft.com/kb/971058/en-us
    Yolanda Zhu
    TechNet Community Support

  • Time Machine starts backup then fails

    I'm trying to use Time Machine to backup wirelessly to Time Capsule. It starts but then fails after about 40 Mb, telling me an error occurred.
    I've browsed these forums and tried reading Console Messages, but they don't mean much to me.
    This is the first of 6 similar messages.
    07/03/08 7:11:02 com.apple.backupd[49744] 2008-03-07 07:11:02.298 diskimages-helper[49755:1603] Error loading /Library/Plug-ins/DiskImages/VirtualPCDiskImagePlugin.bundle/Contents/MacOS/Vir tualPCDiskImagePlugin: dlopen(/Library/Plug-ins/DiskImages/VirtualPCDiskImagePlugin.bundle/Contents/Ma cOS/VirtualPCDiskImagePlugin, 262): no suitable image found. Did find:
    Does anyone have any suggestions ? Am I on the right track ?

    I'm trying to use Time Machine to backup wirelessly to Time Capsule. It starts but then fails after about 40 Mb, telling me an error occurred.
    I've browsed these forums and tried reading Console Messages, but they don't mean much to me.
    This is the first of 6 similar messages.
    07/03/08 7:11:02 com.apple.backupd[49744] 2008-03-07 07:11:02.298 diskimages-helper[49755:1603] Error loading /Library/Plug-ins/DiskImages/VirtualPCDiskImagePlugin.bundle/Contents/MacOS/Vir tualPCDiskImagePlugin: dlopen(/Library/Plug-ins/DiskImages/VirtualPCDiskImagePlugin.bundle/Contents/Ma cOS/VirtualPCDiskImagePlugin, 262): no suitable image found. Did find:
    Does anyone have any suggestions ? Am I on the right track ?

  • Error: xcb_xlib_unlock:Assertion 'c- xlib.lock' failed

    Please help me to resolve the following error.
    Error: xcb_xlib_unlock:Assertion 'c->xlib.lock' failed
    Our application has the reports module, where we are using the bar charts
    to display the reports. For the charts we are using awt packages and jfreechart
    libraries to display the reports.
    When we deployed the application on fedora8 on any of the instance,when we try to click the link of the reports, the above error is occured and we are not able to display the reports. And also the server is getting down when this lock is obtained.
    This is very serious problem we feel. Please provide us the solution for the problem.

    This error affects MANY programs which use java, including those that use a java environment for installation. OpenOffice is a prime example. Apparently this error is an internal bug or interaction between java and xcb and will never be patched in java 1.6.
    I tried the various suggested fixes but none worked. The only one which works (yesterday!) is to upgrade to the latest build (b24) of the java 1.7 release candidate jdk.
    I first attempted to install only the jre (28MB) but unfortunately, it uses the existing java 1.6 environment and so fails with the same error. The jdk (58MB) installed from the 'self-installing' Fedora bin file without problems and I was then able to install OpenOffice 2.3.1 without difficulty. This is on Fedora 8.
    The page I found was: http://download.java.net/jdk7
    Hope this helps.
    Geoff Newbury

  • Failed to start Core Services: Failed to launch rpcss

    We are trying to install Siebel Application on SuSe Linux 9, and in the process when we try to run Siebel environment variables we are getting following error:
    "Failed to start Core Services: Failed to launch rpcss"
    Any idea what this means..? Any help is appreciated.
    Thanks

    Try the following:
    Add in the archive /etc/profile (vi /etc/profile) the following lines:
    JAVA_HOME=/etc/java/jre1.5.0_06
    export $JAVA_HOME
    PATH=$JAVA_HOME/bin:$PATH
    export $PATH
    where /opt/jre1.5.0_06 is the way/folder is install the jre.
    regards.

Maybe you are looking for

  • Mail_Receiver: Send Mail with attachment

    Hi everybody, I need some help. I want to send a mail with attachment. for this I have imported SAPs xsd for the mail adapter. I wonder how to map the target fields? The following causes five! attachments in SXMB_MONI and the adapter throws java.lang

  • Errors after system copy ...

    Dear all, envi---         AIX 5.3 & oracle 10.2  -   ECC 6.0SR1    ABAP ........only I have restored a backup of PRD to QAS successfully ... for system copy... I have created ops$ users with following statments.. create user ops$qlyadm identified ext

  • Weird and serious LR bug: jpg + nef becomes jpg + jpeg!

    ok, this sounds very strange, but I'm experiencing some serrious issues with LR 1.1. I've done some shootings with raw (nef) + jpg with my Nikon D200 camera. I import to LR using the default setting where LR keeps track of both files, but only displa

  • Image not shown - mysterious error

    We recently encountered a -to us very mysterious- problem in a report: We have to fields A, B and a repeating frame R on the same level. The repeating frame shows an image from a db blob. We have A and B side by side and R below that. A and B have fo

  • Display problems after installing 10.5.2 and the leopard graphics update

    Shortly after installing the leopard graphics update, my display started exhibiting problems. The next day, the powerbook wouldn't even boot, just leaving me at a blue screen. I tried verifying permissions and verifying disk, reinstalling leopard and