Not able to connect to Lotus Domino server using java/corba

Hi
I am new to Lotus Domino server and Java.
I have INstalled Lotus Domino server5 on 1 machine and was successful in installing the Lotus client on another machine.
Throught the lotus client i am able to connect to the server and send and receive the mails.
Now I want to connect to the domino server using the Lotus Domino Tolkit for Java/Corba.
In this Toolkit they have given the sample code program ..
if I run the code I am getting the error
java.io.FileNotFoundException: http://<IPADDRESS>/diiop_ior.txtjava.io.FileNotFoundException: http://<IPADDRESS>/diiop_ior.txt
at sun.net.www.protocol.http.HttpURLConnection.getInputStream(HttpURLCon
nection.java:691)
at java.net.URL.openStream(URL.java:942)
at lotus.domino.NotesFactory.getIOR(NotesFactory.java:314)
at lotus.domino.NotesFactory.createSession(NotesFactory.java:66)
at IntroCorbaApp.run(IntroCorbaApp.java:65)
at java.lang.Thread.run(Thread.java:539)
lotus.domino.NotesException: Could not get IOR from HTTP Server
lotus.domino.NotesException
at lotus.domino.NotesFactory.getIOR(NotesFactory.java:344)
at lotus.domino.NotesFactory.createSession(NotesFactory.java:66)
at IntroCorbaApp.run(IntroCorbaApp.java:65)
at java.lang.Thread.run(Thread.java:539)
I also tried to find this file in the Domino server directory.
The file exists in drive:\LotusServer\Domino\Data\Domino\HTML directory..
I am not getting what exactly is the Problem
Plz any one help me in this regard..
thanks in advance

You should be able to access the diiop_ior.txt file from browser without authentication,only then it will work. This file should not
be protected.

