I tring to create new agent and then checking test connection it will show

i tring to create new agent and then checking test connection it will show error like below plz help us
oracle.odi.runtime.agent.invocation.InvocationException: ODI-1424: Agent host or port cannot be reached using http://localhost:29010/oraclediagent.
     at oracle.odi.runtime.agent.invocation.RemoteRuntimeAgentInvoker.reThrowAgentErrorAsInvocation(RemoteRuntimeAgentInvoker.java:932)
     at oracle.odi.runtime.agent.invocation.RemoteRuntimeAgentInvoker.invoke(RemoteRuntimeAgentInvoker.java:291)
     at oracle.odi.runtime.agent.invocation.RemoteRuntimeAgentInvoker.invokeIsAlive(RemoteRuntimeAgentInvoker.java:427)
     at oracle.odi.ui.action.SnpsPopupActionTestAgentHandler.actionPerformed(SnpsPopupActionTestAgentHandler.java:65)
     at oracle.odi.ui.SnpsActionControler.handleEvent(SnpsActionControler.java:75)
     at oracle.ide.controller.IdeAction.performAction(IdeAction.java:529)
     at oracle.ide.controller.IdeAction.actionPerformedImpl(IdeAction.java:884)
     at oracle.ide.controller.IdeAction.actionPerformed(IdeAction.java:501)
     at javax.swing.AbstractButton.fireActionPerformed(AbstractButton.java:1995)
     at javax.swing.AbstractButton$Handler.actionPerformed(AbstractButton.java:2318)
     at javax.swing.DefaultButtonModel.fireActionPerformed(DefaultButtonModel.java:387)
     at javax.swing.DefaultButtonModel.setPressed(DefaultButtonModel.java:242)
     at javax.swing.AbstractButton.doClick(AbstractButton.java:357)
     at javax.swing.plaf.basic.BasicMenuItemUI.doClick(BasicMenuItemUI.java:1225)
     at javax.swing.plaf.basic.BasicMenuItemUI$Handler.mouseReleased(BasicMenuItemUI.java:1266)
     at java.awt.Component.processMouseEvent(Component.java:6263)
     at javax.swing.JComponent.processMouseEvent(JComponent.java:3267)
     at java.awt.Component.processEvent(Component.java:6028)
     at java.awt.Container.processEvent(Container.java:2041)
     at java.awt.Component.dispatchEventImpl(Component.java:4630)
     at java.awt.Container.dispatchEventImpl(Container.java:2099)
     at java.awt.Component.dispatchEvent(Component.java:4460)
     at java.awt.LightweightDispatcher.retargetMouseEvent(Container.java:4574)
     at java.awt.LightweightDispatcher.processMouseEvent(Container.java:4238)
     at java.awt.LightweightDispatcher.dispatchEvent(Container.java:4168)
     at java.awt.Container.dispatchEventImpl(Container.java:2085)
     at java.awt.Window.dispatchEventImpl(Window.java:2475)
     at java.awt.Component.dispatchEvent(Component.java:4460)
     at java.awt.EventQueue.dispatchEvent(EventQueue.java:599)
     at java.awt.EventDispatchThread.pumpOneEventForFilters(EventDispatchThread.java:269)
     at java.awt.EventDispatchThread.pumpEventsForFilter(EventDispatchThread.java:184)
     at java.awt.EventDispatchThread.pumpEventsForHierarchy(EventDispatchThread.java:174)
     at java.awt.EventDispatchThread.pumpEvents(EventDispatchThread.java:169)
     at java.awt.EventDispatchThread.pumpEvents(EventDispatchThread.java:161)
     at java.awt.EventDispatchThread.run(EventDispatchThread.java:122)

