Assignment of error webutil

Hello world
while I have configured my webutil (especially when I attribute sign_webutil for frmwebutil.jar and jacob.jar)
I got this message

C:\ordv\forms\webutil > sign_webutil.bat C:\ordv\forms\java\frmwebutil.jar
Generate a signature key certificate webutil2 = auto...
keytool error: java.lang.Exception: pair not generated, alias < webutil2 > key alr
Eady is
.
There are errors or warnings while generating a self signed certificate. Pleas
e revisiting.
.
Backup of C:\ordv\forms\java\frmwebutil.jar as C:\ordv\forms\java\frmwebutil.ja
r.old...
1 file (s) copied.
Using the signature key C:\ordv\forms\java\frmwebutil.jar = webutil2...
'jarsigner' is not recognized as an internal or external command
operable program or batch file.
.
There were warnings or errors while signing the jar. Please refer to them.
and this message for the jacob.jar
C:\ordv\forms\webutil > sign_webutil.bat C:\ordv\forms\webutil\jacob.jar
Generate a signature key certificate webutil2 = auto...
keytool error: java.lang.Exception: pair not generated, alias < webutil2 > key alr
Eady is
.
There are errors or warnings while generating a self signed certificate. Pleas
e revisiting.
.
Backup of C:\ordv\forms\webutil\jacob.jar as C:\ordv\forms\webutil\jacob.jar.ol
d...
1 file (s) copied.
Using the signature key C:\ordv\forms\webutil\jacob.jar = webutil2...
'jarsigner' is not recognized as an internal or external command
operable program or batch file.
.
There were warnings or errors while signing the jar. Please refer to them.
can gay u pls help me
Thank you in advance

Hello

It's good that you did. And you're webutil is downloading.

Please mark relatively useful/correct because other users will also be able to solve their problems.

Sarah

Tags: Oracle Development

