[Netctl] can't get a basic DHCP to work [solved]

Hi all,
eth1-ethernet:
Description='A basic dhcp ethernet connection'
Interface=eth1
Connection=ethernet
IP=dhcp
netctl start eth1-ethernet:
A depedency job for netctl@eth1\x2dethernet.service failed. See 'journaltcl -xn' for details.
journaltcl -xn gives me a "Dependency failed for a basic dhcp ethernet connection" with not much more info....
I only have dhcpd installed.
Any ideas? Did I miss something?
Last edited by PAdu92 (2013-04-16 19:21:11)

here is a full log:
[root@Serveur ~]# journalctl -xn
-- Logs begin at mar. 2012-12-25 16:52:51 CET, end at mar. 2013-04-16 14:18:45 CEST. --
avril 16 14:17:05 Serveur systemd[1]: netctl@ethernet\x2dstatic.service: main process exited, code=exited, status=1/FAILURE
avril 16 14:17:05 Serveur systemd[1]: Failed to start Networking for netctl profile ethernet-static.
-- Subject: Unit netctl@ethernet\x2dstatic.service has failed
-- Defined-By: systemd
-- Support: http://lists.freedesktop.org/mailman/listinfo/systemd-devel
-- Documentation: http://www.freedesktop.org/wiki/Software/systemd/catalog/be02cf6855d2428ba40df7e9d022f03d
-- Unit netctl@ethernet\x2dstatic.service has failed.
-- The result is failed.
avril 16 14:17:05 Serveur systemd[1]: Unit netctl@ethernet\x2dstatic.service entered failed state
avril 16 14:17:13 Serveur systemd[1]: Reloading.
avril 16 14:17:15 Serveur systemd[1]: Expecting device sys-subsystem-net-devices-eth1.device...
-- Subject: Unit sys-subsystem-net-devices-eth1.device has begun with start-up
-- Defined-By: systemd
-- Support: http://lists.freedesktop.org/mailman/listinfo/systemd-devel
-- Unit sys-subsystem-net-devices-eth1.device has begun starting up.
avril 16 14:18:45 Serveur systemd[1]: Job sys-subsystem-net-devices-eth1.device/start timed out.
avril 16 14:18:45 Serveur systemd[1]: Timed out waiting for device sys-subsystem-net-devices-eth1.device.
-- Subject: Unit sys-subsystem-net-devices-eth1.device has failed
-- Defined-By: systemd
-- Support: http://lists.freedesktop.org/mailman/listinfo/systemd-devel
-- Documentation: http://www.freedesktop.org/wiki/Software/systemd/catalog/be02cf6855d2428ba40df7e9d022f03d
-- Unit sys-subsystem-net-devices-eth1.device has failed.
-- The result is timeout.
avril 16 14:18:45 Serveur systemd[1]: Dependency failed for A basic static ethernet connection.
-- Subject: Unit netctl@ethernet\x2dstatic.service has failed
-- Defined-By: systemd
-- Support: http://lists.freedesktop.org/mailman/listinfo/systemd-devel
-- Documentation: http://www.freedesktop.org/wiki/Software/systemd/catalog/be02cf6855d2428ba40df7e9d022f03d
-- Unit netctl@ethernet\x2dstatic.service has failed.
-- The result is dependency.
I do get ethernet connection throught dhcpd thought.....

