Could not connect to host 127.0.0.1 (port 8080).
Phil Pinkerton
pcpinkerton at gmail.com
Sat Jun 16 10:25:05 UTC 2007
Derek Broughton wrote:
> Phil Pinkerton wrote:
>
>
>> Derek Broughton wrote:
>>
>
>
>>> There really should _never_ be a reason to install telnetd on your
>>> system. It's a security hazard, and it won't help you when you're trying
>>> to test another _server_.
>>>
>>>
>> OK but how else was I suppose to test "telnet" ??
>>
>
> It's the difference between a client and a server. "telnet" is a client
> that simply sends text to any internet socket (well, perhaps not quite that
> simple). telnetd is a server that you have no need for (in _any_
> circumstance, imo). You wanted to use telnet to test access to an http
> server, not a telnetd server.
>
>
>>> The startup script on the KDE menu is:
>>>
>>> /usr/lib/oracle/xe/app/oracle/product/10.2.0/server/config/scripts/startdb.sh
>>>
>>> Try running it from a terminal, and see what you get.
>>>
>>>
>> The DB starts fine I guess:
>>
>> ps -deaf | grep oracle
>> oracle 5709 1 0 Jun14 ? 00:00:00
>> /usr/lib/oracle/xe/app/oracle/product/10.2.0/server/bin/tnslsnr LISTENER
>> -inherit
>>
>> I would expect more output than that.
>>
>
> Come on, now. You have to try to help yourself here; we can't do
> everything - and given that there are probably about 1 of us actually
> running Oracle XE, I'm the only help you've got :-)
>
> Look at the script - your TNS listener is up, so there's only one line there
> that could have an effect (I expect you get no output from the TNS listener
> step because it was already up). Try executing the SQLPLUS line - without
> the /NOLOG
>
> In fact, I _do_ expect a lot more than that. If I run the script from my
> own terminal, I get:
>
> $ /usr/lib/oracle/xe/app/oracle/product/10.2.0/server/config/scripts/startdb.sh
> ERROR:
> ORA-09925: Unable to create audit trail file
> Linux Error: 13: Permission denied
> Additional information: 9925
> ORA-09925: Unable to create audit trail file
> Linux Error: 13: Permission denied
> Additional information: 9925
>
> I don't remember exactly what that was, but I know I googled the fix for it
> last time it happened (as you can see, I haven't had my Oracle DB up for a
> week or more). I'm reasonably certain in this case it has to do with the
> fact that I deleted and recreated the 'dba' group this week - for reasons
> not worth going into that are not related to oracle.
>
squplus output:
$sqlplus
SQL*Plus: Release 10.2.0.1.0 - Production on Sat Jun 16 07:22:14 2007
Copyright (c) 1982, 2005, Oracle. All rights reserved.
Enter user-name: admin
Enter password:
oracleXE: error while loading shared libraries: libaio.so.1: cannot open
shared object file: No such file or directory
ERROR:
ORA-12547: TNS:lost contact
More information about the kubuntu-users
mailing list