Similar Messages

  • Not Able to Connect to Intranet Web Server

    We have ASA5550 (ver. 8.0.4). We setup Split-tunneling. The Remote users were NOT able to access the intranet web server using Cisco VPN client. However, they were able to access other internal resources. We were able to ping the IP address of the Intranet Web server, but we were NOT able to ping by name. Do you have any suggestions?
    Thanks.

    Thanks for your response and information. The VPN adapter shows the Corporate office's DNS server. When I typed NSLOOKUP, the Remote computer also showed the Corporate office's DNS server. So, does it mean the DNS is setup correctly on the ASA?
    We have about 100 Remote offices, do we need to put in 100 DNS servers for Split-DNS? The Remote offices are using Cisco VPN client to connect to us.
    Thanks.

  • Not able to connect N70 to pc(xp) using ca-53 cabl...

    Not able to connect N70 to pc(xp) using ca-53 cable
    hi i am having this trouble from a year... i am unable to connect my phone n70 using cable to my pc,.,. even after installing all drivers n pc suite n havin it reinstalled also n again doin d same process.. its not getting detected at all.. please help me out... pleaseeee..been tryin 4m a year..nevr checkd des forumss.. hopin som bdy ll help ,me out.. !!!. !!!!

    The DKU-2 cable is no longer supported and so cannot be guaranteed to be compatible with current PC Suites, you should be using either your current CA-53 or the CA-70.
    Have you had the chance to connect any other phone with the PC using this cable? This would test if thr cable itself might be faulty.
    Otherwise remove PC Suite, PC Connectivitiy Solution and Connectivity Cable Drivers from control panel, run the PC Suite Cleaner program that you can get from the PC Suite support pages on the web site, then reinstall everything.

  • The Blackbery device simulator is not able to connect to the mobile server.

    Hi
    While login to Sap Mobile BI i get the below error.
    "unable to connect to mobile server.The request is timed out(0x008)"

    Thank You for your reply.I had no problem with the mobile network connections it is on.The issue i am facing i am using proxy server deployment where we don't have to mention host_port  in the vas cluster configuration due to which i m not able to connect to blackberry Simulator which is on client machine.But if i specify the client machine port to Host_port then i m able to connect.Can you help me to configure the Mobile server for a non-BlackBerry
    deployment that uses a proxy server

  • Clients not able to connect to MS exchange server over a cisco switch

    Hello,
    I have a Cisco L3 switch.
    I have a Exchange server and until i split the network into every thing was working ok, meaning the clients can connect to the Exchange without issues.
    But after i split the network into 2 vlans, moving the exchange in one vlan and the clients in another vlan, i have complains saying that the users are not able to connect to exchange periodically.
    Even users from the same subnet also cannot connect to the exchange often.
    Meaning the clients can connect to the exchange and suddenly it will stop working. at the same time i can ping the exchange and that shows there is no routing issue or LAN issue.
    But still clients cant connect to the exchange, when i reboot it will start working again for some time.
    wondering whether it could be related to any network related issue or MTU or PMTUD issues.
    The whole issue started only after we split the network into two vlans.

    If you have physical access to the switch, it may save time to look at the port LEDs which give you the link status or may indicate an error condition (if red or orange). The table below describes the LED status indicators for Ethernet modules or fixed-configuration switches:
    http://www.cisco.com/en/US/customer/products/hw/switches/ps700/products_tech_note09186a008015bfd6.shtml

  • Not able to connect after changing the password using ALTER VALUES clause

    Hi,
    Just now John explained about VALUES clause in below thread.
    Expired Status
    I created a new account called SURI and tried to use the user account HR's password using VALUES clause. I was able to alter the password but not able to connect SURI with hr password.
    Please see the version details below. And the SQL statements which I have tried.
    SQL*Plus: Release 10.2.0.1.0 - Production on Mon Aug 13 18:44:50 2012
    Copyright (c) 1982, 2005, Oracle.  All rights reserved.
    Enter user-name: sys as sysdba
    Enter password:
    Connected to:
    Oracle Database 10g Express Edition Release 10.2.0.1.0 - Production
    SQL> SELECT password
      2  FROM dba_users
      3  WHERE username = 'HR';
    PASSWORD
    4C6D73C3E8B0F0DA
    SQL> ALTER USER SURI IDENTIFIED BY VALUES '4C6D73C3E8B0F0DA';
    User altered.
    SQL> SELECT password
      2  FROM dba_users
      3  WHERE username='SURI';
    PASSWORD
    4C6D73C3E8B0F0DA
    SQL> conn suri/hr     -- HR account's password is hr only
    ERROR:
    ORA-01017: invalid username/password; logon denied
    Warning: You are no longer connected to ORACLE.
    SQL>Thanks,
    Suri

    Suri wrote:
    Hi,
    Just now John explained about VALUES clause in below thread.
    Expired Status
    I created a new account called SURI and tried to use the user account HR's password using VALUES clause. I was able to alter the password but not able to connect SURI with hr password.
    Please see the version details below. And the SQL statements which I have tried.
    SQL*Plus: Release 10.2.0.1.0 - Production on Mon Aug 13 18:44:50 2012
    Copyright (c) 1982, 2005, Oracle.  All rights reserved.
    Enter user-name: sys as sysdba
    Enter password:
    Connected to:
    Oracle Database 10g Express Edition Release 10.2.0.1.0 - Production
    SQL> SELECT password
    2  FROM dba_users
    3  WHERE username = 'HR';
    PASSWORD
    4C6D73C3E8B0F0DA
    SQL> ALTER USER SURI IDENTIFIED BY VALUES '4C6D73C3E8B0F0DA';
    User altered.
    SQL> SELECT password
    2  FROM dba_users
    3  WHERE username='SURI';
    PASSWORD
    4C6D73C3E8B0F0DA
    SQL> conn suri/hr     -- HR account's password is hr only
    ERROR:
    ORA-01017: invalid username/password; logon denied
    Warning: You are no longer connected to ORACLE.
    SQL>Thanks,
    SuriYou can only do it for the same user, as the password is a hashed value that includes the username as part of the hashing (It's either the username or some internal object id or something). So using the hashed value against another user won't work.

  • Apple Devices cannot connect to Lotus Domino Server

    Hello
    There is an issue occuring on Apple Devices, indicating that "the account cannot be verified an error occurred while contacting the server traveler" which I am not able to fix the error.
    We do have mail server which is Lotus Domino 9 and Traveler 9. However, there has been errror occuring only on the Apple devices when installing the Lotus traveler. 
    We could have managed to installed the Lotus Traveler on other devices such as Blackberry etc and it works without no problem.
    However, there has been errror occuring only on the Apple devices when installing the Lotus traveler.
    All relevant things have been finishes to run according to the guidance of  installation for "Apple Device" and at the end the password has been entered on the screen of "Exchange password" then there is no connection with the server. There is a problem to connect to the server regardless of the password is correct or incorrect.
    And
    Could you please kindly help on this matter
    Thank you so much,

    You should be able to access the diiop_ior.txt file from browser without authentication,only then it will work. This file should not
    be protected.

  • Not able to connect to Oracle 10G server

    Hi All
    I have installed Oracle Clinet 10G and i am able to connect to oracle server using sql plus, but not through Microsoft OLEDB data provider for Oracle.
    Error : Test Connection Failed because of an error initializing provider, oracle error occured,
    but error message could not be reterived from Oracle.
    also before installing Oracle clinet i have SQL Server 2005 and 2008 client in my system.
    How can i connect with oracle server using Microsoft OLEDB data provider for Oracle.
    How would i know what excatly is the issue?

    887065 wrote:
    Hi All
    I have installed Oracle Clinet 10G and i am able to connect to oracle server using sql plus, but not through Microsoft OLEDB data provider for Oracle.
    Error : Test Connection Failed because of an error initializing provider, oracle error occured,
    but error message could not be reterived from Oracle.
    also before installing Oracle clinet i have SQL Server 2005 and 2008 client in my system.
    How can i connect with oracle server using Microsoft OLEDB data provider for Oracle.
    How would i know what excatly is the issue?does listener.log file record connection request got that far?
    consider using WireShark or Ethereal to packect sniff the data exchange between MS client & Oracle listener/DB

  • Mac not able to connect to SMB File Server

    I'm having an issue with a Mac trying to connect to our file server. It was working before our company move but once we moved into our new building it stopped working. Our network settings stayed exactly the same except our router and firewall. It seems to me like it's a DNS issue because I am able to ping the server with the IP but when using the hostname is where it fails and also trys to ping an incorrect address. Our network is 192.168.X.X and it's trying to ping 69.60.X.X which seems like a outside address. I am able to ping the DNS server and seems to connect to computers with in the network but just not our File Server.

    Hello:
    You will need to delete the keyboard from the other Mac.  Simply disconnecting it leaves it still paired with the first Mac.
    Barry

  • Apple TV not able to connect to the Apple Server

    Not able to restore the Apple TV to factory settings....it says "unable to connect to the apple server". What should I do?

    I too did what was recommended and still keep getting the "AppleTV cannot connect to the server at this time' message.  If anyone has a solution to this issue...please advise

  • Mac computers in the office are not able to connect to our exchange server.

    We started facing this problem about a month ago in our office where the apple computers can not connect to the exchange server via outlook or applemail or anything for that matter. All the other computers can connect to the exchange server with no problems
    and the apple computers can even access the exchange server via OWA but the outlook and applemail apps would not connect to exchange. We have tried even deleting and re-creating some accounts on the apps but they still would not connect. At this point I am
    at a complete loss and I looked everywhere through google to find out if anyone else has faced this problem but to no avail.
    A little background information. This specific problem started happening after there was an un-expected series of power outages to the servers and they were shut down un-expectedly. I personally restored the servers and turned on all the services and made
    sure everything was up and running after the power outages and everything was working fine. Also the first instance of the problem with the mac computers only happened two days after the servers were back up and running again and they had no issues in those
    two days.
    Right now we do not have that many mac users in our offices (only 3-4 users) and I have instructed them to use the OWA in the meanwhile but it is however an inconvenience to them. By now you may have realized that I am not a very experienced server admin
    and I would really really appreciate any help. I extend my thanks in advance for any insight.

    Hi Martin,
    Thanks for the reply.
    Right now I have Apple mail and Outlook installed on my mac laptop and both the applications do not connect to the exchange server. Apple Mail simply does a long process when I give my credentials to create my account and then it gives an error saying it
    could not find the server while outlook quickly tells me that either the username or password is incorrect. At the same time I can connect to the server through outlook on my windows computer without any problems whatsoever.
    From your reply, I gather that the VIA headers only affect Apple mail and should not affect Outlook app on the mac but right now, neither apps are connecting to the exchange server.
    Either way I am trying to find out how to remove the VIA headers because it does not seem that we are using Kemp on the exchange server. Right now I do not have the in depth knowledge that I need because I was not involved in the implementation of our server
    system, that was taken care of by a service provider and I was put in charge of mostly simple admin work. Now we are out of contract with the service provider so  pretty much everything has fallen onto my shoulders.
    If possible, would you mind pointing me in the right direction to finding out if I am using a L7 load balancer and how I would go about removing the VIA headers?

  • How to connect to IMAP mail server using java ?

    Hello Friends,
    I need to include a mailing facility in my application. Now its not the smtp server instead I have to connect to the IMAP server.
    Pls provide your valuable suggestions as to how do I go about this ?
    What API will I need to download ?? As javamail API does not have IMAP package.
    Thank you for your attention.
    Regards

    What API will I need to download ?? As javamail API does not have IMAP package.What gave you that idea? JavaMail does support IMAP.

  • I am not able to connect to the apps server

    I get an error code 1 when I attempt to log into the apps section from my printer.  I talked to tech support and we checked everything.   All is good except for getting into the apps section. 

    Hi jbsytes,
    What printer are you trying to access the print apps with?
    If I have solved your issue, please feel free to provide kudos and make sure you mark this thread as solution provided!
    Although I work for HP, my posts and replies are my own opinion and not those of HP.

  • Not able to connect to remote MySQL database using Connector/J

    I have an application that uses a connection pool for database access.
    It is initialized with this context.xml entry:
    The db server is running on port 3307.
         <Resource name="jdbc/DB" auth="Container"
                        type="javax.sql.DataSource" username="un" password="pw"
                        removeAbandoned="true" removeAbandonedTimeout="60" logAbandoned="true"
                        driverClassName="com.mysql.jdbc.Driver"
                        url="jdbc:mysql://localhost:3307/myDB"
                        maxActive="8" maxIdle="4"/>Now after starting the context, I can see I have a connection to my database using the MySQL Administrator. So I know I am connecting.
    The problem is, when I try to query any table in the db, I get this message:
    java.sql.SQLException
    : Table myDB.TABLE_NAME' doesn't exist
    at com.mysql.jdbc.MysqlIO.checkErrorPacket(
    MysqlIO.java:2921) ...
    I know it does in fact exist because I am looking at it. And the code I am using works perfectly fine as long as it is running on a local db server.
    Any ideas?

    I know it does in fact exist because I am looking at
    it. And the code I am using works perfectly fine as
    long as it is running on a local db server.
    Any ideas?Yes two.
    I am bit unclear about the last thing you said... you are testing with two different servers or two different clients?
    Anyway here are the possibilities off the top of my head.
    1) Some sort of security issue. Surrounding who and from where users can connect to the database in question.
    2) Case sensitivity problem. On Windows MYSQl makes all it's table names lower case only. Then it onlu supports the correct case to access them.
    For example
    CREATE TABLE TestMe
    Can then only be accessed with
    SELECT * FROM testme
    Not TestMe.
    This appears to vary with version but i have seen this issue before.

  • Not able to connect Nokia 5233 with laptop using b...

    Hi Experts,
    I purchased Nokia 5233 couple of months back. Since then i am facing problem in connecting the phone with any laptop using bluetooth. It gets connected to other phones via bluetooth very easily, but doenot get connected with any laptop.
    Whenever I try to search the phone, it appears as active device. When I try to connect to phone the message appears "connection failure". It happens the same with every laptop. Is there anything which i can do to correct this problem?

    try the post above yours.
    Using the search function and actually reading threads will reveal more that you may think..
    Click on the blue Star Icon below if my advice has helped you or press the 'Accept As Solution' link if I solved your problem..

Maybe you are looking for

  • IPOD CLASSIC STOPS PLAYING MOVIE HALF WAY

    I don't use my iPod much for videos because it's too tiny, but I have this series of university lectures available on the web -- no copyright issues -- which I need to watch. Each one is about 1.5 hours long. The player stops after the first 20-28 mi

  • Standard programs for reports..

    hi, how to find d standard report programs... for example i need a report for goods reciept or say purchase price variation report... do we have any  standard sap report prg fr it??? if yes how to find it???

  • Swf in AS2 not working

    Using Captivate 4.  Tried to load two swf files and had two separate results. First one - Action Script 2.  In the first window to open, it begins playing, but when I open and the "new animation" window opens to apply it, it says it only has one (1) 

  • Oracle saved Language (Urdu) but when retrieve then shows ?????? marks

    Sir, I am using oracle-9i and developer-6i I successfully insert the data other than English Language in my case my local language (Urdu) Developer built-in Form saved the data successfully but when i retrieve the same data by executing then i get in

  • Finding NLS_LANG of a Session from Database

    Hi Is there any way to find the NLS_LANG of a particular session? Regards GS