Ppp0 interface not strarting ueagle-atm

When I try to connect to internet using an old sagem f@st 800 with ueagle-atm the interface is not started. However the modem is operational
/etc/ppp/peers/ueagle-atm
user "fti/xu6rfh2"
plugin pppoatm.so 8.35
noipdefault
usepeerdns
defaultroute
persist
noauth
debug
The modem seems to be operational
usb 2-5: [ueagle-atm] modem synchronization failed (may be try other cmv/dsp)
usb 2-5: [ueagle-atm] (re)booting started
usb 2-5: firmware: requesting ueagle-atm/DSPep.bin
usb 2-5: [ueagle-atm] ATU-R firmware version : 44e2ea17
usb 2-5: firmware: requesting ueagle-atm/CMVep.bin.v2
usb 2-5: [Ueagle-atm] requesting firmware ueagle-atm/CMVep.bin.v2 failed, try to get older cmvs
usb 2-5: firmware: requesting ueagle-atm/CMVep.bin
usb 2-5: [Ueagle-atm] use deprecated cmvs version, please update your firmware
usb 2-5: [ueagle-atm] modem started, waiting synchronization...
usb 2-5: [ueagle-atm] modem operational
However the interface is not started. This is the report with debug. and ifconfig just report eth0 and lo. NO ppp0 startd
Apr 1 10:19:00 myhost pppd[8665]: Plugin pppoatm.so loaded.
Apr 1 10:19:00 myhost pppd[8665]: PPPoATM plugin_init
Apr 1 10:19:00 myhost pppd[8665]: PPPoATM setdevname_pppoatm - SUCCESS:8.35
Apr 1 10:19:00 myhost pppd[8666]: pppd 2.4.5 started by root, uid 0
Last edited by lymphatik (2010-04-01 08:45:11)

after 2 days of trying everything and resulting in 2 broken systems that werent able to boot anymore this morning i was lucky at my first attempt. turns out its still not working 100%
i tried this firmware from the wiki:
https://wiki.archlinux.org/index.php/Wi … p#rtl8192s
and this firmware:
http://svn.debian.org/wsvn/kernel/dists … 192sfw.bin
and put it in /lib/firmware/RTL8192SU/
but i get the same results - i am able to use the dongle - when i connect to a wpa2 router using netcfg i get 3 messages:
ioctll[SIOCSIWPMKSA]: Invalid argument
ioctll[SIOCSIWPMKSA]: Invalid argument
find: '/var/run/network//suspend/': No such file or directory
ping works
but doing a bunch pacman downloads is not really working - first package downloads just fine, then after a couple of seconds it fails retrieving everything until i reconnect the "netcfg -a && netcfg PROFILE"
some more information: everything.log after wireless drop:
http://paste.pocoo.org/show/287800/
http://paste.pocoo.org/show/287803/
Last edited by philippk (2010-11-08 10:42:49)

