Assertion failed: t- numPointers == 0, ....

I develop software on true64 Unix 5.0 and use JDK1.3.1 beta 2 (Fast VM) , I found exception like this
Assertion failed: t->numPointers == 0, file ../../../src/share/native/sun/awt/font/t2k/tsimem.c, line 92
exception system: exiting due to multiple internal errors:
exception dispatch or unwind stuck in infinite loop
exception dispatch or unwind stuck in infinite loop
Had anyone ever met this exception before , what is it wrong , and how can i solve it ?

Hi -
We also came across this problem. It seems to be related to using anti aliased text in a drawString() call. Interestingly it happens on the second call using a particular font.
Test case code is pasted below, which will crash the JVM on the second run through the main loop - i.e. the second time iterating through all the fonts.
This code was cannibalised from another example posted here a while ago.
Chris Davey
===========
import java.awt.*;
import java.awt.font.*;
import java.awt.image.*;
class Test {
public static void main(String[] argv) {
FontMetrics fm = null;
String strings [] ={""," "," ","a","test string"};
int iaBITypes [] = {BufferedImage.TYPE_3BYTE_BGR ,BufferedImage.TYPE_4BYTE_ABGR ,
                            BufferedImage.TYPE_4BYTE_ABGR_PRE ,BufferedImage.TYPE_BYTE_BINARY ,
                            BufferedImage.TYPE_BYTE_GRAY ,BufferedImage.TYPE_BYTE_INDEXED ,
                            BufferedImage.TYPE_INT_ARGB ,BufferedImage.TYPE_INT_ARGB_PRE ,
                            BufferedImage.TYPE_INT_BGR ,BufferedImage.TYPE_INT_RGB ,
                            BufferedImage.TYPE_USHORT_555_RGB ,BufferedImage.TYPE_USHORT_565_RGB ,
                            BufferedImage.TYPE_USHORT_GRAY };
Toolkit t = Toolkit.getDefaultToolkit();
System.out.println("hi");
for (int idx = 0; idx < 100; idx++){
Font fonts [] = GraphicsEnvironment.getLocalGraphicsEnvironment().getAllFonts();
for (int ff=0;ff<fonts.length;ff++) {  // Try all fonts
for (int iBIType = 0; iBIType < iaBITypes.length; iBIType++){
BufferedImage bi = new BufferedImage(1000,1000,iaBITypes[iBIType]);
Graphics2D g= (Graphics2D) bi.getGraphics();
//FontRenderContext frc = g.getFontRenderContext();
//XXX Problem Here - if
//2nd Param (anti - aliasing ) is TRUE, then This
//will crash on True 64 Unix - with either Sun or
//Compaq JVM, on 2nd pass through
FontRenderContext frc2 = new FontRenderContext(null,true,false);
//TextLayout tl = new TextLayout("test-string",fonts[ff],frc);
TextLayout tl2 = new TextLayout("test-string",fonts[ff],frc2);
g.setFont(fonts[ff]);
for (float a = -1000; a < 2000; a+=200)
g.drawString("test",a,a);
System.out.println("dumping threads: " );
Thread ath[] = new Thread[512];
Thread.currentThread().enumerate(ath);
for (int i=0; i < ath.length; i++){
if (ath[i] != null)
System.out.println("\tThread: " + i + " " + ath);
Keywords: Tru64 tsimem.c assert true64 crash

Similar Messages

  • SWPM - System Copy - Assertion Failed Unable to load database

    Hello again,
    (already the next question form me, sorry for this
    I am executing a sysetm copy (DB-refresh) on ASE using SWPM.
    However, in "Configure Components" step I get the error: Assertion failed. Unable to load database <SID of Target Sysetm>.
    Where else can I check for errors?
    I think it is still something on which I already worked (with other thread).
    In sapinst_dev.log I found this
    TRACE      2015-03-25 11:05:00.320
    SAPInst calls the LogInquirer. The output of the LogInquirer can be found in file sapinst_loginquirer.log.
    TRACE      2015-03-25 11:05:06.122 [iaxxgenimp.cpp:638]
                CGuiEngineImp::showMessageBox()
    <html> <head> </head> <body> <p> An error occurred while processing option <i>SAP Enhancement Package 1 for SAP N
    etWeaver 7.3 > SAP ASE > System Copy > Target System > Standard System > Based on AS ABAP > Database Refresh or M
    ove( Last error reported by the step: Assertion failed: Unable to load database <SID>.)</i>. You can now: </p> <ul>
    <li> Choose <i>Retry</i><br>to repeat the current step. </li> <li> Choose <i>Log Files</i><br>to get more inform
    ation about the error. </li> <li> Stop the option and continue later. </li> </ul> <p> Log files are written to /t
    mp/sapinst_instdir/NW731/SYB/COPY/SYSTEM/STD/AS-ABAP/REF. </p> </body></html>
    TRACE      2015-03-25 11:05:06.124 [iaxxgenimp.cpp:1031]
               CGuiEngineImp::acceptAnswerForBlockingRequest
    Waiting for an answer from GUI
    In sapinst.log I found this:
    ERROR 2015-03-25 11:04:59.573
    FCO-00011  The step syb_step_setup_preload with step key |NW_ABAP_DB_DBRefresh|ind|ind|ind|ind|0|0|NW_ABAP_DB|ind
    |ind|ind|ind|0|0|NW_CreateDBandLoad|ind|ind|ind|ind|createdbandload|0|NW_CreateDB|ind|ind|ind|ind|createdb|0|NW_S
    YB_DB|ind|ind|ind|ind|SYB_DB_CONTEXT|0|syb_step_setup_preload was executed with status ERROR ( Last error reporte
    d by the step: Assertion failed: Unable to load database <SID>.).
    INFO 2015-03-25 11:04:59.772
    Creating file /tmp/sapinst_instdir/NW731/SYB/COPY/SYSTEM/STD/AS-ABAP/REF/__instana_tmp.xml.
    INFO 2015-03-25 11:05:00.307
    Removed file /tmp/sapinst_instdir/NW731/SYB/COPY/SYSTEM/STD/AS-ABAP/REF/instslana.xml.
    INFO 2015-03-25 11:05:00.308
    Creating file /tmp/sapinst_instdir/NW731/SYB/COPY/SYSTEM/STD/AS-ABAP/REF/instslana.xml.

    Hello Kiran,
    I did a few tests again yesterday, and it was really a stupid mistake from myside.
    The error message did mean, that there wasn't enough space.
    It isn't the authority issue, it was a leak of space.
    FYI, the complete DB-Size of Source System is required - NOT JUST RESERVED SPACE!!!
    Thx for help and sorry for stealing your time :O

  • Assert Failed:  Flashfarm

    I am having a problem on intel macs with a crash after an
    assert is tripped
    Assert failed:
    /flashfarm/depot/main/player/branches/FlashPlayer/FlashPlayer8_MacIntel_Integrated/platfo rm/mac/plugins/../mpi_player.cpp:5445
    this is with 8.0r27 (is there a later one for intel mac)
    my code dumps har after this any word on why this assert
    fails?

    Yes, there is now a Flash Player 9 Beta for Intel-based
    Macintosh computers:
    http://www.adobe.com/products/flashplayer/public_beta/

  • Internal error: assertion failed - still won't work in LR4

    When I try to export an image from LR4 I get the "internal error: assertion failed" error. I'm running Lion 10.7.3 on a MacBook.
    I started by reading the thread at:
    Re: "internal error: assertion failed" when exporting via LR4
    tinaTS offered what she thought was the correct fix but her suggestion didn't apply to my situation. She suggested moving user presets but I don't have any to move.
    I also tried the basic “repair permissions” and Lion restart with no luck. 
    Kirk Marcus suggested removing the com.adobe.Lightroom4.plist from my library. This didn't help, still getting the error.
    Then I removed these files as well:
    com.adobe.Lightroom3.plist
    com.adobe.Lightroom2.plist
    com.adobe.Lightroom3.LSSharedFileList.plist
    com.adobe.Lightroom3.plist.lockfile
    None of that helped.
    I tried removing all files that began with com.adobe.Lightroom and then creating a new library and just importing one picture but I still get the same "internal error" VERY FRUSTRATING.
    Obviously, the program is worthless to me if I can't export images.
    Additional suggestions would be appreciated. I see that lots of people on the internet are having this problem but none of the suggestions I've found so far have been of any help.

    Thanks for the suggestions. I tried removing the com.adobe.Lightroom4.plist. This didn't help, still getting the error.
    Then I removed these files as well:
    com.adobe.Lightroom3.plist
    com.adobe.Lightroom2.plist
    com.adobe.Lightroom3.LSSharedFileList.plist
    com.adobe.Lightroom3.plist.lockfile
    None of that helped.
    I tried creating a new library and just importing one picture but I still get the same "internal error" VERY FRUSTRATING.

  • "Assertion failed" error when executing a simple UCI program

    I am using a simple UCI program (tt1.c) with Xmath version 7.0.1 on Sloaris 2.8 that performs the followings:
    - Start Xmath701
    - Sleep 10 Seconds
    - Load a sysbuild model
    - Stop Xmath
    I am calling the uci executable using the following command:
    > /usr/local/apps/matrixx-7.0.1/bin/xmath -call tt1 &
    In this way everything works fine and the following printouts from the program are produced.
    --------- uci printout ----------
    ## Starting Xmath 701
    ## sleep 10 seconds
    ## load "case_h_cs_ds.xmd";
    ## Stopping Xmath 701
    All the processes (tt1, XMATH, xmath_mon, and sysbld) terminate correctly.
    The problem occurs if the 10 second wait after starting xmath is omitted:
    - Start Xmath701
    - Load a sysbuild model
    - Stop Xmath
    This results to the following printouts:
    --------- uci printout ----------
    ## Starting Xmath 701
    ## load "case_h_cs_ds.xmd";
    Assertion failed: file "/vob1/xm/ipc/ipc.cxx", line 420 errno 0.
    Note that the last line is not produced by the uci program and the tt1 did not
    finish (the printout before stopping xmath "## Stopping Xmath 701" was
    not produced).
    A call to the unix "ps -ef" utility shows that none of the related process has been terminated:
    fs085312 27631 20243 0 10:45:29 pts/27 0:00 tt1
    fs085312 27643 1 0 10:45:30 ? 0:00 /usr/local/apps/matrixx-7.0.1/solaris_mx_70.1/xmath/bin/xmath_mon /usr/local/app
    fs085312 27641 27631 0 10:45:30 ? 0:01 /usr/local/apps/matrixx-7.0.1/solaris_mx_70.1/xmath/bin/XMATH 142606339, 0x8800
    fs085312 25473 25446 0 10:45:33 ? 0:01 sysbld ++ 19 4 7 6 5 8 9 0 25446 ++
    The questions are as follows:
    1- What is "Assertion failed: file "/vob1/xm/ipc/ipc.cxx", line 420 errno 0" and why is that produced?
    2- Should the UCI program waits for end of sysbld initialization before issuing commands?
    3- If the answer to the above question is yes, is there a way to check the termination of sysbld initialization?
    Thanks in advance for you help.
    Attachments:
    tt1.c ‏1 KB

    I tracked down the problem and it is a race condition between the many processes being started up. A smaller delay should also solve the problem. Or, maybe do something else before the first 'load'. The 'load' command tries to launch systembuild and causes the race condition.

  • Assert Failer Error while installing the Trial Version

    Hi,
    I am getting the following error while installing the trail version. any help is greatly appreciated. I am also not able to find XCMDOUT.LOG.
    ERROR      2005-01-27 11:59:43 [iaxabactorext.cpp:420]
               CIaSdbActorExt::sdbSessionExecute_impl
    MDB-07001  No action defined for actor.
    ERROR      2005-01-27 11:59:43 [iaxxinscbk.cpp:223]
               abortInstallation
    CJS-00081  Assertion failed: in
    function sdb_inst_enum() {
        var actn = "SDB_INST_ENUM";
        var call_arr = sdb_action_with_info(actn, "75");
        ASSERT(arguments.callee, call_arr != undefined, "ERROR WHILE EXECUTING dbmcli COMMAND! CHECK THE XCMDOUT.LOG FILE");
        ASSERT(arguments.callee, call_arr[0] != "false", "ERROR WHILE EXECUTING dbmcli COMMAND! CHECK THE XCMDOUT.LOG FILE");
        var e_arr;
        e_arr = new Array();
        for (var a_cnt = 1; a_cnt < call_arr.length; a_cnt++) {
            e_arr.push(call_arr[a_cnt]);
        return e_arr;
    ERROR WHILE EXECUTING dbmcli COMMAND! CHECK THE XCMDOUT.LOG FILE

    Hi Lakshmi,
      Were you ever able to resolve the problem?
    -wael

  • How do I get my catalog of images on lightroom 2 when it says assertion failed?

    I am unable to get to my images in lightroom 2.  It is telling me assertion failed.  I need some assistance. I had no trouble with it yesterday.  Someone was on my computer and they may have renamed a file. I need these images.

    Give #navbar a width that is wide enough to hold all of the buttons within it.
    #navbar {
         width:####px;
    Replace #### with a pixel number large enough to hold the nav buttons.

  • **** ASSERTION FAILED **** Error while starting WebLogic Server 7.0

    Hi,
    I am getting following error while starting WebLogic Server 7.0 for the first
    time. Can anybody help me it this?
    Error is:
    ==================================================
    Enter username to boot WebLogic server:system
    Enter password to boot WebLogic server:
    Starting WebLogic Server...
    <May 9, 2003 4:27:47 PM IST> <Notice> <Management> <140005> <Loading configurati
    on C:\bea\user_projects\mydomain\.\config.xml>
    <May 9, 2003 4:28:04 PM IST> <Notice> <Security> <090082> <Security initializing
    using realm myrealm.>
    <May 9, 2003 4:28:04 PM IST> <Notice> <WebLogicServer> <000327> <Starting WebLogic
    Admin Server "myserver" for domain "m
    ydomain">
    weblogic.utils.AssertionError: ***** ASSERTION FAILED *****[ Cannot intialize
    Resource Manager Connection Factory resour
    ces because could not get JNDI context: javax.naming.ServiceUnavailableException
    [Root exception is java.net.UnknownHost
    Exception: Unknown protocol: 'JNP'] ]
    at weblogic.j2ee.RMCFactoryDeployer.<init>(RMCFactoryDeployer.java:50)
    at weblogic.j2ee.J2EEService.initialize(J2EEService.java:93)
    at weblogic.t3.srvr.ServerLifeCycleList.initialize(ServerLifeCycleList.java:54)
    at weblogic.t3.srvr.T3Srvr.initialize1(T3Srvr.java:782)
    at weblogic.t3.srvr.T3Srvr.initialize(T3Srvr.java:594)
    at weblogic.t3.srvr.T3Srvr.run(T3Srvr.java:282)
    at weblogic.Server.main(Server.java:32)
    <May 9, 2003 4:28:14 PM IST> <Emergency> <WebLogicServer> <000342> <Unable to
    initialize the server: Fatal initializatio
    n exception
    Throwable: weblogic.utils.AssertionError: ***** ASSERTION FAILED *****[ Cannot
    intialize Resource Manager Connection Fac
    tory resources because could not get JNDI context: javax.naming.ServiceUnavailableException
    [Root exception is java.net.
    UnknownHostException: Unknown protocol: 'JNP'] ]
    weblogic.utils.AssertionError: ***** ASSERTION FAILED *****[ Cannot intialize
    Resource Manager Connection Factory resour
    ces because could not get JNDI context: javax.naming.ServiceUnavailableException
    [Root exception is java.net.UnknownHost
    Exception: Unknown protocol: 'JNP'] ]
    at weblogic.j2ee.RMCFactoryDeployer.<init>(RMCFactoryDeployer.java:50)
    at weblogic.j2ee.J2EEService.initialize(J2EEService.java:93)
    at weblogic.t3.srvr.ServerLifeCycleList.initialize(ServerLifeCycleList.java:54)
    at weblogic.t3.srvr.T3Srvr.initialize1(T3Srvr.java:782)
    at weblogic.t3.srvr.T3Srvr.initialize(T3Srvr.java:594)
    at weblogic.t3.srvr.T3Srvr.run(T3Srvr.java:282)
    at weblogic.Server.main(Server.java:32)
    >
    ==================================================

    I don't know what could cause this error.
    I would suggest you take this upto [email protected]
    Kumar
    Ajay Jadhav wrote:
    Hi,
    I am getting following error while starting WebLogic Server 7.0 for the first
    time. Can anybody help me it this?
    Error is:
    ==================================================
    Enter username to boot WebLogic server:system
    Enter password to boot WebLogic server:
    Starting WebLogic Server...
    <May 9, 2003 4:27:47 PM IST> <Notice> <Management> <140005> <Loading configurati
    on C:\bea\user_projects\mydomain\.\config.xml>
    <May 9, 2003 4:28:04 PM IST> <Notice> <Security> <090082> <Security initializing
    using realm myrealm.>
    <May 9, 2003 4:28:04 PM IST> <Notice> <WebLogicServer> <000327> <Starting WebLogic
    Admin Server "myserver" for domain "m
    ydomain">
    weblogic.utils.AssertionError: ***** ASSERTION FAILED *****[ Cannot intialize
    Resource Manager Connection Factory resour
    ces because could not get JNDI context: javax.naming.ServiceUnavailableException
    [Root exception is java.net.UnknownHost
    Exception: Unknown protocol: 'JNP'] ]
    at weblogic.j2ee.RMCFactoryDeployer.<init>(RMCFactoryDeployer.java:50)
    at weblogic.j2ee.J2EEService.initialize(J2EEService.java:93)
    at weblogic.t3.srvr.ServerLifeCycleList.initialize(ServerLifeCycleList.java:54)
    at weblogic.t3.srvr.T3Srvr.initialize1(T3Srvr.java:782)
    at weblogic.t3.srvr.T3Srvr.initialize(T3Srvr.java:594)
    at weblogic.t3.srvr.T3Srvr.run(T3Srvr.java:282)
    at weblogic.Server.main(Server.java:32)
    <May 9, 2003 4:28:14 PM IST> <Emergency> <WebLogicServer> <000342> <Unable to
    initialize the server: Fatal initializatio
    n exception
    Throwable: weblogic.utils.AssertionError: ***** ASSERTION FAILED *****[ Cannot
    intialize Resource Manager Connection Fac
    tory resources because could not get JNDI context: javax.naming.ServiceUnavailableException
    [Root exception is java.net.
    UnknownHostException: Unknown protocol: 'JNP'] ]
    weblogic.utils.AssertionError: ***** ASSERTION FAILED *****[ Cannot intialize
    Resource Manager Connection Factory resour
    ces because could not get JNDI context: javax.naming.ServiceUnavailableException
    [Root exception is java.net.UnknownHost
    Exception: Unknown protocol: 'JNP'] ]
    at weblogic.j2ee.RMCFactoryDeployer.<init>(RMCFactoryDeployer.java:50)
    at weblogic.j2ee.J2EEService.initialize(J2EEService.java:93)
    at weblogic.t3.srvr.ServerLifeCycleList.initialize(ServerLifeCycleList.java:54)
    at weblogic.t3.srvr.T3Srvr.initialize1(T3Srvr.java:782)
    at weblogic.t3.srvr.T3Srvr.initialize(T3Srvr.java:594)
    at weblogic.t3.srvr.T3Srvr.run(T3Srvr.java:282)
    at weblogic.Server.main(Server.java:32)
    ==================================================

  • Updated to Adobe Muse CC 2014, 2 days ago and I CANT even open it! It keeps on displaying the same ASSERTION FAILED IN FILE error.

    I love muse and have been using for years now. A couple of days ago I was really exited that they had a new version the  ADOBE MUSE CC 2014 so I updated it in my laptop. Now it wont even open. I had spent the last 3 days uninstalling and reinstalling MUSE CC 2014 thinking that it would help. But nothing works. I keep on having the same ASSERTION FAILED IN FILE error. At this point I am pretty much desperate and do not know really what to do and to make matters worse I have freelance work that needs to be done and update. If anyone can help I would really appreciated it.
    In addition, if anyone from the MUSE CC SUPPORT TEAM is reading this, please work on making access to you guys easier. I honestly could not find a way to talk to anyone from the ADOBE MUSE CC support team about this problem.

    I had the same problem but good news is I found the reason of problem and solution;
    I was using Windows 7 in English with timezone setting for Turkey. Adobe Muse was in English and had same problem, to solve this issue I even installed new Windows but it happened again.
    Solution is easy, I just changed Muse language settings from English to Turkish and so far so good i never had any crash or problem.
    Cheers!

  • PLEASE HELP Lightroom 5 assertion failed.

    I followed the below fix and still get assertion failed
    Open Windows Explorer.
    Go to C:\Users\[your user name]\.
    Check for the folder named Pictures.
    If you don't see the folder, create a folder named Pictures under folder C:\Users\[your user name]\.
    Restart Lightroom. If the error recurs, restart your computer, then retry. If the error recurs, continue to the next step.
    Click the Windows Start button.
    Type "regedit" in the Search program and files field, and press the Enter key.
    Back up your registry by choosing File > Export. Give the backup copy of the registry a name and location you can remember.
    Navigate to the registry key: [HKEY_CURRENT_USER\Software\Microsoft\Windows\CurrentVersion\Explorer \User Shell Folders]
    Look at the value for the My Pictures entry. The Windows default is: %USERPROFILE%\Pictures, which is the Pictures folder under C:\Users\[your user name]. If another folder is listed, check Windows Explorer for that folder. If it does not exist, you have two options. (1) Create the folder with that name in the location indicated in the registry entry. (2) If the Pictures folder exists under your user name folder, double-click the My Pictures entry, and reset the value to: %USERPROFILE%\Pictures
    Quit the registry editor.
    Log off from your account and back on, or restart your computer, then restart Lightroom 5.4.

    The locations for preference files are usually hidden at the OS level by default.
    If you tell us which OS and version, you are using we can probably give specific advice. Barring that read here: http://www.lightroomforums.net/showthread.php?14226-Resetting-(or-Trashing-)-the-Lightroom -Preferences-file

  • Crystal Reports XI: 6587706c SystemErr R Assertion Failed

    Hi:
    I am trying to incorporate Crystal Reports XI with in-house application, windows platform and Websphere Studio Application Development 5.1 and getting following errors. Most of the reports are coming up properly but the problem is it takes for ever for some reports to appear on the screen. Sometimes, all I get is a white screen.
    Any help/suggestions would be highly appreciated.
    [9/3/08 16:45:48:635 IST] 6587706c SystemErr     R Assertion Failed: Formula context returned the wrong type of value for a field.
    [9/3/08 16:45:48:635 IST] 6587706c SystemErr     R java.lang.Throwable
    [9/3/08 16:45:48:635 IST] 6587706c SystemErr     R  at com.crystaldecisions.reports.common.j.b.a(Unknown Source)
    [9/3/08 16:45:48:635 IST] 6587706c SystemErr     R  at com.crystaldecisions.reports.formulas.al.if(Unknown Source)
    [9/3/08 16:45:48:635 IST] 6587706c SystemErr     R  at com.crystaldecisions.reports.formulas.ab.if(Unknown Source)
    [9/3/08 16:45:48:635 IST] 6587706c SystemErr     R  at com.crystaldecisions.reports.formulas.al.if(Unknown Source)
    [9/3/08 16:45:48:651 IST] 6587706c SystemErr     R  at com.crystaldecisions.reports.formulas.ab.case(Unknown Source)
    [9/3/08 16:45:48:651 IST] 6587706c SystemErr     R  at com.crystaldecisions.reports.formulas.ab.if(Unknown Source)
    [9/3/08 16:45:48:651 IST] 6587706c SystemErr     R  at com.crystaldecisions.reports.formulas.al.if(Unknown Source)
    Thanks and regards,
    Kash

    Hi Graham:
    Thanks for your reply. Actually, I am very new to BO-SAP forum and had so much hassle trying to get hold of tech. support, which obviously use to be much easier in case of BO.
    Anyway, the problem I have is regarding this application alone. So, I wasn't sure about the difference. Now you have mentioned it, I will try to do that.
    Thanks again.
    regards,
    Kash

  • Weblogic.utils.AssertionError: ***** ASSERTION FAILED *****[ Cannot export non clusterable object with jndiName ]

    Hi,
    I am trying to deploy an EJB module have 4-5 EJB's on weblogic 8.1 through JBuilder.
    I am getting following error during deployment.
    Exception:weblogic.management.ApplicationException: prepare failed for Sample.jar
         Module: Sample.jar     Error: Exception preparing module: EJBModule(Sample.jar,status=NEW)
    Unable to deploy EJB: SampleBean from Sample.jar:
    weblogic.utils.AssertionError: ***** ASSERTION FAILED *****[ Cannot export non
    clusterable object with jndiName ]
         at weblogic.utils.Debug.assertion(Debug.java:57)
         at weblogic.rmi.extensions.server.ServerHelper.exportObject(ServerHelper.java:272)
         at weblogic.ejb20.internal.BaseEJBHome.setup(BaseEJBHome.java:95)
         at weblogic.ejb20.internal.StatelessEJBHome.setup(StatelessEJBHome.java:67)
         at weblogic.ejb20.deployer.ClientDrivenBeanInfoImpl.prepare(ClientDrivenBeanInfoImpl.java:979)
         at weblogic.ejb20.deployer.EJBDeployer.setupBeanInfos(EJBDeployer.java:983)
         at weblogic.ejb20.deployer.EJBDeployer.prepare(EJBDeployer.java:1283)
         at weblogic.ejb20.deployer.EJBModule.prepare(EJBModule.java:477)
         at weblogic.j2ee.J2EEApplicationContainer.prepareModule(J2EEApplicationContainer.java:2962)
         at weblogic.j2ee.J2EEApplicationContainer.prepareModules(J2EEApplicationContainer.java:1534)
         at weblogic.j2ee.J2EEApplicationContainer.prepare(J2EEApplicationContainer.java:1188)
         at weblogic.j2ee.J2EEApplicationContainer.prepare(J2EEApplicationContainer.java:1031)
         at weblogic.management.deploy.slave.SlaveDeployer$ComponentActivateTask.prepareContainer(SlaveDeployer.java:2602)
         at weblogic.management.deploy.slave.SlaveDeployer$ActivateTask.createContainer(SlaveDeployer.java:2552)
         at weblogic.management.deploy.slave.SlaveDeployer$ActivateTask.prepare(SlaveDeployer.java:2474)
         at weblogic.management.deploy.slave.SlaveDeployer.processPrepareTask(SlaveDeployer.java:798)
         at weblogic.management.deploy.slave.SlaveDeployer.prepareDelta(SlaveDeployer.java:507)
         at weblogic.management.deploy.slave.SlaveDeployer.prepareUpdate(SlaveDeployer.java:465)
         at weblogic.drs.internal.SlaveCallbackHandler$1.execute(SlaveCallbackHandler.java:25)
         at weblogic.kernel.ExecuteThread.execute(ExecuteThread.java:197)
         at weblogic.kernel.ExecuteThread.run(ExecuteThread.java:170)
    Any clue?, what its talking about?
    Thanks
    Naresh

    Hi,
    I am trying to deploy an EJB module have 4-5 EJB's on weblogic 8.1 through JBuilder.
    I am getting following error during deployment.
    Exception:weblogic.management.ApplicationException: prepare failed for Sample.jar
         Module: Sample.jar     Error: Exception preparing module: EJBModule(Sample.jar,status=NEW)
    Unable to deploy EJB: SampleBean from Sample.jar:
    weblogic.utils.AssertionError: ***** ASSERTION FAILED *****[ Cannot export non
    clusterable object with jndiName ]
         at weblogic.utils.Debug.assertion(Debug.java:57)
         at weblogic.rmi.extensions.server.ServerHelper.exportObject(ServerHelper.java:272)
         at weblogic.ejb20.internal.BaseEJBHome.setup(BaseEJBHome.java:95)
         at weblogic.ejb20.internal.StatelessEJBHome.setup(StatelessEJBHome.java:67)
         at weblogic.ejb20.deployer.ClientDrivenBeanInfoImpl.prepare(ClientDrivenBeanInfoImpl.java:979)
         at weblogic.ejb20.deployer.EJBDeployer.setupBeanInfos(EJBDeployer.java:983)
         at weblogic.ejb20.deployer.EJBDeployer.prepare(EJBDeployer.java:1283)
         at weblogic.ejb20.deployer.EJBModule.prepare(EJBModule.java:477)
         at weblogic.j2ee.J2EEApplicationContainer.prepareModule(J2EEApplicationContainer.java:2962)
         at weblogic.j2ee.J2EEApplicationContainer.prepareModules(J2EEApplicationContainer.java:1534)
         at weblogic.j2ee.J2EEApplicationContainer.prepare(J2EEApplicationContainer.java:1188)
         at weblogic.j2ee.J2EEApplicationContainer.prepare(J2EEApplicationContainer.java:1031)
         at weblogic.management.deploy.slave.SlaveDeployer$ComponentActivateTask.prepareContainer(SlaveDeployer.java:2602)
         at weblogic.management.deploy.slave.SlaveDeployer$ActivateTask.createContainer(SlaveDeployer.java:2552)
         at weblogic.management.deploy.slave.SlaveDeployer$ActivateTask.prepare(SlaveDeployer.java:2474)
         at weblogic.management.deploy.slave.SlaveDeployer.processPrepareTask(SlaveDeployer.java:798)
         at weblogic.management.deploy.slave.SlaveDeployer.prepareDelta(SlaveDeployer.java:507)
         at weblogic.management.deploy.slave.SlaveDeployer.prepareUpdate(SlaveDeployer.java:465)
         at weblogic.drs.internal.SlaveCallbackHandler$1.execute(SlaveCallbackHandler.java:25)
         at weblogic.kernel.ExecuteThread.execute(ExecuteThread.java:197)
         at weblogic.kernel.ExecuteThread.run(ExecuteThread.java:170)
    Any clue?, what its talking about?
    Thanks
    Naresh

  • On start up lightroom 4 fails with this message "Assertion failed" anyone have a solution?

    Thanks

    After talking to Adobe support, they say that because LR4 has so many new features the catalog update doesn't always operate correctly!
    Nice one adobe, provide an update path that "doesn't always work"!!!
    The only way around it is to create a new catalog and import all the pictures from the failing catalog. In the process losing all published services! Not ideal but I'll have to live with it.
    Surely the "assertion failed" message could write out to a log stating exactly what caused the fault. In the apple console all you get is
    "31/05/2012 13:49:23.006 Adobe Photoshop Lightroom 4: Oops! An untagged string (assertion failed!) got thrown far enough that we display it to the user. This shouldn't happen."
    Come on Adobe this is poor!!!

  • Assertion failed when returning to a jsp

    Hi,
    I am using JSF Final and Struts-faces (nightly). This error is bizarre because it's an error on the view tag.
    I'm getting this error message when something fails in the resulting action and I send it back to the same jsp using getInputForward():
    javax.faces.FacesException: Assertion Failed
         com.sun.faces.util.Util.doAssert(Util.java:1300)
         com.sun.faces.taglib.jsf_core.ViewTag.getComponentType(ViewTag.java:236)
         javax.faces.webapp.UIComponentTag.createComponent(UIComponentTag.java:1022)
         javax.faces.webapp.UIComponentTag.createChild(UIComponentTag.java:1045)
         javax.faces.webapp.UIComponentTag.findComponent(UIComponentTag.java:732)
         javax.faces.webapp.UIComponentTag.doStartTag(UIComponentTag.java:425)
         com.sun.faces.taglib.jsf_core.ViewTag.doStartTag(ViewTag.java:105)
         org.apache.jsp.jsp.timesheet.timeSheetEntry_jsp._jspx_meth_f_view_0(timeSheetEntry_jsp.java:280)
    ...my jsp is:
    <%@ taglib uri="http://java.sun.com/jsf/html" prefix="h" %>
    <%@ taglib uri="http://java.sun.com/jsf/core" prefix="f" %>
    <%@ taglib uri="http://jakarta.apache.org/struts/tags-faces" prefix="s" %>
    <%@ taglib prefix="c" uri="http://java.sun.com/jstl/core" %>
    <html>
    <body>
    <table>
        <tr>
            <!-- HEADER -->
            <td colspan='2' class="pageHeader">
                <%@ include file="../header.jsp" %>
            </td>
        </tr>
        <tr>
            <!-- MENU -->
            <td class="menu">
                <%@include file="../menu.jsp"%>
            </td>
            <!-- Content -->
            <td class="main">
                <f:view>       
                <s:html locale="true">
                <head>
                    <!-- Page Title -->
                    <title>Time Sheet Entry</title>
                    <s:base/>
                    <s:stylesheet path="/css/stylesheet.css"/>
                </head>
           <s:form action="/timesheet/timeSheetEntryForm" id="thisForm">
              <h:panelGrid
                       id="switchDays"
                       columns="3"
                    styleClass="form-background"
                 columnClasses="summary-left,summary-center,summary-right">
                        <h:panelGroup>
                        <h:outputText value="Number:"/>
                        <h:outputText id="employeeNum" value="#{TimeSheetForm.timeSheet.employee.number}">
                        </h:outputText>
                        </h:panelGroup>
                        <h:panelGroup>
                        <h:outputText value="Name:"/>
                        <h:outputText value="#{TimeSheetForm.timeSheet.employee.name}"/>                                           
                        </h:panelGroup>
                        <h:panelGroup>
                        <h:outputText value="Date:"/>
                        <h:outputText id="date" value="#{TimeSheetForm.timeSheet.date}">
                            <f:convertDateTime dateStyle="full"/>
                        </h:outputText>                   
                        </h:panelGroup>
                        <h:panelGroup>
                        <h:outputText value="Total:"/>
                        <h:outputText id="totalTime" value="#{TimeSheetForm.totalTime}">                       
                        </h:outputText>
                        </h:panelGroup>
                        <h:panelGroup>
                        <h:outputText value="Status Is Currently:"/>
                        <h:outputText id="status" value="#{TimeSheetForm.timeSheet.timeSheetStatus.status}"/>                                           
                        </h:panelGroup>
                        <h:panelGroup>
                        <h:outputText value="Status Will Change To:"/>
                        <h:selectOneMenu id="newStatus" value="#{TimeSheetForm.timeSheet.timeSheetStatus.id}">                       
                           <f:selectItems value="#{TimeSheetForm.status}"/>
                        </h:selectOneMenu>
                        </h:panelGroup>
                        <h:outputText value=" "/>
                        <h:outputText value=" "/>
              </h:panelGrid>
            <c:if test = "${employee.id == TimeSheetForm.timeSheet.employee.id}">
              <h:panelGrid id="days"
               columns="7">
                <h:outputLink id="sunday" value="/tss/faces/timesheet/timeSheetEntry.do?dayOfWeek=1">
                    <f:verbatim>Sunday</f:verbatim>
                </h:outputLink>
                <h:outputLink id="monday" value="/tss/faces/timesheet/timeSheetEntry.do?dayOfWeek=2">
                    <f:verbatim>Monday</f:verbatim>
                </h:outputLink>
                <h:outputLink id="tuesday" value="/tss/faces/timesheet/timeSheetEntry.do?dayOfWeek=3">
                    <f:verbatim>Tuesday</f:verbatim>
                </h:outputLink>
                <h:outputLink id="wednesday" value="/tss/faces/timesheet/timeSheetEntry.do?dayOfWeek=4">
                    <f:verbatim>Wednesday</f:verbatim>
                </h:outputLink>
                <h:outputLink id="thursday" value="/tss/faces/timesheet/timeSheetEntry.do?dayOfWeek=5">
                    <f:verbatim>Thursday</f:verbatim>
                </h:outputLink>
                <h:outputLink id="friday" value="/tss/faces/timesheet/timeSheetEntry.do?dayOfWeek=6">
                    <f:verbatim>Friday</f:verbatim>
                </h:outputLink>
                <h:outputLink id="saturday" value="/tss/faces/timesheet/timeSheetEntry.do?dayOfWeek=7">
                    <f:verbatim>Saturday</f:verbatim>
                </h:outputLink>
              </h:panelGrid>
              </c:if>
                <h:outputLink value="mailto:[email protected]">
                    <f:verbatim>Suggestion or Comment or Bug Report</f:verbatim>
                </h:outputLink>
              <s:message key="time.sheet.motd"/>
              <h:dataTable
                var="entry"
                value="#{TimeSheetForm.timeEntry}"
                styleClass="form-background"
                headerClass="form-header"
                columnClasses="form-field">
                <h:column>
                  <f:facet name="header">
                    <h:outputText value="Start Time"/>
                 </f:facet>
                  <h:inputText size="4" maxlength="4" value="#{entry.startTime}">
                  </h:inputText>
                </h:column>
                <h:column>
                  <f:facet name="header">
                    <h:outputText value="End Time"/>
                 </f:facet>
                  <h:inputText size="4" maxlength="4" value="#{entry.endTime}">
                  </h:inputText>
                </h:column>
                <h:column>
                  <f:facet name="header">
                    <h:outputText value="Task Code"/>
                 </f:facet>
                  <h:inputText size="2" maxlength="2" value="#{entry.task.id}">
                  </h:inputText>
                </h:column>
                <h:column>
                  <f:facet name="header">
                    <h:outputText value=""/>
                 </f:facet>
                  <h:outputText value="#{entry.task.description}"/>
                </h:column>
                <h:column>
                  <f:facet name="header">
                    <h:outputText value="Study Number"/>
                 </f:facet>
                  <h:inputText size="6" maxlength="6" value="#{entry.study.number}">
    <%----%>
                    <f:convertNumber pattern="000000"/>
                  </h:inputText>
                </h:column>             
                <h:column>
                  <f:facet name="header">
                    <h:outputText value=""/>
                 </f:facet>
                  <h:outputText value="#{entry.study.description}"/>
                </h:column>
                <h:column>
                  <f:facet name="header">
                    <h:outputText value="Version Status"/>
                 </f:facet>
                  <h:inputText size="2" maxlength="2" value="#{entry.versionStatus.code}">
                  </h:inputText>
                </h:column>   
                <h:column>
                  <f:facet name="header">
                    <h:outputText value="Version"/>
                 </f:facet>
                  <h:outputText value="#{entry.versionStatus.version.name}"/>
                </h:column>
                <h:column>
                  <f:facet name="header">
                    <h:outputText value=""/>
                 </f:facet>
                  <h:outputText value="#{entry.versionStatus.description}"/>
                </h:column>
                <h:column>
                  <f:facet name="header">
                    <h:outputText value="Cases"/>
                 </f:facet>
                  <h:inputText size="2" maxlength="2" value="#{entry.cases}">
                  </h:inputText>
                </h:column>             
                </h:dataTable>
                <h:panelGrid
                       columns="2"               
                       columnClasses="button">               
                    <h:commandButton id="submit" action="success" value="Submit"/>               
                    <h:commandButton id="back" action="back" value="Back"/>
                </h:panelGrid>
                </s:form>
                <s:errors/>
                </center>           
                </s:html>
                </f:view>             
            </td>
        </tr>
        <tr>
            <!-- FOOTER -->
            <td colspan='2'>
                <%@ include file="../footer.jsp" %>
            </td>
        </tr>
    </table>
    </body>
    </html>

    I had this error as well. I needed to change my <f:view> tags to be <f:subview id="xxxx"> because my page is being embedded in a <f:view> page.
    Don't know if you're doing the same.
    Hope this helps!
    Bernard

  • ISR_PROCESS_EVENT assert fails

    I'm trying to call ISR_PROCESS_EVENT as an RFC, passing in the data for a form, and trying to validate the fields.  To do this i first call ISR_PROCESS_EVENT with mode "CREATE" and get back the fields I need.  So far so good.
    Later, I call the same RFC, this time passing in parameters mode = "CREATE" and event = "CHECK".  When calling the RFC this second time i get an assert failed error in the code pasted below.
    Is it a requirement that the "check" variation must be called from the same abap session as the initial create call?  I ask this because I've been able to make it work if i write a custom function module which calls first ISR_PROCESS_EVENT CREATE with event space and then immediately call ISR_PROCESS_EVENT CREATE CHECK int he same RFC, but with the same input tables it fails if called separately.  My only working assumption at this point is that it relies on the function to be initialized with CREATE first in the same session, and since I'm doing this via RFC call in two steps, this isn't the case.
    Please help!
    The "data_containers" are initial in class CL_IM_HRASR00ISR=>GET_PROCESS_OBJECT_HANDLER
    Get all data containers from all scenarios
      IF data_containers IS REQUESTED.
        CALL METHOD process_object_handler->get_all_data_containers
          EXPORTING
            message_handler = message_handler
          IMPORTING
            data_containers = data_containers_xml
            is_ok           = is_ok.
        IF is_ok EQ false.
          EXIT.
        ENDIF.
        LOOP AT data_containers_xml INTO data_container_xml.
        Create a new data container if XML is not empty
        (This happens if the BAdI is called from the glue step)
          IF data_container_xml-data_container IS NOT INITIAL.
            CREATE OBJECT data_container
              EXPORTING
                xml    = data_container_xml-data_container.
            APPEND data_container TO data_containers.
            data_container_pair-data_container     = data_container.
            data_container_pair-data_container_xml = data_container_xml
            APPEND data_container_pair TO data_container_pairs.
          ENDIF.
        ENDLOOP.
        ASSERT data_containers IS NOT INITIAL.
      ENDIF.
    Edited by: Chris Hesse on Jun 30, 2010 8:13 PM
    Edited by: Chris Hesse on Jun 30, 2010 8:14 PM

    Chris,
    I have resolved the issue in our system, so maybe the same resolution will work for you.  The answer is in Note [1440741|http://service.sap.com/sap/support/notes/1440741].  In our system we are on HR SP 23, which contains all the code corrections from earlier versions of this Note, but does not contain the manual corrections described (essentially creating the characteristic or data type for ASYNC_BACKGROUND_SAVE).  I just had to set up the characteristic as described and our form now submits just fine.  I found this only by running the ABAP debugger on Method GET_EXTERNAL_DATA_VALUE of Class CL_IM_HRASR00ISR with a breakpoint set on the line "ASSERT sy-subrc EQ 0."  I just stepped through until I saw the return code turn to something other than 0, and made a note that it was looking for a fieldvalue of ASYNC_BACKGROUND_SAVE.  A search of Notes for this fieldvalue turned up 1440741, and that appears to have resolved the problem.  The problem was not so much with the form itself, but with the asynchronous background save in the workflow step.
    Hope this helps you!
    --Matt

Maybe you are looking for

  • How do I migrate my old emails in Mail from one Mac to another?

    I've upgraded from a G5 (OS Tiger) to a Mac Pro (OS Leopard). I've set up Mail on the Pro, but I want to migrate/move all my email folders, Inbox messages, Sent mail, etc. from my G5 to the Pro. I thought manually grabbing all folders and files from

  • Need a script to change value in the Local Hostname

    Help! Want to change the Local Hostname because DynamicDNS has mess up 250 machines. Any ideas??????? I need a UNIX script to to change the Value of /library/preference/SystemConfiguration/preferences.plist <key>LocalHostName</key> <string>Value</str

  • Drawing oval

    Here i draw net consist of 6 rows and 7 columns , then i want to draw oval in the top of the net . I think i wrote correct code but the oval not appear . I want to know why ?? my simple code : import java.awt.BorderLayout; import java.awt.Dimension;

  • FASTER THROUGH PUT ON FULL TABLE SCAN

    제품 : ORACLE SERVER 작성날짜 : 1995-04-10 Subject: Faster through put on Full table scans db_file_multiblock_read only affects the performance of full table scans. Oracle has a maximum I/O size of 64KBytes hence db_blocksize * db_file_multiblock_read must

  • How to: Create same size video frames?

    I like to use the effect where I have two different videos that are split on the screen. Example: a shot of the bride and groom walking down the stairs from the church and then another shot of people greeting them. I like to have these two shots shar