Error DOM_10079 : Unable to start service on any node

hi
i am getting below error after i have created dwh tables using 64 bit data base client . table screated successfully.
but when i try to login to informatica and trying to start the repository services i am getting below error
Error DOM_10079 : Unable to start service [INT_OBI_DES] on any node specified for the service .
in the log it says unable to connect to database orcl.
but i am able to connect to database using sql developer . but when i try it from sql plus it is giving eror saying tns error uanble to connect to connection identifier specified some thing.
before it use to work soon after i have installed 32 and 64 bit clients to create dwh tables from dac it is not working.

Hi Sai,
Yes I have installed oracle client in the same box.
Edited by: MKC on Apr 12, 2012 8:19 AM

Similar Messages

  • Unable to start service jms:

    Hi,
    When running imqbrokerd.bat I get the following error. Please can you help out.
    I am running this on windows 2000 server SP4.
    Thanks
    [27/Aug/2004:16:30:55 BST]
    ==================================================================
    Sun ONE Message Queue Copyright 2002
    Version: 3.0 (Build 203-a) Sun Microsystems, Inc.
    Compile: Mon 05/20/2002 All Rights Reserved
    Use is subject to license terms. Third party software, including
    font technology, is copyrighted and licensed from Sun suppliers.
    Sun, Sun Microsystems, the Sun logo, Java, Solaris and iPlanet are
    trademarks or registered trademarks of Sun Microsystems, Inc. in
    the U.S. and other countries. All SPARC trademarks are used under
    license and are trademarks or registered trademarks of SPARC
    International, Inc. in the U.S. and other countries. Federal
    Acquisitions: Commercial Software - Government Users Subject to
    Standard License Terms and Conditions.
    This product includes code licensed from RSA Data Security.
    ==================================================================
    Java Runtime: 1.4.0 Sun Microsystems Inc. e:\MQBroker\jre
    [27/Aug/2004:16:30:55 BST] [B1060]: Loading persistent data...
    [27/Aug/2004:16:30:55 BST] ERROR [B3009]: Unable to start service jms: [B4001]:
    Unable to open protocol tcp for jms service using com.sun.messaging.jmq.jmsserve
    r.net.tcp.TcpProtocol: Address already in use: JVM_Bind
    [27/Aug/2004:16:30:55 BST] [B1039]: Broker "imqbroker@mybroker:7676" ready
    .

    By default the system is configured to use dynamic ports for the
    individual services. I.e.
    imq.jms.tcp.port=0This should result in the system allocating a dynamic port for the
    jms service and therefore avoid port conflicts. Setting a fixed port
    should be unecessary (unless you need to for firewall reasons).

  • TS5376 Every time I try to install Itunes I get an error message saying it is unable to start services and to verify that I have sufficient privileges.  I am the administrator.  I have tried everything I can think of.

    Every time I try to install Itunes I get an error message saying it is unable to start services and to verify that I have sufficient privileges.  I am the administrator.  I have tried everything I can think of.  When I click the ingore option it doesn't install corectly and I get a message saying MSVCR80.dll file is missing.

    Try the following user tip:
    Troubleshooting issues with iTunes for Windows updates

  • Unable to convert pdf to any other format. Tried cloud as well as acrobat reader. Reader error message "unable to contact service" and Cloud message "conversion error". I tried multiple pdf documents and checked security settings on all of them. Help Plea

    nable to convert pdf to any other format. Tried cloud as well as acrobat reader. Reader error message "unable to contact service" and Cloud message "conversion error". I tried multiple pdf documents and checked security settings on all of them. Help Please!

    Hi skydivingsnowman,
    I'm sorry you're having such trouble using the ExportPDF service. What browser are you using?
    Please try clearing your browser cache, or using a different browser (here's a list of supported browsers:   http://www.adobe.com/acom/systemreqs/.
    Please let me know if that works.
    Best,
    Sara

  • Unable to start service

    i'm trying to execute the simpleconnection.java, and the messag error is diplayed:
    Exception = oracle.ifs.common.IfsException: IFS-20102: Unable to start service (IfsDefault)
    oracle.ifs.common.IfsException: IFS-20010: Unable to get service configuration properties (IfsDefault)
    java.util.MissingResourceException: Can't find resource for base name oracle.ifs.server.properties.IfsDefault, locale fr_FR.
    the listing of the program is:
    package oracle.ifs.examples.documentation.connection;
    import oracle.ifs.beans.LibraryService;
    import oracle.ifs.beans.LibrarySession;
    import oracle.ifs.common.CleartextCredential;
    import oracle.ifs.common.IfsException;
    public class SimpleConnection
    * Connect to the Oracle 9iFS server. The arguments (args) are
    * IfsService, IfsServicePassword, UserName, UserPassword.
    public void static main (String[] args)
    // Use the IfsService and IfsServicePassword to start the service.
    LibraryService service =
    LibraryService.startService(args[0], args[1]);
    * Use the UserName and UserPassword to instantiate a
    * CleartextCredential object.
    CleartextCredential cred =
    new CleartextCredential(args[2], args[3]);
    LibrarySession ifsSession = service.connect(cred, null);
    // This is the place where you insert the part of the
    // program that actually does something.
    //Disconnect the session.
    session.disconnect();
    and the command of execution is:
    c:\>SimpleConnection IfsDefault ifssys system manager
    what is a service name ? and how can i do to resolve this problem ?
    if there is any suggetions, please let me know.

    From your command prompt, make sure to run 9ifs/bin/ifsenv.bat.
    Backup the 9ifs/cl/ifsclasspath.cl file.
    In the backup files, replace "$" with "set " in the file 9ifs/cl/ifsclasspath.cl and copy and paste the output into your command prompt.
    Between the ifsenv.bat and the cl file, most of your environment variables (including IFS_CLASSPATH) will be set.
    Then type the following line:
    set CLASSPATH=%IFS_CLASSPATH%;%CLASSPATH%
    This will set your classpath correctly and you should not get that error.

  • Unable to start service "URGENT"

    i'm trying to execute the simpleconnection.java, and the messag error is diplayed:
    Exception = oracle.ifs.common.IfsException: IFS-20102: Unable to start service (IfsDefault)
    oracle.ifs.common.IfsException: IFS-20010: Unable to get service configuration properties (IfsDefault)
    java.util.MissingResourceException: Can't find resource for base name oracle.ifs.server.properties.IfsDefault, locale fr_FR.
    the listing of the program is:
    package oracle.ifs.examples.documentation.connection;
    import oracle.ifs.beans.LibraryService;
    import oracle.ifs.beans.LibrarySession;
    import oracle.ifs.common.CleartextCredential;
    import oracle.ifs.common.IfsException;
    public class SimpleConnection
    * Connect to the Oracle 9iFS server. The arguments (args) are
    * IfsService, IfsServicePassword, UserName, UserPassword.
    public void static main (String[] args)
    // Use the IfsService and IfsServicePassword to start the service.
    LibraryService service =
    LibraryService.startService(args[0], args[1]);
    * Use the UserName and UserPassword to instantiate a
    * CleartextCredential object.
    CleartextCredential cred =
    new CleartextCredential(args[2], args[3]);
    LibrarySession ifsSession = service.connect(cred, null);
    // This is the place where you insert the part of the
    // program that actually does something.
    //Disconnect the session.
    session.disconnect();
    and the command of execution is:
    c:\>SimpleConnection IfsDefault ifssys system manager
    what is a service name ? and how can i do to resolve this problem ?
    if there is any suggetions, please let me know.
    thanks in advance

    The Service is the LibraryService that you're going to use to connect to Oracle 9iFS. Please read the Session and Transaction Management
    chapter in the Oracle 9iFS Developer's Reference for more information on services and sessions.
    The name of the Service corresponds to a properties file that stores configuration for the LibraryService. You should find an IfsDefault.properties
    file in $ORACLE_HOME/9ifs/settings/oracle/ifs/server/properties directory.
    To trouble shoot this:
    1) first verify that your connection arguments are valid by using them to launch ifssvrmgr. This utility is no longer used to
    manage servers in Oracle 9iFS, but you can still use it to validate your arguments. If they are valid....
    2) Check the IFS.SERVER.JDBC.DatabaseUrl parameter and make sure it references a
    valid SQL*Net address. Double check the SQL*Net connection by using it to connect to the ifssys schema via SQL*Plus.
    3) Find out where the SimpleConnection program is failing by inserting print line commands.
    You may also find the following technical brief useful. It shows how to connect from JDeveloper.
    http://otn.oracle.com/products/ifs/htdocs/JDeveloperSetup.html

  • Error Message " Unable to start Intel My WiFi Technology"

    Setup: Lenovo W520 on Windows 7 Pro
    After Lenovo Software Update, the Intel WiDi was updated.  
    Then I run the program " Intel WiDi". I received an Error Message " Unable to start Intel My WiFi Technology"
    I try to troubleshoot and did the following
    1. Uninstall WiDi in the "Control Panel". However, i received an error message from Windows Installer --"Error opening installation log file. Verify that the specified log file location exists and is writable"
    Any suggestions on how to reinstall the Intel WiDi

    Did resolve it also! But NOT with the LENOVO UPDATE!!!
    Take a look at this Intel webpage:
    http://www.intel.com/support/wireless/wtech/iwd/sb/CS-031109.htm
    it describes what we must do to get it running!
    1. I did download the new PROSET WiFi and the WiDi driver
    2. deinstall the WIDI and PROSET Wireless drivers from LENOVO
    3. then intall the new drivers from INTEL in the order described above!

  • Unable to start service IfsDefaultService

    Hello,
    I am having a problem with HTTP DAV access of IFS. This is a new install of IFS on a SuSe 7.2 Linux box.
    When starting Apache and JServ, the jserv.log shows an error complaining that the IfsDefaultService cannot be started, followed by other errors.
    According the OEM Console, I have successfully started the IFS Domain, and related nodes/services.
    I have enabled IFS_DAV_DEBUG but that did not provide the answers.
    Can someone help me interpret the error below?
    Thanks,
    Chuck
    29/08/2001 15:18:43:412 EDT] files/oracle.ifs.protocols.dav.impl.IfsDavServlet: NodeGuardian: Node manager registered
    [29/08/2001 15:18:43:413 EDT] files/oracle.ifs.protocols.dav.impl.IfsDavServlet: NodeManager: Ready
    [29/08/2001 15:18:43:414 EDT] files/oracle.ifs.protocols.dav.impl.IfsDavServlet: NodeManager: Initialize: determining default services and servers
    [29/08/2001 15:18:43:475 EDT] files/oracle.ifs.protocols.dav.impl.IfsDavServlet: NodeManager: Initialize: starting service IfsDefaultService
    [29/08/2001 15:18:44:205 EDT] files/oracle.ifs.protocols.dav.impl.IfsDavServlet: NodeManager: Initialize: unable to start service IfsDefaultService
    oracle.ifs.common.IfsException: IFS-45083: Unable to start service (IfsDefaultService)
    oracle.ifs.common.IfsException: IFS-20102: Unable to start service (IfsDefaultService)
    oracle.ifs.common.IfsException: IFS-20122: Unable to construct service
    oracle.ifs.common.IfsException: IFS-10620: Unable to construct connection pool
    oracle.ifs.common.IfsException: IFS-10633: Unable to create library connection
    oracle.ifs.common.IfsException: IFS-10600: Unable to construct library connection
    java.sql.SQLException: ~`@
    at oracle.jdbc.dbaccess.DBError.throwSqlException(DBError.java:180)
    at oracle.jdbc.oci8.OCIDBAccess.check_error(OCIDBAccess.java:1759)
    at oracle.jdbc.oci8.OCIEnv.getEnvHandle(OCIEnv.java:69)
    at oracle.jdbc.oci8.OCIDBAccess.logon(OCIDBAccess.java:452)
    at oracle.jdbc.driver.OracleConnection.<init>(OracleConnection.java:287)
    at oracle.jdbc.driver.OracleDriver.getConnectionInstance(OracleDriver.java:442)
    at oracle.jdbc.driver.OracleDriver.connect(OracleDriver.java:321)
    at java.sql.DriverManager.getConnection(DriverManager.java:517)
    at java.sql.DriverManager.getConnection(DriverManager.java:177)
    at oracle.ifs.server.LibraryConnection.<init>(LibraryConnection.java:245)
    at oracle.ifs.server.ConnectionPool.constructLibraryConnection(ConnectionPool.java:712)
    at oracle.ifs.server.ConnectionPool.createLibraryConnection(ConnectionPool.java:673)
    at oracle.ifs.server.ConnectionPool.<init>(ConnectionPool.java:311)
    at oracle.ifs.server.S_LibraryService.resetConnectionPools(S_LibraryService.java:3195)
    at oracle.ifs.server.S_LibraryService.<init>(S_LibraryService.java:1042)
    at oracle.ifs.server.S_LibraryService.startService(S_LibraryService.java:1399)
    at oracle.ifs.beans.LibraryService.startService(LibraryService.java:255)
    at oracle.ifs.management.domain.NodeManager.startService(NodeManager.java:917)
    at oracle.ifs.management.domain.NodeManager.bootstrap(NodeManager.java:1329)
    at oracle.ifs.management.domain.NodeManager.access$300(NodeManager.java:83)
    at oracle.ifs.management.domain.NodeManager$3.run(NodeManager.java:562)

    Hi Charles.
    Several points:
    - Look at the appendix of the 1.1 Developer's Guide for details on this error message. http://technet.oracle.com/docs/products/ifs/doc_library/ifs_1_1/Developers%20Guide/Errormessages.html#1011023
    - In the appendix of the 1.1 Developer's Guide, it indicates "...can also occur if the DatabaseUrl setting in the service properties file is invalid."
    - I think the DatabaseUrl is found in the $ORACLE_HOME/ifs1.1/settings/oracle/ifs/server/properties/HttpServer.properties file.
    - Could it be that you didn't re-run IfsConfig after changing something about your connection? I believe IfsConfig sets the DatabaseUrl for you.
    Hope that helps.
    Alan

  • Unable to start service (IfsDefault)

    After I compile following HelloWorld.java, I received the Following Error Message.
    How can I solve this probleme.
    oracle.ifs.common.IfsException: IFS-20102: Unable to start service (IfsDefault)
    oracle.ifs.common.IfsException: IFS-20010: Unable to get service configuration properties (IfsDefault)
         at oracle.ifs.beans.LibraryService.getServiceConfigurationProperties(LibraryService.java:546)
         at oracle.ifs.beans.LibraryService.startService(LibraryService.java:329)
         at oracle.ifs.examples.devdoc.helloworld.HelloWorld.main(HelloWorld.java:62)
    Source:
    package oracle.ifs.examples.devdoc.helloworld;
    // Class used to represent the current user at runtime
    import oracle.ifs.beans.DirectoryUser;
    // Class used to instantiate the Document object at runtime
    import oracle.ifs.beans.Document;
    //Class used to define the attributes of the new Document object
    import oracle.ifs.beans.DocumentDefinition;
    //Class used to represent a Folder object at runtime
    import oracle.ifs.beans.Folder;
    // Classes used to create the connection to the Oracle 9iFS server
    import oracle.ifs.beans.LibraryService;
    import oracle.ifs.beans.LibrarySession;
    // Class used to access informat5ion about the current user; in this
    // program, it's used to access the user's home folder.
    import oracle.ifs.beans.PrimaryUserProfile;
    // Class used to create the persistent Document object in the repository
    import oracle.ifs.beans.PublicObject;
    // Class used to hold the user's authentication information
    import oracle.ifs.common.CleartextCredential;
    // Class used to trap and report 9iFS specific exceptions
    import oracle.ifs.common.IfsException;
    * HelloWorld class. This class demonstrates the steps needed to
    * connect to an instance of Oracle 9iFS, create a new document,
    * insert the document in a folder, and disconnect from the Oracle
    * 9iFS server.
    public class HelloWorld
    /* Connect to the Oracle 9iFS server. The arguments are IfsService,
    * IfsServicePassword, UserName, UserPassword. The syntax
    * to run the program is:
    * java oracle.ifs.examples.devdoc.helloworld.HelloWorld ifsDefault
    * ifssys system manager9ifs
    public static void main(String[] args) throws IfsException
    /* As a rule, you should always use VerboseMessages in your 9iFS
    * classes, because it will result in better error message output to
    * help you with your debugging. Set the value to true at the start
    * of each of your programs.
    IfsException.setVerboseMessage(true);
    try
    // Start the LibraryService.
    LibraryService service = LibraryService.startService(args[0], args[1]);
    // Create a CleartextCredential object that encapsulates the user's
    // log in information.
    CleartextCredential cred = new CleartextCredential(args[2], args[3]);
    // Connect (create a LibrarySession) using the Service and
    // CleartextCredential objects.
    LibrarySession ifsSession = service.connect(cred, null);
    // Instantiate an empty DocumentDefinition object.
    DocumentDefinition newDocDef = new DocumentDefinition(ifsSession);
    // Set the Name attribute for the new document.
    newDocDef.setName("HelloWorld.txt");
    // Set the content of the document.
    newDocDef.setContent("Hello, world.");
    // Create the document object in the Oracle 9iFS repository.
    Document doc = (Document) ifsSession.createPublicObject(newDocDef);
    // Begin the foldering process. First, instantiate a DirectoryUser
    // object that represents the current user.
    DirectoryUser thisUser = ifsSession.getDirectoryUser();
    // Get the PrimaryUserProfile information for the current user.
    PrimaryUserProfile userProfile = ifsSession.getPrimaryUserProfile(thisUser);
    // Instantiate a runtime representation of the user's home folder.
    Folder homeFolder = userProfile.getHomeFolder();
    // Insert the new document to the user's home folder.
    homeFolder.addItem(doc);
    // Close the connection to Oracle 9iFS.
    ifsSession.disconnect();
    catch (Exception e)
    e.printStackTrace();
    Thinks.
    Hamoud.

    Are you running your application from a local JVM or through IAS?
    In your IAS-installation you will find a folder named "9ifs/settings". This folder should be in your classpath, if you are running locally.
    If you are running through the IAS, I believe the cause of your trouble is a partly failed IAS-installation.

  • Unable to start service ICM distributor

    Hi Friends,
    I am unable to start the Cisco ICM distributor service. when I will start it it will show the error message "unable to start the service the service did not start due to a logon failure". Please support.

    Hi,
    This issue is due to Windows account login mismatch.
    Solution:
    Navigate into services.msc (windows services) & right click the Cisco ICM distributor service , Properties / Logon Tab & provide the domain account in which the Distributor was installed actually.
    Try to start the services now. It should be good to go.
    Thanks,
    Jayadurai
    Servion Global Solutions.

  • I got this error: following error: Warning: Can not start service RTCMEDIARELAY on computer

    I am installing an edge server, when I start the services, enter the following error:
    Warning: Can not start service RTCMEDIARELAY on computer. and only start two services,
    Lync Rerver Replica Replicator agent and Lync Server Web Conferencing Edge.
    my lync server is version 2010.
    If you need more details, do it know.
    Greetings.

    Here are some similar threads you can refer to:
    http://social.technet.microsoft.com/Forums/lync/en-US/2db2ef0b-7d4f-4908-a0c5-d5de5822d9cf/edge-server-services-not-starting
    http://social.technet.microsoft.com/Forums/lync/en-US/1544fd15-5a60-47f0-9793-c68d6db030d6/warning-cannot-start-service-rtcmediarelay
    Lisa Zheng
    TechNet Community Support

  • Error 17058 Unable to start a service account on MSSQLServer and SQL Agent

    hi
    I am intalling SQL 2008 standard with SP1 on a Windows Server 2003 R2 SP2.
    I installed as  "local service account" for MSSQLServer (SQL database engine) and SQL agent.
    But I want to change to "service account" as [domain\svc_XXX] for MSSQLserver and SQL agent.
    I add the [domain\svc_XXX]  in local security policy - "Log as a service"
    and also add in SSMS - Security - New Login (windows authentication.
    When I started the MSSQLserver and SQL agent using the [domain\svc_XXX], I got an error 17058.  Initerrlog: could not open error log file."  Operating system error=3 (The system cannot find the path specified).
    I don't know where else to look at..
    Also, how do I find the cumulative service pack for SQL server 2008 standard?
    thanks
    Irene

    Hi Irene:
    By seeing your error message "When I started the MSSQLserver and SQL agent using the [domain\svc_XXX],
    I got an error 17058.  Initerrlog: could not open error log file."  Operating system error=3 (The system cannot find the path specified)."
    Please provide access to domain\svc_XXX on
    log file directory.
    Thanks,
    Satish Kumar.
    Thanks, Satish Kumar. Please mark as this post as answered if my anser helps you to resolves your issue :)

  • Unable to start services with different

    Hi,
    We have installed OBIEE 11g on a 64-bit Windows machine. When we start the services with the same user id which was logged in while installation the services go up successfully and everything seems fine. However, when we try to start the services with any other user id, the weblogic server fails to start.
    Please let me know if anyone has any idea why this could be happening. Any help will be appreciated.
    Thanks
    Naman

    Hi,
    I added the user to BIAdministrators but still it is unable to start the services. Also, the ID with which I installed OBIEE is also not added to the BIAdministrators group but is still able to start the services.
    Thanks
    Naman

  • RoboHelp Error Message - Unable to start Word

    I just recently updated to the full version of 6.0 (I was
    previously using X5 and had the 6.0 Upgrade). When I open the
    RoboHelp Explorer and try to load any of my projects, the correct
    Word document opens at the start, but then the Explorer hangs. If I
    click anywhere, I get the error message, "RoboHelp Explorer was
    unable to start Word."
    Another person has been able to open the same project from
    their machine. I've tried copying the templates from the other user
    (Local Disk > Documents and Settings (user) > Application
    Data > Microsoft > Templates) as well as the Adobe templates
    (Program Files > Adobe > RoboHelp 6.0 > RoboHELP >
    Template > Custom > Custom 1 and Custom 2). I have also tried
    deleting the .RTF files from the project so that they'd have to
    re-generate.
    The other user is still on X5 with the 6.0 Upgrade. Is the
    problem specific to that? Has anyone else seen this error message
    before?

    Hi Kaherns,
    I've experienced the same problem, solved it as described
    below. Not the must beautiful solution, but better than
    reinstalling RH each and every day.
    In my case, the "unable to start Word" problem was related to
    a .dot file mess up created by RH in
    Local Disk>Documents and Settings (user)>Application
    Data>Microsoft>Templates.
    1. Reinstall RH.
    2. In Windows Explorer, open the
    Local Disk>Documents and Settings (user)>Application
    Data>Microsoft>Templates folder.
    3. Make a backup of the fresh, non-corrupted RoboHELP.dot by
    copying (not moving) it to any place on your computer or network.
    4. When RH shows "Unable to start Word", close the project
    and RH.
    5. In Windows Explorer, open the
    Local Disk>Documents and Settings (user)>Application
    Data>Microsoft>Templates folder.
    6. Make sure that hidden files are shown (
    Tools>Folder options>View...).
    7. Delete
    RoboHELP.dot,
    ~$boHELP.dot, and
    ~$Normal.dot.
    8. Copy the backup RoboHELP.dot created in step 3 to the
    Local Disk>Documents and Settings (user)>Application
    Data>Microsoft>Templates folder.
    9. Restart Word. If prompted to start Word in safe mode,
    select
    No.
    Now, my RH does this a couple of times per day so I use a
    batch file, instead of copying files manually:
    1. Create a copy of the
    Local Disk>Documents and Settings (user)>Application
    Data>Microsoft>Templates folder (on the desktop, for
    example).
    2. Make sure that the folder contains a non-corrupted
    RoboHELP.dot file and that
    ~$boHELP.dot, and
    ~$Normal.dot are not in the folder.
    3. Insert the below code in a text file and save it as a .bat
    on an easy-to-access place (the desktop, for example).
    @echo off
    rmdir /s /q "C:\Documents and
    Settings\<user>\Application Data\Microsoft\Templates"
    xcopy /s /i "<path to copied Templates folder>"
    "C:\Documents and Settings\user\Application
    Data\Microsoft\Templates"
    4. As RH goes bananas, close RH and then double click the
    .bat file. The corrupted files are now replaced.
    5. Open RH.
    Of course, I take no resonsibility for any problems you might
    run into trying the above.

  • Geting error msg "Unable to start Web browser for U" while open Siebel Icon

    hi,
    I have Successfully Installed Siebel 8.1 on Windows 7 Operating System After this when i am trying to open "Siebel Financial Services - ENU" ICON i am getting Error Message that "Unable to start Web browser for your Session".
    I have Internet Explorer 8 on my Windows 7 operating system.
    Waiting for ur Quick Reply.
    THANKING YOU!
    Best Regards
    Oradb.

    Hi,
    Which web browser you were trying to open the siebel application. You should make that web browser as a default browser for your OS.
    Open IE- Tools - Internet Options - Programs - Make Default Browser.
    Try this and let me know the results.
    Regards,
    Joseph

Maybe you are looking for

  • For-each loops

    while working in jbuilder2005 i want to use for-each loops i see following error; " for-each loops are not supported in -source 1.2 (try -source 1.5 to enable for-each loops) " i configured the jdk libraries source to jdk1.5 even then i found problem

  • ITunes opens when I unplug my headphones

    I have a late 2008 15" MacBook Pro running Mountain Lion. I use the headphones that came with my iPhone 4 with my MBP all the time. Every now and then, when I unplug the headphones from my MBP, iTunes will open. It doesn't happen every time, but it h

  • LMS 4.2.2 - Inventory fails when hardwareplatform is changed ?

            Hi, You all know the senario; A managed device, let's say a c2801 router is being replaced with newer platform, let's say a c3900e series router. Might aswell be a C2960 being replace by a c3750x I the goodolddays, with LMS3.2.1, you would ge

  • LoV in Notification

    I want to create a Region that will appear as a Notification in Workflow. The problem is that I want to have one of the items updateable using an LoV. Is this possible?

  • Cannot connect to itunes on iphone5

    I cannot connect to iTunes on my iphone5.  I have tried turning my phone on and off and I have tried logging in and out of the iTunes store.  iTunes just keeps saying "cannot connect to iTunes store".  Help me Apple!!!