Similar Questions

  • Channel assignment manual error.

    Hi all;


    I don't understand why I get the error?

    Should I use channel settings, if I use the Ribbon?



    DB version is 10.2.0.5.0 in LINUX


    RMAN > run {}

    2 > allocate channel ch1 disc type

    3 > backup tablespace users;


    RMAN-00571: ===========================================================

    RMAN-00569: = ERROR MESSAGE STACK FOLLOWS =.

    RMAN-00571: ===========================================================

    RMAN-00558: error occurred during parsing of order entry

    RMAN-01009: syntax error: found 'backup': expected an of: "log, debug, format, Ko, maxopenfiles, maxpiecesize, parms, readrate, rate, send, worms, trace»

    RMAN-01007: in the file column 1 row 3: entry standard

    REFERENCE: RMAN Concepts i: channels, backups and Copies

    We can override of automatic distribution of channel settings by manually allocating channels in one RUN block.

    For example, you can override automatic channel assignment when you issue a command like this:

    RUN

    {   ALLOCATE CHANNEL c1 DEVICE TYPE sbt;

        BACKUP DATABASE PLUS ARCHIVELOG; }

    the error is the result of a missing semicolon after the word in the manual assignment of useless channels.

    Please, do us a favor and fix syntax errors yourself.

    You look at even this error, of course.

    ------------

    Sybrand Bakker

    Senior Oracle DBA

  • The potential resource assignment update error

    Hello
    I get the error by updating assignments resource of contingent using the Standard API below.
    ORA-20001: HR_7949_ASG_DIF_SYSTEM_TYPE: N, SYSTYPE, ACTIVE_CWK
    Update of the registration code is-
    Declare
     Cursor c_emp_mig 
    Is 
    Select person_id, supervisor_person_id, code_comb_id, sob,  assignment_id, assignment_number From  customContingentTable;
      x_person_id number;
     x_validate BOOLEAN := FALSE;
     x_supervisor_id number;
     x_default_code_comb_id number;
     x_set_of_books_id number;
     x_assignment_id number;
     x_assignment_number varchar2(20);
     x_manager_flag char(1):='N';
     x_comment_id number;
     x_concatenated_segments varchar2(80);
     x_no_managers_warning boolean ;
     x_cagr_concatenated_segments VARCHAR2(80);
     x_soft_coding_keyflex_id NUMBER; --- IN OUT
     x_other_manager_warning boolean;
     x_object_version_number NUMBER;
     x_cagr_grade_def_id  NUMBER;
     x_effective_date DATE :='01-OCT-2011'; --cut off date from which the assignment will be effective
     x_effective_start_date DATE  :='01-OCT-2011';--cut off date from which the assignment will be effective
     x_effective_end_date   DATE;
     x_hourly_salaried_warning boolean;
     x_org_now_no_manager_warning boolean;
     x_error_code varchar2(240);
     x_error_desc varchar2(2000);
     Begin
       Open c_emp_mig;
       Loop
       Fetch c_emp_mig Into x_person_id, x_supervisor_id, x_default_code_comb_id, x_set_of_books_id, x_assignment_id, x_assignment_number;
       Exit when c_emp_mig%NOTFOUND;
        x_object_version_number:=1;
        hr_assignment_api.update_cwk_asg(
         p_validate => x_validate
         ,p_effective_date => x_effective_date
         ,p_datetrack_update_mode => 'UPDATE'
         ,p_assignment_id => x_assignment_id
         ,p_assignment_status_type_id => 1
         ,p_assignment_number =>x_assignment_number 
         ,p_object_version_number => x_object_version_number
         ,p_default_code_comb_id => x_default_code_comb_id
         ,p_set_of_books_id => x_set_of_books_id
         ,p_supervisor_id=>x_supervisor_id
         ,p_manager_flag=>x_manager_flag
         ,p_concatenated_segments => x_concatenated_segments 
         ,p_soft_coding_keyflex_id => x_soft_coding_keyflex_id 
         ,p_comment_id => x_comment_id
         ,p_effective_start_date => x_effective_start_date 
         ,p_effective_end_date => x_effective_end_date
         ,p_no_managers_warning => x_no_managers_warning 
         ,p_other_manager_warning => x_other_manager_warning
         ,p_hourly_salaried_warning=>x_hourly_salaried_warning  
         ,p_org_now_no_manager_warning=>x_org_now_no_manager_warning
        );
          End Loop;
       Exception When Others Then
             x_error_code:=SQLCODE;
             x_error_desc:=SQLERRM;
            insert into emp_mig_error(error_code, error_desc) values(x_error_code, x_error_desc);   
         Close c_emp_mig;
      End;   
    Am I missing something here? I searched in metalink, there is no mention of this error. Can anyone help?

    Regds,
    ARS

    You can check what is the value of -.
    Select * from per_assignment_status_types
    where per_system_status = 'ACTIVE_CWK ';

    Make sure that you pass the correct value for
    p_assignment_status_type_id-online 1

    see you soon,
    VB

  • Chipset Intel design error?

    How will I know if my new T410 is assigned an error of design for the Chipset Intel?

    Design of Intel's Chipset error

    All,

    The information I have right now indicates that only some IdeaPad, IdeaCentre and some essential systems are affected.  No reflection of brand products are known to be affected at this time.

    A more complete and more formal update is being prepared, and I expect it will be displayed on site support, as well as details on how customers can determine if they and affected the model and the steps that Lenovo takes to resolve.

    Thank you

    Mark

  • Error handling process

    Hello

    I started using a process to manage the final DB in our APEX applications transactions as I used to use a validation and a process with the null value; because error of process management is not very friendly to provide error messages.

    I have little of which here is a code snippet
    declare
    
      ex_error         EXCEPTION;
      v_Value          NUMBER := 0;
    
    begin
      for i in 1..APEX_APPLICATION.G_F01.COUNT loop
        v_Value := APEX_APPLICATION.G_F01(i); --Radio group
      end loop;
    
      IF v_Value = 0 OR v_Value = '' OR v_Value is null THEN
        :P10_MESSAGE := 'You must select an item';
        raise ex_error;
      END IF;
    
      :P10_MESSAGE := 'Process worked ok';
    
    end;
    IM wondering the correct way to handle errors in a display of a dynamic error message depending on where the code ends. I tried to assign an error message I'll on a hidden item P10_MESSAGE and then use it in the message of success and failure as & P10_MESSAGE. but the value assigned to the hidden element does not show, as if it has been lost due to the exception raised, if the code works however the hidden element displays the process worked ok

    Request Express 4.1.0.00.32


    Concerning

    Graham

    Graham

    Since you are in 4.1, why not use the [url http://docs.oracle.com/cd/E23903_01/doc/doc.41api /e21676/apex_error.htm#BGBEEGIB]apex_error

    You can not only set your own level of demand and the error handling page.
    But ADD_ERROR procedures give you the possibility of an increase in errors customized with personalized messages.

    Nicolette

  • Set the error code for the exception qualified using the pragma exception_init

    Hello

    I did experiments on exception management in oracle plsql. In my experiments, I did the following anonymous plsql block.


    + < < outer_block > > +.
    declare
    + exceptions.    +
    Start
    + < < inner_block > > +.
    + State +.
    + exceptions.        +
    + start +.
    + recovery outer_block.exc +;
    + exception +.
    + What then outer_block.exc +.
    + dbms_output.put_line ("' outdoor Exception caught"); +
    + What then inner_block.exc +.
    + dbms_output.put_line ("'Inner Exception caught"); +
    + end; +
    end;


    When I run the code, I got the output "external Exception caught".

    ------------------------------------------------- PLSQL Block 2 -------------------------------------------

    I changed the code a little differently by assigning exceptions error codes.

    + < < outer_block > > +.
    declare
    + exception exc; +
    + pragma exception_init (exc,-20001); +
    Start
    + < < inner_block > > +.
    + State +.
    + exception exc; +
    + pragma exception_init (exc,-20001); +
    + start +.
    + raise_application_error (-20001, "Error"); +
    + exception +.
    + What then outer_block.exc +.
    + dbms_output.put_line ("' outdoor Exception caught"); +
    + What then inner_block.exc +.
    + dbms_output.put_line ("'Inner Exception caught"); +
    + end; +
    end;

    When I run the above code, I got the following error.

    Error on line 1
    ORA-06550: line 15, column 9:
    PLS-00484: exceptions redundant "EXC" and "EXC" must appear in the same exception handler
    ORA-06550: line 5, column 1:
    PL/SQL: Statement ignored

    Script done on line 21.

    ------------------------------------------------- PLSQL Block 3 -------------------------------------------


    To avoid this error, I changed the code again by qualifying exceptions with their block names. This time, I got a different error.

    + < < outer_block > > +.
    declare
    + exception exc; +
    + pragma exception_init (outer_block.exc,-20001); +
    Start
    + < < inner_block > > +.
    + State +.
    + exception exc; +
    + pragma exception_init (inner_block.exc,-20001); +
    + start +.
    + raise_application_error (-20001, "Error"); +
    + exception +.
    + What then outer_block.exc +.
    + dbms_output.put_line ("' outdoor Exception caught"); +
    + What then inner_block.exc +.
    + dbms_output.put_line ("'Inner Exception caught"); +
    + end; +
    end;


    Error on line 1
    ORA-06550: line 4, column 38:
    PLS-00103: encountered the symbol ". «» When expecting one of the following values:

    ), = >
    The symbol"were replaced by". "to continue.
    ORA-06550: line 9, column 42:
    PLS-00103: encountered the symbol ". «» When expecting one of the following values:

    ), = >
    The symbol"were replaced by". "to continue.



    Question:
    Pourraient several exceptions with the same name of the exception defined in the set of nested blocks plsql assign error codes using the pragma EXCEPTION_INIT? If there are errors in the PLSQL 2 blocks and 3, please suggest.
    If the same thing could be accomplished by other methods, please explain.

    The problem in your code block 2 is that you have not only used the same name of the exception, but you have assigned them with the same exception code. If the code is different so it will work...

    SQL> set serverout on
    SQL> ed
    Wrote file afiedt.buf
    
      1  <>
      2  declare
      3      exc exception;
      4      pragma exception_init(exc,-20001);
      5  begin
      6      <>
      7      declare
      8          exc exception;
      9          pragma exception_init(exc,-20002);
     10      begin
     11          raise_application_error(-20002,'Error raised');
     12      exception
     13          when outer_block.exc then
     14              dbms_output.put_line('outer Exception caught ' );
     15          when inner_block.exc then
     16              dbms_output.put_line('Inner Exception caught ' );
     17      end;
     18* end;
    SQL> /
    Inner Exception caught
    
    PL/SQL procedure successfully completed.
    
    SQL> ed
    Wrote file afiedt.buf
    
      1  <>
      2  declare
      3      exc exception;
      4      pragma exception_init(exc,-20001);
      5  begin
      6      <>
      7      declare
      8          exc exception;
      9          pragma exception_init(exc,-20002);
     10      begin
     11          raise_application_error(-20001,'Error raised');
     12      exception
     13          when outer_block.exc then
     14              dbms_output.put_line('outer Exception caught ' );
     15          when inner_block.exc then
     16              dbms_output.put_line('Inner Exception caught ' );
     17      end;
     18* end;
    SQL> /
    outer Exception caught
    
    PL/SQL procedure successfully completed.
    
  • Failure of BPEL assign activity XPath

    Hello

    My BPEL process fails during the Assign activity and it is a failure because the query expression does not find the element "in origin. Which makes sense, because for a case of my test I'm not including a value for this element in the XML instance. My question - how to handle this situation, such as when the 'from' element is missing or has no value, then nothing is assigned to the variable target?

    The BPEL PM Assign audit error message *.

    [2009-05-14 21:37:45] Error in assessing <>expression '127 online. The result is empty for the XPath: /ns2:CRMODAccounts/ns2:CRMODContactID".less «»

    Oracle.Xml.Parser.v2.XmlElement@1a1d727

    [2009-05-14 21:37:45] "{http://schemas.xmlsoap.org/ws/2003/03/business-process/} selectionFailure" was thrown.less
    -< selectionFailure xmlns = "http://schemas.xmlsoap.org/ws/2003/03/business-process/" >
    -part name = "summary" >
    < Summary >

    result of the variable/expression is empty.
    variable/expression XPath expression "/ ns2:CRMODAccounts / ns2:CRMODContactID ' is empty at line 127, during an attempt of reading/copy.
    Please ensure that the result of the variable/expression "/ ns2:CRMODAccounts / ns2:CRMODContactID ' is not empty.
    Possible reasons for this problem are: some xml elements/attributes are optional, or the xml data is not valid according to the XML Schema.
    To check if the XML data received by a process are valid, the user can activate switch validateXML to the domain administration page.

    < / Summary >

    < / part >
    < / selectionFailure >


    section of bpel source for the assign function *.

    < assign the name = "assignEBSAccountDetails" >
    < copy >
    < variable from = part "variableentree" = "payload".
    Query = "/ ns2:CRMODAccounts / ns2:CRMODAccountID" / >
    < variable = "invokeEBSAccountDetails_GetEBSAccountDetailsPL_InputVariable."
    part = "InputParameters (InputParameters).
    Query = "/ ns3:InputParameters / ns3:P_CRMOD_ACCOUNT_ID" / >
    < / copy >
    *********************************************
    (versions) BPEL PM JDev 10.1.3.4 10.1.3.4.0

    Thank you
    Ilyas

    Use a switch, for example if string-length(/ns2:CRMODAccounts/ns2:CRMODContactID) > 0

    or you can do a transformation and put an if condition for the mapping using the same code.

    see you soon
    James

  • call shared the actor object function

    I run a large application using the Framework of the actor on the cRIO-9068.  LabVIEW 2013 SP1f2.

    One of my players must call a function from a .so shared object file that I created.  I also created a vi wrapper that contains the node of the library call.  The vi wrapper is not part of a library or a category.

    When I add the wrapper vi to one of the methods of the actor's and deploy the application; I get an error for the B indicating actor Core.vi actor charged with errors on the target and has been closed.  Here's where it gets interesting.

    If I remove B actor of the project, the error becomes actor C.

    If I remove the wrapper vi of the actor, the error disappears and my application runs as expected.

    If I have only the wrapper that VI on the target, the shared object function runs as expected without error.

    I'm out of ideas.  I will try to reproduce this problem on a small scale, but any help will be appreciated.

    Thanks in advance,

    Kevin

    Looks like I solved the problem by moving the .so to/usr/lib and by running chmod 0755 /usr/lib/libfoo.so

    would have been easier to repair if assigned deployment error to the actor actually using the library

  • JSFUtils.addFacesErrorMessage () does not appear cross icon in 12 c

    Hi Experts,

    JDeveloper 12.1.3.0.0

    JSFUtils.addFacesErrorMessage () does not appear cross icon. His only coming as a single window.

    Thank you

    AR

    JSFUtils are not supported by the ADF. This is a utility class that may not work. You need to check the source code

    User

    FacesMessage fm = new FacesMessage (message.toString ());

    fm.setSeverity (FacesMessage.SEVERITY_ERROR);

    FacesContext fctx = FacesContext.getCurrentInstance ();

    fctx.addMessage (null, fm);

    Instead of the null value, you can pass the component that you want to assign the error.

    Timo

  • HRMS - END MISSION

    Navigation - HRMS - people - assignment - status

    How to end the assignment

    When I try the following error -cannot terminate or end a primary state of the assignment will be reset to zero

    Hello

    Create a subtask, and then form the region chose him (various) form TAB tab, check the primary indicator, and save, go back to the previous assignment to uncheck the main indicator here. Then you can complete the assignment without error message.

    Please chose the track date in each of the steps.

    Thank you

  • Problem in the dynamic callback in BPEL application

    Hello

    I try to use the dynamic callback of a BPEL process...
    Creates a variable of type EndpointReference important ws - addressing.xsd. in the partnerlink wsdl file...

    I posted the URL address field of the variable...

    < copy >
    < from expression = "" http://172.31.171.123:8888 / PubSubWLPOC-CallbackSvc2-context-root/EIPWFServiceCallbackPort "" / >
    < variable = request "ep_var" = "/ ns3:EndpointReference / ns3:Address" / >
    < / copy >

    Until this assignment, it works fine...

    But when I try to assign the same variable to the partnerlink, I get this error...

    < assign the name = "Assign_7" >
    < copy >
    < variable from = "ep_var" / >
    < to partnerLink = "MyWebService1" / >
    < / copy >
    < / assign >


    The error is like this (from the SOA_HOME\bpel\domains\default\logs of $);

    java.lang.NullPointerException
    at com.collaxa.cube.engine.types.bpel.CXPartnerLink.copy(CXPartnerLink.java:246)
    at com.collaxa.cube.engine.ext.wmp.BPELAssignWMP.performCopyTo(BPELAssignWMP.java:1151)
    at com.collaxa.cube.engine.ext.wmp.BPELAssignWMP.__executeStatements(BPELAssignWMP.java:215)
    at com.collaxa.cube.engine.ext.wmp.BPELActivityWMP.perform(BPELActivityWMP.java:199)
    at com.collaxa.cube.engine.CubeEngine.performActivity(CubeEngine.java:3698)
    at com.collaxa.cube.engine.CubeEngine.handleWorkItem(CubeEngine.java:1655)
    at com.collaxa.cube.engine.dispatch.message.instance.PerformMessageHandler.handleLocal(PerformMessageHandler.java:75)
    at com.collaxa.cube.engine.dispatch.DispatchHelper.handleLocalMessage(DispatchHelper.java:217)
    at com.collaxa.cube.engine.dispatch.DispatchHelper.sendMemory(DispatchHelper.java:314)
    at com.collaxa.cube.engine.CubeEngine.endRequest(CubeEngine.java:5765)
    at com.collaxa.cube.engine.CubeEngine.callbackPerformer(CubeEngine.java:1885)
    at com.collaxa.cube.engine.delivery.DeliveryHelper.callbackPerformer(DeliveryHelper.java:845)
    at com.collaxa.cube.engine.delivery.DeliveryService.handleCallback(DeliveryService.java:794)
    at com.collaxa.cube.engine.ejb.impl.CubeDeliveryBean.handleCallback(CubeDeliveryBean.java:378)
    at sun.reflect.NativeMethodAccessorImpl.invoke0 (Native Method)
    at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39)
    at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
    ................

    The confusing part is when I use the xml instead of the ep_var variable fragment, it works fine...
    But I can't use the same that the reminder can be done to any url (which is decided at runtime)

    Can someone help me pls with this?

    Mashal

    Hello
    I did remind the dynamics that follows, and it works...



    <_EndpointReference xmlns="http://schemas.xmlsoap.org/ws/2003/03/addressing">







    In the assignment above part is a fragment of xml that is assigned to the endpoint Url








  • establishment of a system of statistics for a game (as3)

    Hello

    I do a little flash game for my own amusement and need help to get started.  It's a simple statistical rpg based game, but I am struggling to set up so that when you click on some buttons your score in one of his stats setting will increase and another may go down.

    I have attached a screenshot mockups because I think that might make more sense...

    flashhelpgame.jpg

    so the idea is there are 20 stats in the "remaining points" to begin with and then pressing the relevant forwards and reverse buttons statistics in the relevant areas would go toward the down 1 point until all "remaining issue" have been assigned an error message pops up saying 'all your points were awarded press 'next' to continue' or something like that.  and these scores would be stored so that they can be adjusted further on the next screen (screens are all set up on a timeline with labels to distinguish them.).

    I started messing with something in this sense after searching google for help, but I'm very new to all this, so was not getting anywhere :/

    var: score: uint;

    function init (): void

    {
    score = 0;
    scorecounterSTR.text = score.toString ();
    CLIP.buttonMode = true;
    CLIP.addEventListener (MouseEvent.CLICK, on_press);
    }


    function on_press(event:MouseEvent):void
    {
    updateScore();
    }
    function updateScore (): void
    {
    Score += 2;

    scorecounterSTR.text = score.toString ();
    }
    init();

    could not decide where to put the IF statements and just generally got myself lost.

    any help at all would be greatly appreciated.

    Thank you

    your first mistake is:

    var scoreSTR:uint;

    function init (): void

    {
    scoreSTR = 0;
    scorecounterSTR.text = scoreSTR.toString ();

    STR_PLUS.addEventListener (MouseEvent.CLICK, on_press);
    }
    function on_press(event:MouseEvent):void
    {
    updateScore();
    }
    function updateScore (): void
    {
    scoreSTR += 2;

    scorecounterSTR.text = scoreSTR.toString ();
    }
    init();

    var scoreSTR:uint;

    function init (): void

    }  //<-- that="" should="" be="">

    STR_DOWN.addEventListener (MouseEvent.CLICK, on_press);
    }
    function on_press(event:MouseEvent):void
    {
    updateScoreDOWN();
    }
    function updateScoreDOWN (): void
    {
    scoreSTR-= 2;

    scorecounterSTR.text = scoreSTR.toString ();
    }
    init();

  • Jornalised data County check before running the interface

    I have 3 source and target 3 table and there are 3 interfaces for loading data from a source to the respective target. All interfaces are packed in a package. I created journalising on table 3 source and interfaces are load only log data. Now, I want to implement a strategy in the folder which must first check the log on the table of the source data before execution of the respective interface. If the number is 0, then it will not work this interface. The advantage to implement it will be time to load. Is it possible in ODI? Waiting for a quick response.

    Thanks in advance,

    Sugata

    This is what the ODIWaitForLogData tool. With this tool, you can assign timeout error or not and tell him how many lines to wait. Exactly what the tool was designed for.

  • Extracting XML error. The XML file that is assigned in the configuration.xml is either incorrect or damaged.

    1. some web pages gives "error extracting XML. The XML file that is assigned in the configuration.xml is wrong or corrupt.

    2 Youtube gives, after having pressed the button start, message "an error has occurred. Please try again later.
    Even youtube opening page with IE, there is no problem.

    3. scrolling on Mozilla firefox pages only works with the sidebar not with the mouse wheel.

    Other user accounts on this computer is not these problems.

    BR Juha

    This can be caused by a recent update of Flash 11.3.

    See:

  • How to solve an error IP auto assigned on my TC?

    I can't have my Time Capsule airport connectivity after the passage of the cable modems.

    1 cisco DCP2008 cable modem works fine connected directly to one of my two MacBook Air.

    2. I called my provider several times; They confirm my signal is fine and modem works fine.

    3 transport CANADA is in bridge mode, automatica/tunnel ipv6 receives an ipv6 relay error.

    (a) modem confirmed cases and ISPS should have no problem with ipv6

    (b) I can access Google, FB, youtube (ipv4), no other sites.

    (c) no other devices can be connect (iPad, iPhone)

    4 option #1 - TC change to link-Local, relay error goes away, but then I get a self assigned IP. No Internet connection.

    5. try DHCP and NAT (instead of default DHCP) in network settings. Keep the link-local. TC of green light, but no Internet connection. Switch to automatic/DHCP, still no dice.

    6. try to create a new location in my wifi settings and the renewal of the DHCP lease, nothing.

    I tried all these configurations, restarting, reset and sprinkling of fairy dust.

    TC worked five days with TWC Arris WiFi modem set up (I think) in Bridge mode.

    Correction on the modem: it's DPC3008.

Maybe you are looking for