Similar Messages

  • Can not get ejb20\basic\beanManaged example work with Oracle?

    This is the problem I encount when switch DB from Pointbase to Oracle. Most of the examples work when I with necessary change of configuration, DD and redeployment of applications except this one:
    I follow all the steps for Oracle 9i DB. But keep getting the following errors. I don't understand why the system still lookups jdbc/demoPool even I modified DD and system configuration to jdbc/oraclePool (I validate it after successfully deployed to exampleServer).
    The server is WLS 8.1 running on Windows XP professional.
    ant runBuildfile: build.xml
    run:
    [java] Beginning beanManaged.Client...
    [java] Creating account ID: 0 with a balance of 0.0...
    [java] java.rmi.RemoteException: EJB Exception:; nested exception is:
    [java] There was an exception while creating and using the Accounts.
    [java] This indicates that there was a problem communicating with the serve
    r: java.rmi.RemoteException: EJB Exception:; nested exception is:
    [java] javax.ejb.EJBException: nested exception is: javax.naming.NameNo
    tFoundException: While trying to look up comp/env/jdbc/demoPool in /app/ejb/ejb2
    0_basic_beanManaged.jar#beanManaged.; remaining name 'comp/env/jdbc/demoPool'
    [java] at weblogic.rjvm.BasicOutboundRequest.sendReceive(BasicOutboundR
    equest.java:108)
    [java] javax.ejb.EJBException: nested exception is: javax.naming.NameNo
    tFoundException: While trying to look up comp/env/jdbc/demoPool in /app/ejb/ejb2
    0_basic_beanManaged.jar#beanManaged.; remaining name 'comp/env/jdbc/demoPool'
    [java] at weblogic.rmi.cluster.ReplicaAwareRemoteRef.invoke(ReplicaAwar
    eRemoteRef.java:284)
    [java] at weblogic.rmi.cluster.ReplicaAwareRemoteRef.invoke(ReplicaAwar
    eRemoteRef.java:244)
    [java] at examples.ejb20.basic.beanManaged.beanManaged_biy1g2_HomeImpl_
    813_WLStub.create(Unknown Source)
    [java] at examples.ejb20.basic.beanManaged.Client.createAccount(Client.
    java:157)
    [java] at examples.ejb20.basic.beanManaged.Client.example(Client.java:8
    6)
    [java] at examples.ejb20.basic.beanManaged.Client.main(Client.java:57)
    [java] Caused by: javax.ejb.EJBException: nested exception is: javax.naming
    .NameNotFoundException: While trying to look up comp/env/jdbc/demoPool in /app/e
    jb/ejb20_basic_beanManaged.jar#beanManaged.; remaining name 'comp/env/jdbc/demoP
    ool'
    [java] at examples.ejb20.basic.beanManaged.AccountBean.getConnection(Ac
    countBean.java:396)
    [java] at examples.ejb20.basic.beanManaged.AccountBean.ejbCreate(Accoun
    tBean.java:177)
    [java] at examples.ejb20.basic.beanManaged.beanManaged_biy1g2_Impl.ejbC
    reate(beanManaged_biy1g2_Impl.java:195)
    [java] at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
    [java] at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAcces
    sorImpl.java:39)
    [java] at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMet
    hodAccessorImpl.java:25)
    [java] at java.lang.reflect.Method.invoke(Method.java:324)
    [java] at weblogic.ejb20.manager.DBManager.create(DBManager.java:1180)
    [java] at weblogic.ejb20.manager.DBManager.remoteCreate(DBManager.java:
    1129)
    [java] at weblogic.ejb20.internal.EntityEJBHome.create(EntityEJBHome.ja
    va:246)
    [java] at examples.ejb20.basic.beanManaged.beanManaged_biy1g2_HomeImpl.
    create(beanManaged_biy1g2_HomeImpl.java:76)
    [java] at examples.ejb20.basic.beanManaged.beanManaged_biy1g2_HomeImpl_
    WLSkel.invoke(Unknown Source)
    [java] at weblogic.rmi.internal.BasicServerRef.invoke(BasicServerRef.ja
    va:477)
    [java] at weblogic.rmi.cluster.ReplicaAwareServerRef.invoke(ReplicaAwar
    eServerRef.java:108)
    [java] at weblogic.rmi.internal.BasicServerRef$1.run(BasicServerRef.jav
    a:420)
    [java] at weblogic.security.acl.internal.AuthenticatedSubject.doAs(Auth
    enticatedSubject.java:363)
    [java] at weblogic.security.service.SecurityManager.runAs(SecurityManag
    er.java:144)
    [java] at weblogic.rmi.internal.BasicServerRef.handleRequest(BasicServe
    rRef.java:415)
    [java] at weblogic.rmi.internal.BasicExecuteRequest.execute(BasicExecut
    eRequest.java:30)
    [java] at weblogic.kernel.ExecuteThread.execute(ExecuteThread.java:219)
    [java] at weblogic.kernel.ExecuteThread.run(ExecuteThread.java:178)
    [java] Exception in thread "main"
    BUILD FAILED
    attached are modified DD:
    <?xml version="1.0"?>
    <!DOCTYPE ejb-jar PUBLIC
    '-//Sun Microsystems, Inc.//DTD Enterprise JavaBeans 2.0//EN'
    'http://java.sun.com/dtd/ejb-jar_2_0.dtd'>
    <ejb-jar>
    <enterprise-beans>
    <entity>
    <ejb-name>beanManaged</ejb-name>
    <home>examples.ejb20.basic.beanManaged.AccountHome</home>
    <remote>examples.ejb20.basic.beanManaged.Account</remote>
    <ejb-class>examples.ejb20.basic.beanManaged.AccountBean</ejb-class>
    <persistence-type>Bean</persistence-type>
    <prim-key-class>java.lang.String</prim-key-class>
    <reentrant>False</reentrant>
    <resource-ref>
    <res-ref-name>jdbc/oraclePool</res-ref-name>
    <res-type>javax.sql.DataSource</res-type>
    <res-auth>Container</res-auth>
    </resource-ref>
    </entity>
    </enterprise-beans>
    <assembly-descriptor>
    <container-transaction>
    <method>
    <ejb-name>beanManaged</ejb-name>
    <method-name>*</method-name>
    </method>
    <trans-attribute>Required</trans-attribute>
    </container-transaction>
    </assembly-descriptor>
    <ejb-client-jar>ejb20_basic_beanManaged_client.jar</ejb-client-jar>
    </ejb-jar>
    and
    <?xml version="1.0"?>
    <!DOCTYPE weblogic-ejb-jar PUBLIC
    '-//BEA Systems, Inc.//DTD WebLogic 8.1.0 EJB//EN'
    'http://www.bea.com/servers/wls810/dtd/weblogic-ejb-jar.dtd'>
    <weblogic-ejb-jar>
    <weblogic-enterprise-bean>
    <ejb-name>beanManaged</ejb-name>
    <reference-descriptor>
    <resource-description>
    <res-ref-name>jdbc/oraclePool</res-ref-name>
    <jndi-name>examples-dataSource-oracleXAPool</jndi-name>
    </resource-description>
    </reference-descriptor>
    <jndi-name>ejb20-beanManaged-AccountHome</jndi-name>
    </weblogic-enterprise-bean>
    </weblogic-ejb-jar>
    ----------------------------------------------------

    There must be a reference to demoPool lurking around somewhere, I normally do a search inside all the files in the project to solve things like this.
    Also clean up all temporary files and deployments before trying a redeploy.
    If this does not work you can always try configuring the demoPool to use your oracle database, ugly, I know but it may help if your in a hurry to get your code working.

  • Can't get LightDM avatar instructions to work [solved]

    I must be doing something wrong with getting my avatar into LightDM.  I followed the wiki (or at least i think i did).  I am using the default GTK greeter with a theme from my system.  Theme and greeter work fine.
    Here are files I set up according to the Wiki
    /var/lib/AccountsService/users/ray:
    [User]
    Language=en_US.utf8
    XSession=xfce
    Icon=/var/lib/AccountsService/icons/ray
    SystemAccount=false
    64x64png file:
    /var/lib/AccountsService/icons/ray/ray.png
    when i type `users` here is what i get:
    $>users
    ray ray
    Last edited by originalsurfmex (2014-02-09 13:49:55)

    Shouldn't the icon png file be called...
    /var/lib/AccountsService/icons/ray
    not...
    /var/lib/AccountsService/icons/ray/ray.png

  • When our iPad is in use on the internet, my iMac internet connection goes off. I can't get the two devices to work at the same time with the AirPort Express. Is there a setting somewhere I may have missed?

    When our iPad is in use on the internet, my iMac internet connection goes off. I can't get the two devices to work at the same time with the AirPort Express. Is there a setting somewhere I may have missed?

    When two or more devices conflict it typically means that the DHCP service is either misconfigured or is not running at all. DHCP provides IP addresses to local network clients.
    Is your AirPort Express base station the only router in your current network configuration? That is, is it connected directly to an Internet modem and not to another router upstream of it?

  • I can't get text-to-speech to work in Mountain Lion

    I am running a MacBook Pro Retina with mountain lion and I can't get text-to-speech to work. I have selected the text and pressed the key to initiate it, but it just doesn't start to talk.

    (cross-posting from another thread)
    I'm having the same problem. It's as if my iPhone and MacBook Pro now have two separate calendars.
    Basically, I have a MacBook Pro (Mountain Lion, 13", late 2011) that I sync via USB with an iPhone 4S (iOS 5.1.1). Before upgrading to Mountain Lion, all of my iCal events would sync flawlessly. But none of the events I've created in iCal (Calendars) since upgrading have synced to the iPhone. Likewise, no new events that I create on the iPhone Calendar will sync to iCal. Also, changes to an existing event (even one created before upgrading to Mountain Lion) don't get synced either.
    Everything else seems to be syncing just fine though (music, apps, contacts, etc).

  • Can't get my iphone4 AirPrint to work with Canon mx712 printer

    Can't get my iphone4 AirPrint to work with canon mx712 printer
    I've reviewed all network, printer, phone settings

    airprint basic http://support.apple.com/kb/ht4356  see if that printer is compatible.
    airprint troubleshooting http://www.apple.com/support/iphone/assistant/airprint/
    If it is not compatible then you will need to look at the appstore to find something compatible to be able to print.

  • Can I get a stepper motor to work useing an AO channel on a DAQ card?

    Can I get a stepper motor to work useing an AO channel on a DAQ card? I know its a very low currentl coming out, but what Im going to be using the motor for is very weak. Has anyone tried this before? I certinaly dont want to spend 2,000+ on somthing that will be basicly moving a string on some pullys back and forth.
    Thanks,
    -Mark

    Greetings, Mark
    You can certainly use the A0 as a driving signal, but you need to amplify the current considerably to run a stepper motor. Additionally, most stepper motors require multiple phase driving signals to work properly. If I understand your application, I believe a stepper motor is a bit of overkill...you only want to use them when precise positioning and repeatability is an issue. You might look at some of the linear actuators available.
    Eric
    Eric P. Nichols
    P.O. Box 56235
    North Pole, AK 99705

  • PSE9 Can't get the blur tool to work..

    I have a problem with PS elements 9.
    Basically .. In my last package I liked to use the manual blur tool, I see elements has one (a teardrop shaped tool from the bottom left)
    I have selected that blur tool and selected blur at 100% and it pretty much does nothing.
    The other two tools, sharpen and smudge work as expected I just can't get the blur tool to work.
    I want to be able to drag the blur tool across a part of the image and blur it.. but it does nothing!
    If I look at the pixel level then at 100% blur the tool is very slightly blurring the image but only very slightly, I want to be able to paint blurryness across parts of an image and it is not letting me.
    Am I doing something wrong?

    Oh, that is a pain.
    I am used to using a manual blur tool and I like it.
    I can see that the select then filter blur does blur a lot more (as much as I would like) but I don't like the way the selection tool works it always seems to end up with blurs that look unnatural at the edges...
    I suppose I will have to find a way of using it or buy another package.
    Very dissapointed.

  • Can't get brand new WRT610N to work with Billion 7404 VGOM

    I already posted this on whirlpool, here are my posts:
    Hey All,
    Just bought a LinkSys WRT610n and I can't get the darned thing to work with my Billion 7404VGOM.
    At the moment I just want to network my pc to the LinkSys, LinkSys connects to my 7404 which is connected to the internet.
    I've tried using DHCP automatic connection with the WRT610N, but it just doesn't talk route any traffic to the 7404...and thus nothing to the internet.
    All cables and plugged in correctly, I tried the auto setup also but just can't figure the thing out.
    Any suggestions?
    Cheers,
    Ken
    I can't ping my 7404 modem from my PC when connected through the WRT610N. I can ping the WRT610N successfully, but when trying to ping the 7404 the WRT returns "Destination Host Unreachable"
    7404 is function fine if I just connect to it directly though.
    I don't understand, even If I couldn't get DHCP info working or syncing between both devices, it should still be able to ping it.....?
    Right, I just plugged in my netbook via network cable into the "Internet" port on my WRT610N. I try to ping the router using this (it doesn't get any DHCP settings from the router, so I just set it manually and use the WRT as default gateway ip)...I just get request timed out.
    I should be able to do this right?....starting to think my WRT610n has a dodgy "Internet" port.
    Any suggestions?

    If you connect your notebook via network cable into the "Internet" port on the WRT610N and if you ping the router it will not reply...also your Notebook will get any DHCP setting with this connection...However what exactly is Billion 7404VGOM ? A modem i guess!! Who is your ISP ?

  • Want to take back because i can not get my ipod touch to work on this

    I can not get my ipod touch to work on this Linksys WRT54g router at all.I called them and was on the phone for a hour and still can not get it to work.And it is not the ipod because if i go outside i can get on with someone router outside.Can someone Please Please Help Me with this i would like to be able to use my rounter.
    Regards
        Chippy

    Chippy:
    I'll assume you've read the iPod manual. The directions I have seem fairly straightforward - iPod connects to a wireless network when it discovers one. Or, if that option is turned off, you have to manually connect it.
    When it comes to attaching to your router, you will need to know what kind of security the router is using, what the security password is and most important - the router's DHCP function must be activated so the iPod can acquire an IP address.
    If the iPod truly can handle the connection, and you have the necessary information I mentioned, it should connect without a problem. But since you can't connect, you need to review the settings I mentioned.
    It's possible there is some sort of issue with the router and the iPod. But it's my guess that the iPod is not acquiring an IP address because the router is not giving them out.
    Check these things out and post what you find. If we can figure out the answer, your post will be helpful to others who may run into the same problem.

  • I have a macbook pro version 10.7.5 and my mailbox will not open at all and comes up with a quit message even though it is not open. how can i get into my account. it works on my iPhone an i have internet and all other functions working on my computer

    I have a macbook pro version 10.7.5 and my mailbox will not open at all and comes up with a quit message even though it is not open. how can i get into my account. it works on my iPhone and i have internet and all other functions working on my computer

    Launch the Console application in any of the following ways:
    ☞ Enter the first few letters of its name into a Spotlight search. Select it in the results (it should be at the top.)
    ☞ In the Finder, select Go ▹ Utilities from the menu bar, or press the key combination shift-command-U. The application is in the folder that opens.
    ☞ Open LaunchPad. Click Utilities, then Console in the icon grid.
    Step 1
    Make sure the title of the Console window is All Messages. If it isn't, select All Messages from the SYSTEM LOG QUERIES menu on the left. If you don't see that menu, select
    View ▹ Show Log List
    from the menu bar.
    Enter the name of the crashed application or process in the Filter text field. Select the messages from the time of the last crash, if any. Copy them to the Clipboard by pressing the key combination command-C. Paste into a reply to this message by pressing command-V.
    When posting a log extract, be selective. In most cases, a few dozen lines are more than enough.
    Please do not indiscriminately dump thousands of lines from the log into this discussion.
    Important: Some private information, such as your name, may appear in the log. Anonymize before posting.
    Step 2
    In the Console window, look under User Diagnostic Reports (not "Diagnostic and Usage Messages") for crash reports related to the crashed process. The report name starts with the name of the process, and ends with ".crash". Select the most recent report and post the entire contents—the text, not a screenshot. I know the report is long. Please post all of it anyway.
    In the interest of privacy, I suggest that, before posting, you edit out the “Anonymous UUID,” a long string of letters, numbers, and dashes in the header of the report, if it’s present (it may not be.)
    Please don’t post other kinds of diagnostic report—they're very long and rarely helpful.

  • How can I get my web cam to work in Adobe Connect ?

    This is actually an end user's question that I am having trouble answering to...
    We use Adobe Connect to give online language classes, the end user is one of the students.
    I cannot find the right Support answer to give him.
    Problem:
    My camera does not work when I connect to Adobe's rooms but camera works fine with other software.
    Even though I suspected my old camera was working fine, yesterday I went ahead and bought a new camera. 
    I thought perhaps my webcam software may have been a problem, so I bought a different type camera with different software. 
    Even after removing all the old software, same result:  
    I surmised the problem might be caused by my firewall and security software, so once I tried changing the permissions for Adobe, and my Webcam, but that didn’t work.   
    Another time, I restarted my computer right before class and then turned off my firewall completely so there would be no interference but to no avail. I’m totally perplexed.  
    Isn’t there anyone else experiencing a similar problem?   Has anyone else found a solution? 
    I run Windows Vista with McAfee Internet Security Software.  I always reboot the computer before class and open no other programs other than Google Chrome. 
    I now have a brand new Microsoft LifeCam Cinema Camera with LifeCam 3.5 Webcam Software. 
    I test my camera before going online.  It always works fine.   Then I shut down the camera program and login into class.   
    When I “connect webcam” in the room, the light on my camera comes on (suggesting that it is ON), but only a black image is transmitted to the room.

    Check to see if you have Google Voice installed. If so, remove it and see
    if your problem vanishes. If not Google Voice, check to see if you have
    any other communications software which interacts with your cam and
    disable it. This was the problem I had with a similar problem on a Mac.
    MosesJOI <[email protected]>
    10/13/11 12:08 PM
    Please respond to
    [email protected]
    To
    jsb152 <[email protected]>
    cc
    Subject
    How can I get my web cam to work in Adobe Connect ?
    Re: How can I get my web cam to work in Adobe Connect ?
    created by MosesJOI in General Discussion - View the full discussion
    Thanks a lot Heyward for the swift reply !
    I sent the advice out to the end user, but unfortunately this wasn't the
    solution.
    His reply is below :-
    The default resolution of my new camera is already set at 640x360, but I
    went ahead and tried several lower resolutions (e.g. 424x240; 320x240; and
    160x120) but none worked in the room - camera still showed up as black
    blank screen.  Also, as far as I can tell, I don’t have the option of
    adjusting the frame rate.
    I started playing around with my Internet Security Settings to see if they
    might be playing a role. So far, all to no avail.
    Hmm...quite a tricky one - webcams always are - maybe if he can find a way
    to adjust the frame rate (?).
    He's going to fiddle about with the settings a bit more and see if
    something does the trick.
    If anyone has had a similar problem and found an ingenious solution,
    please jot on a note on this thread.
    Replies to this message go to everyone subscribed to this thread, not
    directly to the person who posted the message. To post a reply, either
    reply to this email or visit the message page: [
    http://forums.adobe.com/message/3969561#3969561]
    To unsubscribe from this thread, please visit the message page at [
    http://forums.adobe.com/message/3969561#3969561]. In the Actions box on
    the right, click the Stop Email Notifications link.
    Start a new discussion in General Discussion by email or at Adobe Forums
    For more information about maintaining your forum email notifications
    please go to http://forums.adobe.com/message/2936746#2936746.

  • How can I get iCloud to accept my working Apple ID and password

    My Apple ID and password works for iTunes and App Store.  I'm trying to set up iCloud on my iPhone and iPad but i keep getting an error message that reads unsupported ID.  Apple ID must be in the form of email address (@me.com).  I don't have a MobileMe account. How can I get iCloud to accept my working Apple ID and password?

    I've also reset my password to my Apple ID. I still get the Unsupported ID and password.

  • Hello, so today I realized that my iPhone with iOS 6 is frozen on the music. I can get back to the home screen but I can't get the music player to work because its frozen on the w's and will not respond to touch. I would be grateful for any help on this.

    Hello, so today I realized that my iPhone with iOS 6 is frozen on the music. I can get back to the home screen but I can't get the music player to work because its frozen on the w's and will not respond to touch. I would be grateful for any help on this.

    Hi deamayfield,
    Thanks for visiting Apple Support Communities.
    If your Music app is unresponsive, try restarting/resetting your iPhone:
    iOS: Turning off and on (restarting) and resetting
    http://support.apple.com/kb/ht1430
    Best,
    Jeremy

  • I just got a new itouch and i can't get imessage or facetime to work on my home network

    I just got a new itouch 4 and i can't get imessage and facetime to work on my home wifi network (Airport Express). I can't explain it. The itouch works fine otherwise uncluding the internet. Facetime and imessage work at the apple store so there must be something wrong with my home network. Please help if you can!
    iPod touch, iOS 5.0.1

    I changed the DNS to 8.8.8.8 as you suggested with no success, I even tried 8.8.8.8, 8.8.4.4 as suggested by others with no success either.  When I try and activate iMessage or Facetime, I still get the same message "could not sign in, please check your network connection".  The internet and Mail work perfectly fine on the iPod touch so the WiFi signal IS going through.  I am at a loss, any other suggestions would be more than welcome. Thanks!

Maybe you are looking for

  • Why is RemoteException suppressed?

    Hi, I'm using Weblogic 5.1.If I have a Weblogic RMI client talking to a Weblogic RMI server, and the server goes down, the client will hang went it tries to invoke a method on the no-longer valid remote object in that server. In the Java RMI implemen

  • How do I sort new iTunes store searched results (ie Popularity)?

    New iTunes Store (Ver. 11.0) will not let me sort search results. I'm almost certain this was a feature in older versions of iTunes store but can't get to work in new version. Any help would be appreciated.

  • Search criteria for standard field

    Hi All, we have a requirement in loyalty management employee search screen we couldn't find a custom field called occupation, But in create employee screen it's come. please suggest solution for add this standard field in search criteria. Regards Pra

  • Fillable fields turn black

    I am using LiveCycle Designer ES3 to design fillable forms.  Specifically, I imported a static *.pdf into LiveCycle Designer and added all my fields and properties the way I'm supposed to.  Everything goes great while I'm in the design view and previ

  • Problems saving to iDisk from Pages?

    It doesn't happen every time, but frequently.  When I try to copy a document authored in Pages for the iPad to iDisk, Pages will crash.  I'm saving to a subdirectory four layers down in the directory tree on iDisk.  I have the current versions of eve