Simple compare condition fails [Solved: Bug 4619731]

Edit: I have found the root of the problem, and Simple compare condition fails [Solved: Bug 4619731]. I have opened a Service Request 7045745.993 on the problem.
Original text:
I have encountered the most bizarre bug today. An associate is trying to debug a 1900 line package that was NOT terminating a loop properly.
The package has the code:
    Exit when x <> y;where x and y are VARCHAR2(8) variables.
The problem is that even though the values were UNequal, the loop never ended. We added dbms_output debugging code to display x and y, and we could easily see that their values were NOT equal.
For instance, one was 19824E1A and the other was 19824E2A. Or one was 19824E1A while the other was 99999999.
I even added a block of code re-testing the condition like this:
  If x <> y then
    dbms_output.put_line(x||'<>'||y);
  Else
    dbms_output.put_line(x||'='||y);
  End if;But no matter what the values of x and y, it always reported them equal.
I found two workarounds:
1. concatenate a character (I used a period) to the end of each variable in the condition.
    Exit when x||'.' <> y||'.'2. Or, add an anonymous block before or after the Exit when..., such as:
Declare
  v varchar2(2);
Begin
  v := 'AB';
End;Curiously, when I replaced the v := 'AB'; with NULL;, the bug came back.
This bug occurs on Oracle Database 10g Enterprise Edition Release 10.2.0.3.0
I am not sure where to start to try to solve or report this problem. It pretty much destabilizes the entire PL/SQL programming foundation for all our packages. It leaves me wondering where else the code may be failing.
Has anyone seen something like this reported before?
Edited by: Steve Cosner on Aug 27, 2008 10:05 PM

No offense taken, SY. I was just trying to express how aware I am of the issue of comparing null values in condition statements.
All I can do here is underscore that it is not an issue with null values. The problem is with the statement in the first line. To prove that it was not null values, I coded the second line following the first:
    exit when x <> y;
    dbms_output.put_line('x='||x ||' and y='||y);The output from the run showed in the first pass through the loop, x and y were equal and were not null. So the process ran correctly that time. But in subsequent passes through the loop, they were NOT equal and were not null, but the debugging code was executed.
There is no way the values were null.
I certainly wondered about the null issue when I concatenated a character to the variables in the conditional test. But my debugging lines first confirmed that they were not null. I suspect more that the bug has something to do with the size of the package and the variables being exactly eight characters, which is 64 bits, which has special significance in many computer languages.
Regarding your concern of the variable names and scope issues, the actual variable names in the actual code can be seen below (I just used x and y for simplicity within this thread):
    LOOP
      EXIT WHEN V_LAST_PERIOD <>
          SIPK0003.COURSE_ADJUST_REC.ACAD_REC_PERIODwhile the silly anonymous block that caused the process to work, using the variable named v, was the actual code. There is no way we use simple one-character variable names in a 1900 line package. There is no way the scope of variable V extended outside the embedded anonymous block. My point was that somehow, changing the size of the compiled package object, or at least the size of the code generated for the loop process caused the package to run correctly. In fact, thinking about the
Declare V... Begin Null; End; sequence, I'll bet the PL/SQL compiler is sharp enough to notice that it was a do-nothing block, so never included it in the compiled object. As soon as I assigned V a value, the code WAS included, so the size of the generated code for the loop changed, and somehow, that caused it to run correctly.
Regarding the use of the package.record.column value above, we even copied the value to a local variable, and then used the local variable in the Exit When statement. Doing that made no difference.

