A tricky situation !!!!!!!

i have application which is running fine thas good :):)....
but now the tricjy part is i have to make some kind of tool which will tell me if the control has passed through all the block of code atleast once ....
this is to be done so taht i am assured that the test data i have goes through each line of my code at least once ..
any inputs or reference will be appriciated a lot .....
thanks in advance ......
HAPPY PROGRAMMING

I don't know of any other test tools, at least not for coverage.
If you want to know the line number of a specific place, then you could use this trick:
Coverage.dumpLineNumber();
// Coverage is just your own class with the static method getLineNumber()
// dumpLineNumber():
public void dumpLineNumber() {
  try {
    throw new Exception();
  } catch (Exception e) {
    StringWriter sw = new StringWriter();
    PrintWriter pw = new PrintWriter(sw, true);
    e.printStackTrace(pw);
    String stackTrace = sw.toString();
    // line 3 or so is the line containing the linenumber
    System.out.println(stackTrace);
    StringTokenizer st = new StringTokenizer(stackTrace, "\n\r");
    st.nextToken();
    st.nextToken();
    String s = st.nextToken();
    int i = s.indexOf(":");
    if (i != -1) {
      String line = s.substring(s.indexOf(":")+1, s.length()-1);
      System.out.println("Line: "+line);
}This of course works only if the stack trace dumped by the jvm shows the line numbers.

Similar Messages

  • IMovie to Premiere: Best workflow for tricky situation?

    Hello, I tried to make a cool title to drag you guys and girls in and possibly find a solution for me. Maybe it is not a super-tricky-situation, but for me it is
    I have just started working with Premiere, and I love it. I am right now working for a client that is very particular with the editing and he has done it in iMovie. He just wants me to do the finishing touches, grade, effects and export.
    I have a complete mirror of the material he uses in iMovie on my own HDD, and i started to read about exporting to FinalCut XML and then importing it into Premiere, however my client does not have that "XML" option. I also took a quick look to see what can be done to export from iMovie but i found no good solutions on his PC.
    Now the trickiest thing to do, which would be really time consuming is to simply ask him to render it in any format he wants, send to me and I'll drag it on top of my timeline with an opacity of around 50 % and then I'll just search for every clip (from my HDD) to try time his in and outs and lay it under his edit.... Just writing about this gives me the chills because it sounds like a very slow process.
    Have anyone of you been put in the same situation and would you guys know any easy way to solve this.
    Worth mentioning is that my client also has Final Cut Pro 7 on his PC, and possibly one can open an iMovie-project in FCP, export as XML or maybe just render it in some kind of lossless codec where i can use the blade tool in Premiere to make my own "edits"
    What would you suggest, any help would be much apprechiated.
    Best regards
    Kristofer Svanberg

    {quote:title=AppleMan1958 wrote:}I would not convert them to h.264, because if you re-use, you will have a generational data loss as your reconvert to AIC.{quote}
    Are you sure I will have to reconvert to AIC? I tried putting H.264 encoded clips into events and iMovie seems to deal with them the same way. Just editing (selecting, scrubbing) is a little slower.
    How do you suggest storing home footage?

  • Goods receipt - Tricky situation

    Hi,
    Could you please help me find a solution for this tricky situation. We have a contract in a different country (island) and we procure goods locally and ship it to the island and the shipment usually takes about 6 weeks. Also, we buy these goods through a middle man and our terms of payment with them is 14 days. Now, we want to be able to do our goods receipt as soon as the goods leave from here so that we can post invoice and pay our vendor in time and at the same time we want to block the stock in the system until the goods actually reach the island.
    Please could you suggest any movement type that can be used to achieve this.
    Regards
    Swetha

    Hi,
    Forget about Island and Middle man.
    Your business is your Client and Your business operations are main to committed source for your records.
    As per situation you mentioned - Its understood - that as long as material left to island you don't want to record and pay to supplier.
    In this case and more importantly if this the agreement with middle man - go for consignment stock.
    Whenever you are loading materials to island, make a consumption/to own stock from consignment stock and pay the Supplier. - This your first requirement fulfilled.
    Secondly, there is no need for block stock in your inventory until material reaching Island. Because the consignment stock already consumed and recorded.
    Now for sending this tock to island - follow Sales process to sale stock to your customer.

  • Tricky situation - itunes with match and accounts

    Hi All,
    Here's my situation:
    apple ID 1 - tied to my company credit card. I buy apps, use icloud to sync contacts etc between my iphone and ipad. Works great but I'm not that bothered about icloud as I'm not a power contact/message etc user and could just backup to my imac which I am typing this on
    apple ID 2 - my gf's iphone (not relevant at this point). icloud switched off.
    Now I decided I wanted to make a new apple ID for my music collection so I could access it all from iphone, ipad and my gf could access it from hers.  I made apple ID 3, used another credit card and spent about a month importing my cds to the imac!  Painful but a labour of love, or something like that..
    I enabled itunes match, then it said turn on itunes match on your phone.  This was already on, but associated with apple ID 1.  So there is a problem there.  I deleted my apple ID 1 icloud account then put in apple ID 3 but then I realised I would not be able to use apple ID 1 to sync my contacts etc. So I went to music and then it said I had to transfer something with this device and could only do this once every 90 days!  I was a bit scared by this so went back and deleted the icloud and set it back to apple ID 1.  Then I did some reading and started again (meanwhile itunes match is still very much busy with the matching and uploading etc) and set store to apple ID 1 - icloud to apple ID 3 and went to settings, music - activated itunes match and it said I wasn't currently subscribed to itunes match (and I double checked cloud was set to apple ID 3).
    It's all a bit much really. Anyone have any tips on this please?

    Ok have played with it a bit.
    At the moment I have itunes match working but if I use a different account for store than the one I use for the cloud, when using itunes match it says I am not subscribed.  I thought you were supposed to be able to use different account for itunes store and cloud?

  • Hide blanks in a list item – Tricky Situation!

    Dear All,
    Let me explain the set up first...
    We have a Data Block A based on a join between two tables. In this data block we have a list item Note Type A and a text item Note Text A, both belongs to the secondary table of the join. This data block is the query data block of the form.
    We have another Data Block B which is not the query data block but is in relation (as a child) with the Data Block A. Data Block B also has a list item Note Type B and a text item Note Text B, and these fields too refer to the same columns and table as the ones in Data Block A.
    This arrangement is in place because business requires enabling query on only those note types which are listed in Note Type A. But once the records are fetched one should be able to see the data for Note Type B and Note Text B as well.
    Now the problem is... when doing a query all for the Data Block A, those records which does not have any note type as listed in Note Type A but have note types as listed in Note Type B will not get listed. This is not desirable, so to fetch all records I have included the list item values of Note Type B in Note Type A and for these values list elements are kept blank. Because of these blank elements we now see a blank space in the list box which might cause a disagreement over the solution.
    My question, is there a way we can avoid this blank space to be shown on the list box while keeping other things as they are, OR is there a different solution altogether to handle this whole requirement? Please suggest, and let me know if more details are required.
    Thanks,
    Amit

    Thanks Andreas. I was able to resolve the issue using Populate_List built in.
    However I'm now stuck with a different problem now [t-844659]. Please see if you can help.
    Regards,
    Amit
    [t-844659]

  • Tricky situation

    I've a table with two columns say Emp No, Working Days.
    The values in it are as follows
    Table Name:Emp
    ENo Work_Days
    100 SU,M,T
    101 T,TH,S
    102 W
    So the Work_Days column can contain single or multiple values which are days of the week.
    This table is now available as simple folder in one of my bussiness area.
    I've created a workbook on this. But the I need a condition on Work_days where user needs to get LOV's like SU,M,T,W,TH,F,S. User can select single or multiple values of days of week.Depending upon user selection I need to dispay the corresponding rows.
    First thing I did was create a custom folder(Days) like
    SELECT 'SU' REGION FROM sys.dual
    UNION
    SELECT 'M' REGION FROM sys.dual
    UNION
    SELECT 'T' REGION FROM sys.dual
    UNION
    SELECT 'W' REGION FROM sys.dual
    UNION
    SELECT 'TH' REGION FROM sys.dual
    UNION
    SELECT 'F' REGION FROM sys.dual
    UNION
    SELECT 'S' REGION FROM sys.dual
    Created a Item Class on Region to get the Lov and said that Emp.Work_Days column will make use of this itemclass.
    I'm stuck at this point as I cant create a condition on Work_Days as it might contain single or multiple values and cant compare it to my LOV's.
    Any comments or suggestions are suggested?
    Thanks

    Hi
    Following this example:
    create table t1 (id number, name_list varchar2(100));
    insert into t1 values (100, 'SU,M,T');
    select id,
    case when instr(trim(substr(name_list, instr(name_list, ',', 1, rn)+1)), ',') = 0
    then trim(substr(name_list, instr(name_list, ',', 1, rn)+1))
    else
    substr(replace(name_list,' '), instr(replace(name_list,' '), ',', 1, rn)+1, instr(trim(substr(replace(name_list,' '), instr(replace(name_list,' '), ',', 1, rn)+1)), ',')-1) end name
    from t1 , (select rownum rn from(select 1 from dual group by cube(1,1,1) ) ) id_list
    where rn <= length(name_list) - length(replace(name_list, ',')) + 1
    order by 1;
    create a view for the table or create a new table and select from this new database object.
    Ott Karesz
    http://www.trendo-kft.hu

  • Tricky Situation with Disco columns!!

    The problem is something like this..
    I have a discoverer crosstab worksheet with a column axis called "Expenditure Category" which lists the expenditures (data point) against a list of employees (row axis). The expenditure categories that are present in the databse are, say, "ABC","DEF","XYZ".
    Only ABC and DEF are the ones that need to be displayed under expenditure categories because their costs are in currency (INR). The costs for the expenditure type XYZ are in terms of HOURS and it needs to be displayed as a separate column (some calculation) alongside the employee names.
    As of now, if i filter out the rows with expenditure category as "XYZ".. all those rows are lost and I cannot create any sort of calculation on them. On the other hand, if i include all those rows, then I get a column called "XYZ" under expenditure categories heading which I dont want.
    Any suggestions ?

    So are you saying that you want the XYZ to be an attribute of the Employee (thus in the left side drill) and not a fact (thus not in a cell) ?? And so it does not vary based on the cross-tab column, like the cost data does??
    If so, then you want to create a folder that joins the Employee to the hours info calculation (choice of a folder based on database view, SQL folder, complex folder). Then you can use this Employee+Hours folder as your base instead of the standard Employees, and join that to the costs info and do your crosstab as you were.

  • My ipod 5 is in a tricky situation.

         So my iPod 5 was jail broken.  It got stuck on a screen and couldn't get out of it.  I could pull down the notification bar but nothing else.  So i tried restoring it through iTunes.  I couldn't because find my iphone was on.  So i tried erasing or deleting my ipod.  Now apple thinks my ipod is stolen.  It'll turn on for a few seconds then go straight to a loading circle.  I know how to fix this by holding down the power and home button but my home button is pushed down and doesnt work.  Any help would be much appreciated.  Again this is a iPod 5.

    Try DFU mode and then restore via iTunes              
    How to put iPod touch / iPhone into DFU mode « Karthik's scribblings

  • Tricky Issue with connecting to Lync server from my desktop lync client 2010

    I am facing a tricky situation here,
    Firstly i have 3 modes of connecting my laptop to the internet as follows:
    1)Using Wi-Fi connection.
    2)A physical LAN cable connection
    3)An internet data card (A USB data card).
    Now, i can comfortably use my Lync using 1st and 2nd mode of connectivity. But i am having a real issue using the 3rd mode of connectivity i.e using internet data card, it just doesn't connect to the Lync server at all, even though i can browse internet
    very well.
    Later i got a workaround to solve this, what i did was, i connect to internet first with 1st and 2nd modes i.e wifi or lan cable and then i also connect to internet using 3rd mode i.e data card.
    After this i start my Lync, which  now connects perfectly and then when it is connected and working.
    I disconnect my WiFi or LAN cable this causes Lync to restart, but this time it connect within minutes again using internet of my datacard, isn't this Bizarre ??
    Now Could someone please help me to connect the Lync just  by using my internet datacard?
    Atlast 2 thing which may be of help is :
    1)I can easily connect Outlook to the exchange server using my datacard and retrieve my mails.
    2)When i connect to internet using my internet datacard, I can still see "Not Connected Symbol"  in my network indicator on my Win7 PC, But i can still Brows
    internet.
    This problem may have something to do with networking, not sure. Please Help me to solve this !!!
    Ambrish

    Infact it was a Network Issue, found following on technet and solved the issue:
    I found a solution for (my version of) this problem.  My tray icon never showed the red X, but if I clicked on the icon, the popup showed a bigger icon with a red X, and said "Not connected".  As in your case, Internet worked, but I'm unable to setup
    a VPN connection because it insists on using a non-existent modem, obviously because I'm "not connected" (which I am). 
    I monitored the processes running the NlaSvc and Netprofm services (using ProcMon), and noticed that both were denied read/write access to subkeys within the HKLM\SOFTWARE\Microsoft\Windows NT\CurrentVersion\NetworkList hierarchy.  
    The processes were running as NetworkService and LocalService, respectively, so I tried adding full access for these service accounts to the entire subkey
    mentioned above.  Notice that permissions are not automatically inherited in the registry, so you may need to explicitly "replace all child object permissions with inheritable permissions from this object".
    Within seconds, Network and Sharing Center tells me I'm connected to my domain.  Yay!
    A reboot was required to fix the tray icon and its popup.
    However, I'm still unable to add my VPN connection.
    I'm interested in hearing from you guys if your registries miss the same permissions?  If so, Windows 7 must have a bug somewhere with misaligned service permissions/rights.
    Ambrish

  • Self Joining and Inline Query. A tricky report.

    I am stuck with a very tricky situation.Please help.This is PROD issue.
    I have written a SQL code which has 1 inline queries,and displays the right results
    with the right report output
    Dont get confused.Just go thru this.
    select   pie.id_inst_code,
             ISNULL(PN.Active, 0)                 'Active',
    from position_master_input_event pie,
    (select  insx.id_inst_xref_type,insx.id_inst_xref,count(*) 'PrimaryListing'
    from instrument ins, instrument_xref insx
    where ins.id_inst = insx.id_inst
    and   insx.flg_active = 'Y'
    and   ins.flg_active  = 'Y'
    group by insx.id_inst_xref_type,insx.id_inst_xref
    )PN
    where     id_entity = 'AGL'
    and       pie.id_inst_code *= PN.id_inst_xref
    and       pie.id_src_inst_code_type*= PN.id_inst_xref_type
    group by  pie.id_inst_code,PN.Active,
    Table :Instrument_xref
    id_inst      id_inst_xref_type    id_inst_xref  flg_active
    0372285      SE                   B0DV8Y9       Y
    0372285      IS                   GB00B03MLX29  Y
    Table :Instrument
    id_inst      id_inst_xref_type    id_inst_xref  flg_active  flg_primary_listing
    0372285      SE                   B0DV8Y9       Y           N 
    OUTPUT:
    id_inst_xref                      Active
    B0DV8Y9                           1
    PERFECT.Works fine
    2) Now comes the tricky part.:
        0372285 also has GB00B03MLX29 which has flg_active to Y and which also maps to 0372285.
        Am I right?
        New reportOutput
        id_inst_xref                      Active   PRIMARY ISIN
        B0DV8Y9                           1        1
        So,now I want a SELF JOIN this way built into the code:
        (hardcoded values work)
        (i)
        select  a.id_inst_xref
        from instrument_xref a,
             instrument_xref b
        where b.id_inst_xref ='B0DV8Y9'
        and   b.id_inst = a.id_inst
        and   b.id_inst_xref_type in ('SE','IS')
        and   a.id_inst_xref =  'GB00B03MLX29'
        (ii)
         select count(*) 'PrimaryISIN'
         from instrument ins,
             instrument_xref insx
         where ins.id_inst = insx.id_inst
         and   insx.flg_active = 'Y'
         and   ins.flg_primary_listing = 'Y'
         and   ins.flg_active = 'Y'
         And now LINKING ALL :
        select   pie.id_inst_code,
             ISNULL(PN.Active, 0)                 'Active',
        from position_master_input_event pie,
        (select  insx.id_inst_xref_type,insx.id_inst_xref,count(*) 'PrimaryListing'
         from instrument ins, instrument_xref insx
         where ins.id_inst = insx.id_inst
         and   insx.flg_active = 'Y'
         and   ins.flg_active  = 'Y'
         group by insx.id_inst_xref_type,insx.id_inst_xref
        )PN,
        (select count(*) 'PrimaryISIN'
         from instrument ins,
             instrument_xref insx
         where ins.id_inst = insx.id_inst
         and   insx.flg_active = 'Y'
         and   ins.flg_primary_listing = 'Y'
         and   ins.flg_active = 'Y'
          and     insx.id_inst_xref = ( 
                                           select  DISTINCT  a.id_inst_xref
                                            from    instrument_xref a,
                                            instrument_xref  b
                                      where b.id_inst_xref = 'B0DV8Y9'
                                          and     b.id_inst = a.id_inst
                                          and     b.id_inst_xref_type in ('SE','IS')
                                       and    a.id_inst_xref =  'GB00B03MLX29'
        where     id_entity = 'AGL'
        and       pie.id_inst_code *= PN.id_inst_xref
        and       pie.id_src_inst_code_type*= PN.id_inst_xref_type
        group by  pie.id_inst_code,PN.Active,
        THE Self join works fine as long as it is hardcoded.
        But assume there can br multiple such situations as the above,and I dont want to
        hardcode the values,how can I build the NEW REPORT by SELF JOINING.
        Please can someome help.This is a tricky one.
        Is there a better way to this

    Isn't this the same question as:
    Passing values dynamically Froman 'INLINE Query' to a 'SUB QUERY'
    and
    Another query regarding Inline Query and Self Join and pass Column Values

  • Error while deleting a project

    Hello
    I want to delete a project : I 'm using the "delete" command after right-cliking. ODI deletes all interfaces, variables and so on but not the project itsel :
    I get the message :
    com.microsoft.sqlserver.jdbc.SQLServerException: L'instruction DELETE est en conflit avec la contrainte REFERENCE "FK_UFUNC_TECHNO". Le conflit s'est produit dans la base de données "MLPODI_MAINT", table "dbo.SNP_UFUNC_TECHNO", column 'I_UFUNC_IMPL'.
    In inglish, it should be something like :
    com.microsoft.sqlserver.jdbc.SQLServerException: th DELETE instruction is conflicting with REFERENCE constraint "FK_UFUNC_TECHNO". The conflict has occured in the database "MLPODI_MAINT", table "dbo.SNP_UFUNC_TECHNO", column 'I_UFUNC_IMPL'.
    Does any has experienced this ? How to delete my project ?

    Thank you all, HTH and Jitendra
    Thanks to your advise and after reading more carefully the error message, I can now understand what's happening :
    My project includes a user function that causes the issue : ODI can't delete the project because it can't delete this user function.
    But I can't understand what's happening whith this function : it seems to be in a tricky situation : it has nos syntax and no description though it shoud not be possible to create a user fucntion whithout populating these fields.
    When I try to enter a syntax, I have another error message talking about conflict and FK.
    I can see the line related to this function in the SNP_UFUNC, SNP_UFUNC_IMPL and SNP_UFUNC_TECHNO tables. I tried unsuccessfully to delete the line (though I guess this action could be dangerous). I don't know what to do now ?

  • How to find out list of clob/blob tables in a schema

    Hi,
    I have tricky situation...i have 119 tables out of which 11 tables are clob/blob tables...is there any view where i can find out list of tables are clob/blob tables? (at schema level view means user_<>)
    -- Raman.

    USER_TAB_COLS includes the data type, column name, and table name for each column in each table in the system. You could query that looking for columns with a DATA_TYPE of CLOB or BLOB. If some tables have multiple LOB columns and you want them to appear only once, you'd have to throw a DISTINCT on the table name.
    Justin

  • Error in log file (WWC-41439)

    Hi,
    When i installed Oracle Portal, i had the error WWc-41439 when i tried log in Oracle Portal. I revised the log file and i saw the following error.(I have isntalled Oracle Portal 3.0., Oracle Database 8.1.7 on windows NT).
    STEP 24 : Installing SSO packages to public
    INSTALL_ACTION : installSSOLayer()..\..\bin\sqlplus portal30_sso/portal30_sso@(DESCRIPTION=(ADDRESS_LIST=(ADDRESS=(PROTOCOL=TCP)(HOST=localhost)(PORT=1521)))(CONNECT_DATA=(SID=or8i))) @..\..\portal30\admin\plsql\sso\ssoinsg.sql
    STEP 25 : Associating Login Server & Oracle Portal
    INSTALL_ACTION :assocNewLoginServer: Portal Url Prefix: http://pablo/pls/portal30/
    INSTALL_ACTION :assocNewLoginServer: SSO URL Prefix: http://pablo/pls/portal30_sso/
    INSTALL_ACTION : assocNewLoginServer: ..\..\bin\sqlplus portal30_sso/portal30_sso@(DESCRIPTION=(ADDRESS_LIST=(ADDRESS=(PROTOCOL=TCP)(HOST=localhost)(PORT=1521)))(CONNECT_DATA=(SID=or8i))) @..\..\portal30\admin\plsql\sso\ssoseedl.sql portal30 http://pablo/pls/portal30/ portal30_sso http://pablo/pls/portal30_sso/ NO
    INSTALL_ACTION : assocNewLoginServer: ..\..\bin\sqlplus portal30_sso/portal30_sso@(DESCRIPTION=(ADDRESS_LIST=(ADDRESS=(PROTOCOL=TCP)(HOST=localhost)(PORT=1521)))(CONNECT_DATA=(SID=or8i))) @..\..\portal30\admin\plsql\sso\ssoinsgp.sql portal30
    INSTALL_ACTION : assocNewLoginServer:..\..\bin\sqlplus portal30/portal30@(DESCRIPTION=(ADDRESS_LIST=(ADDRESS=(PROTOCOL=TCP)(HOST=localhost)(PORT=1521)))(CONNECT_DATA=(SID=or8i))) @..\..\portal30\admin\plsql\sso\ssoseedw.sql portal30 portal30_sso http://pablo/pls/portal30_sso/ http://pablo/pls/portal30/
    INSTALL_ACTION : STEP 19 : assocNewLoginServer:..\..\bin\sqlplus portal30/portal30@(DESCRIPTION=(ADDRESS_LIST=(ADDRESS=(PROTOCOL=TCP)(HOST=localhost)(PORT=1521)))(CONNECT_DATA=(SID=or8i))) @..\..\portal30\admin\plsql\wwc\secpsr.sql
    INSTALL_ACTION : STEP 19 : assocNewLoginServer:..\..\bin\sqlplus portal30/portal30@(DESCRIPTION=(ADDRESS_LIST=(ADDRESS=(PROTOCOL=TCP)(HOST=localhost)(PORT=1521)))(CONNECT_DATA=(SID=or8i))) @..\..\portal30\admin\plsql\wwc\secps.sql portal30_sso_PS N N N N
    INSTALL_ACTION : assocNewLoginServer:..\..\bin\sqlplus portal30_sso/portal30_sso@(DESCRIPTION=(ADDRESS_LIST=(ADDRESS=(PROTOCOL=TCP)(HOST=localhost)(PORT=1521)))(CONNECT_DATA=(SID=or8i))) @..\..\portal30\admin\plsql\sso\ssoinsrp.sql portal30
    INSTALL_ACTION : assocNewLoginServer:..\..\bin\sqlplus portal30_sso/portal30_sso@(DESCRIPTION=(ADDRESS_LIST=(ADDRESS=(PROTOCOL=TCP)(HOST=localhost)(PORT=1521)))(CONNECT_DATA=(SID=or8i))) @..\..\portal30\admin\plsql\sso\ssoseedu.sql portal30
    Installing and running diagnostics
    INSTALL_ACTION:installDiagnostics() : ..\..\bin\loadjava -resolve -verbose -thin -user portal30/portal30@localhost:1521:or8i ..\..\portal30\admin\plsql\wwc\Diagnose.class
    C:\ORACLE\iSuites\assistants\opca>REM
    C:\ORACLE\iSuites\assistants\opca>REM $Header: runljava.bat@@/main/3 \
    C:\ORACLE\iSuites\assistants\opca>REM Checked in on Fri Nov 17 15:32:36 PST 2000 by meoropez \
    C:\ORACLE\iSuites\assistants\opca>REM Copyright (c) 2000 by Oracle Corporation. All Rights Reserved. \
    C:\ORACLE\iSuites\assistants\opca>REM $
    C:\ORACLE\iSuites\assistants\opca>REM
    C:\ORACLE\iSuites\assistants\opca>Rem For running the Loadjava from the Configuration Assistant.
    C:\ORACLE\iSuites\assistants\opca>..\..\bin\loadjava -resolve -verbose -thin -user portal30/portal30@localhost:1521:or8i ..\..\portal30\admin\plsql\wwc\Diagnose.class
    INSTALL_ACTION : Running Diagnostics ..\..\bin\sqlplus portal30/portal30@(DESCRIPTION=(ADDRESS_LIST=(ADDRESS=(PROTOCOL=TCP)(HOST=localhost)(PORT=1521)))(CONNECT_DATA=(SID=or8i))) @..\..\portal30\admin\plsql\wwc\secdiag.sql
    SQL*Plus: Release 8.1.7.0.0 - Production on Dom Abr 20 20:23:37 2003
    (c) Copyright 2000 Oracle Corporation. All rights reserved.
    Conectado a:
    Oracle8i Enterprise Edition Release 8.1.7.0.0 - Production
    With the Partitioning option
    JServer Release 8.1.7.0.0 - Production
    Creating Table 'wwsec_diagnostic$'
    Creating Sequence 'wwsec_diagnostic_seq'
    Diagnostics Report v 1.01: Oracle Portal v 3.0.9.8.0
    As of 20-Abr-2003 20:23:41 Schema Name: PORTAL30 SSO Schema Name: portal30_sso
    Proxy Server Settings:
    HTTP Server:
    HTTP Server Port:
    No Proxy Servers for Domains beginning with:
    URL Connection Time-Out (seconds):
    PORTAL30.wwsec_enabler_config_info$
    Login Server URL : http://pablo/pls/portal30_sso/portal30_sso.wwsso_app_admin.ls_login
    DAD          : portal30_sso
    Host connection : *** FAILED ***
    Unable to find the Schema Name for the Login Server
    Recommendations:
    Please check the DAD settings for the Login Server
    Desconectado de Oracle8i Enterprise Edition Release 8.1.7.0.0 - Production
    With the Partitioning option
    JServer Release 8.1.7.0.0 - Production
    INSTALL_ACTION : End of Installation.
    How i resolve the problem?
    Is there somebody in the same situacion?
    Thank you

    Did you promoted/demoted a server? ( like from consumer to master , master to consumer , hub to consumer/master OR disabled replication and re-enabled with another unique ID and recreated replication agreements again?
    IF YES, find out the current Unique ID in all the related server and delete the old serverIDs in the nsslapd-rererral.
    Also the error will tell you for which server it is trying to update the duplicate entry. Mostly , that entry will be the old value as I explained before.
    I have seen this before and mostly by doing above it gets corrected. I recommend that you should think before doing it.
    In any case dont forget to update us since this is a tricky situation to me.
    -Kunal

  • Error in log file of consumer.

    hi
    i have following error in log file of consumer. i have no idea why i appear.
    [08/Oct/2003:10:56:00 -0500] - ERROR<5398> - Entry - conn=-1 op=-1 msgId=-1 - Duplicate value addition in attribute "nsslapd-referral" of entry "cn=\22dc=alltel,dc=com\22,cn=mapping tree,cn=config"
    Thanking you,
    kumar

    Did you promoted/demoted a server? ( like from consumer to master , master to consumer , hub to consumer/master OR disabled replication and re-enabled with another unique ID and recreated replication agreements again?
    IF YES, find out the current Unique ID in all the related server and delete the old serverIDs in the nsslapd-rererral.
    Also the error will tell you for which server it is trying to update the duplicate entry. Mostly , that entry will be the old value as I explained before.
    I have seen this before and mostly by doing above it gets corrected. I recommend that you should think before doing it.
    In any case dont forget to update us since this is a tricky situation to me.
    -Kunal

  • Error in log file CallbackDispather

    We've been seeing a random occurance of the following error:
    Thu May 17 04:27:12 EDT 2001:<I> <Kernel> Address: '39942' in use by: 'weblogic.common.CallbackDispatcher@9c06',
    can not
    install 'weblogic.rmi.internal.BasicRemoteInvokable@9c06'
    Thu May 17 04:42:48 EDT 2001:<I> <Kernel> Address: '40135' in use by: 'weblogic.common.CallbackDispatcher@9cc7',
    can not
    install 'ClientContext - id: '#|website|19910.989894283938', bound: 'false', dead:
    'false''
    Thu May 17 07:19:22 EDT 2001:<I> <Kernel> Address: '42099' in use by: 'weblogic.common.CallbackDispatcher@a473',
    can not
    install 'ClientContext - id: '#|website|20892.989894283938', bound: 'false', dead:
    'false''
    I happens sometimes about an hour appart sometimes 12 hour or so hours aart. There
    doesn't seem to be any pattern. What would cause this?
    We are running on a
    E450 4 Proc box, WLS 5.1 SP6
    In front of it we have E250 2 proc, iPlanet 4.1 SP5
    Behind it we have E4500 8 proc, Oracle 8.1.5
    Were using the oci driver.
    We started seeing these after making a code change, where we set the auto commit
    to false and explictly committed all transactions. Obviously something with this
    has an effect. Can anyone help us understand what and why.
    Thanks in advance.

    Did you promoted/demoted a server? ( like from consumer to master , master to consumer , hub to consumer/master OR disabled replication and re-enabled with another unique ID and recreated replication agreements again?
    IF YES, find out the current Unique ID in all the related server and delete the old serverIDs in the nsslapd-rererral.
    Also the error will tell you for which server it is trying to update the duplicate entry. Mostly , that entry will be the old value as I explained before.
    I have seen this before and mostly by doing above it gets corrected. I recommend that you should think before doing it.
    In any case dont forget to update us since this is a tricky situation to me.
    -Kunal

Maybe you are looking for