after using this link it will show error like below plz help
C:\oracle\Middleware\Oracle_ODI1\oracledi\agent\bin>agent -NAME=OracleDIAgent
OracleDI: Starting Agent ...
2011-03-28 19:14:12.930 ERROR ODI-1131 Agent OracleDIAgent encountered an error:
ODI-1400: Agent OracleDIAgent start failure: JDBC connection error occurs while
connecting to the master repository.
ODI-1441: Unable to connect to the master repository at JBDC URL=jdbc:oracle:thi
n:@01hw175334.india.tcs.com:1521:orcl with USER=sh.
Caused By: java.sql.SQLException: Exception occurred while getting connection: o
racle.ucp.UniversalConnectionPoolException: Cannot get Connection from Datasourc
e
at oracle.ucp.util.UCPErrorHandler.newSQLException(UCPErrorHandler.java:
541)
at oracle.ucp.jdbc.PoolDataSourceImpl.throwSQLException(PoolDataSourceIm
pl.java:587)
at oracle.ucp.jdbc.PoolDataSourceImpl.getConnection(PoolDataSourceImpl.j
ava:668)
at oracle.ucp.jdbc.PoolDataSourceImpl.getConnection(PoolDataSourceImpl.j
ava:613)
at oracle.ucp.jdbc.PoolDataSourceImpl.getConnection(PoolDataSourceImpl.j
ava:607)
at oracle.odi.Agent.validateConnectionProperties(Agent.java:398)
at oracle.odi.Agent.doGetDataSource(Agent.java:390)
at oracle.odi.Agent.main(Agent.java:471)
Caused by: oracle.ucp.UniversalConnectionPoolException: Cannot get Connection fr
om Datasource
at oracle.ucp.util.UCPErrorHandler.newUniversalConnectionPoolException(U
CPErrorHandler.java:421)
at oracle.ucp.util.UCPErrorHandler.newUniversalConnectionPoolException(U
CPErrorHandler.java:389)
at oracle.ucp.jdbc.DriverConnectionFactoryAdapter.createConnection(Drive
rConnectionFactoryAdapter.java:133)
at oracle.ucp.common.UniversalConnectionPoolImpl$UniversalConnectionPool
Internal.createOnePooledConnectionInternal(UniversalConnectionPoolImpl.java:1570
at oracle.ucp.common.UniversalConnectionPoolImpl$UniversalConnectionPool
Internal.access$600(UniversalConnectionPoolImpl.java:1378)
at oracle.ucp.common.UniversalConnectionPoolImpl.createOnePooledConnecti
on(UniversalConnectionPoolImpl.java:445)
at oracle.ucp.common.UniversalConnectionPoolImpl.borrowConnectionWithout
CountingRequests(UniversalConnectionPoolImpl.java:302)
at oracle.ucp.common.UniversalConnectionPoolImpl.borrowConnection(Univer
salConnectionPoolImpl.java:129)
at oracle.ucp.jdbc.JDBCConnectionPool.borrowConnection(JDBCConnectionPoo
l.java:119)
at oracle.ucp.jdbc.PoolDataSourceImpl.getConnection(PoolDataSourceImpl.j
ava:655)
... 5 more
Caused by: java.sql.SQLException: ORA-01017: invalid username/password; logon de
nied
at oracle.jdbc.driver.SQLStateMapping.newSQLException(SQLStateMapping.ja
va:70)
at oracle.jdbc.driver.DatabaseError.newSQLException(DatabaseError.java:1
33)
at oracle.jdbc.driver.DatabaseError.throwSqlException(DatabaseError.java
:206)
at oracle.jdbc.driver.T4CTTIoer.processError(T4CTTIoer.java:455)
at oracle.jdbc.driver.T4CTTIoer.processError(T4CTTIoer.java:406)
at oracle.jdbc.driver.T4CTTIoer.processError(T4CTTIoer.java:399)
at oracle.jdbc.driver.T4CTTIoauthenticate.receiveOauth(T4CTTIoauthentica
te.java:799)
at oracle.jdbc.driver.T4CConnection.logon(T4CConnection.java:368)
at oracle.jdbc.driver.PhysicalConnection.<init>(PhysicalConnection.java:
508)
at oracle.jdbc.driver.T4CConnection.<init>(T4CConnection.java:203)
at oracle.jdbc.driver.T4CDriverExtension.getConnection(T4CDriverExtensio
n.java:33)
at oracle.jdbc.driver.OracleDriver.connect(OracleDriver.java:510)
at oracle.ucp.jdbc.DriverConnectionFactoryAdapter.createConnection(Drive
rConnectionFactoryAdapter.java:129)
... 12 more
C:\oracle\Middleware\Oracle_ODI1\oracledi\agent\bin>

Similar Messages

  • Can I create new TeamProjectCollection and TeamProject on TFS using Tfs API programmatically

    Hi,
    I want to ask that is there is any way to create new TeamProjectCollection and then new TeamProject on that collection using tfs api programmatically ?
    Thanks in advance.

    Hi Hassan,
    There is no API to create a team project, but you can script it using devenv. You can check the links below for more information:
    http://blogs.msdn.com/b/granth/archive/2009/09/25/scripting-team-project-creation-in-tfs2010.aspx
    https://social.msdn.microsoft.com/Forums/vstudio/en-US/99184c0e-31b4-43aa-8f36-52545bb48e33/create-a-team-project-programatically?forum=tfsprocess
    Best regards,
    We are trying to better understand customer views on social support experience, so your participation in this interview project would be greatly appreciated if you have time. Thanks for helping make community forums a great place.
    Click
    HERE to participate the survey.

  • If i selected to "Create a new backup" and then cancelled that option but want to go back and select "Inherit backup history"; how do i go back and do that since now when i plug in my HD, that option doesn't appear anymore?? Any Help?

    If i selected to "Create a new backup" and then canceled that option but want to go back and select "Inherit backup history"; how do I go back and do that since now when I plug in my external hard drive, that option doesn't appear anymore?? Any Help? I bought a MacBook Air, but decided to return it for the newest model, and I wanted to back it up so that I can then back it up on my new MacBook Air. I didn't understand the option to Inherit or start a new back up, and therefore selected the option to create a new backup. I believe I should have selected to Inherit backup history so that when i back it up on the new MackBook Air, it appears the same as the one I'm returning.... Is there anyway that i can re-select the option to Inherit backup history for time machine?

    Thanks for sharing this link.
    I've posted a question here https://discussions.apple.com/message/22049103#22049103 describing my situation. Are you able to suggest me the right option?

  • If i create a new itunes on a new computer and then connect my iphone to it will it clear my phone or simply copy all apps and items to the new itunes?

    If i create a new itunes on a new computer and then connect my iphone to that computer will it clear my phone or simply copy all apps and items to the new Itunes?

    Do not create a new iTunes account... accounts cannot be merged.
    Install iTunes on the new computer.
    Syncing of iDevices does not import content to a computer, the sync is one way from computer to iDevice.
    Moving iTunes Library: Mac
    Moving iTunes Library: Windows
    Moving iTunes Library: External Hard drive

  • I recently created a new Appleid and then the password to my old Appleid suddenly did not work.  When I tried to reset the password I do not receive the email with the link and Apple does not either recognize my birthday.  What to do?

    I recently created a new Appleid and then the password to my old Appleid suddenly did not work.  When I tried to reset the password I do not receive the email with the link and Apple does not either recognize my birthday.  What to do?

    Hi ingaosk,
    Thanks for the question. Based on what you stated, it seems like you did not receive the reset email. I would recommend that you read this article, it may be able to help you isolate or resolve the issue.
    If you didn't receive your Apple ID verification or reset email - Apple Support
    Thanks for using Apple Support Communities.
    Cheers,
    Mario

  • After getting a new desktop I downloaded iTunes and authorized my new computer and then de-authorized my old one,  When I try to update my 5S it says my phone is not authorized and list my wifes email address as the account holder and not mine.  How

    After getting a new desktop I downloaded iTunes and authorized my new computer and then de-authorized my old one,  When I try to update my 5S it says my phone is not authorized and list my wifes email address as the account holder and not mine.  How do I correct this. I am using Windows 8.1 .  My wife has never had an iTuunes account

    Hello Lakesidetom,
    It sounds as though you are experiencing an issue with an Apple ID and authorizations. Based on your post, it sounds like you are familiar with the authorizing and deauthorizing process. The Apple ID in question (your wife's email) may be originating from the iPhone you are attempting to update. Is it possible that your wife created an Apple ID or iCloud account which is signed in on that iPhone? Below, I have included links to some resources that may help you determine if your wife has created an Apple ID:
    How to find your Apple ID - Apple Support
    Use these steps if you forgot your Apple ID or aren't sure that you have one.
    Apple - My Apple ID
    If you can't remember your Apple ID, just provide us with some information and we'll find it for you. Then we'll help you reset your password.
    Thank you for contributing to Apple Support Communities.
    Cheers,
    Bobby_D

  • I have created a pdf and then want to send it to my boss.  When he recieves it it is saved in the 14 X 8.5 inches version.  How can I saved it on my end as a 11 x 8.5 inch so he doesn't have to uncheck "Choose paper source by PDF page size"?

    I have created a pdf and then want to send it to my boss.  When he recieves it it is saved in the 14 X 8.5 inches version.  How can I saved it on my end as a 11 x 8.5 inch so he doesn't have to uncheck "Choose paper source by PDF page size"?

    Hi heathers,
    You would need to print the file to a new PDF with the appropriate page size.
    Best,
    Sara

  • How to create new agent types  in transaction CBIH92.

    Hi guru's,
    Can anybody tell me how i can create new agent types .
    thanks and regards,
    Pronoy.

    Hi Pronoy
    Agent types are not created in CBIH92, those have to be created in IMG setting as per following path
    SPRO --> Environment, Health and Safety --> Industrial Hygiene and Safety --> Risk Assessment --> Specify Agent types
    Hope it will help you.
    Regards
    Vikram

  • How to create new file and popup a Save As Dialog?

    I want to create a new file and then popup a Save As Dialog to save the new created file.
    I have tried to use the JFileChooser as the following code:
    =============================================
    JFileChooser jfc = new JFileChooser();
    File f = new File("c:\\text.txt");
    jfc.setSelectedFile(f);
    int returnVal = jfc.showSaveDialog(this);
    if(returnVal == JFileChooser.APPROVE_OPTION) {
    f = jfc.getSelectedFile();
    =============================================
    I can't found the created file execute the program, anyone can tell me whats going wrong of my code or give me some advice?
    Thanks a lot.

    Actally, I want to generate a file and specific the
    name and the location to save it.
    And solution to do this if don't use the JFileChooser?Use a JFileChooser to choose a file name (you can select the directory and type the filename into a field). Once you have the file name you can open a FileOuputStream or FileWriter and write to the file you have just defined. If this file does not exist then it will be created.
    If you want to confirm before overwriting an existing file then just put up a confirm dialog if the file exists (File.exists()).

  • I use MB pro with Lion OSX 10.7.5 and Now I have bought MB Air with Mountain Lion,Can I transfer my MB Pro stuff running Lion to MB air running Mountain Lion or do I need to buy Mountain Lion for my Pro to create a backup and then transfer ,thnx

    I use MB pro running Lion OSX 10.7.5 and Now I have bought MB Air with Mountain Lion,Can I transfer my MB Pro stuff running Lion to MB air running Mountain Lion or do I need to buy Mountain Lion for my Pro and create a backup and then transfer ,Although I want Mountain Lion for my MB Pro but can I use the one from MB Air,thnx?

    Hello,
    If you just do a normal time machine backup on your macbook pro and then plug that harddrive into your new air; you should be able to just use migration assistant to transfer all your files. You wouldnt need to upgrade to mountain lion on your macbook pro.
    Hope it helps,
    Ryan

  • If i factory reset my ipod touch(5th gen), can i reset it as the option 'set up as new ipod', and then i can just go into the app store/itunes store and restore my music and apps and not icloud with photos and ect?

    if i factory reset my ipod touch(5th gen), can i reset it to the option 'set up as a new ipod', and then i can just go into the app store/itunes store and log into my apple ID so i can just restore my music and apps and not icloud with photos, contacts, ect. and then later i can add contacts that i need/want instead of them restoring them from icloud?
    The reason i asked this question is because i have been wondering this a lot ever since i got an exchange on this ipod (and ive only had it for a few weeks now) because my last ipod had a lot of problems. so after i restored my ipod with my computer/itunes, i downloaded apps that i wanted, and then when i went to the storage to see how much storage was left, it said 0 bytes. i was freaking out because i didnt know how that could be, i mean, cause like, that is impossible when i just 'purchased' it, that the space was full but i looked and all my pictures were on this ipod and i already put them on my computer so i dont need them anymore thats why i wanna reset it now so there is nothing on it so i can have more space for stuff to do and download on it.
    it is updated to iOS 8 but that happened when i purchased it, so i didnt have a choice to update it even though i didnt want to update to iOS 8...
    and i hope you understand my problem..
    i would REALLY REALLY appreciate it if someone could tell me a solution to my problem!!! thank you so much!
    -sierra

    Hey Sierra, You can do just what you have stated. My question, what is your "other"? If it is over 1.5 GB you most likely have corrupt files. Doing a Restore to New, Factory restore should correct it. Just make sure you make a full backup of all information on your iPod to your computer before you restore, so you don't lose your stuff, contacts, videos, pictures, non-iTunes music, etc, use the cable and connect with your computer. Then, via cable, connect to your computer, run the Restore to new, don't use your backup. Treat this iPod as if it was your first one ever. When restore is done, set up and add what info you wish to install on this iPod. The music apps etc you purchased should be on your computer, if not you should be able to retrieve purchased apps and music from iTunes. Any music, videos, apps not purchased from iTunes will be lost to you if you do not save them to your computer or the cloud first. When your done, make a current Backup and you should good to go. Hope this helps. Good luck. Cheers.

  • If I open a PDF doc in a new tab and then try and close the tab with ctrl-w it will try and close all tabs unless I switch to another tab and back again.

    Running Firefox beta and Adobe Acrobat 10. If I open a PDF document in a new tab, say http://support.avaya.com/css/P8/documents/100146419, and then try and close the tab using ctrl-w, I get the message warning me about closing all tabs. If I switch to another tab and then back to the PDF document and then hit ctrl-w, it will just close that one tab and not all tabs.
    Cheers.

    I've just been playing around and I set dom.ipc.plugins.enabled to true and now it closes the PDF document but not the tab. I have to do ctrl-w again to close the tab. However, leaving that set to true ruins the scroll mouse functionality as Acroread seems to want it all to itself.

  • HT1918 I have 2 iTunes accounts. How do I transfer the balance to the new account and then delete the old one?

    I have 2 iTunes accounts. How do I transfer my balance from the old account to the new account and then delete the old account?

    i dont think that is possible, but then again, anything is possible. probably gonna have the best luck by contacting itunes / http://www.apple.com/support/contact/

  • The back up is on my work computer. Can I set it up as a new iphone and then later upload the info from itunes

    Hi,
    My phone got stolen and I just got my replacement iphone 4 today. I don't have the itunes back up on my computer, but I do have it backed up at work. I want to start using th phone- can i set it up as a new phone and then update it in a few days when I get to work.
    Thanks

    Yes, but the first time you sync with a new iTunes library it will delete any iTunes media an apps from your phone and replace them with the media in the iTunes library your are syncing with (purchased apps and music can be redownloaded for free: http://support.apple.com/kb/HT2519).
    When you get to work, connect your phone to your computer, then right-click on the name of your phone when it appears in iTunes on the left sidebar and choose Restore From Backup.

  • I had an HP laptop.  Just bought Mac Pro and want to get my music and photos over into my Itunes.  Can I just open up my I tunes in my new laptop and then sync my Iphone or I pod with it and will all the music andphotos move over?

    I had an HP laptop.  Just bought a Mac Pro and want to get my music and photos moved over.  Can't I just open my I tunes in my new laptop and then connect my Iphone or I pod and sync my music into my I tunes?

    Syncing to a "New" Computer or replacing a "crashed" Hard Drive: Apple Support Communities

Maybe you are looking for

  • Update Attribute values of AR transaction.

    Hi All, We have a requirement to update the attribute of the AR transaction and have written the following code: DECLARE    l_msg_count               NUMBER;    l_msg_data                VARCHAR2 (2000);    l_return_status           VARCHAR2 (10);   

  • A simple problem with sateful Session beans

    Hi, I have a really novice problem with stateful session bean in Java EE 5. I have written a simple session bean which has a counter inside it and every time a client call this bean it must increment the count value and return it back. I have also cr

  • How to email reports via SMTP server FORMS AND REPORTS 6i and databse 8i

    Dear All, through reports builder reports are build but i need to email reports via SMTP server is it possible in 6i are not?if yes the how please rep asap

  • SRM User defined fields -- can not input values

    Hi, We are using SRM 4.0. I have created a user defined field at the PO header according to note 672960. But I can not input anything to this field. This is what I did: 1. in both structures INCL_EEW_PD_HEADER_CSF and INCL_EEW_PD_HEADER_CSF_PO add th

  • Client copies for XI and BI Netweaver 4s

    I'm in the process of building our development ECC 6.0 environment. The environment contains BI, XI, EP, ERP and Solution Manager each on seperate physical systems. We are building an ABAP and Java stack on BI, XI, ERP and solution manager. Our SAP c