Unknown Host Specified

Hi
I am new to oracle. Just now I have installed Oracle SQL Developer in my system. While I was trying to create DBconnection, I used the following details as specified in Oracle Tutorial.
( http://st-curriculum.oracle.com/tutorial/SQLDeveloper/html/module2/mod02_cp_newdbconn.htm)
Connection name: hr
Username: ora39
Password: ora39
Hostname: vx0114.us.oracle.com
Service Name: orcl.us.oracle.com
I am just a beginner. Pls let me know how to get connected. If you know any other hostnames just tell me the details. I just want to practise oracle on some sample database
bye.

Actually I did check the tutorial!!! Please do not suggest I didn't. And as I am on a dialup line, having to download a graphical tutorial is costing me €€
The tutorial nowhere discusses this database is available for general use. It is just a sample!!
Your problem is you need to download Oracle in whatever flavor and install it.
If you install the sample database coming with the software you will have the HR schema.
Apart from that I appreciate you use complete words, and don't treat ,me like a 4-year old!!! Please keep the MSN lingo for your chat buddies, this is not a chatroom.
Sybrand Bakker
Senior Oracle DBA

Similar Messages

  • Io exception: Unknown host specified

    hi all
    i installed oracle 10g successfuly but when i open enterprize manager and try to connect system as sysdba then follwoing error occure
    Io exception: Unknown host specified
    can any one help me
    thanks in advance

    i am giving the os username and pasword but the error is
    RemoteOperationException: ERROR: Wrong password for user

  • Io Exception: Unknown host specified; fails for cluster, OK for one server

    SQL Developer 1.2.1.3213, BUILD MAIN-32.13, downloaded today, fails to connect to a remote two server Oracle cluster, until one of the two server DNS names and the comma between them is removed.
    FYI: The known host value looks like: devrac1.mydomain.ca,devrac2.mydomain.ca
    Change it to: devrac1.mydomain.ca and the connection will work as expected in 1.2.1
    Error dialog: "Error Connecting" An error was encountered performing the requested operation.
    "Io Exception: Unknown host specified"
    "Vendor code 17002"
    On SQL Developer version 1.1.0.15, build MAIN-15.57 all databases connect normally.
    The correct operation or failure apply to either Oracle 9i or 10g, on Windows XP Professional, SP 2, with JDK 6 update 3.
    Yours truly,
    Mike Rainville
    Version details:
    Oracle 9i, 9.2.0.0.0. or
    Oracle 10g, Oracle Database 10g Enterprise Edition Release 10.2.0.3.0 - 64bi
    Microsoft Windows XP [Version 5.1.2600]
    java version "1.6.0_03"
    Java(TM) SE Runtime Environment (build 1.6.0_03-b05)
    Java HotSpot(TM) Client VM (build 1.6.0_03-b05, mixed mode, sharing)
    (original post in thread: Re: Connecting to a remote database recreated here per your request)
    Mike Rainville
    Montreal, Canada

    You can also address both RAC nodes in your SQLDeveloper connection.
    Open the connection properties and select "Advanced" as "Connection Type".
    Use the following type of JDBC URL:
    jdbc:oracle:thin:@(DESCRIPTION=(ADDRESS_LIST=(LOAD_BALANCE=on)(ADDRESS=(PROTOCOL=tcp)(HOST=devrac1.mydomain.ca)(PORT=1521))(ADDRESS=(PROTOCOL=tcp)(HOST=devrac2.mydomain.ca)(PORT=1521)))(CONNECT_DATA=(SERVICE_NAME=devrac.mydomain.ca)))
    Best,
    Manfred

  • PING - Unknown host 127.0.0.1, Unknown host localhost

    Hello,
    I have a problem - I created a chrooted jail for one user. When I'm logged in as root, everything work fine, but when I'm logged in as a chrooted user - I have many problems:
    1. When I execute the command ping, I get weird results:
    bash-3.00$ usr/sbin/ping localhost
    usr/sbin/ping: unknown host localhost
    bash-3.00$ usr/sbin/ping 127.0.0.1
    usr/sbin/ping: unknown host 127.0.0.1
    bash-3.00$ usr/sbin/ping ip_address1
    usr/sbin/ping: unknown host ip_address12. When I execute
    bash-3.00$ svcs -x I get:
    svcs: Could not bind to repository server: repository server unavailable. Exiting.3. When I try to sftp or ssh another machine
    bash-3.00$ sftp ip_address1
    bash-3.00$ ssh ip_address1I receive the message:
    Host key verification failed.although I am able to ssh/sftp the machine as root
    4. When I ftp another machine
    bash-3.00$ ftp ip_address1I get
    unknown host or invalid literal address5. If I telnet another machine:
    bash-3.00$ telnet ip_address1I receive
    ip_address1: service name not available for the specified socket typeI need to add that all these commands work perfectly for root. I probably didn't copy some of the necessary configuration files/programs to the chrooted directory. But which ones?
    Regards,
    Przemek

    Przemek198 wrote:
    Hello,
    I have a problem - I created a chrooted jail for one user. When I'm logged in as root, everything work fine, but when I'm logged in as a chrooted user - I have many problems:When something works as root and not as a regular user, I think "permission problems".
    1. When I execute the command ping, I get weird results:
    bash-3.00$ usr/sbin/ping localhost
    usr/sbin/ping: unknown host localhost
    Here it appears that hostname resolution is different. Since that happens in the /etc/inet/hosts file (or possibly the /etc/inet/ipnodes file), I'd examine those and see if they are only readable by root for some reason. (And this would be within the chroot environment, since that's where the problem is).
    Darren

  • Cannot send mail with no Host specified exception in ALBPM 6.0.4

    Hi,
    I try to send mail by using:
    send mail
    using
              from="[email protected]",
              recipient = "[email protected]",
              subject = "credit check",
              message = "you credit card is OK."
    But as I debug it, an exception thrown:
    Caused by: java.io.IOException: No host specified
         at fuego.io.SMTPClient.sendMail(SMTPClient.java:209)
         at fuego.io.SMTPClient.sendMail(SMTPClient.java:156)
         at fuego.components.OutgoingServerDebug.send(OutgoingServerDebug.java:37)
         at fuego.components.Mail.send(Mail.java:1210)
         at fuego.components.Mail.send(Mail.java:639)
         at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
         at sun.reflect.NativeMethodAccessorImpl.invoke(Unknown Source)
         at sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
         at java.lang.reflect.Method.invoke(Unknown Source)
         at fuego.lang.JavaClass.invokeMethod(JavaClass.java:1410)
         at fuego.lang.ObjectTypeDescription.invokeMethod(ObjectTypeDescription.java:1463)
         ... 24 more
    I have already set the mail server in the engine preference, and test successfully. Could you help me ? Thanks.
    Best Regards,
    Bill

    try....use
    mail outgoing server, add one external resource type "Mail Outgoing Service" imput informations and
    use this code
         Mail reminderEmail;
              reminderEmail = Mail();
              reminderEmail.subject = "xxxx";
              reminderEmail.from = "[email protected]";
              reminderEmail.recipient= "[email protected]";
              reminderEmail.message = "xxxxx"
              MailSender sender;
              sender = MailSender(mail : reminderEmail);
              sender.send(implname : "mail");
    mail --> is name external resource
    Edited by: Marcelogim on Oct 24, 2008 5:53 AM

  • MQJE010: Unknown host:

    Trying to connect to MQQueueConnectionFactory with queueConnectionFactory.createQueueConnection() gives me JMSException with LinkedException:
    MQJE010: Unknown host: NT503
    MQJE001: Completion Code 2, Reason 2059
    com.ibm.mq.MQException: MQJE001: Completion Code 2, Reason 2059
    at com.ibm.mq.MQManagedConnectionJ11.<init>(MQManagedConnectionJ11.java:166)
    at com.ibm.mq.MQClientManagedConnectionFactoryJ11._createManagedConnecti
    on(MQClientManagedConnectionFactoryJ11.java:196)
    at com.ibm.mq.MQClientManagedConnectionFactoryJ11.createManagedConnectio
    n(MQClientManagedConnectionFactoryJ11.java:213)
    at com.ibm.mq.StoredManagedConnection.<init>(StoredManagedConnection.java:80)
    at com.ibm.mq.MQSimpleConnectionManager.allocateConnection(MQSimpleConnectionManager.java:150)
    at com.ibm.mq.MQQueueManager.obtainBaseMQQueueManager(MQQueueManager.java:649)
    at com.ibm.mq.MQQueueManager.construct(MQQueueManager.java:598)
    at com.ibm.mq.MQQueueManager.<init>(MQQueueManager.java:419)
    at com.ibm.mq.jms.MQConnection.createQM(MQConnection.java:976)
    at com.ibm.mq.jms.MQConnection.createQMNonXA(MQConnection.java:707)
    at com.ibm.mq.jms.MQQueueConnection.<init>(MQQueueConnection.java:206)
    at com.ibm.mq.jms.MQQueueConnection.<init>(MQQueueConnection.java:76)
    at com.ibm.mq.jms.MQQueueConnectionFactory.createQueueConnection(MQQueueConnectionFactory.java:143)
    at com.hoogehuys.b2b.messaging.JmsQueueReceiver.initialise(JmsQueueReceiver.java:111)
    I am using MA88 for the MQ Java Client, a JNDI .bindings file to connect, with settings for the QueueConnectionFactory:
    Name: QUEUECONNECTIONFACTORY
    Transport: Client
    Queue Manager: NT503
    Port: 1414
    Host Name: NT503
    Channel: SYSTEM.DEF.SVRCONN
    On the server (NT503) we have MQSeries 5.2.1 on WinNT4. On the server MQ and the QueueManager (NT503) is running, I can connect to the server with ping, netbios, I have enough user rights. Replacing above hostname with IPAddress doesn't help.
    Does anyone has more suggestions? What could be the cause of this error? Where should I look to solve this?
    I didn't find any information on IBM's website about this problem.
    Dirk

    It is strange, because it is the typical error when queue manager is not started ... and then ... it could be happen more situation :
    1) how have you configure to your queue manager ?
    default ?
    Take a look to :
    http://www-3.ibm.com/software/integration/mqfamily/library/manuals/csqfao/CSQFAO1P.HTM
    it is all error codes ...
    and 2059 is :
    2059 MQRC_Q_MGR_NOT_AVAILABLE X'80B' Queue manager not available for connection.
    On an MQCONN call, the queue manager identified by the Name parameter is not available for connection at this time.
    * On MVS/ESA, for CICS applications, this reason can occur on any call if the original connect specified a queue manager whose name was recognized, but which is not available.
    * On OS/400, this reason can also be returned by the MQOPEN and MQPUT1 calls, when MQHC_DEF_HCONN is specified for the Hconn parameter.
    If the connection is from a client application, this reason code can occur if there is an error with the client-connection or the corresponding server-connection channel definitions. This reason code will also occur if the optional MVS/ESA client attachment feature has not been installed.
    This reason also occurs if an application attempts to connect to a queue manager within a group (see the Name parameter of MQCONN), when none of the queue managers in the group is available for connection at this time.
    Corrective action: Ensure that the queue manager has been started. If the connection is from a client application, check the channel definitions.
    a) is it you queue manager running ?
    b) are you using a privilige user to run mqm libraries ?
    [email protected]

  • When I respond to certain messages, I get an error message "unknown host" or "unknown user." Why is this?

    Since the latest upgrade to 31.0, there are times when I will receive an e-mail, but when I send a reply, I get a response saying the message is undeliverable because of an unknown user, or an unknown host. These are messages, I'm replying to and have already received, so it's not a case of typing in an incorrect address.
    This happens using both my computer and phone. Not sure why this is suddenly happening now, and why only with certain addresses. Any suggestions? Thanks.

    my guess is they have invalid replyto information in the header. As it is on two devices, one of which can not run Thunderbird it is certainly not a Thunderbird issue.

  • Unknown Host Unable to locate the server requested --- the server does not have a DNS entry. Perhaps there is a misspelling in the server name, or the server no

    Hello,
    Today i tried accessing transitbux.com with mozilla, but i'm getting this kind of a error as mentioned below:
    Unknown Host
    Description: Unable to locate the server requested --- the server does not have a DNS entry. Perhaps there is a misspelling in the server name, or the server no longer exists. Double-check the name and try again.
    Can anyone help me please, and the same website is accessible with my phone.
    Help me please. :(
    Regards
    -

    Try http://www.transitbux.com/
    Clear the cache and remove cookies only from websites that cause problems.
    "Clear the Cache":
    *Firefox/Tools > Options > Advanced > Network > Cached Web Content: "Clear Now"
    "Remove Cookies" from sites causing problems:
    *Firefox/Tools > Options > Privacy > "Use custom settings for history" > Cookies: "Show Cookies"

  • 5.1.2 unknown host or domain

    Hi Team,
    On & off i am having intermittent with this "5.1.2 unknown host or domain"
    nslookup from server to dedicated domain is good.
    Any idea ?
    Cheer
    Sam

    Hi Shane,
    The email was sent to a group of user.
    THe email sent to gmail was ok but most of the hotmail , & yahoo email having this error
    26-Oct-2009 16:47:31.15 tcp_auth                  JEAS 0 [email protected] rfc822; '[email protected]'   welcomePC ([unknown] [172.16.1.5]) 550  5.1.2 unknown host or domain: '[email protected]'
    26-Oct-2009 16:47:31.15 tcp_auth                  JEAS 0 [email protected] rfc822; '[email protected]'   welcomePC ([unknown] [172.16.1.5]) 550  5.1.2 unknown host or domain: '[email protected]'
    26-Oct-2009 16:47:31.15 tcp_auth                  JEAS 0 [email protected] rfc822; '[email protected]'   welcomePC ([unknown] [172.16.1.5]) 550 5.1 .2 unknown host or domain: '[email protected]'
    26-Oct-2009 16:47:31.15 tcp_auth                  JEAS 0 [email protected] rfc822; '[email protected]'   welcomePC ([unknown] [172.16.1.5]) 550 5.1.2  unknown host or domain: '[email protected]'
    26-Oct-2009 16:47:35.53 tcp_auth     tcp_local    EEAS 63 [email protected] rfc822;[email protected] [email protected] /opt/sun/comms/messaging64/data/queue/tcp_local/015/ZZg0I2j1wj90I.00 <00a601ca5618$f6dd1bd0$e4975370$@[email protected]> welcomePC ([unknown] [172.16.1.5])Cheer
    Sam

  • Konqueror, other browsers: "unknown host", WTF?!

    Every once in a while, Konqueror gives me the following error page after trying to load a website:
    An error occured while loading [page of website]:
    Unknown host [website].
    Trying again will *always* result in the page loading properly - this stuff happens when my internet connection is solid.
    Dillo gives me exactly the same problem. Interestingly, Firefox and Links/eLinks don't. It seems almost as though the problem's rate of occurrence is related to the rendering speed of the browser, though I doubt that's the case.
    More interestingly, Firefox and Internet Explorer are both affected this way on another computer in my house. Other machines are asymptomatic.
    This problem appeared following the installation of a new router, a Dynex DX-E401, after the old one was fried by a power surge.
    Changing the MTU used by the router has not helped.
    What is going on?

    I'm not qualified to say anything good, bad or indifferent about anything related to kde, but in general, disabling IPv6 unless you actually need it is a good thing, IME. I always exclude it from my hand-rolled kernels - that way I don't need to worry about any related config in userspace.
    By comparison, I've recently put OpenBSD onto a freed-up partition on this machine, and as I don't know enough about it yet, I'm using their stock kernel. The logs have frequent entries about IPv6 connection attempts failing - not surprising, since my lan knows nothing about it. 

  • Catalog backup getting Error resolving host - unknown host name in dataset

    I have new install of OSB version 10.3.0.1.0 [Admin, Mediaserver, Client] installed on the same OEL server. My Catalog Backup jobs end up with error " unknown host name in dataset" and the job detail shows only "Error resolving host - unknown host name in dataset" while I can ping the admin host with obtool pingh command. The standard auto created Catalog backup dataset looks like this:
    Dataset: OSB-CATALOG-DS
    # Dataset for backing up the OSB Catalog on this administrative host
    include catalog
    I am able to create a separate dataset with the hostname defined and able to backup filesystems on the same host, np . Only the catalog backup from system generated dataset and schedule doesn't run. I appreciate any help or tip to make this catalog backup work. Thanks.

    This problem is fixed by just restarting observiced on admin server.

  • Unknown Host sidhost (see /etc/hosts)

    Hi experts,
        I'm facing a problem in maxdb please help us the issue
    Error:
    starting database instance ...
    Error! Connection failed to node devhost for database DEV:
    unknown host devhost (see /etc/hosts)
    Opening Database...
    Error! Connection failed to node devhost for database DEV:
    unknown host devhost (see /etc/hosts)
    connect to the database to verify the database is now open
    dbmcli check finished with return code: 0
    database start failed

    Hi Deepak,
                       This is the DBM.PRT log file.
    'db_warm' is being executed.
    2014-02-28 09:50:00       4993 INF          1 DBMKnl   Sending an administrative statement to the database DEV on computer localhost
                              4993 INF          8 DBMKnl   Statement:  RESTART
    2014-02-28 09:50:50       4993 INF          3 DBMKnl   Received the result of an administrative statement from the database DEV on computer localhost
                              4993 INF          9 DBMKnl   Statement:  RESTART
                              4993 INF         10 DBMKnl   Returncode: 0
    2014-02-28 09:50:59       4993 INF        419 DBMSrv   Command 'db_warm' has ended with return code 0.
    2014-02-28 09:50:59       4993 INF          2 DBMSrvCo A DBM Server client connection was released (client process has process ID 4991 on computer transids.transaltus.com).
    2014-02-28 09:59:35       7407 INF          1 DBMSrvCo A DBM Server client connection was established at 2014-02-28 09:59:35 (client process has process ID 7194 on computer transids.transaltus.com).
    2014-02-28 09:59:36       7407 INF        283 DBMSrv   Command 'dban_start ...' is being executed.
    2014-02-28 10:00:41       7407 INF        419 DBMSrv   Command 'dban_start' has ended with return code 0.
    2014-02-28 10:16:57       7407 INF          2 DBMSrvCo A DBM Server client connection was released (client process has process ID 7194 on computer transids.transaltus.com).
    2014-02-28 17:55:12      14698 INF          1 DBMSrvCo A DBM Server client connection was established at 2014-02-28 17:55:12 (client process has process ID 14696 on computer transids.transaltus.com).
    2014-02-28 17:55:12      14698 INF        283 DBMSrv   Command 'dban_stop' is being executed.
    2014-02-28 17:55:14      14698 INF        419 DBMSrv   Command 'dban_stop' has ended with return code 0.
    2014-02-28 17:55:14      14698 INF          2 DBMSrvCo A DBM Server client connection was released (client process has process ID 14696 on computer transids.transaltus.com).
    2014-02-28 17:55:15      14724 INF          1 DBMSrvCo A DBM Server client connection was established at 2014-02-28 17:55:14 (client process has process ID 14722 on computer transids.transaltus.com).
    2014-02-28 17:55:15      14724 INF        283 DBMSrv   Command 'db_cold' is being executed.
    2014-02-28 17:55:15      14724 INF          1 DBMKnl   Sending an administrative statement to the database DEV on computer localhost
                             14724 INF          8 DBMKnl   Statement:  SHUTDOWN
    2014-02-28 17:55:15      14724 INF          3 DBMKnl   Received the result of an administrative statement from the database DEV on computer localhost
                             14724 INF          9 DBMKnl   Statement:  SHUTDOWN
                             14724 INF         10 DBMKnl   Returncode: 0
    2014-02-28 17:55:30      14724 INF        419 DBMSrv   Command 'db_cold' has ended with return code 0.
    2014-02-28 17:55:30      14724 INF          2 DBMSrvCo A DBM Server client connection was released (client process has process ID 14722 on computer transids.transaltus.com).
    2014-02-28 17:55:30      14769 INF          1 DBMSrvCo A DBM Server client connection was established at 2014-02-28 17:55:30 (client process has process ID 14767 on computer transids.transaltus.com).
    2014-02-28 17:55:30      14769 INF        283 DBMSrv   Command 'db_offline' is being executed.
    2014-02-28 17:55:32      14769 INF        419 DBMSrv   Command 'db_offline' has ended with return code 0.
    2014-02-28 17:55:32      14769 INF          2 DBMSrvCo A DBM Server client connection was released (client process has process ID 14767 on computer transids.transaltus.com).
    2014-03-03 09:19:32       4829 INF          1 DBMSrvCo A DBM Server client connection was established at 2014-03-03 09:19:32 (client process has process ID 4827 on computer transids.transaltus.com).
    2014-03-03 09:19:32       4829 INF        283 DBMSrv   Command 'db_clear' is being executed.
    2014-03-03 09:19:32       4829 INF        419 DBMSrv   Command 'db_clear' has ended with return code 0.
    2014-03-03 09:19:32       4829 INF          2 DBMSrvCo A DBM Server client connection was released (client process has process ID 4827 on computer transids.transaltus.com).
    2014-03-03 09:19:32       4834 INF          1 DBMSrvCo A DBM Server client connection was established at 2014-03-03 09:19:32 (client process has process ID 4832 on computer transids.transaltus.com).
    2014-03-03 09:19:32       4834 INF        283 DBMSrv   Command 'db_start' is being executed.
    2014-03-03 09:19:47       4834 INF        419 DBMSrv   Command 'db_start' has ended with return code 0.
    2014-03-03 09:19:47       4834 INF          2 DBMSrvCo A DBM Server client connection was released (client process has process ID 4832 on computer transids.transaltus.com).
    2014-03-03 09:19:47       4879 INF          1 DBMSrvCo A DBM Server client connection was established at 2014-03-03 09:19:47 (client process has process ID 4877 on computer transids.transaltus.com).
    2014-03-03 09:19:47       4879 INF        283 DBMSrv   Command 'db_warm' is being executed.
    2014-03-03 09:19:47       4879 INF          1 DBMKnl   Sending an administrative statement to the database DEV on computer localhost
                              4879 INF          8 DBMKnl   Statement:  RESTART
    2014-03-03 09:20:41       4879 INF          3 DBMKnl   Received the result of an administrative statement from the database DEV on computer localhost
                              4879 INF          9 DBMKnl   Statement:  RESTART
                              4879 INF         10 DBMKnl   Returncode: 0
    2014-03-03 09:20:50       4879 INF        419 DBMSrv   Command 'db_warm' has ended with return code 0.
    2014-03-03 09:20:50       4879 INF          2 DBMSrvCo A DBM Server client connection was released (client process has process ID 4877 on computer transids.transaltus.com).
    2014-03-03 09:39:11       7414 INF          1 DBMSrvCo A DBM Server client connection was established at 2014-03-03 09:39:10 (client process has process ID 7098 on computer transids.transaltus.com).
    2014-03-03 09:39:11       7414 INF        283 DBMSrv   Command 'dban_start ...' is being executed.
    2014-03-03 09:40:01       7414 INF        419 DBMSrv   Command 'dban_start' has ended with return code 0.
    2014-03-03 09:41:13       7414 INF          2 DBMSrvCo A DBM Server client connection was released (client process has process ID 7098 on computer transids.transaltus.com).
    2014-03-03 17:44:38      14827 INF          1 DBMSrvCo A DBM Server client connection was established at 2014-03-03 17:44:38 (client process has process ID 14825 on computer transids.transaltus.com).
    2014-03-03 17:44:38      14827 INF        283 DBMSrv   Command 'dban_stop' is being executed.
    2014-03-03 17:44:40      14827 INF        419 DBMSrv   Command 'dban_stop' has ended with return code 0.
    2014-03-03 17:44:40      14827 INF          2 DBMSrvCo A DBM Server client connection was released (client process has process ID 14825 on computer transids.transaltus.com).
    2014-03-03 17:44:40      14853 INF          1 DBMSrvCo A DBM Server client connection was established at 2014-03-03 17:44:40 (client process has process ID 14851 on computer transids.transaltus.com).
    2014-03-03 17:44:40      14853 INF        283 DBMSrv   Command 'db_cold' is being executed.
    2014-03-03 17:44:40      14853 INF          1 DBMKnl   Sending an administrative statement to the database DEV on computer localhost
                             14853 INF          8 DBMKnl   Statement:  SHUTDOWN
    2014-03-03 17:44:44      14853 INF          3 DBMKnl   Received the result of an administrative statement from the database DEV on computer localhost
                             14853 INF          9 DBMKnl   Statement:  SHUTDOWN
                             14853 INF         10 DBMKnl   Returncode: 0
    2014-03-03 17:45:00      14853 INF        419 DBMSrv   Command 'db_cold' has ended with return code 0.
    2014-03-03 17:45:00      14853 INF          2 DBMSrvCo A DBM Server client connection was released (client process has process ID 14851 on computer transids.transaltus.com).
    2014-03-03 17:45:00      14902 INF          1 DBMSrvCo A DBM Server client connection was established at 2014-03-03 17:45:00 (client process has process ID 14900 on computer transids.transaltus.com).
    2014-03-03 17:45:00      14902 INF        283 DBMSrv   Command 'db_offline' is being executed.
    2014-03-03 17:45:01      14902 INF        419 DBMSrv   Command 'db_offline' has ended with return code 0.
    2014-03-03 17:45:01      14902 INF          2 DBMSrvCo A DBM Server client connection was released (client process has process ID 14900 on computer transids.transaltus.com).

  • Tunneling and problem with unknown host exception

    hello! i've got a problem with https. i use jdk 1.5.0, jboss-4.0.4.ga-patch1, soap.
    and i'm going crasy.. i've testet my client code at our network and it works fine. but if i want to get jobs from the server of our customer, my client throw an "unknown host exception: firm".
    i wonder why it hasn't the full host. the url may look like this: https://firm.sub.com:443/ and while the client connects to the server, i depugged it and the host is correct: firm.sub.
    but after the connection, when the client want to get something from the server (when it wants to communicate with the server over soap) it crashs.
    my client code looks like this:
    private ClientInterfaceEndpoint getClientInterface() throws ServiceException {
    QName serviceQName = new QName(DOCSERVER_NAMESPACE, CLIENT_INTERFACE_SERVICENAME);
    URL wsdlUrl = getClientInterfaceWsdlUrl();
    log.info("*******WSDLURL host: " + wsdlUrl.getHost()); // out: firm.sub
    log.info("*******WSDLURL port: " + wsdlUrl.getPort()); // out: 443
    URL mapping = getClass().getClassLoader().getResource("META-INF/DocumentServer_Mapping.xml");
    log.info("*******MappingURL path: " + mapping.getPath());
    if (wsdlUrl.toString().toLowerCase().contains("https")) {
    if (null == getConfig().getTruststore() || getConfig().getTruststore().equalsIgnoreCase("")) {
    throw new RuntimeException("No or incorrect TruststorePath in the docclient-config");
    File tmp = new File(getConfig().getTruststore());
    if (!tmp.isFile() || !tmp.canRead()) {
    throw new RuntimeException("The truststore at the 'TruststorePath' isn't a file or can't be read.");
    System.setProperty(SYS_PROPERTY_KEY_TRUST, getConfig().getTruststore());
    System.setProperty(SYS_PROPERTY_KEY_TRUST_PW, config.getTruststorePass());
    ServiceFactoryImpl factory = null;
    factory = (ServiceFactoryImpl) ServiceFactory.newInstance();
    Service clientInterfaceService = null;
    try {// create the service for the ClientInterface
    clientInterfaceService = factory.createService(wsdlUrl, serviceQName, mapping, new URL(config.getServerURL())); //, new URL(config.getServerURL())
    log.info("*******ClientInterFaceService WSDL URL Host: " + clientInterfaceService.getWSDLDocumentLocation().getHost()); // out:firm.sub
    log.info("*******ClientInterFaceService WSDL URL Port: " + clientInterfaceService.getWSDLDocumentLocation().getPort()); // out: 443
    } catch (ServiceException e) {
    log.error(e.getMessage());
    throw new RuntimeException(e.getMessage());
    } catch (MalformedURLException e) {
    log.error(e.getMessage());
    throw new RuntimeException(e.getMessage());
    } catch (Exception e) {
    log.error(e.getMessage());
    throw new RuntimeException(e.getMessage());
    }// getting the ClientInterfaceEndpoint
    ClientInterfaceEndpoint clientInterface = (ClientInterfaceEndpoint) clientInterfaceService.getPort(ClientInterfaceEndpoint.class);
    return clientInterface;
    protected URL getClientInterfaceWsdlUrl() {
    URL url = null;
    String urlString = getConfig().getServerURL() + CLIENT_INTERFACE_URI + "?wsdl";
    Security.addProvider(new com.sun.net.ssl.internal.ssl.Provider());
    Properties properties = System.getProperties();
    String handlers = System.getProperty(SYS_PROPERTY_KEY_PKGS);
    if (handlers == null) {
    properties.put(SYS_PROPERTY_KEY_PKGS, SYS_PROPERTY_VALUE_PKGS);
    else {
    properties.put(SYS_PROPERTY_KEY_PKGS, SYS_PROPERTY_VALUE_PKGS.concat("|").concat(handlers));
    try {
    url = new URL(urlString);
    log.info("*******URL host: " + url.getHost());
    log.info("*******URL port: " + url.getPort());
    log.info("*******URL path: " + url.getPath());
    } catch (MalformedURLException e) {
    log.fatal("DocumentProvider SOAP configured incorrectly. DocServer URL malformed: " + urlString);
    throw new RuntimeException("DocumentProvider SOAP configured incorrectly. DocServer URL malformed: " + urlString, e);
    System.setProperties(properties);
    return url;
    }if it's usefull: the customer use a apache server (not tomcat) where a the server is and the client at another system the jboss.
    The customer told me: if i want to connect the client via http i have to tunnel.. maybe i have to tunnel using https too?
    have i to generate the endpoint classes a second time, extra for https?
    or doesn't soap like host like "firm.sub"?
    can anyone help me please?!
    sorry, my english isn't very well...

    sorry, it's not the same error. The output is: Unable to connect to any host due to exception: java.net.socket.exception: java.net.socket.exception: Unregcognized windows socket error: 10106: create.

  • InetAddress posting Unknown Host Exception

    Hello,
    I am relatively new to java and I am running into an Unknown Host Exception when attempting to return the IP's for valid host names. The strange part is that the first host name returns an address however every entry after the first returns the Unkown Host Exception. Here is the snippet of code that the problem is occuring in.
    Inet address as declared earlier in the code:
         private InetAddress Address = null;Code reporting errors:
              StringBuffer sb0 = new StringBuffer();
              int chr;
              // Read until the end of the stream     
              while ((chr = inputStream0.read()) != -1)
                      sb0.append((char) chr);
              String display = sb0.toString();
              String temp = display.replace("Giant ", "g0");
              String[] words = temp.split("\\|");
              StringBuffer db = new StringBuffer();
              for (int i=0; i < words.length; i++)
                      String many = (words[i] +"wu1");
                      try
                              Address = InetAddress.getByName(many);
                   db.append(words[i] + "wu1|" + Address);
                      catch(NullPointerException e)
                              db.append(words[i] + "wu1 - Null Pointer - ");
                      catch(UnknownHostException e)
                              db.append(words[i] + "wu1 - Unknown Host - ");
              String yay = db.toString();
              log.append(yay);
                                    catch (FileNotFoundException e) {
              // TODO Auto-generated catch block
              e.printStackTrace();
                                    catch (IOException e)
              // TODO Auto-generated catch block
              e.printStackTrace();
              }I have attempted setting Address back to null after the address was appended but it didn't make any difference.
    Edited by: mudbuggle on Aug 4, 2008 7:19 PM

    I made the adjustments however I am still experiencing the same problem.
    www.yahoo.com returns an ip address but the rest return Unknown Host Exceptions.
    www.yahoo.comjava.net.UnknownHostException:
    forums.sun.com
         at java.net.Inet4AddressImpl.lookupAllHostAddr(Native Method)
         at java.net.InetAddress$1.lookupAllHostAddr(Unknown Source)
         at java.net.InetAddress.getAddressFromNameService(Unknown Source)
         at java.net.InetAddress.getAllByName0(Unknown Source)
         at java.net.InetAddress.getAllByName(Unknown Source)
    forums.sun.com     at java.net.InetAddress.getAllByName(Unknown Source)
         at java.net.InetAddress.getByName(Unknown Source)
         at IP$1.actionPerformed(IP.java:83)
         at javax.swing.AbstractButton.fireActionPerformed(Unknown Source)
         at javax.swing.AbstractButton$Handler.actionPerformed(Unknown Source)
         at javax.swing.DefaultButtonModel.fireActionPerformed(Unknown Source)
         at javax.swing.DefaultButtonModel.setPressed(Unknown Source)
         at javax.swing.AbstractButton.doClick(Unknown Source)
         at javax.swing.plaf.basic.BasicMenuItemUI.doClick(Unknown Source)
         at javax.swing.plaf.basic.BasicMenuItemUI$Handler.mouseReleased(Unknown Source)
         at java.awt.Component.processMouseEvent(Unknown Source)
         at javax.swing.JComponent.processMouseEvent(Unknown Source)
         at java.awt.Component.processEvent(Unknown Source)
         at java.awt.Container.processEvent(Unknown Source)
         at java.awt.Component.dispatchEventImpl(Unknown Source)
         at java.awt.Container.dispatchEventImpl(Unknown Source)
         at java.awt.Component.dispatchEvent(Unknown Source)
         at java.awt.LightweightDispatcher.retargetMouseEvent(Unknown Source)
         at java.awt.LightweightDispatcher.processMouseEvent(Unknown Source)
         at java.awt.LightweightDispatcher.dispatchEvent(Unknown Source)
         at java.awt.Container.dispatchEventImpl(Unknown Source)
         at java.awt.Window.dispatchEventImpl(Unknown Source)
         at java.awt.Component.dispatchEvent(Unknown Source)
         at java.awt.EventQueue.dispatchEvent(Unknown Source)
         at java.awt.EventDispatchThread.pumpOneEventForFilters(Unknown Source)
         at java.awt.EventDispatchThread.pumpEventsForFilter(Unknown Source)
         at java.awt.EventDispatchThread.pumpEventsForHierarchy(Unknown Source)
         at java.awt.EventDispatchThread.pumpEvents(Unknown Source)
         at java.awt.EventDispatchThread.pumpEvents(Unknown Source)
         at java.awt.EventDispatchThread.run(Unknown Source)
    java.net.UnknownHostException:
    www.google.com
         at java.net.Inet4AddressImpl.lookupAllHostAddr(Native Method)
         at java.net.InetAddress$1.lookupAllHostAddr(Unknown Source)
         at java.net.InetAddress.getAddressFromNameService(Unknown Source)
         at java.net.InetAddress.getAllByName0(Unknown Source)
         at java.net.InetAddress.getAllByName(Unknown Source)
         at java.net.InetAddress.getAllByName(Unknown Source)
         at java.net.InetAddress.getByName(Unknown Source)
         at IP$1.actionPerformed(IP.java:83)
         at javax.swing.AbstractButton.fireActionPerformed(Unknown Source)
         at javax.swing.AbstractButton$Handler.actionPerformed(Unknown Source)
         at javax.swing.DefaultButtonModel.fireActionPerformed(Unknown Source)
         at javax.swing.DefaultButtonModel.setPressed(Unknown Source)
         at javax.swing.AbstractButton.doClick(Unknown Source)
         at javax.swing.plaf.basic.BasicMenuItemUI.doClick(Unknown Source)
         at javax.swing.plaf.basic.BasicMenuItemUI$Handler.mouseReleased(Unknown Source)
         at java.awt.Component.processMouseEvent(Unknown Source)
         at javax.swing.JComponent.processMouseEvent(Unknown Source)
         at java.awt.Component.processEvent(Unknown Source)
         at java.awt.Container.processEvent(Unknown Source)
         at java.awt.Component.dispatchEventImpl(Unknown Source)
         at java.awt.Container.dispatchEventImpl(Unknown Source)
         at java.awt.Component.dispatchEvent(Unknown Source)
         at java.awt.LightweightDispatcher.retargetMouseEvent(Unknown Source)
         at java.awt.LightweightDispatcher.processMouseEvent(Unknown Source)
         at java.awt.LightweightDispatcher.dispatchEvent(Unknown Source)
         at java.awt.Container.dispatchEventImpl(Unknown Source)
         at java.awt.Window.dispatchEventImpl(Unknown Source)
         at java.awt.Component.dispatchEvent(Unknown Source)
         at java.awt.EventQueue.dispatchEvent(Unknown Source)
         at java.awt.EventDispatchThread.pumpOneEventForFilters(Unknown Source)
         at java.awt.EventDispatchThread.pumpEventsForFilter(Unknown Source)
         at java.awt.EventDispatchThread.pumpEventsForHierarchy(Unknown Source)
         at java.awt.EventDispatchThread.pumpEvents(Unknown Source)
         at java.awt.EventDispatchThread.pumpEvents(Unknown Source)
         at java.awt.EventDispatchThread.run(Unknown Source)

  • Unknown host exception when weblogic is a https client to another server

    Hi,
    I have weblogic 6.1 sp2. My program connects as a client using https protocol.
    For this the classes provided by wls are used .
    The key , cert and ca files are of weblogic available in wlserver6.1\config\mydomain
    demokey.pem, democert.pem and ca.pem, installed during weblogic installation
    When this code is exceuted it gives a Unknown host exception at the point when
    trying to connect to the url.
    Are there any settings required in weblogic ?
    Regards
    Lata

    Hi,
    I have weblogic 6.1 sp2. My program connects as a client using https protocol.
    For this the classes provided by wls are used .
    The key , cert and ca files are of weblogic available in wlserver6.1\config\mydomain
    demokey.pem, democert.pem and ca.pem, installed during weblogic installation
    When this code is exceuted it gives a Unknown host exception at the point when
    trying to connect to the url.
    Are there any settings required in weblogic ?
    Regards
    Lata

Maybe you are looking for

  • Searching Criteria to find out the friends of friend

    Senior DBA'S i need to make database where i need to search the person from the current user. Current user can have many friends in his friend list but whom current user searching may be he is not a friend of current user and find out how current use

  • Using Adobe Web Photo Gallery

    I have PS CS4, on a mac, and I added the Web Photo Gallery plug-in. This works, but I cannot get PS to make a Web Photo Gallery that reflects the folder structure that I am using. PS just dumps all images into one ore more pages, without regard to th

  • How to define alternate items for Spare Parts

    Hi SAP Gurus, My Client wants to implement Alternate items for Spare Parts. It is not a Manufacturing unit. Actually Client wants their Service Partners to know that ex., Material A is an alternate item to Material B and can be used for servicing wit

  • Street2 in Address

    Hi, I have requirement where I need to display Name2 and Street2 to be printed on the Check address if it is present. There are some restrictions 1) There is space for max 5 lines and width 38 chars only. I should not print the title associated with

  • Mail merge in word using 10g

    hi ! does anyone know how to use mail merge in word in web environment ? I did it using the 9i but i'm not able to do it with 10g... Thank you..