Similar Messages

  • How to bind ppp0 interface (PPTP) as 'external' in proxy server?

    Hi!
    I'm trying to bind ppp0 interface (PPTP VPN) as 'external' interface in proxy server (Tinyproxy).  Unfortunately it does not work.
    Using route add -net default gw 10.9.0.1 I can make all the traffic go via VPN but this is not what I want.
    My routes after ppp0 is up:
    default 192.168.1.1 0.0.0.0 UG 0 0 0 eth0
    10.9.0.1 * 255.255.255.255 UH 0 0 0 ppp0
    192.168.1.0 * 255.255.255.0 U 0 0 0 eth0
    216-18-212-218. 192.168.1.1 255.255.255.255 UGH 0 0 0 eth0
    ifconfig:
    eth0: flags=4163<UP,BROADCAST,RUNNING,MULTICAST> mtu 1500
    inet 192.168.1.100 netmask 255.255.255.0 broadcast 192.168.1.255
    inet6 fe80::21d:60ff:fe25:7ad6 prefixlen 64 scopeid 0x20<link>
    ether 00:1d:60:25:7a:d6 txqueuelen 1000 (Ethernet)
    RX packets 47533 bytes 31947804 (30.4 MiB)
    RX errors 0 dropped 1 overruns 0 frame 0
    TX packets 44946 bytes 6618945 (6.3 MiB)
    TX errors 0 dropped 0 overruns 0 carrier 0 collisions 0
    lo: flags=73<UP,LOOPBACK,RUNNING> mtu 16436
    inet 127.0.0.1 netmask 255.0.0.0
    inet6 ::1 prefixlen 128 scopeid 0x10<host>
    loop txqueuelen 0 (Local Loopback)
    RX packets 13167 bytes 1604741 (1.5 MiB)
    RX errors 0 dropped 0 overruns 0 frame 0
    TX packets 13167 bytes 1604741 (1.5 MiB)
    TX errors 0 dropped 0 overruns 0 carrier 0 collisions 0
    ppp0: flags=4305<UP,POINTOPOINT,RUNNING,NOARP,MULTICAST> mtu 1496
    inet 10.9.34.125 netmask 255.255.255.255 destination 10.9.0.1
    ppp txqueuelen 3 (Point-to-Point Protocol)
    RX packets 1088 bytes 568896 (555.5 KiB)
    RX errors 0 dropped 0 overruns 0 frame 0
    TX packets 1328 bytes 167081 (163.1 KiB)
    TX errors 0 dropped 0 overruns 0 carrier 0 collisions 0
    Do I need to add some other, specific route? What IP Tinyproxy 'external' should be bound to (I've tried both gw and peer)?

    In your bpel.xml you will find a mapping of the "client" partnerlink to the wsdl.
    It's structure will look like this:
    <partnerLinkBindings>
    <partnerLinkBinding name="client">
    <property name="wsdlLocation">defaultWSDLFile.wsdl</property>
    </partnerLinkBinding>
    </partnerLinkBindings>
    This will map to the .bpel file as follows:
    <partnerLinks>
    <partnerLink myRole="..." name="client" partnerLinkType="..."/>
    </partnerLinks>
    In your first BPEL activity (can be a receive or onMessage activity. But will have the create instance checkbox checked), the operation used maps to the wsdl:
    <receive name="Receive_Message" partnerLink="client" portType="..." operation="..." variable="Receive_Message_InputVariable" createInstance="yes"/>
    So to change the wsdl, you must first change your descriptor (bpel.xml) and after this your .bpel file so it will use the operation defined in the new .wsdl file.
    A good convention is that the .bpel file and the .wsdl file have the same name.
    Good luck!
    Melvin

  • My Ueagle-atm statistics script - just test :)

    Hi everyone!
    I write small script which show statistics about usb adsl modem with ueagle-atm driver.
    It's may be helpful for you
    look here:
    http://www.testingfbz.yoyo.pl/ueagle-stats
    and just test it ! I hope that it's portable - not only for my machine.
    Greetings
    //sorry for my english, I'm polish and I still learning it
    Last edited by rstadmin (2007-02-03 13:11:03)

    Because you accidently disconnected it, you'll need to remain connected for 3 -5 days (which shouldn't be long now) and allow the profile to rise, I dont think it will rise, but it may just nudge the system and may work...
    Alternatively you could contact the mods, and ask for an SNR reset which should give your sync speed a boost and in turn give the system a kick up the backside and tell it to get its ass in gear .  You can contact the mods using this link http://bt.custhelp.com/app/contact_email/c/4951 .
    Regards Edd
    Check your Line
    BT Speedtester

  • Not able to spy objects in ie9 using coded UI Test Builder Spy, giving exception -Interface not registered(Exception from HRESULT:0X....

    Not able to spy objects in ie9 using coded UI Test Builder Spy, giving exception - "Interface not registered(Exception from HRESULT:0X...."
    I am not able to capture any objects of my web application using coded ui recorder. Even though it is a simple html page, coded ui is showing a message  -"Interface not registered(Exception from HRESULT:0X...."
    Please give me solution , why this is hapening. I am having problem with object identification. Even I am not able to identify any object in google.com.
    swapnanil sengupta

    TechnologyName is displaying as "MSAA" . But my application is a Webapplication.If I try to spy the google .com's search field then also TechnologyName is displaying as "MSAA". Is it any configuration issue of vsts codedui.
    swapnanil sengupta

  • Receiving Open Interface not picking Inter-Org records from Interface

    Hi,
    I am trying to receive the inter org transfer through the Receiving Open interface, but the interface not picking the data from the interface tables (RCV_HEADERS_INTERFACE, RCV_TRANSACTION_INTERFACE).
    I am in 11.5.10.2, all the sources worked fine like Vendor, Internal Order, Customer but the issue is with the Inventory source (inter orgs)
    Please could you advise what could be the reason for the interface for not picking the Inventory source data from the interface table.
    Below are the interface insert script that am using..
    INSERT INTO RCV_HEADERS_INTERFACE
    (HEADER_INTERFACE_ID,
    GROUP_ID,
    PROCESSING_STATUS_CODE,
    RECEIPT_SOURCE_CODE,
    TRANSACTION_TYPE,
    AUTO_TRANSACT_CODE,
    LAST_UPDATE_DATE,
    LAST_UPDATED_BY,
    LAST_UPDATE_LOGIN,
    CREATION_DATE,
    CREATED_BY,
    SHIPMENT_NUM,
    RECEIPT_HEADER_ID,
    SHIP_TO_ORGANIZATION_ID,
    EXPECTED_RECEIPT_DATE,
    EMPLOYEE_ID,
    VALIDATION_FLAG
    VALUES
    (rcv_headers_interface_s.nextval , --Header_Interface_Id
    rcv_interface_groups_s.nextval, --Group_Id
    'PENDING', --Processing_Status_Code
    'INVENTORY', --Receipt_Source_Code
    'RECEIVE', --Transaction_Type
    'DELIVER', --Auto_Transact_Code
    SYSDATE, --Last_Update_Date
    -1, --Last_Updated_By
    -1, --Last_Update_Login
    SYSDATE, --Creation_Date
    -1, --Created_By
    'ICR-001', --SHIPMENT_NUM
    21073573, --RECEIPT_HEADER_ID
    2266, -- SHIP_TO_ORGANIZATION_ID
    SYSDATE+1, --Expected_Receipt_Date
    5543, --Employee_Id,
    'Y' --Validation_Flag
    INSERT INTO RCV_TRANSACTIONS_INTERFACE
    (INTERFACE_TRANSACTION_ID,
    GROUP_ID,
    LAST_UPDATE_DATE,
    LAST_UPDATED_BY,
    CREATION_DATE,
    CREATED_BY,
    LAST_UPDATE_LOGIN,
    TRANSACTION_TYPE,
    TRANSACTION_DATE,
    PROCESSING_STATUS_CODE,
    PROCESSING_MODE_CODE,
    TRANSACTION_STATUS_CODE,
    CATEGORY_ID,
    QUANTITY,
    UNIT_OF_MEASURE,
    ITEM_ID,
    AUTO_TRANSACT_CODE,
    SHIPMENT_HEADER_ID,
    SHIPMENT_LINE_ID,
    SHIP_TO_LOCATION_ID,
    RECEIPT_SOURCE_CODE,
    TO_ORGANIZATION_ID,
    DESTINATION_TYPE_CODE,
    DELIVER_TO_PERSON_ID,
    LOCATION_ID,
    DELIVER_TO_LOCATION_ID,
    SUBINVENTORY,
    LOCATOR_ID,
    HEADER_INTERFACE_ID,
    VALIDATION_FLAG,
    SHIPPED_DATE
    --SELECT
    VALUES
    rcv_transactions_interface_s.nextval, --Interface_Transaction_id
    rcv_interface_groups_s.currval, --Group_id
    SYSDATE, --Last_update_date
    -1, --Last_updated_by
    SYSDATE, --Creation_date
    -1, --Created_by
    -1, --Last_update_login
    'RECEIVE', --TRANSACTION_TYPE_RECEIVE
    SYSDATE, --TRANSACTION_DATE
    'PENDING', --PROCESSING_STATUS_CODE
    'BATCH', --PROCESSING_MODE_CODE
    'PENDING', --TRANSACTION_STATUS_CODE
    203, -- CATEGORY_ID
    20, --QUANTITY
    'EACH', --UNIT_OF_MEASURE
    4379131, --ITEM_ID
    'DELIVER', --AUTO_TRANSACT_CODE
    21073573, --SHIPMENT_HEADER_ID
    16566939, --SHIPMENT_LINE_ID
    101629781, --SHIP_TO_LOCATION_ID
    'INVENTORY', --RECEIPT_SOURCE_CODE
    2266, --TO_ORGANIZATION_ID
    'INVENTORY', --DESTINATION_TYPE_CODE
    13706, --DELIVER_TO_PERSON_ID
    101629781, --LOCATION_ID
    101629781, --DELIVER_TO_LOCATION_ID
    'FG', --SUBINVENTORY 
    46259, --LOCATOR_ID  
    rcv_headers_interface_s.currval, --Header_interface_id
    'Y', --VALIDATION_FLAG 
    SYSDATE
    Thank you,
    Genoo
    Edited by: Geno on May 25, 2013 4:54 AM

    Any suggestion/advise please!
    Thanks,
    Genoo

  • INS-40925 - One or more nodes have interfaces not configured with a subnet that is common across all cluster nodes.

    Hi All,
    I am facing the below error while installing Oracle RAC in Silent Mode.
    SEVERE: There are no common subnets represented by network interfaces across all cluster nodes.
    SEVERE: [FATAL] [INS-40925] One or more nodes have interfaces not configured with a subnet that is common across all cluster nodes.
       CAUSE: Not all nodes have network interfaces that are configured on subnets that are common to all nodes in the cluster.
       ACTION: Ensure all cluster nodes have a public interface defined with the same subnet accessible by all nodes in the cluster.
    My /etc/hosts is given below.
    127.0.0.1        localhost    localhost.localdomain
    #Public
    192.168.1.101      rac1        rac1.localdomain
    192.168.1.102    rac2        rac2.localdomain
    #Private
    192.168.2.101    rac1-priv    rac1-priv.localdomain
    192.168.2.102    rac2-priv    rac2-priv.localdomain
    #Virtual
    192.168.1.103      rac1-vip    rac1-vip.localdomain
    192.168.1.104    rac2-vip    rac2-vip.localdomain
    #SCAN
    192.168.1.105    rac-scan    rac-scan.localdomain
    Could you please help me to get rid of the error INS-40925....Any Idea...???

    Hi Ramesh,
    Please find the result of ifconfig -a from both nodes RAC1 & RAC2.
    ifconfig -a in RAC1
    [oracle@rac1 Desktop]$ ifconfig -a
    eth0      Link encap:Ethernet  HWaddr 08:00:27:17:7A:D5
              inet addr:192.168.1.101  Bcast:192.168.1.255  Mask:255.255.255.0
              inet6 addr: fe80::a00:27ff:fe17:7ad5/64 Scope:Link
              UP BROADCAST RUNNING MULTICAST  MTU:1500  Metric:1
              RX packets:102 errors:0 dropped:0 overruns:0 frame:0
              TX packets:48 errors:0 dropped:0 overruns:0 carrier:0
              collisions:0 txqueuelen:1000
              RX bytes:25472 (24.8 KiB)  TX bytes:3322 (3.2 KiB)
              Interrupt:19 Base address:0xd020
    eth1      Link encap:Ethernet  HWaddr 08:00:27:C0:AC:DB
              inet addr:192.168.2.101  Bcast:192.168.2.255  Mask:255.255.255.0
              inet6 addr: fe80::a00:27ff:fec0:acdb/64 Scope:Link
              UP BROADCAST RUNNING MULTICAST  MTU:1500  Metric:1
              RX packets:4 errors:0 dropped:0 overruns:0 frame:0
              TX packets:12 errors:0 dropped:0 overruns:0 carrier:0
              collisions:0 txqueuelen:1000
              RX bytes:240 (240.0 b)  TX bytes:816 (816.0 b)
              Interrupt:16 Base address:0xd240
    lo        Link encap:Local Loopback
              inet addr:127.0.0.1  Mask:255.0.0.0
              inet6 addr: ::1/128 Scope:Host
              UP LOOPBACK RUNNING  MTU:16436  Metric:1
              RX packets:56 errors:0 dropped:0 overruns:0 frame:0
              TX packets:56 errors:0 dropped:0 overruns:0 carrier:0
              collisions:0 txqueuelen:0
              RX bytes:6394 (6.2 KiB)  TX bytes:6394 (6.2 KiB)
    virbr0    Link encap:Ethernet  HWaddr 52:54:00:CC:BD:FB
              inet addr:192.168.122.1  Bcast:192.168.122.255  Mask:255.255.255.0
              UP BROADCAST MULTICAST  MTU:1500  Metric:1
              RX packets:0 errors:0 dropped:0 overruns:0 frame:0
              TX packets:0 errors:0 dropped:0 overruns:0 carrier:0
              collisions:0 txqueuelen:0
              RX bytes:0 (0.0 b)  TX bytes:0 (0.0 b)
    virbr0-nic Link encap:Ethernet  HWaddr 52:54:00:CC:BD:FB
              BROADCAST MULTICAST  MTU:1500  Metric:1
              RX packets:0 errors:0 dropped:0 overruns:0 frame:0
              TX packets:0 errors:0 dropped:0 overruns:0 carrier:0
              collisions:0 txqueuelen:500
              RX bytes:0 (0.0 b)  TX bytes:0 (0.0 b)
    ifconfig -a in RAC2
    [oracle@rac2 Desktop]$ ifconfig -a
    eth0      Link encap:Ethernet  HWaddr 08:00:27:C9:38:82
              inet addr:192.168.1.102  Bcast:192.168.1.255  Mask:255.255.255.0
              inet6 addr: fe80::a00:27ff:fec9:3882/64 Scope:Link
              UP BROADCAST RUNNING MULTICAST  MTU:1500  Metric:1
              RX packets:122 errors:0 dropped:0 overruns:0 frame:0
              TX packets:59 errors:0 dropped:0 overruns:0 carrier:0
              collisions:0 txqueuelen:1000
              RX bytes:32617 (31.8 KiB)  TX bytes:5157 (5.0 KiB)
              Interrupt:19 Base address:0xd020
    eth1      Link encap:Ethernet  HWaddr 08:00:27:90:B5:A0
              inet addr:192.168.2.102  Bcast:192.168.2.255  Mask:255.255.255.0
              inet6 addr: fe80::a00:27ff:fe90:b5a0/64 Scope:Link
              UP BROADCAST RUNNING MULTICAST  MTU:1500  Metric:1
              RX packets:4 errors:0 dropped:0 overruns:0 frame:0
              TX packets:11 errors:0 dropped:0 overruns:0 carrier:0
              collisions:0 txqueuelen:1000
              RX bytes:240 (240.0 b)  TX bytes:746 (746.0 b)
              Interrupt:16 Base address:0xd240
    lo        Link encap:Local Loopback
              inet addr:127.0.0.1  Mask:255.0.0.0
              inet6 addr: ::1/128 Scope:Host
              UP LOOPBACK RUNNING  MTU:16436  Metric:1
              RX packets:56 errors:0 dropped:0 overruns:0 frame:0
              TX packets:56 errors:0 dropped:0 overruns:0 carrier:0
              collisions:0 txqueuelen:0
              RX bytes:6390 (6.2 KiB)  TX bytes:6390 (6.2 KiB)
    virbr0    Link encap:Ethernet  HWaddr 52:54:00:CC:BD:FB
              inet addr:192.168.122.1  Bcast:192.168.122.255  Mask:255.255.255.0
              UP BROADCAST MULTICAST  MTU:1500  Metric:1
              RX packets:0 errors:0 dropped:0 overruns:0 frame:0
              TX packets:0 errors:0 dropped:0 overruns:0 carrier:0
              collisions:0 txqueuelen:0
              RX bytes:0 (0.0 b)  TX bytes:0 (0.0 b)
    virbr0-nic Link encap:Ethernet  HWaddr 52:54:00:CC:BD:FB
              BROADCAST MULTICAST  MTU:1500  Metric:1
              RX packets:0 errors:0 dropped:0 overruns:0 frame:0
              TX packets:0 errors:0 dropped:0 overruns:0 carrier:0
              collisions:0 txqueuelen:500
              RX bytes:0 (0.0 b)  TX bytes:0 (0.0 b)

  • LMS 4.2 sub-interface not available in the instance selection window creating poller

    Hi All,
    I have sub-interfaces created on the switch and are in active(up/up) state,but these sub-interface not available for selection in the instance window while creating the poller, and am not able to monitor the traffic on these sub interface in the performance management.
    LMS will not display the interfaces in the instance selection window if they are not active,but here the sub-interface are in active state but these are
    not available. can anyboody help me out ??
    Thanks,
    Channa

    Any Idea..??

  • Import package: Automation error Interface not registered

    Standard Import.dtsx package, which has been working well before fails on Load and Process stage with following error:
    Automation error
    Interface not registered
    This is on 7.0MS SP03  dual server: app server and  64bit MSSQL Server 2008
    Did dll got unregistered?
    Thanks,
    Roman

    Hi,
       Please verify if you have EVERESTDMSERVER COM+ Object. Try to shutdown all BPC COM+ components on application server.
    Regards,
    Mihaela

  • Windows 8 FTP Folder in File Explorer - Interface Not Supported

    I access my FTP site Via Windows Explorer in Windows 7 and Have tried doing the same via File Explorer in Windows 8
    When I double click a File in the FTP folder, whereas in W7 It would download a copy and open the file, In W8 I receive the error Interface Not Supported.
    Does anyone know of a fix for this?
    Thanks in advance.
    Tim

    I remember seeing something similar happen in Windows Explorer on W7 after I installed Google Chrome, however this was happening right from first install on W8.
    I seem to remember the solution in W7 was a registry fix but I'm not sure whether this would work in W8
    Ravenstar68
    Edit 
    Just remembered it wouldn't let you create the ftp site in W7 so was a different problem
    I was waiting to see if you brought that up.
    When I first made the standard ftp shortcut (the kind that opens IE), it had no association.  That green bird-foot arrow icon comes from OpenWith.exe.
    Double-clicking the shortcut brought up a very reduced-choice metro dialog.  Those were the only choices.  No OpenWith browse options there.
    There wasn't even a Open With... choice in the right-click dialog.
    I was curious to see what might happen if I made the wrong choice.  It was very unforgiving.
    No obvious way to fix it.  No OpenWith right-click context menu.
    I had to reassociate ftp elsewhere.
    Even now that I have everything straightened out, the right-click menus don't offer OpenWith.
    The left pic above shows the ordinary IE ftp shortcut.  I can drag-n-drop it into Firefox and it works.  But there's no OpenWith option for that.
    The right pic above shows the File Explorer ftp shortcut.  What in the world is that "Open folder location" option?  It launches IE to my (blank) home page.  Hmm?
    Just thought I'd share all this with you, since you brought up initializing ftp access.
    Deluxe in some ways, but pretty ragged in others.

  • "modifier interface not allowed here" compiler error

    Consider the following code fragment:
    public void someMethod(int val){
    interface ISomeInterface {int anyval=10;}
    This does not compile ("modifier interface not allowed here"). What am I missing? Thanks in advance.
    Ref: http://www.norvig.com/java-iaq.html#fold

    Nothing to apologise. The posting is almost like ...
    public void someMethod(int val){
    static int x;
    but its is different. Thanks.
    It's completely different than that. It's just like this:
    public class SomeClass {
      public void someMethod(int val) {
        public class SomeClassWithinAMethodWhichIsNotAllowed {
          // members of illegal class go here
        // local variables and code for someMethod go here
      // other members of SomeClass go here

  • Design Patterns: 'Program to an interface, not an impl.' and Factory Method

    Design Patterns: 'Program to an interface, not an implementation' and Factory Method.
    Hi All,
    I've 4 questions. And 1M thanks for your precious input.
    1. OOAD steps:
    Requirement-->Use Cases-->Analysis Classes-->Sequence Diagrams-->CRC-->other UML diagrams if needed--> Domain/Business Classes.
    If we follow the rule 'Program to an interface, not an implementation',
    would that imply NECESSARILY we should have another set of Interface Classes for our Domain Classes? i.e Interface_ClassX for ClassX_Impl.
    2. If the point 1 is a MUST because of the rule 'Program to an interface, not an implementation',
    ie we should have an Interface classe for every one Domain classe,
    would that NECESSARILY imply we should have as many Factory Methods as they are Domain Classes to abstract the creation process?
    Interface_ClassX X= Factory.GetClassX() ( return new ClassX_Impl)
    Interface_ClassY Y= Factory.GetClassY() ( return new ClassY_Impl)
    Interface_ClassZ Z= Factory.GetClassZ() ( return new ClassZ_Impl)
    3. On the point 2, the underlying principle used is Factory Methods.
    Now on the surface, what are other possible business and/or technical naming for such Factory Methods? I mean should we call it a kind of Business Facade?
    4. Is the point 1 and point 2 considered to be the best practices?

    So the question here is whether we can predict having
    more than one possible implementations which required
    option c. Is this a dilema? I guess it's hard to
    predict the future.Right. Hopefully it's fairly obvious while designing things and
    deciding what objects are needed.
    Now, if the Presentation Tier, says JSP, needs that
    ClassNormal object. Would we still keep that line of
    code a.
    OR would we introduce an intermediate object to free
    JSP from the direct creational aspect using new
    keyword like the choice b. that you reject.
    The point here is to reduce the direct coupling aspect
    between the Presentation Tier and Business Tier. So
    what would that intermediate object be?In that case, you have to ask yourself if there is a valid
    need for reducing the coupling. If you simply make an intermediate
    object, what keeps you from making an intermediate object to your
    new intermediate object, ad infinitum.
    That intermediate object could be a Facade pattern, or simply
    an abstraction. We actually did that here, we began a massive
    java project, and we abstracted away from Swing J-classes and created
    our own "wrappers" that simply extended all the J-classes and we had
    all our programmers develop using our wrappers instead of the Swing
    classes. That allowed us to add some custom code, some temporary bug fixes, etc. Some of our classes were nothing more than "EPPasswordField extends JPasswordField" with nothing overridden. It does allow us a place to hook in and adjust or fix things if needed though.

  • ABAP Web service - Virtual Interface Not Found

    Hi,
    I have created a ABAP web service based on RFC. I changed the authentication to "Basic username/password" from SOAMANAGER. Also tested the web service from WSNAVIGATOR (of different portal) using WSDL url. Web service successfully returned response.
    Now, I have a AJAX client where I have hardcoded the request (from wsnavigator) and trying to call this web service in SAP BW web template (from HTML/JavaScript). But its not giving error as "Virtual Interface Not Found". Also, i get 500 error. But the end point of the web service if looked up from browser gives response. The SICF service is active and upon tests gives valid response.
    Found couple of discussions regarding this:
    http://wiki.sdn.sap.com/wiki/display/VC/VirtualInterfacenotfounderror
    But i'm not finding the setting to activate virtual interface in SE80. ALso, we have created many such web services and they used to work fine prior to upgrade to Ehp1 SP05 (BI) but the newly created web service is not working.
    Any inputs?
    Abhijeet

    Hi can you please let me know how you resolved this issue?

  • My audio interface not working with my IMac

    My audio interface not working with my IMac

    Have you tried > Apogee Electronics > Apogee Support & Product Downloads

  • Data in internal interface not able to be processed

    Hi gurus,
    We upgrade our R3 server to EHP 7.
    After EHP 7 upgrading, I am trying to collect data for 0CO_PC_ACT_10 extractor.
    When I enter a filter value to RUN_APPL, I am getting this error: Data in internal interface not able to be processed  (Message ID: C+701)
    If I leave this RUN_APPL empty, I am getting data without error.,
    I tried to reactivate the datasource from SAP R3 system but nothing changed.
    It was working correctly before the upgrade.
    What should I do ?
    Do you have any suggestions ?
    Thanks for your help.

    Thanks Michael,
    We downloaded this note by SNOTE transaction to our R3 Dev. system but its status seems to be not implemented.
    Our SAP_APPL version is: 617
    1845346 note can be impemented between 600 - 616.
    Thanks.

  • Public Interface not responding after second node is started in the cluster

    Hi
    Has anyone ever experienced the public interface not responding between nodes in the cluster (ping, ssh, scp) after the second nodeapps is started in the cluster?
    This is a new install so all I have installed so far is the base release of CRS 10.2.0. This is on Solaris10. The vipca failed during the installation, however I was able to proceed and manually add the nodeapps using srvctl add nodeaps -n -o -A.
    It seems after the second node is started I loose all connectivity to the public interfaces and to my default gateway.
    Also I'm getting the following messages sometimes after I try and stop the nodeapps and start them back up.
    CRS-1006: No more members to consider
    CRS-0215: Could not start resource 'ora.node1.vip'.
    Any suggestions on where I should start troubleshooting?
    Thanks

    Do you have default GW?
    It can connects with GW, can't it?
    Check metalink
    CRS-0215: Could not start resource 'ora..vip' [ID 356535.1]
    CRS-1006: No more members to consider when starting service [ID 465364.1]
    Good Luck

Maybe you are looking for