Similar Messages

  • Exception condition "FAILED" raised.

    My TRM functional consultant has been trying to run end of day processes in the Transaction RKLNACHT but the following dump appears:
    Runtime Errors         RAISE_EXCEPTION                                                             
    Date and Time          16.05.2008 10:33:21                                                         
    Short text                                                                               
    Exception condition "FAILED" raised.                                                         
    What happened?                                                                               
    The current ABAP/4 program encountered an unexpected                                         
        situation.                                                                               
    What can you do?                                                                               
    Note down which actions and inputs caused the error.                                                                               
    To process the problem further, contact you SAP system                                       
        administrator.                                                                               
    Using Transaction ST22 for ABAP Dump Analysis, you can look                                  
        at and manage termination messages, and you can also                                         
        keep them for a long time.                                                                   
    Error analysis                                                                               
    A RAISE statement in the program "CL_POSITIONSERVICE_TRQ========CP" raised the               
         exception                                                                               
    condition "FAILED".                                                                               
    Since the exception was not intercepted by a superior                                        
        program, processing was terminated.                                                                               
    Short description of exception condition:                                                                               
    For detailed documentation of the exception condition, use                                   
        Transaction SE37 (Function Library). You can take the called                                 
        function module from the display of active calls.                                            
    How to correct the error                                                                               
    If the error occures in a non-modified SAP program, you may be able to                       
        find an interim solution in an SAP Note.                                                     
        If you have access to SAP Notes, carry out a search with the following                       
        keywords:                                                                               
    "RAISE_EXCEPTION" " "                                                                        
        "CL_POSITIONSERVICE_TRQ========CP" or "CL_POSITIONSERVICE_TRQ========CM00I"                  
        "GET_POSITIONS_BY_DIFF"                                                                               
    or                                                                               
    "CL_POSITIONSERVICE_TRQ========CP" "FAILED"                                                                               
    or                                                                               
    "RKLNACHT " "FAILED"                                                                         
        If you cannot solve the problem yourself and want to send an error                           
        notification to SAP, include the following information:                                                                               
    1. The description of the current problem (short dump)                                                                               
    To save the description, choose "System->List->Save->Local File                           
        (Unconverted)".                                                                               
    2. Corresponding system log                                                                               
    Display the system log by calling transaction SM21.                                       
           Restrict the time interval to 10 minutes before and five minutes                          
        after the short dump. Then choose "System->List->Save->Local File                            
        (Unconverted)".                                                                               
    3. If the problem occurs in a problem of your own or a modified SAP                          
        program: The source code of the program                                                      
           In the editor, choose "Utilities->More                                                    
        Utilities->Upload/Download->Download".                                                                               
    4. Details about the conditions under which the error occurred or which                      
        actions and input led to the error.                                                                               
    System environment                                                                               
    SAP-Release 700                                                                               
    Application server... "tetradev"                                                             
        Network address...... "192.168.1.81"                                                         
        Operating system..... "SunOS"                                                                
        Release.............. "5.9"                                                                  
        Hardware type........ "sun4u"                                                                
        Character length.... 16 Bits                                                                 
        Pointer length....... 64 Bits                                                                
        Work process number.. 0                                                                      
        Shortdump setting.... "full"                                                                               
    Database server... "tetradev"                                                                
        Database type..... "ORACLE"                                                                  
        Database name..... "DEV"                                                                     
        Database user ID.. "SAPSR3"                                                                               
    Char.set.... "C"                                                                               
    SAP kernel....... 700                                                                        
        created (date)... "Aug 31 2006 20:59:23"                                                     
        create on........ "SunOS 5.9 Generic_117171-13 sun4u"                                        
        Database version. "OCI_102 (10.2.0.2.0) "                                                                               
    Patch level. 75                                                                               
    Patch text.. " "                                                                               
    Database............. "ORACLE 9.2.0.., ORACLE 10.1.0.., ORACLE 10.2.0.."               
        SAP database version. 700                                                                    
        Operating system..... "SunOS 5.9, SunOS 5.10"                                                                               
    Memory consumption                                                                               
    Roll.... 16192                                                                               
    EM...... 16759392                                                                               
    Heap.... 0                                                                               
    Page.... 180224                                                                               
    MM Used. 10608952                                                                               
    MM Free. 1957592                                                                               
    User and Transaction                                                                               
    Client.............. 300                                                                     
        User................ "DARLINGTON"                                                            
        Language key........ "E"                                                                     
        Transaction......... "KLNACHT "                                                              
        Program............. "CL_POSITIONSERVICE_TRQ========CP"                                      
        Screen.............. "SAPMSSY0 1000"                                                         
        Screen line......... 6                                                                       
    Information on where terminated                                                                  
        Termination occurred in the ABAP program "CL_POSITIONSERVICE_TRQ========CP" -                
         in "GET_POSITIONS_BY_DIFF".                                                                 
        The main program was "RKLNACHT ".                                                                               
    In the source code you have the termination point in line 37                                 
        of the (Include) program "CL_POSITIONSERVICE_TRQ========CM00I".                              
    Source Code Extract                                                                               
    Line       SourceCde                                                                               
    7              l_selector         TYPE REF TO cl_flow_selector_dif,                               
        8      * workarea for table with positions                                                        
        9              l_tab_position     TYPE trqy_position_obj,                                         
       10              l_position         TYPE REF TO if_position_trq,                                    
       11              l_count            type i.                                                         
       12                                                                               
    13      * initialization                                                                               
    14        CLEAR re_tab_position.                                                                   
       15                                                                               
    16      * Get positions for ranges                                                                 
       17        CALL METHOD ca_pos_identifier_dif=>agent->get_persistent_by_range                        
       18          EXPORTING                                                                               
    19            im_context     = trqco_con_trq                                                       
       20            im_ranges      = im_ranges                                                           
       21          RECEIVING                                                                               
    22            re_identifiers = l_tab_identifier.                                                   
       23        CHECK NOT l_tab_identifier IS INITIAL.                                                   
       24                                                                               
    25        LOOP AT l_tab_identifier INTO l_identifier.                                              
       26                                                                               
    27          l_selector = l_identifier->derive_selector( ).                                         
       28                                                                               
    29      *   get TRQ positions for selectors                                                        
       30          CALL METHOD read_positions_by_selector                                                 
       31            EXPORTING                                                                               
    32              im_selector      = l_selector                                                      
       33            RECEIVING                                                                               
    34              re_tab_positions = l_tab_position.                                                 
       35          DESCRIBE TABLE l_tab_position LINES l_count.                                           
       36          IF l_count <> 1.                                                                       
    >>>>>            raise failed.                                                                        
       38          ENDIF.                                                                               
    39          APPEND LINES OF l_tab_position TO re_tab_position.                                     
       40        ENDLOOP.                                                                               
    41                                                                               
    42      ENDMETHOD.                                                                               
    Contents of system fields                                                                        
    Name          Val.                                                                               
    SY-SUBRC      0                                                                               
    SY-INDEX      0                                                                               
    SY-TABIX      2                                                                               
    SY-DBCNT      1                                                                               
    SY-FDPOS      0                                                                               
    SY-LSIND      0                                                                               
    SY-PAGNO      0                                                                               
    SY-LINNO      1                                                                               
    SY-COLNO      1                                                                               
    SY-PFKEY                                                                               
    SY-UCOMM                                                                               
    SY-TITLE      End-of-Day Processing                                                                   
    SY-MSGTY      E                                                                               
    SY-MSGID      64                                                                               
    SY-MSGNO      030                                                                               
    SY-MSGV1                                                                               
    SY-MSGV2                                                                               
    SY-MSGV3                                                                               
    SY-MSGV4                                                                               
    SY-MODNO      0                                                                               
    SY-DATUM      20080516                                                                               
    SY-UZEIT      103319                                                                               
    SY-XPROG      SAPLSBAL_DB                                                                             
    SY-XFORM      %_CONTROL_EXIT_DYNPRO                                                                   
    Does anyone have suggestions as to how I can solve this problem?
    Assistance will be appreciated.

    bumping...any suggestions...welcome

  • Dump: ASSERT condition failed - While creating followup to Package quote

    Hi,
    I am trying to create follow up (Service contract) document to Package Quotation. But, I am endedup with dump in Function Module saying : "ASSERT Condition Failed". And this is happening only in preproduction. In development system, it is working fine. I really do not understand the reason.
    last week it worked fine ... but suddenly this error came up.
    Please help me out to find the reason and solution.
    Thanks,
    Sandeep

    Hi Arun,
    Please check the following in regards to the company code issue:
    1. Go to transaction PPOME and search for your Top Org unit,
    2. For that org unit, go to the tab Account Assignment.
    3. Fill the field Company Code with appropriate value and save it
    This should resolve the issue in regards to the message of the company code. The dump refers to the table V_T077D. Please check your number range settings for the customer account groups related to students table V_T077D. Once the necessary customizing is maintained, the problem  should get solved.
    Good luck.
    Rob

  • Simple OR condition..but getting prob

    Hi all,
    Please help me
    I am trying to use simple OR condition in a where clause
    here is my script
    Select * from table 1
    where is_numeric(acct_no) = 0 --- is_numeric is function which returns 0 for non digit acc no
    or
    count_no in ( select count_no from table 1
    minus
    select count_no from table2)
    i dont knw why query is taking a long long time to run w/o out put itired to put braket also but didnt worked.
    i knw we can use union too but i dont want to use that.
    please help me ....
    Thanks
    Edited by: user10647455 on Dec 3, 2008 8:04 AM

    Hi,
    Like Jortri, I would use EXISTS.
    I suspect this way is faster:
    Select  *
    from    table1
    where   is_numeric (acct_no) = 0 --- is_numeric is function which returns 0 for non digit acc no
    or      NOT EXISTS
            (   select  NULL
                from    table2
                where   count_no = t1.count_no
            );There's no need to reference table1 in the sub-query. You already know count_no exists in table1: that's where you got it.
    Calling the PL/SQL function is taking considerable time. If you're only checking for simple types of numbers (such as unsigned integers) you can do that a lot quicker using SQL, especially regular expressions, as Blushadow and Michaels showed you in [your previous thread|http://forums.oracle.com/forums/message.jspa?messageID=3155232#3155232]. If you need to check for any possible number (such as '+1.4E-5') then you probably do need a function. The function may be faster if it is declared as DETEMINISTIC.
    Edited by: Frank Kulash on Dec 4, 2008 1:03 PM

  • How to abend the java program -if the condition fails

    Hi
    My program counts the number of headers in the input file and if the condition fails to satisfy the number we expected , it should comeout of the java program . Is their a specific statement to abend the program in java .
    if(columnCount == 5)
    // do all the steps
    else
    //abend the program }
    how to do that .... is it System.exit(1) or anything else
    thanks..
    Edited by: 1sai on Apr 23, 2009 6:52 PM

    BigDaddyLoveHandles wrote:
    It must have been that the [card sorters|http://en.wikipedia.org/wiki/Card_sorter] were making such a ruckus that I didn't hear it. The model 84 -- 2,000 cards a minute? -- d&auml;mn, that's sweet.
    I remember the first time I saw a card sorter in action, thinking it was kind of cool.
    I also think the teacher used it to describe some sorting algorithm, maybe radix sort??
    You've got me thinking, that might be part of the problem with computing today, not enough moving parts. No big tape drives spinning and oscillating. And few if any line printers anymore. Now there's an interesting piece of equipment.

  • RFC_ERROR_SYSTEM_FAILURE: Exception condition "FAILED" raised on Publish of

    Hi,
    When i preview my Bi query in potal i am getting following exception :
    RFC_ERROR_SYSTEM_FAILURE: Exception condition "FAILED" raised
    Earlier i had already published some query which is working properly, but the new one which i am publishing now is giving me above exception.
    Regards,
    Jigar Oza

    Hi,
    Check the target on which the query is built is active in the same server.

  • Solve bugs or give us the chance to revert back to previous software without loosing waranty!

    dear sony developers and and android developers
    please solve bugs or give us the chance to revert back to previous software without loosing waranty!

    You can always post any problems you have here and we can try and help.
    Also, you would never have to lose your warranty, you can reach out to our Regional Support Office and they can revert the software back (by you visiting an office, or mailing the phone in).

  • CRM 5.2 : Authorization error : Exception condition "FAILED" raised.

    Hi all,
    I'm using CRM 5.2 and when we want to create a user (SU01) with a specific role such as SAP_CRM_UIU_SRV_PROFESSIONAL without any profil or any more role, the user can not acces to the Web GUI.
    Here is the exception :
    Note
    Le message d'erreur suivant a été traité dans le système C52 : Exception condition "FAILED" raised.
    L'erreur s'est produite sur le serveur d'application CRM52_C52_00 et dans le processus de travail 0 .
    Le type d'interruption est le suivant : RABAX_STATE
    La hiérarchie des appels ABAP est la suivante :
      Method: GET_APPL_MODEL of program CL_BSP_WD_APPL_MODEL==========CP
      Method: CONSTRUCTOR of program CL_BSP_DLC_VIEW_DESCRIPTOR====CP
      Method: IF_BSP_DLC_CONFIGURATION~GET_PROPERTY_DESCRIPTOR of program CL_BSP_DLC_CONFIGURATION2=====CP
      Method: WD_VIEW_INITIALIZE of program CL_BSP_WD_VIEW_CONTROLLER=====CP
      Method: WD_INTERFACE_VIEW_INITIALIZE of program CL_BSP_WD_COMPONENT_USAGE=====CP
      Method: BIND_VIEW of program CL_BSP_WD_VIEW_CONTROLLER=====CP
      Method: WD_VIEW_INITIALIZE of program CL_BSP_WD_VIEW_CONTROLLER=====CP
      Method: BIND_VIEW of program CL_BSP_WD_VIEW_CONTROLLER=====CP
      Method: WD_VIEW_INITIALIZE of program CL_BSP_WD_VIEW_CONTROLLER=====CP
      Method: BIND_VIEW of program CL_BSP_WD_VIEW_CONTROLLER=====CP
    After some reasearch, I've set the role SAP_ALL and SAP_NEW and all work fine, but I'm not agree to put all that tole to my users. Is their any other solution ?
    Thanks.
    Kind Regards

    Hi,
    I had the same in CRM 6.0.
    Look at note 1136402, correction  609218. Then you wont get a raise exception.
    There are some technical authorisations in the role
    SAP_CRM_UIU_FRAMEWORK. Assign this role as well.
    You first need to assing your user role to an organisation. Then take the report CRMD_UI_ROLE_ASSIGN in SE38. Here you need to assign the role SAP_CRM_UIU_FRAMEWORK.
    There is a description in the UI-framework customizing .
    Hope it helps
    Andreas

  • Apple TV restoring to factory condition failed problem

    I was watching my Apple TV (1st Generation) and sudenly it freezes, so I unplugged it. When I plugged again it appears the logo and the language selection, but then the logo is appearing and appearing. I'm trying to restore to factory settings but it keeps  saying restoring to factory condition failed. Any advise?

    here I found !!!
    Restore AppleTV OS after erasing disk, download and restore via USB pen the AppleTV Restore Image:
    http://www.tweaking4all.com/home-theatre/appletv/restore-appletv-os-offline-1stg en/
    http://wiki.openelec.tv/index.php?title=Restoring_the_Apple_OS
    It works, I have now back my Apple TV G1 !

  • Simple J2EE application fails under activation

    Hi,
    I have a simple J2EE application which contains one Servlet.
    I have two DCs: SSORedirector (Enterprise application project) and SSORedirectWebModuleWebModule (Web Module)
    (there is a third DC which is a child DC to SSORedirector, but I don't think it causes any problems)
    The web module has by default public part called war (an I haven't touched this).
    The Enterprise application project I have addeed the required references to the web module in the application.xml(this automatically set a Used DC reference).
    When right-clicking the enterprise application and selecting build, it builds a correct ear file, and if I deploy it to my local workplace installation, the J2EE application works as expected.
    However, when I try to check in and activate the activity the SDM deployment fails with the message: Info:java.lang.RuntimeException: Incorrect EAR file. EAR /usr/sap/ED2/JC00/SDM/root/origin/bouvet.com/SSORedirector/JDI_ZEPSSO_D/8596/bouvet.com_PASSTHROUGH_SSO_1_default_bouvet.com_SSORedirector_200602161842250637.sda does not contain entry META-INF/application.xml as required by the J2EE specification.
    I've retrieved the .sda file on the file system (shouldn't it be an .ear file) and it contains the application.xml under the folder meta-inf. The complete contents of the sda file is
    ./d1c66970ddbec7e6ffcc4d01c4705600.HASH
    ./META-INF/application-j2ee-engine.xml
    ./META-INF/application.xml
    ./META-INF/MANIFEST.MF
    ./META-INF/SAP_MANIFEST.MF
    ./META-INF/sda-dd.xml
    ./src/java/src.zip
    ./bouvet.com~SSORedirectorServlets.war
    What could possibly be wrong?
    Below are some logs.
    <b>Deployment log</b>
    SAP Change Management Service
    System sapJDI.st.bouvet.no
    Build space JDI_ZEPSSO_D
    Request 8554
    Step Deployment
    Log /sapmnt/JDI/global/TCS/LOG/JDI_ZEPSSO_D2006021618420025.log
    Info:deploy every archive associated to the buildspace: JDI_ZEPSSO_D
    Info:getting DC SSORedirector from CBS for buildspace: JDI_ZEPSSO_D
    Info:archive /sapmnt/JDI/global/TCS/DEPLOYARCHIVES/bouvet.com_PASSTHROUGH_SSO_1_default_bouvet.com_SSORedirector_200602161842250637.sda for DC SSORedirector was transfered
    Info:Start deployment:
    Info:The following archives will be deployed (on http://sapED2.st.bouvet.no:50018)
    Info:/sapmnt/JDI/global/TCS/DEPLOYARCHIVES/bouvet.com_PASSTHROUGH_SSO_1_default_bouvet.com_SSORedirector_200602161842250637.sda
    Info:SDM log:
    Info:
    Info:
    Info:
    Info:
    Info:
    Info:
    Info:
    Info:
    Info:Feb 16, 2006 7:39:58 PM  Info: -
    Starting deployment -
    Info:Feb 16, 2006 7:40:01 PM  Info: Loading selected archives...
    Info:Feb 16, 2006 7:40:01 PM  Info: Loading archive '/usr/sap/ED2/JC00/SDM/program/temp/bouvet.com_PASSTHROUGH_SSO_1_default_bouvet.com_SSORedirector_200602161842250637.sda'
    Info:Feb 16, 2006 7:40:11 PM  Info: Selected archives successfully loaded.
    Info:Feb 16, 2006 7:40:11 PM  Info: Actions per selected component:
    Info:Feb 16, 2006 7:40:11 PM  Info: Update: Selected development component 'SSORedirector'/'bouvet.com'/'JDI_ZEPSSO_D'/'8596' updates currently deployed development component 'SSORedirector'/'bouvet.com'/'JDI_ZEPSSO_D'/'8590'.
    Info:Feb 16, 2006 7:40:14 PM  Info: The deployment prerequisites finished withtout any errors.
    Info:Feb 16, 2006 7:40:14 PM  Info: Saved current Engine state.
    Info:Feb 16, 2006 7:40:15 PM  Info: Error handling strategy: OnErrorSkipDepending
    Info:Feb 16, 2006 7:40:15 PM  Info: Update strategy: UpdateAllVersions
    Info:Feb 16, 2006 7:40:15 PM  Info: Starting: Update: Selected development component 'SSORedirector'/'bouvet.com'/'JDI_ZEPSSO_D'/'8596' updates currently deployed development component 'SSORedirector'/'bouvet.com'/'JDI_ZEPSSO_D'/'8590'.
    Info:Feb 16, 2006 7:40:15 PM  Info: SDA to be deployed: /usr/sap/ED2/JC00/SDM/root/origin/bouvet.com/SSORedirector/JDI_ZEPSSO_D/8596/bouvet.com_PASSTHROUGH_SSO_1_default_bouvet.com_SSORedirector_200602161842250637.sda
    Info:Feb 16, 2006 7:40:15 PM  Info: Software type of SDA: J2EE
    Info:Feb 16, 2006 7:40:15 PM  Info: ***** Begin of SAP J2EE Engine Deployment (J2EE Application) *****
    Info:Feb 16, 2006 7:40:15 PM  Info: ***** End of SAP J2EE Engine Deployment (J2EE Application) *****
    Info:Feb 16, 2006 7:40:15 PM  Error: Aborted: development component 'SSORedirector'/'bouvet.com'/'JDI_ZEPSSO_D'/'8596':
    Info:Caught exception during access of archive "/usr/sap/ED2/JC00/SDM/root/origin/bouvet.com/SSORedirector/JDI_ZEPSSO_D/8596/bouvet.com_PASSTHROUGH_SSO_1_default_bouvet.com_SSORedirector_200602161842250637.sda":
    Info:java.lang.RuntimeException: Incorrect EAR file. EAR /usr/sap/ED2/JC00/SDM/root/origin/bouvet.com/SSORedirector/JDI_ZEPSSO_D/8596/bouvet.com_PASSTHROUGH_SSO_1_default_bouvet.com_SSORedirector_200602161842250637.sda does not contain entry META-INF/application.xml as required by the J2EE specification.
    Info: (message ID: com.sap.sdm.serverext.servertype.inqmy.extern.EngineApplOnlineDeployerImpl.performAction(DeploymentActionTypes).null)
    Info:Feb 16, 2006 7:40:26 PM  Info: J2EE Engine is in same state (online/offline) as it has been before this deployment process.
    Info:Feb 16, 2006 7:40:27 PM  Error: -
    At least one of the Deployments failed -
    Info:end of log received from SDM
    Info:End deployment:
    Info:deploy finished for SSORedirector (8554) with rc=12
    Info:deployment finished for buildspace: JDI_ZEPSSO_D
    <b>CBS log</b>
      CBS Request Log - [  8554/JDI_ZEPSSO_D  ]
      sapjdi.st.bouvet.no SAP Component Build Server   
    Build number assigned: 8596
    Change request state from QUEUED to PROCESSING
    ACTIVATION request in Build Space "JDI_ZEPSSO_D" at Node ID: 37,956,050
         [id: 8,554; parentID: 0; type: 4]
         [options: NO OPTIONS]
    REQUEST PROCESSING started at 2006-02-16 18:41:35.949 GMT
    ===== Pre-Processing =====
    List of activities to be activated:
         1 activity in compartment "bouvet.com_PASSTHROUGH_SSO_1"
              C049689.6 - Passthrough SSO
                   [seq. no 17][created by 433937 at 2006-02-16 19:41:49.0][ID 44ed44bc9f1911daae5b0012799e50b6]
    Analyse activities... started at 2006-02-16 18:41:35.967 GMT
         Synchronizing component "bouvet.com/SSORedirector" from repository... finished at 2006-02-16 18:41:37.129 GMT and took 1 s 10 ms
              Component "bouvet.com/SSORedirector" is to be CHANGED by this activation.
         Synchronizing component "bouvet.com/SSORedirectWebModule" from repository... finished at 2006-02-16 18:41:37.933 GMT and took 802 ms
              Component "bouvet.com/SSORedirectWebModule" is to be CHANGED by this activation.
         Synchronizing component "bouvet.com/SSORedirectorServlets" from repository... finished at 2006-02-16 18:41:39.144 GMT and took 1 s 211 ms
         3 components to be build in compartment "bouvet.com_PASSTHROUGH_SSO_1"
    Analyse activities... finished at 2006-02-16 18:41:39.202 GMT and took 3 s 235 ms
    Calculate all combinations of components and variants to be built...
         "bouvet.com/SSORedirector" variant "default"
         "bouvet.com/SSORedirectorServlets" variant "default"
         "bouvet.com/SSORedirectWebModule" variant "default"
    Prepare build environment in the file system... started at 2006-02-16 18:41:39.410 GMT
         Synchronize development configuration... finished at 2006-02-16 18:41:39.430 GMT and took 20 ms
         Synchronize component definitions... finished at 2006-02-16 18:41:39.469 GMT and took 38 ms
         Synchronize sources...
         Synchronize sources... finished at 2006-02-16 18:41:40.891 GMT and took 1 s 422 ms
         Synchronize used libraries...
              public part "war" of component "bouvet.com/SSORedirectWebModule" ... OK
                   [PP "war" of DC 381 variant "default"][SC 142][last successfull build: 0]
              public part "default" of component "sap.com/ejb20" ... OK
                   [PP "default" of DC 128 variant "default"][SC 139][last successfull build: 8020]
              public part "default" of component "sap.com/jdbc20" ... OK
                   [PP "default" of DC 145 variant "default"][SC 139][last successfull build: 8020]
              public part "default" of component "sap.com/jms" ... OK
                   [PP "default" of DC 147 variant "default"][SC 139][last successfull build: 8020]
              public part "default" of component "sap.com/servlet" ... OK
                   [PP "default" of DC 166 variant "default"][SC 139][last successfull build: 8020]
              public part "default" of component "sap.com/ejb20" ... OK
                   [PP "default" of DC 128 variant "default"][SC 139][last successfull build: 8020]
              public part "default" of component "sap.com/jdbc20" ... OK
                   [PP "default" of DC 145 variant "default"][SC 139][last successfull build: 8020]
              public part "default" of component "sap.com/jms" ... OK
                   [PP "default" of DC 147 variant "default"][SC 139][last successfull build: 8020]
              public part "default" of component "sap.com/servlet" ... OK
                   [PP "default" of DC 166 variant "default"][SC 139][last successfull build: 8020]
         Synchronize used libraries... finished at 2006-02-16 18:41:43.712 GMT and took 2 s 820 ms
    Prepare build environment in the file system... finished at 2006-02-16 18:41:43.712 GMT and took 4 s 302 ms
    ===== Pre-Processing =====  finished at 2006-02-16 18:41:43.713 GMT and took 7 s 755 ms
    ===== Processing =====
    BUILD DCs
         "bouvet.com/SSORedirectorServlets" in variant "default"
              Public Part "war" has been changed. Dependent components will be marked as DIRTY and re-built later.
              The build was SUCCESSFUL. Archives have been created.
         "bouvet.com/SSORedirectWebModule" in variant "default"
              Public Part "war" has been changed. Dependent components will be marked as DIRTY and re-built later.
              The build was SUCCESSFUL. Archives have been created.
         "bouvet.com/SSORedirector" in variant "default"
              The build was SUCCESSFUL. Archives have been created.
    ===== Processing =====  finished at 2006-02-16 18:41:56.154 GMT and took 12 s 436 ms
    ===== Post-Processing =====
    Check whether build was successful for all required variants...
         "bouvet.com/SSORedirectorServlets" in variant "default"   OK
         "bouvet.com/SSORedirectWebModule" in variant "default"   OK
         "bouvet.com/SSORedirector" in variant "default"   OK
    Update component metadata...
         "bouvet.com/SSORedirector"  has been CHANGED
         "bouvet.com/SSORedirectWebModule"  has been ACTIVATED
    STORE build results...
         "bouvet.com/SSORedirectorServlets": store meta-data
         "bouvet.com/SSORedirectorServlets" in "default" variant  is PROCESSED
         "bouvet.com/SSORedirectWebModule": store meta-data
         "bouvet.com/SSORedirectWebModule" in "default" variant  is PROCESSED
         "bouvet.com/SSORedirector": store meta-data
         "bouvet.com/SSORedirector" in "default" variant  is PROCESSED
    Change request state from PROCESSING to SUCCEEDED
    Analyse effect of applied changes to buildspace state... started at 2006-02-16 18:41:56.364 GMT
    Handle Cycles...
         No cycles detected.
    Determine components that have become DIRTY due to the results of this request...
         No such components have been found.
    Integrate activities into active workspace(s)...
         Integration of activities in compartment "bouvet.com_PASSTHROUGH_SSO_1" started at 2006-02-16 18:41:56.785 GMT
              "C049689.6 - Passthrough SSO"   OK
         Integration of 1 activities in compartment "bouvet.com_PASSTHROUGH_SSO_1" finished at 2006-02-16 18:42:16.614 GMT and took 19 s 829 ms
    Analyse effect of applied changes to buildspace state... finished at 2006-02-16 18:42:16.615 GMT and took 20 s 251 ms
    Request SUCCEEDED
    ===== Post-Processing =====  finished at 2006-02-16 18:42:16.617 GMT and took 20 s 451 ms
    REQUEST PROCESSING finished at 2006-02-16 18:42:16.618 GMT and took 40 s 669 ms

    Managed to solve it in a obscure way.
    I had earlier deployed the .ear file directly from NWDS to our dev system (hadn't installed dev workplace then). By removing the application from the deploy service in visual admin, the import suddenly worked.
    Dagfinn

  • Conditional Build Tags Bugs

    Hello,
    I have problems with Conditional Build Tags since I upgraded from RH7 to RH9 .
    I am using the following software:
    Windows XP Professional Version 2002 Service Pack 3.
    Version control software (RoboSource Control 3.1) as we share projects between 3 authors
    And I mainly work in wysywyg view.
    When I open a project on my PC, the conditional build tags I've defined in a topic apply themselves unwanted and randomly.
    The deletion of conditional build tags from the topic Properties > Advanced tab > Content-level tags > Remove button does not work properly. The selected tag is removed only for the paragraph pointed by the mouse cursor. When I navigate down in my document, this tag is still present on other paragraphs.
    Sometimes, I must switch to the html view to remove the tags manually.
    I noticed that a thread has seent on May 5, 2011, for which Peter Grainge gave a link to a TechNote with a fix. I tried to access this TechNote, unsuccessfully.
    I also read that Adobe RoboHelp Service Release 9.0.1 is intended to fix the following: CBT gets applied randomly in topic content on switching between the HTML view and the Design view in certain scenarios.
    However, my scenario is completely different as CBT gets applied randomly when OPENING the project in WYSYWYG.
    Moreover, my administrator told me he has already downloaded this release.
    With single sources, our team produces online helps for various versions and products. This situation is very uncomfortable for me, and my colleagues, as the produced documentation may contain bad information for a version or a product or may miss information. My work is not reliable.
    Has anyone encountered this situation and found a solution?
    Thanks for your help.

    Hi Peter,
    Thanks for your help.
    Effectively, the patch was not installed.
    I ran the update and did not need any passwords to do it. The About RoboHelp HTML now shows 9.0.1.232. However, the version of the  PolarisProjectFile.dll still shows 9.0.0.228. Is this normal?
    The IT administrator is sure to have downloaded this release. He thinks something got wrong during the downloading process and that it failed.
    This release solved some of my problems:
    I opened again the projects in which I identified that tags were messed up.
    - For some, tags were still messed up. I had to fix them again manually. I checked them in and re-opened them. They were clean.
    - For others, they re-opened with tags properly assigned (miraculously).
    I do not understand these differences in behavior.
    I do not feel confident when I open a project. We manage so many topics that it is impossible to identify those in which tags are messed up. How can I be sure that tags are correctly assigned? It is so an uncomfortable situation !
    Moreover, I identified another problems yesterday.
    I wanted to open a project that another member of the team upgraded to RH9 last week. RH9 proposed me to upgrade it.
    A member of the team wanted to open a project that I upgraded on my PC.  RH9 proposed her to upgrade it.
    We removed these projects from our local directories and used the Open project from Version Control again. And it was OK.
    This situation should not occur. What do you think?
    The other members of the team have the patch 9.01.232 (and the same version of dll as me).
    The IT thinks that these problems are linked with my user account.
    Historically, Windows XP was installed in French on my PC whereas my colleagues were in English.
    As I had so many problems after upgrading to RH9, my Windows XP is now in English.
    However, I keep having problems (those mentioned in this discussion).
    The solution proposed now is to change my machine for a new one.
    Could this be really the final solution?
    Do you have any opinion on this matter?
    Thanks for your help.

  • Simple POC configuration failing

    I have a simple AXIS webservice setup for proof-of-concept development with AquaLogic. What I'm trying to do is very simple, bare-bones content-based routing. I'm using a .JWS-based webservice that looks like this:
    <pre>
    public class WebService {
         public String echo(String message) {
              return "The web service heard " + message;
    </pre>
    I started by creating a new WebLogic domain supporting ALSB using the Configuration Wizard and all the defaults. I created a new "Any SOAP Service" proxy service with all the defaults as well. This seems to work as expected. The following code results in the default echo response I expected to see with an unbound proxy service:
    <pre>
    public static void main(String[] args) {
         SimpleAxisServer simpleAxisServer = new SimpleAxisServer();
         try {
              simpleAxisServer.setServerSocket(new ServerSocket(49152));
              simpleAxisServer.start(true);
              Service service = new Service();
              Call call = (Call) service.createCall();
              call.setTargetEndpointAddress("http://dcmnapp01:7001/Proxy-Soap-msb-in");
              System.out.println("Sending request to web service to echo '" + args[0] + "'...");
              System.out.println(call.invoke("echo", args));
         } catch (Exception e) {
              e.printStackTrace();
         } finally {
              simpleAxisServer.stop();
    </pre>
    This simply returns the content of args[0]. Next I created a new "Any SOAP Service" business service with endpoint "http://mbyrnswxp:49152/WebService.jws" referencing my AXIS webservice and all other options default. I then created a branch node with it's default connected to a route node to the business service I created. That works too -- I get the expected response from my AXIS webservice.
    What I can't get working is any of the XPath stuff. Even when I enter an XPath of "." which returns the whole XML body when I test it, assign a variable of "test" and set the conditions to be "=" to "foo" which should evaluate to false and follow the default path, ALSB never responds.
    How do I go about setting this up? All the examples refer to WSDLs and whatnot -- I just want to use a simple XPath equality test. So far I can't get the simplest failure case working. What am I doing wrong?

    If i understand correctly, you said that you do not get any response back. This may be because of an error happening in the pipeline.
    Based on your description, you have a named branch and the default branch configured. So regardless of the result of the condition, one branch should be executed and returning a response.
    You mentioned using the "test" variable. Do you assign a value to it before entering the branch node?
    Also, have you tried using the Test Console on the proxy, it may help pinpoint at which stage/node the proxy is failing.

  • [Perl] Slic3r compilation failed (solved)

    Hi,
    I tried to install Slic3r from git, installing dependencies according to this : https://github.com/alexrj/Slic3r/wiki/R … -GNU-Linux
    But it fails, without a very explicit message. I don't understand what goes wrong...
    Here's the output :
    All prerequisites satisfied
    t/angles.t ........... Smartmatch is experimental at /home/lucas/Slic3r/t/../lib/Slic3r/Config.pm line 1144.
    Use of my $_ is experimental at /home/lucas/Slic3r/t/../lib/Slic3r/Config.pm line 1416.
    Use of my $_ is experimental at /home/lucas/Slic3r/t/../lib/Slic3r/Format/OBJ.pm line 11.
    Compilation failed in require at /home/lucas/Slic3r/t/../lib/Slic3r.pm line 45.
    BEGIN failed--compilation aborted at /home/lucas/Slic3r/t/../lib/Slic3r.pm line 45.
    Compilation failed in require at t/angles.t line 12.
    BEGIN failed--compilation aborted at t/angles.t line 12.
    t/angles.t ........... Dubious, test returned 255 (wstat 65280, 0xff00)
    No subtests run
    t/arcs.t ............. Smartmatch is experimental at /home/lucas/Slic3r/t/../lib/Slic3r/Config.pm line 1144.
    Use of my $_ is experimental at /home/lucas/Slic3r/t/../lib/Slic3r/Config.pm line 1416.
    Use of my $_ is experimental at /home/lucas/Slic3r/t/../lib/Slic3r/Format/OBJ.pm line 11.
    Compilation failed in require at /home/lucas/Slic3r/t/../lib/Slic3r.pm line 45.
    BEGIN failed--compilation aborted at /home/lucas/Slic3r/t/../lib/Slic3r.pm line 45.
    Compilation failed in require at t/arcs.t line 12.
    BEGIN failed--compilation aborted at t/arcs.t line 12.
    t/arcs.t ............. Dubious, test returned 255 (wstat 65280, 0xff00)
    No subtests run
    t/clean_polylines.t .. Smartmatch is experimental at /home/lucas/Slic3r/t/../lib/Slic3r/Config.pm line 1144.
    Use of my $_ is experimental at /home/lucas/Slic3r/t/../lib/Slic3r/Config.pm line 1416.
    Use of my $_ is experimental at /home/lucas/Slic3r/t/../lib/Slic3r/Format/OBJ.pm line 11.
    Compilation failed in require at /home/lucas/Slic3r/t/../lib/Slic3r.pm line 45.
    BEGIN failed--compilation aborted at /home/lucas/Slic3r/t/../lib/Slic3r.pm line 45.
    Compilation failed in require at t/clean_polylines.t line 12.
    BEGIN failed--compilation aborted at t/clean_polylines.t line 12.
    t/clean_polylines.t .. Dubious, test returned 255 (wstat 65280, 0xff00)
    No subtests run
    t/clipper.t .......... ok
    t/collinear.t ........ Smartmatch is experimental at /home/lucas/Slic3r/t/../lib/Slic3r/Config.pm line 1144.
    Use of my $_ is experimental at /home/lucas/Slic3r/t/../lib/Slic3r/Config.pm line 1416.
    Use of my $_ is experimental at /home/lucas/Slic3r/t/../lib/Slic3r/Format/OBJ.pm line 11.
    Compilation failed in require at /home/lucas/Slic3r/t/../lib/Slic3r.pm line 45.
    BEGIN failed--compilation aborted at /home/lucas/Slic3r/t/../lib/Slic3r.pm line 45.
    Compilation failed in require at t/collinear.t line 12.
    BEGIN failed--compilation aborted at t/collinear.t line 12.
    t/collinear.t ........ Dubious, test returned 255 (wstat 65280, 0xff00)
    No subtests run
    t/combineinfill.t .... Smartmatch is experimental at /home/lucas/Slic3r/t/../lib/Slic3r/Config.pm line 1144.
    Use of my $_ is experimental at /home/lucas/Slic3r/t/../lib/Slic3r/Config.pm line 1416.
    Use of my $_ is experimental at /home/lucas/Slic3r/t/../lib/Slic3r/Format/OBJ.pm line 11.
    Compilation failed in require at /home/lucas/Slic3r/t/../lib/Slic3r.pm line 45.
    BEGIN failed--compilation aborted at /home/lucas/Slic3r/t/../lib/Slic3r.pm line 45.
    Compilation failed in require at t/combineinfill.t line 11.
    BEGIN failed--compilation aborted at t/combineinfill.t line 11.
    # Looks like your test exited with 255 before it could output anything.
    t/combineinfill.t .... Dubious, test returned 255 (wstat 65280, 0xff00)
    Failed 3/3 subtests
    t/cooling.t .......... Smartmatch is experimental at /home/lucas/Slic3r/t/../lib/Slic3r/Config.pm line 1144.
    Use of my $_ is experimental at /home/lucas/Slic3r/t/../lib/Slic3r/Config.pm line 1416.
    Use of my $_ is experimental at /home/lucas/Slic3r/t/../lib/Slic3r/Format/OBJ.pm line 11.
    Compilation failed in require at /home/lucas/Slic3r/t/../lib/Slic3r.pm line 45.
    BEGIN failed--compilation aborted at /home/lucas/Slic3r/t/../lib/Slic3r.pm line 45.
    Compilation failed in require at t/cooling.t line 12.
    BEGIN failed--compilation aborted at t/cooling.t line 12.
    t/cooling.t .......... Dubious, test returned 255 (wstat 65280, 0xff00)
    No subtests run
    t/custom_gcode.t ..... Smartmatch is experimental at /home/lucas/Slic3r/t/../lib/Slic3r/Config.pm line 1144.
    Use of my $_ is experimental at /home/lucas/Slic3r/t/../lib/Slic3r/Config.pm line 1416.
    Use of my $_ is experimental at /home/lucas/Slic3r/t/../lib/Slic3r/Format/OBJ.pm line 11.
    Compilation failed in require at /home/lucas/Slic3r/t/../lib/Slic3r.pm line 45.
    BEGIN failed--compilation aborted at /home/lucas/Slic3r/t/../lib/Slic3r.pm line 45.
    Compilation failed in require at t/custom_gcode.t line 10.
    BEGIN failed--compilation aborted at t/custom_gcode.t line 10.
    # Looks like your test exited with 255 before it could output anything.
    t/custom_gcode.t ..... Dubious, test returned 255 (wstat 65280, 0xff00)
    Failed 2/2 subtests
    t/dynamic.t .......... Smartmatch is experimental at /home/lucas/Slic3r/t/../lib/Slic3r/Config.pm line 1144.
    Use of my $_ is experimental at /home/lucas/Slic3r/t/../lib/Slic3r/Config.pm line 1416.
    Use of my $_ is experimental at /home/lucas/Slic3r/t/../lib/Slic3r/Format/OBJ.pm line 11.
    Compilation failed in require at /home/lucas/Slic3r/t/../lib/Slic3r.pm line 45.
    BEGIN failed--compilation aborted at /home/lucas/Slic3r/t/../lib/Slic3r.pm line 45.
    Compilation failed in require at t/dynamic.t line 14.
    BEGIN failed--compilation aborted at t/dynamic.t line 14.
    t/dynamic.t .......... Dubious, test returned 255 (wstat 65280, 0xff00)
    No subtests run
    t/fill.t ............. Smartmatch is experimental at /home/lucas/Slic3r/t/../lib/Slic3r/Config.pm line 1144.
    Use of my $_ is experimental at /home/lucas/Slic3r/t/../lib/Slic3r/Config.pm line 1416.
    Use of my $_ is experimental at /home/lucas/Slic3r/t/../lib/Slic3r/Format/OBJ.pm line 11.
    Compilation failed in require at /home/lucas/Slic3r/t/../lib/Slic3r.pm line 45.
    BEGIN failed--compilation aborted at /home/lucas/Slic3r/t/../lib/Slic3r.pm line 45.
    Compilation failed in require at t/fill.t line 12.
    BEGIN failed--compilation aborted at t/fill.t line 12.
    t/fill.t ............. Dubious, test returned 255 (wstat 65280, 0xff00)
    No subtests run
    t/gcode.t ............ Smartmatch is experimental at /home/lucas/Slic3r/t/../lib/Slic3r/Config.pm line 1144.
    Use of my $_ is experimental at /home/lucas/Slic3r/t/../lib/Slic3r/Config.pm line 1416.
    Use of my $_ is experimental at /home/lucas/Slic3r/t/../lib/Slic3r/Format/OBJ.pm line 11.
    Compilation failed in require at /home/lucas/Slic3r/t/../lib/Slic3r.pm line 45.
    BEGIN failed--compilation aborted at /home/lucas/Slic3r/t/../lib/Slic3r.pm line 45.
    Compilation failed in require at t/gcode.t line 10.
    BEGIN failed--compilation aborted at t/gcode.t line 10.
    # Looks like your test exited with 255 before it could output anything.
    t/gcode.t ............ Dubious, test returned 255 (wstat 65280, 0xff00)
    Failed 1/1 subtests
    t/geometry.t ......... Smartmatch is experimental at /home/lucas/Slic3r/t/../lib/Slic3r/Config.pm line 1144.
    Use of my $_ is experimental at /home/lucas/Slic3r/t/../lib/Slic3r/Config.pm line 1416.
    Use of my $_ is experimental at /home/lucas/Slic3r/t/../lib/Slic3r/Format/OBJ.pm line 11.
    Compilation failed in require at /home/lucas/Slic3r/t/../lib/Slic3r.pm line 45.
    BEGIN failed--compilation aborted at /home/lucas/Slic3r/t/../lib/Slic3r.pm line 45.
    Compilation failed in require at t/geometry.t line 12.
    BEGIN failed--compilation aborted at t/geometry.t line 12.
    t/geometry.t ......... Dubious, test returned 255 (wstat 65280, 0xff00)
    No subtests run
    t/layers.t ........... Smartmatch is experimental at /home/lucas/Slic3r/t/../lib/Slic3r/Config.pm line 1144.
    Use of my $_ is experimental at /home/lucas/Slic3r/t/../lib/Slic3r/Config.pm line 1416.
    Use of my $_ is experimental at /home/lucas/Slic3r/t/../lib/Slic3r/Format/OBJ.pm line 11.
    Compilation failed in require at /home/lucas/Slic3r/t/../lib/Slic3r.pm line 45.
    BEGIN failed--compilation aborted at /home/lucas/Slic3r/t/../lib/Slic3r.pm line 45.
    Compilation failed in require at t/layers.t line 11.
    BEGIN failed--compilation aborted at t/layers.t line 11.
    # Looks like your test exited with 255 before it could output anything.
    t/layers.t ........... Dubious, test returned 255 (wstat 65280, 0xff00)
    Failed 5/5 subtests
    t/loops.t ............ Smartmatch is experimental at /home/lucas/Slic3r/t/../lib/Slic3r/Config.pm line 1144.
    Use of my $_ is experimental at /home/lucas/Slic3r/t/../lib/Slic3r/Config.pm line 1416.
    Use of my $_ is experimental at /home/lucas/Slic3r/t/../lib/Slic3r/Format/OBJ.pm line 11.
    Compilation failed in require at /home/lucas/Slic3r/t/../lib/Slic3r.pm line 45.
    BEGIN failed--compilation aborted at /home/lucas/Slic3r/t/../lib/Slic3r.pm line 45.
    Compilation failed in require at t/loops.t line 12.
    BEGIN failed--compilation aborted at t/loops.t line 12.
    t/loops.t ............ Dubious, test returned 255 (wstat 65280, 0xff00)
    No subtests run
    t/polyclip.t ......... Smartmatch is experimental at /home/lucas/Slic3r/t/../lib/Slic3r/Config.pm line 1144.
    Use of my $_ is experimental at /home/lucas/Slic3r/t/../lib/Slic3r/Config.pm line 1416.
    Use of my $_ is experimental at /home/lucas/Slic3r/t/../lib/Slic3r/Format/OBJ.pm line 11.
    Compilation failed in require at /home/lucas/Slic3r/t/../lib/Slic3r.pm line 45.
    BEGIN failed--compilation aborted at /home/lucas/Slic3r/t/../lib/Slic3r.pm line 45.
    Compilation failed in require at t/polyclip.t line 13.
    BEGIN failed--compilation aborted at t/polyclip.t line 13.
    t/polyclip.t ......... Dubious, test returned 255 (wstat 65280, 0xff00)
    No subtests run
    t/retraction.t ....... Smartmatch is experimental at /home/lucas/Slic3r/t/../lib/Slic3r/Config.pm line 1144.
    Use of my $_ is experimental at /home/lucas/Slic3r/t/../lib/Slic3r/Config.pm line 1416.
    Use of my $_ is experimental at /home/lucas/Slic3r/t/../lib/Slic3r/Format/OBJ.pm line 11.
    Compilation failed in require at /home/lucas/Slic3r/t/../lib/Slic3r.pm line 45.
    BEGIN failed--compilation aborted at /home/lucas/Slic3r/t/../lib/Slic3r.pm line 45.
    Compilation failed in require at t/retraction.t line 10.
    BEGIN failed--compilation aborted at t/retraction.t line 10.
    # Looks like your test exited with 255 before it could output anything.
    t/retraction.t ....... Dubious, test returned 255 (wstat 65280, 0xff00)
    Failed 16/16 subtests
    t/serialize.t ........ Smartmatch is experimental at /home/lucas/Slic3r/t/../lib/Slic3r/Config.pm line 1144.
    Use of my $_ is experimental at /home/lucas/Slic3r/t/../lib/Slic3r/Config.pm line 1416.
    Use of my $_ is experimental at /home/lucas/Slic3r/t/../lib/Slic3r/Format/OBJ.pm line 11.
    Compilation failed in require at /home/lucas/Slic3r/t/../lib/Slic3r.pm line 45.
    BEGIN failed--compilation aborted at /home/lucas/Slic3r/t/../lib/Slic3r.pm line 45.
    Compilation failed in require at t/serialize.t line 12.
    BEGIN failed--compilation aborted at t/serialize.t line 12.
    t/serialize.t ........ Dubious, test returned 255 (wstat 65280, 0xff00)
    No subtests run
    t/shells.t ........... Smartmatch is experimental at /home/lucas/Slic3r/t/../lib/Slic3r/Config.pm line 1144.
    Use of my $_ is experimental at /home/lucas/Slic3r/t/../lib/Slic3r/Config.pm line 1416.
    Use of my $_ is experimental at /home/lucas/Slic3r/t/../lib/Slic3r/Format/OBJ.pm line 11.
    Compilation failed in require at /home/lucas/Slic3r/t/../lib/Slic3r.pm line 45.
    BEGIN failed--compilation aborted at /home/lucas/Slic3r/t/../lib/Slic3r.pm line 45.
    Compilation failed in require at t/shells.t line 11.
    BEGIN failed--compilation aborted at t/shells.t line 11.
    # Looks like your test exited with 255 before it could output anything.
    t/shells.t ........... Dubious, test returned 255 (wstat 65280, 0xff00)
    Failed 2/2 subtests
    t/skirt_brim.t ....... Smartmatch is experimental at /home/lucas/Slic3r/t/../lib/Slic3r/Config.pm line 1144.
    Use of my $_ is experimental at /home/lucas/Slic3r/t/../lib/Slic3r/Config.pm line 1416.
    Use of my $_ is experimental at /home/lucas/Slic3r/t/../lib/Slic3r/Format/OBJ.pm line 11.
    Compilation failed in require at /home/lucas/Slic3r/t/../lib/Slic3r.pm line 45.
    BEGIN failed--compilation aborted at /home/lucas/Slic3r/t/../lib/Slic3r.pm line 45.
    Compilation failed in require at t/skirt_brim.t line 11.
    BEGIN failed--compilation aborted at t/skirt_brim.t line 11.
    # Looks like your test exited with 255 before it could output anything.
    t/skirt_brim.t ....... Dubious, test returned 255 (wstat 65280, 0xff00)
    Failed 1/1 subtests
    t/slice.t ............ Smartmatch is experimental at /home/lucas/Slic3r/t/../lib/Slic3r/Config.pm line 1144.
    Use of my $_ is experimental at /home/lucas/Slic3r/t/../lib/Slic3r/Config.pm line 1416.
    Use of my $_ is experimental at /home/lucas/Slic3r/t/../lib/Slic3r/Format/OBJ.pm line 11.
    Compilation failed in require at /home/lucas/Slic3r/t/../lib/Slic3r.pm line 45.
    BEGIN failed--compilation aborted at /home/lucas/Slic3r/t/../lib/Slic3r.pm line 45.
    Compilation failed in require at t/slice.t line 12.
    BEGIN failed--compilation aborted at t/slice.t line 12.
    t/slice.t ............ Dubious, test returned 255 (wstat 65280, 0xff00)
    No subtests run
    t/support.t .......... Smartmatch is experimental at /home/lucas/Slic3r/t/../lib/Slic3r/Config.pm line 1144.
    Use of my $_ is experimental at /home/lucas/Slic3r/t/../lib/Slic3r/Config.pm line 1416.
    Use of my $_ is experimental at /home/lucas/Slic3r/t/../lib/Slic3r/Format/OBJ.pm line 11.
    Compilation failed in require at /home/lucas/Slic3r/t/../lib/Slic3r.pm line 45.
    BEGIN failed--compilation aborted at /home/lucas/Slic3r/t/../lib/Slic3r.pm line 45.
    Compilation failed in require at t/support.t line 10.
    BEGIN failed--compilation aborted at t/support.t line 10.
    # Looks like your test exited with 255 before it could output anything.
    t/support.t .......... Dubious, test returned 255 (wstat 65280, 0xff00)
    Failed 1/1 subtests
    t/vibrationlimit.t ... Smartmatch is experimental at /home/lucas/Slic3r/t/../lib/Slic3r/Config.pm line 1144.
    Use of my $_ is experimental at /home/lucas/Slic3r/t/../lib/Slic3r/Config.pm line 1416.
    Use of my $_ is experimental at /home/lucas/Slic3r/t/../lib/Slic3r/Format/OBJ.pm line 11.
    Compilation failed in require at /home/lucas/Slic3r/t/../lib/Slic3r.pm line 45.
    BEGIN failed--compilation aborted at /home/lucas/Slic3r/t/../lib/Slic3r.pm line 45.
    Compilation failed in require at t/vibrationlimit.t line 10.
    BEGIN failed--compilation aborted at t/vibrationlimit.t line 10.
    # Looks like your test exited with 255 before it could output anything.
    t/vibrationlimit.t ... Dubious, test returned 255 (wstat 65280, 0xff00)
    Failed 9/9 subtests
    Test Summary Report
    t/angles.t (Wstat: 65280 Tests: 0 Failed: 0)
    Non-zero exit status: 255
    Parse errors: No plan found in TAP output
    t/arcs.t (Wstat: 65280 Tests: 0 Failed: 0)
    Non-zero exit status: 255
    Parse errors: No plan found in TAP output
    t/clean_polylines.t (Wstat: 65280 Tests: 0 Failed: 0)
    Non-zero exit status: 255
    Parse errors: No plan found in TAP output
    t/collinear.t (Wstat: 65280 Tests: 0 Failed: 0)
    Non-zero exit status: 255
    Parse errors: No plan found in TAP output
    t/combineinfill.t (Wstat: 65280 Tests: 0 Failed: 0)
    Non-zero exit status: 255
    Parse errors: Bad plan. You planned 3 tests but ran 0.
    t/cooling.t (Wstat: 65280 Tests: 0 Failed: 0)
    Non-zero exit status: 255
    Parse errors: No plan found in TAP output
    t/custom_gcode.t (Wstat: 65280 Tests: 0 Failed: 0)
    Non-zero exit status: 255
    Parse errors: Bad plan. You planned 2 tests but ran 0.
    t/dynamic.t (Wstat: 65280 Tests: 0 Failed: 0)
    Non-zero exit status: 255
    Parse errors: No plan found in TAP output
    t/fill.t (Wstat: 65280 Tests: 0 Failed: 0)
    Non-zero exit status: 255
    Parse errors: No plan found in TAP output
    t/gcode.t (Wstat: 65280 Tests: 0 Failed: 0)
    Non-zero exit status: 255
    Parse errors: Bad plan. You planned 1 tests but ran 0.
    t/geometry.t (Wstat: 65280 Tests: 0 Failed: 0)
    Non-zero exit status: 255
    Parse errors: No plan found in TAP output
    t/layers.t (Wstat: 65280 Tests: 0 Failed: 0)
    Non-zero exit status: 255
    Parse errors: Bad plan. You planned 5 tests but ran 0.
    t/loops.t (Wstat: 65280 Tests: 0 Failed: 0)
    Non-zero exit status: 255
    Parse errors: No plan found in TAP output
    t/polyclip.t (Wstat: 65280 Tests: 0 Failed: 0)
    Non-zero exit status: 255
    Parse errors: No plan found in TAP output
    t/retraction.t (Wstat: 65280 Tests: 0 Failed: 0)
    Non-zero exit status: 255
    Parse errors: Bad plan. You planned 16 tests but ran 0.
    t/serialize.t (Wstat: 65280 Tests: 0 Failed: 0)
    Non-zero exit status: 255
    Parse errors: No plan found in TAP output
    t/shells.t (Wstat: 65280 Tests: 0 Failed: 0)
    Non-zero exit status: 255
    Parse errors: Bad plan. You planned 2 tests but ran 0.
    t/skirt_brim.t (Wstat: 65280 Tests: 0 Failed: 0)
    Non-zero exit status: 255
    Parse errors: Bad plan. You planned 1 tests but ran 0.
    t/slice.t (Wstat: 65280 Tests: 0 Failed: 0)
    Non-zero exit status: 255
    Parse errors: No plan found in TAP output
    t/support.t (Wstat: 65280 Tests: 0 Failed: 0)
    Non-zero exit status: 255
    Parse errors: Bad plan. You planned 1 tests but ran 0.
    t/vibrationlimit.t (Wstat: 65280 Tests: 0 Failed: 0)
    Non-zero exit status: 255
    Parse errors: Bad plan. You planned 9 tests but ran 0.
    Files=22, Tests=3, 6 wallclock secs ( 0.10 usr 0.04 sys + 5.20 cusr 0.48 csys = 5.82 CPU)
    Result: FAIL
    Failed 21/22 test programs. 0/3 subtests failed.
    Thanks
    Last edited by doupod (2013-06-09 14:49:09)

    I solved the problem using the AUR package Slic3r-git. It's a perl 5.18 compatibility problem, as indicated by this bug report : https://github.com/alexrj/Slic3r/issues … t-19030476

  • [solved - bug fix] tcllib conflicts with update to tcl?

    I just tried to run pacman -Syu and got:
    Recent ML chatter:
    :: Synchronising package databases...
    core is up to date
    extra 1436.7 KiB 700K/s 00:02 [################################################] 100%
    community 1833.8 KiB 733K/s 00:03 [################################################] 100%
    multilib is up to date
    :: Starting full system upgrade...
    resolving dependencies...
    looking for inter-conflicts...
    Targets (8): graphviz-2.28.0-12 libnewt-0.52.12-5 postgresql-libs-9.2.2-2 python-3.3.0-3 python2-2.7.3-4 python2-imaging-1.1.7-6
    tcl-8.6.0-1 tk-8.6.0-1
    Total Download Size: 29.37 MiB
    Total Installed Size: 195.27 MiB
    Net Upgrade Size: 0.96 MiB
    Proceed with installation? [Y/n] y
    :: Retrieving packages from extra...
    graphviz-2.28.0-12-x86_64 4.3 MiB 892K/s 00:05 [################################################] 100%
    postgresql-libs-9.2.2-2-x86_64 654.3 KiB 699K/s 00:01 [################################################] 100%
    python-3.3.0-3-x86_64 11.4 MiB 958K/s 00:12 [################################################] 100%
    python2-2.7.3-4-x86_64 8.4 MiB 724K/s 00:12 [################################################] 100%
    tcl-8.6.0-1-x86_64 2.5 MiB 796K/s 00:03 [################################################] 100%
    tk-8.6.0-1-x86_64 1722.0 KiB 1047K/s 00:02 [################################################] 100%
    :: Retrieving packages from community...
    libnewt-0.52.12-5-x86_64 89.0 KiB 446K/s 00:00 [################################################] 100%
    python2-imaging-1.1.7-6-x86_64 340.5 KiB 902K/s 00:00 [################################################] 100%
    (8/8) checking package integrity [################################################] 100%
    (8/8) loading package files [################################################] 100%
    (8/8) checking for file conflicts [################################################] 100%
    error: failed to commit transaction (conflicting files)
    tcl: /usr/share/man/mann/try.n.gz exists in filesystem
    Errors occurred, no packages were upgraded.
    /usr/share/man/mann/try.n.gz is owned by tcllib, which is in the community repo.
    What I've done for now is update passing --ignore tcl --ignore tk but obviously this is just my immediate reaction because I wasn't sure what to do. Is this a bug or have I missed something somewhere?
    Last edited by cfr (2012-12-25 17:28:21)

    Hmm. I'm not sure if it's been fixed as I'm continuing to get this:
    error: failed to commit transaction (conflicting files)
    tcl: /usr/share/man/mann/sqlite3.n.gz exists in filesystem
    Will appreciate any suggestions.
    Last edited by kinleyd (2012-12-26 13:34:13)

  • Conditional Build Tags Bug

    I have several problems with RoboHelp9. I am using Windows7 and 64bit. This is the one causing the most trouble.
    Conditional build tags apply themselves unwanted and unassigned.
    The deletion of conditional build tags at the topic properties tag (right side window) does not work.
    I have to repeatedly go back and forth to the dialog and keep selecting and deleting.
    Some of the conditional build tags go clear, most don't.
    I go into the topic directly in the wysiwyg view and manually try to select and delete them, and they delete only with difficulty.
    After running through a long topic and using every method available to clear conditional build tags, I saved the project, then went in to manually apply cbtags, of which I am only using two.
    After applying them, and switching to the html window to adjust image sizes manually (because thru the wysiwyg interface the process takes too long), I find that the conditional build tag I applied to several tables and texts at the top of my topic have now applied themselves unasked to a number of the texts and even tables which I had cleared of all cbtags.
    I have just about had it with this program.
    This is only one of the many problems and bugs I have found and been trying to work around.
    I suppose that the solution to my problem is to not use conditional build tags at all, but I am working with about five years' worth of legacy technical documents that have all been upgraded to RH9 and as I am looking at them to make the standard revisions, I am noticing this phenomenon of wrongly applied cbtags in other projects.
    I would rate this as a bug of very high and critical importance.
    Has anyone seen this under the consitions stated? (RH9, upgraded RH7 projects, Windows7, 64bit).

    Sorry, I should have said see the Announcements.
    http://forums.adobe.com/community/robohelp/robohelp_general_discussion
    See www.grainge.org for RoboHelp and Authoring tips
    @petergrainge

Maybe you are looking for