NetLDI service '50377' not found

Previous Topic Next Topic
 
classic Classic list List threaded Threaded
21 messages Options
12
Reply | Threaded
Open this post in threaded view
|

NetLDI service '50377' not found

Sabine Manaa
After installing Gemstone 3.1.0.1 on EC2, I get the "NetLDI service '50377' not found error".
I think, that I have considered the other posts concerning this error.
Do you have any further hints?
Sabine

Create Session in GemTools with:
OGStandardSessionDescription new
        name: 'Seaside';
        stoneHost: 'localhost';
        stoneName: 'ec2-user';
        gemHost: 'localhost';
        netLDI: '50377';
        userId: 'DataCurator';
        password: 'swordfish';
        backupDirectory: 'opt/gemstone/backups/';
        yourself.

Start netldi with:
startnetldi -g -a ec2-user -p 50378:50378 50377

[ec2-user@ip-10-250-202-173 ~]$  gslist -cvl
Status   Version    Owner    Pid   Port   Started     Type       Name
------- --------- --------- ----- ----- ------------ ------      ----
  OK    3.1.0.1   ec2-user  20104 42964 Nov 13 13:07 cache       seaside~5212c518f6355372
  OK    3.1.0.1   ec2-user  20281 50377 Nov 13 13:48 Netldi      50377
  OK    3.1.0.1   ec2-user  20102 54881 Nov 13 13:07 Stone       seaside


[ec2-user@ip-10-250-202-173 ~]$ gslist -x
seaside~5212c518f6355372
  status=  exists
  type=    cache
  version= 3.1.0.1
  owner=   ec2-user
  started= Nov 13 13:07
  pid=     20104
  port=    42964
  options=  maxPages=31250, maxClients=49, spinCount=1 targetFreeFrameCount=3906 numFFPgsvrs=1 numSharedCounters=1900 monitorPort=0
  logfile= /opt/gemstone/log/seaside_20104pcmon.log
  GEMSTONE=/opt/gemstone/product
50377
  status=  exists
  type=    Netldi
  version= 3.1.0.1
  owner=   ec2-user
  started= Nov 13 13:48
  pid=     20281
  port=    50377
  options=  -g -a ec2-user -p 50378:50378
  logfile= /opt/gemstone/log/50377.log
  GEMSTONE=/opt/gemstone/product
seaside
  status=  exists
  type=    Stone
  version= 3.1.0.1
  owner=   ec2-user
  started= Nov 13 13:07
  pid=     20102
  port=    54881
  logfile= /opt/gemstone/log/seaside.log
  sysconf= /opt/gemstone/GemStone64Bit3.1.0.1-x86_64.Linux/seaside/data/system.conf
  GEMSTONE=/opt/gemstone/product


[ec2-user@ip-10-250-202-173 ~]$ set
....
GEMSTONE=/opt/gemstone/product
GEMSTONE_DATADIR=/opt/gemstone/product/seaside/data
GEMSTONE_EXE_CONF=/opt/gemstone/product/seaside/data
GEMSTONE_KEYFILE=/opt/gemstone/product/seaside/etc/gemstone.key
GEMSTONE_LOGDIR=/opt/gemstone/log
GEMSTONE_NAME=seaside
GEMSTONE_SYS_CONF=/opt/gemstone/product/seaside/data/system.conf
GEMSTONE_USER=ec2-user
...
MANPATH=/opt/gemstone/product/doc:
...
PATH=/opt/gemstone/product/bin:/opt/gemstone/product/seaside/bin:/usr/local/bin:/bin:/usr/bin:/usr/local/sbin:/usr/sbin:/sbin:/opt/aws/bin:/home/ec2-user/bin
...
USER=ec2-user
_=gem

Reply | Threaded
Open this post in threaded view
|

Re: NetLDI service '50377' not found

James Foster-8
Sabine,

There are some some extra $* characters in you post that I assume should be ignored. If you actually entered those characters then you should remove them.

It appears that you have NetLDI running on EC2 and listening on port 50377. Where is the client that is unable to connect? Is it also on EC2 or is it remote (e.g., on your laptop)? If it is remote, then I suspect you have a firewall issue. In either case, try connecting to port 50377 using telnet. For example,
        $ telnet localhost 50377
or
        $ telnet myServer 50377
See http://www.cs.indiana.edu/docproject/zen/zen-1.0_7.html#SEC62 for a discussion of telnet. If it connects, then your network is working. If this does not connect, then you have a network configuration problem.

James

On Nov 13, 2012, at 11:16 AM, Sabine Knöfel wrote:

> After installing Gemstone 3.1.0.1 on EC2, I get the "NetLDI service '50377'
> not found error".
> I think, that I have considered the other posts concerning this error.
> Do you have any further hints?
> Sabine
>
> Create Session in GemTools with:
> OGStandardSessionDescription new
> name: 'Seaside';
> stoneHost: 'localhost';
> stoneName: '*ec2-user*';
> gemHost: 'localhost';
> netLDI: '*50377*';
> userId: 'DataCurator';
> password: 'swordfish';
> backupDirectory: 'opt/gemstone/backups/';
> yourself.
>
> Start netldi with:
> startnetldi -g -a ec2-user -p *50378:50378 50377*
>
> [ec2-user@ip-10-250-202-173 ~]$  gslist -cvl
> Status   Version    Owner    Pid   Port   Started     Type       Name
> ------- --------- --------- ----- ----- ------------ ------      ----
>  OK    3.1.0.1   ec2-user  20104 42964 Nov 13 13:07 cache      
> seaside~5212c518f6355372
>  OK    3.1.0.1   ec2-user  20281 50377 Nov 13 13:48 Netldi      *50377*
>  OK    3.1.0.1   ec2-user  20102 54881 Nov 13 13:07 Stone       seaside
>
>
> [ec2-user@ip-10-250-202-173 ~]$ gslist -x
> seaside~5212c518f6355372
>  status=  exists
>  type=    cache
>  version= 3.1.0.1
>  owner=   ec2-user
>  started= Nov 13 13:07
>  pid=     20104
>  port=    42964
>  options=  maxPages=31250, maxClients=49, spinCount=1
> targetFreeFrameCount=3906 numFFPgsvrs=1 numSharedCounters=1900 monitorPort=0
>  logfile= /opt/gemstone/log/seaside_20104pcmon.log
>  GEMSTONE=/opt/gemstone/product
> 50377
>  status=  exists
>  type=    Netldi
>  version= 3.1.0.1
>  owner=  * ec2-user*
>  started= Nov 13 13:48
>  pid=     20281
>  port=    50377
>  options=  -g -a *ec2-user* -p *50378:50378*
>  logfile= /opt/gemstone/log/50377.log
>  GEMSTONE=/opt/gemstone/product
> seaside
>  status=  exists
>  type=    Stone
>  version= 3.1.0.1
>  owner=   ec2-user
>  started= Nov 13 13:07
>  pid=     20102
>  port=    54881
>  logfile= /opt/gemstone/log/seaside.log
>  sysconf=
> /opt/gemstone/GemStone64Bit3.1.0.1-x86_64.Linux/seaside/data/system.conf
>  GEMSTONE=/opt/gemstone/product
>
>
> [ec2-user@ip-10-250-202-173 ~]$ set
> ....
> GEMSTONE=/opt/gemstone/product
> GEMSTONE_DATADIR=/opt/gemstone/product/seaside/data
> GEMSTONE_EXE_CONF=/opt/gemstone/product/seaside/data
> GEMSTONE_KEYFILE=/opt/gemstone/product/seaside/etc/gemstone.key
> GEMSTONE_LOGDIR=/opt/gemstone/log
> GEMSTONE_NAME=seaside
> GEMSTONE_SYS_CONF=/opt/gemstone/product/seaside/data/system.conf
> GEMSTONE_USER=ec2-user
> ...
> MANPATH=/opt/gemstone/product/doc:
> ...
> PATH=/opt/gemstone/product/bin:/opt/gemstone/product/seaside/bin:/usr/local/bin:/bin:/usr/bin:/usr/local/sbin:/usr/sbin:/sbin:/opt/aws/bin:/home/ec2-user/bin
> ...
> USER=ec2-user
> _=gem
>
>
>
>
>
> --
> View this message in context: http://forum.world.st/NetLDI-service-50377-not-found-tp4654996.html
> Sent from the GLASS mailing list archive at Nabble.com.

Reply | Threaded
Open this post in threaded view
|

Re: NetLDI service '50377' not found

Sabine Manaa
Hi James,

the extra * Characters have been for formatting in the forum.world.st. I will no longer use them.

It is possible to connect via telnet from my local machine to the ec2 linux machine.

Netldi is listening on 50377.

I start with
$GEMSTONE/bin/startnetldi 50377 -p 50378:50378  -g -a $USER -n -l $GEMSTONE_LOGDIR/gs64ldi.log

[ec2-user@ip-10-58-169-228 ~]$ gslist -cvl
Status   Version    Owner    Pid   Port   Started     Type       Name
------- --------- --------- ----- ----- ------------ ------      ----
  OK    3.1.0.1   ec2-user   1223 41922 Nov 20 13:40 cache       seaside~5212c518f6355372
  OK    3.1.0.1   ec2-user   1436 50377 Nov 20 14:04 Netldi      50377
  OK    3.1.0.1   ec2-user   1221 35430 Nov 20 13:40 Stone       seaside

When trying to login I get the  "NetLDI service '50377' not found error".

Do you have an idea - why is it not possible to login?
Sabine

[ec2-user@ip-10-58-169-228 ~]$ gslist -x
seaside~5212c518f6355372
  status=  exists
  type=    cache
  version= 3.1.0.1
  owner=   ec2-user
  started= Nov 20 13:40
  pid=     1223
  port=    41922
  options=  maxPages=31250, maxClients=49, spinCount=1 targetFreeFrameCount=3906 numFFPgsvrs=1 numSharedCounters=1900 monitorPort=0
  logfile= /opt/gemstone/log/seaside_1223pcmon.log
  GEMSTONE=/opt/gemstone/product
50377
  status=  exists
  type=    Netldi
  version= 3.1.0.1
  owner=   ec2-user
  started= Nov 20 14:04
  pid=     1436
  port=    50377
  options=  -g -n -a ec2-user -p 50378:50378
  logfile= /opt/gemstone/log/gs64ldi.log
  GEMSTONE=/opt/gemstone/product
seaside
  status=  exists
  type=    Stone
  version= 3.1.0.1
  owner=   ec2-user
  started= Nov 20 13:40
  pid=     1221
  port=    35430
  logfile= /opt/gemstone/log/seaside.log
  sysconf= /opt/gemstone/GemStone64Bit3.1.0.1-x86_64.Linux/seaside/data/system.conf
  GEMSTONE=/opt/gemstone/product

[ec2-user@ip-10-58-169-228 ~]$ set
.....
GEMSTONE=/opt/gemstone/product
GEMSTONE_DATADIR=/opt/gemstone/product/seaside/data
GEMSTONE_EXE_CONF=/opt/gemstone/product/seaside/data
GEMSTONE_KEYFILE=/opt/gemstone/product/seaside/etc/gemstone.key
GEMSTONE_LOGDIR=/opt/gemstone/log
GEMSTONE_NAME=seaside
GEMSTONE_NRS_ALL='#dir:$GEMSTONE_DATADIR#log:/$GEMSTONE_LOGDIR/%N%P.log'
GEMSTONE_SYS_CONF=/opt/gemstone/product/seaside/data/system.conf
GEMSTONE_USER=glass

 
Reply | Threaded
Open this post in threaded view
|

Re: NetLDI service '50377' not found

Dale Henrichs
Sabine,

You are trying to login using GemTools or topaz? Either way what settings are you using to connect to the ec2 instance (session description for gemtools, status from topaz).

I'm also assuming that you've arranged for the ports 50377 and 50378 to be open through your firewall?

Dale
----- Original Message -----
| From: "Sabine Knöfel" <[hidden email]>
| To: [hidden email]
| Sent: Tuesday, November 20, 2012 6:15:14 AM
| Subject: Re: [GS/SS Beta] NetLDI service '50377' not found
|
| Hi James,
|
| the extra * Characters have been for formatting in the
| forum.world.st. I
| will no longer use them.
|
| It is possible to connect via telnet from my local machine to the ec2
| linux
| machine.
|
| Netldi is listening on 50377.
|
| I start with
| $GEMSTONE/bin/startnetldi 50377 -p 50378:50378  -g -a $USER -n -l
| $GEMSTONE_LOGDIR/gs64ldi.log
|
| [ec2-user@ip-10-58-169-228 ~]$ gslist -cvl
| Status   Version    Owner    Pid   Port   Started     Type       Name
| ------- --------- --------- ----- ----- ------------ ------      ----
|   OK    3.1.0.1   ec2-user   1223 41922 Nov 20 13:40 cache
| seaside~5212c518f6355372
|   OK    3.1.0.1   ec2-user   1436 50377 Nov 20 14:04 Netldi
|        50377
|   OK    3.1.0.1   ec2-user   1221 35430 Nov 20 13:40 Stone
|         seaside
|
| When trying to login I get the  "NetLDI service '50377' not found
| error".
|
| Do you have an idea - why is it not possible to login?
| Sabine
|
| [ec2-user@ip-10-58-169-228 ~]$ gslist -x
| seaside~5212c518f6355372
|   status=  exists
|   type=    cache
|   version= 3.1.0.1
|   owner=   ec2-user
|   started= Nov 20 13:40
|   pid=     1223
|   port=    41922
|   options=  maxPages=31250, maxClients=49, spinCount=1
| targetFreeFrameCount=3906 numFFPgsvrs=1 numSharedCounters=1900
| monitorPort=0
|   logfile= /opt/gemstone/log/seaside_1223pcmon.log
|   GEMSTONE=/opt/gemstone/product
| 50377
|   status=  exists
|   type=    Netldi
|   version= 3.1.0.1
|   owner=   ec2-user
|   started= Nov 20 14:04
|   pid=     1436
|   port=    50377
|   options=  -g -n -a ec2-user -p 50378:50378
|   logfile= /opt/gemstone/log/gs64ldi.log
|   GEMSTONE=/opt/gemstone/product
| seaside
|   status=  exists
|   type=    Stone
|   version= 3.1.0.1
|   owner=   ec2-user
|   started= Nov 20 13:40
|   pid=     1221
|   port=    35430
|   logfile= /opt/gemstone/log/seaside.log
|   sysconf=
| /opt/gemstone/GemStone64Bit3.1.0.1-x86_64.Linux/seaside/data/system.conf
|   GEMSTONE=/opt/gemstone/product
|
| [ec2-user@ip-10-58-169-228 ~]$ set
| .....
| GEMSTONE=/opt/gemstone/product
| GEMSTONE_DATADIR=/opt/gemstone/product/seaside/data
| GEMSTONE_EXE_CONF=/opt/gemstone/product/seaside/data
| GEMSTONE_KEYFILE=/opt/gemstone/product/seaside/etc/gemstone.key
| GEMSTONE_LOGDIR=/opt/gemstone/log
| GEMSTONE_NAME=seaside
| GEMSTONE_NRS_ALL='#dir:$GEMSTONE_DATADIR#log:/$GEMSTONE_LOGDIR/%N%P.log'
| GEMSTONE_SYS_CONF=/opt/gemstone/product/seaside/data/system.conf
| GEMSTONE_USER=glass
|
|  
|
|
|
| --
| View this message in context:
| http://forum.world.st/NetLDI-service-50377-not-found-tp4654996p4655980.html
| Sent from the GLASS mailing list archive at Nabble.com.
|
Reply | Threaded
Open this post in threaded view
|

Re: NetLDI service '50377' not found

Sabine Manaa
Hi Dale,

I use GemTools.

Due to the fact that telnet to the port 50377 is possible, I assume,
that this is no firewall issue? Is this right? For testing, I opened
all ports in the security group of the instance (0 - 65535 0.0.0.0/0).

I tried various session descriptions, e.g.

OGCustomSessionDescription new
name: 'Amazon';
stoneHost: 'localhost';
stoneName: 'seaside';
gemHost: 'localhost';
netLDI: '50377';
gemTask: 'gemnetobject';
userId: 'glass';
password: 'swordfish';
osUserId: '';
osPassword: '';
backupDirectory: '';
dataDirectory: '';
yourself.

Always the same error message.

Greetings
Sabine



On Tue, Nov 20, 2012 at 4:37 PM, Dale Henrichs <[hidden email]> wrote:

> Sabine,
>
> You are trying to login using GemTools or topaz? Either way what settings are you using to connect to the ec2 instance (session description for gemtools, status from topaz).
>
> I'm also assuming that you've arranged for the ports 50377 and 50378 to be open through your firewall?
>
> Dale
> ----- Original Message -----
> | From: "Sabine Knöfel" <[hidden email]>
> | To: [hidden email]
> | Sent: Tuesday, November 20, 2012 6:15:14 AM
> | Subject: Re: [GS/SS Beta] NetLDI service '50377' not found
> |
> | Hi James,
> |
> | the extra * Characters have been for formatting in the
> | forum.world.st. I
> | will no longer use them.
> |
> | It is possible to connect via telnet from my local machine to the ec2
> | linux
> | machine.
> |
> | Netldi is listening on 50377.
> |
> | I start with
> | $GEMSTONE/bin/startnetldi 50377 -p 50378:50378  -g -a $USER -n -l
> | $GEMSTONE_LOGDIR/gs64ldi.log
> |
> | [ec2-user@ip-10-58-169-228 ~]$ gslist -cvl
> | Status   Version    Owner    Pid   Port   Started     Type       Name
> | ------- --------- --------- ----- ----- ------------ ------      ----
> |   OK    3.1.0.1   ec2-user   1223 41922 Nov 20 13:40 cache
> | seaside~5212c518f6355372
> |   OK    3.1.0.1   ec2-user   1436 50377 Nov 20 14:04 Netldi
> |        50377
> |   OK    3.1.0.1   ec2-user   1221 35430 Nov 20 13:40 Stone
> |         seaside
> |
> | When trying to login I get the  "NetLDI service '50377' not found
> | error".
> |
> | Do you have an idea - why is it not possible to login?
> | Sabine
> |
> | [ec2-user@ip-10-58-169-228 ~]$ gslist -x
> | seaside~5212c518f6355372
> |   status=  exists
> |   type=    cache
> |   version= 3.1.0.1
> |   owner=   ec2-user
> |   started= Nov 20 13:40
> |   pid=     1223
> |   port=    41922
> |   options=  maxPages=31250, maxClients=49, spinCount=1
> | targetFreeFrameCount=3906 numFFPgsvrs=1 numSharedCounters=1900
> | monitorPort=0
> |   logfile= /opt/gemstone/log/seaside_1223pcmon.log
> |   GEMSTONE=/opt/gemstone/product
> | 50377
> |   status=  exists
> |   type=    Netldi
> |   version= 3.1.0.1
> |   owner=   ec2-user
> |   started= Nov 20 14:04
> |   pid=     1436
> |   port=    50377
> |   options=  -g -n -a ec2-user -p 50378:50378
> |   logfile= /opt/gemstone/log/gs64ldi.log
> |   GEMSTONE=/opt/gemstone/product
> | seaside
> |   status=  exists
> |   type=    Stone
> |   version= 3.1.0.1
> |   owner=   ec2-user
> |   started= Nov 20 13:40
> |   pid=     1221
> |   port=    35430
> |   logfile= /opt/gemstone/log/seaside.log
> |   sysconf=
> | /opt/gemstone/GemStone64Bit3.1.0.1-x86_64.Linux/seaside/data/system.conf
> |   GEMSTONE=/opt/gemstone/product
> |
> | [ec2-user@ip-10-58-169-228 ~]$ set
> | .....
> | GEMSTONE=/opt/gemstone/product
> | GEMSTONE_DATADIR=/opt/gemstone/product/seaside/data
> | GEMSTONE_EXE_CONF=/opt/gemstone/product/seaside/data
> | GEMSTONE_KEYFILE=/opt/gemstone/product/seaside/etc/gemstone.key
> | GEMSTONE_LOGDIR=/opt/gemstone/log
> | GEMSTONE_NAME=seaside
> | GEMSTONE_NRS_ALL='#dir:$GEMSTONE_DATADIR#log:/$GEMSTONE_LOGDIR/%N%P.log'
> | GEMSTONE_SYS_CONF=/opt/gemstone/product/seaside/data/system.conf
> | GEMSTONE_USER=glass
> |
> |
> |
> |
> |
> | --
> | View this message in context:
> | http://forum.world.st/NetLDI-service-50377-not-found-tp4654996p4655980.html
> | Sent from the GLASS mailing list archive at Nabble.com.
> |



--
PS: Bitte Stimme für meine Schwester abgeben:
http://www.sterne-des-handwerks.de/voting/wettbewerb/detail/teilnehmer/4678.html
Reply | Threaded
Open this post in threaded view
|

Re: NetLDI service '50377' not found

Paul DeBruicker
In not in front of my computer but could you try using 'DataCurator' as the userid?

On Nov 20, 2012, at 10:42 AM, Sabine Knöfel <[hidden email]> wrote:

> Hi Dale,
>
> I use GemTools.
>
> Due to the fact that telnet to the port 50377 is possible, I assume,
> that this is no firewall issue? Is this right? For testing, I opened
> all ports in the security group of the instance (0 - 65535 0.0.0.0/0).
>
> I tried various session descriptions, e.g.
>
> OGCustomSessionDescription new
> name: 'Amazon';
> stoneHost: 'localhost';
> stoneName: 'seaside';
> gemHost: 'localhost';
> netLDI: '50377';
> gemTask: 'gemnetobject';
> userId: 'glass';
> password: 'swordfish';
> osUserId: '';
> osPassword: '';
> backupDirectory: '';
> dataDirectory: '';
> yourself.
>
> Always the same error message.
>
> Greetings
> Sabine
>
>
>
> On Tue, Nov 20, 2012 at 4:37 PM, Dale Henrichs <[hidden email]> wrote:
>> Sabine,
>>
>> You are trying to login using GemTools or topaz? Either way what settings are you using to connect to the ec2 instance (session description for gemtools, status from topaz).
>>
>> I'm also assuming that you've arranged for the ports 50377 and 50378 to be open through your firewall?
>>
>> Dale
>> ----- Original Message -----
>> | From: "Sabine Knöfel" <[hidden email]>
>> | To: [hidden email]
>> | Sent: Tuesday, November 20, 2012 6:15:14 AM
>> | Subject: Re: [GS/SS Beta] NetLDI service '50377' not found
>> |
>> | Hi James,
>> |
>> | the extra * Characters have been for formatting in the
>> | forum.world.st. I
>> | will no longer use them.
>> |
>> | It is possible to connect via telnet from my local machine to the ec2
>> | linux
>> | machine.
>> |
>> | Netldi is listening on 50377.
>> |
>> | I start with
>> | $GEMSTONE/bin/startnetldi 50377 -p 50378:50378  -g -a $USER -n -l
>> | $GEMSTONE_LOGDIR/gs64ldi.log
>> |
>> | [ec2-user@ip-10-58-169-228 ~]$ gslist -cvl
>> | Status   Version    Owner    Pid   Port   Started     Type       Name
>> | ------- --------- --------- ----- ----- ------------ ------      ----
>> |   OK    3.1.0.1   ec2-user   1223 41922 Nov 20 13:40 cache
>> | seaside~5212c518f6355372
>> |   OK    3.1.0.1   ec2-user   1436 50377 Nov 20 14:04 Netldi
>> |        50377
>> |   OK    3.1.0.1   ec2-user   1221 35430 Nov 20 13:40 Stone
>> |         seaside
>> |
>> | When trying to login I get the  "NetLDI service '50377' not found
>> | error".
>> |
>> | Do you have an idea - why is it not possible to login?
>> | Sabine
>> |
>> | [ec2-user@ip-10-58-169-228 ~]$ gslist -x
>> | seaside~5212c518f6355372
>> |   status=  exists
>> |   type=    cache
>> |   version= 3.1.0.1
>> |   owner=   ec2-user
>> |   started= Nov 20 13:40
>> |   pid=     1223
>> |   port=    41922
>> |   options=  maxPages=31250, maxClients=49, spinCount=1
>> | targetFreeFrameCount=3906 numFFPgsvrs=1 numSharedCounters=1900
>> | monitorPort=0
>> |   logfile= /opt/gemstone/log/seaside_1223pcmon.log
>> |   GEMSTONE=/opt/gemstone/product
>> | 50377
>> |   status=  exists
>> |   type=    Netldi
>> |   version= 3.1.0.1
>> |   owner=   ec2-user
>> |   started= Nov 20 14:04
>> |   pid=     1436
>> |   port=    50377
>> |   options=  -g -n -a ec2-user -p 50378:50378
>> |   logfile= /opt/gemstone/log/gs64ldi.log
>> |   GEMSTONE=/opt/gemstone/product
>> | seaside
>> |   status=  exists
>> |   type=    Stone
>> |   version= 3.1.0.1
>> |   owner=   ec2-user
>> |   started= Nov 20 13:40
>> |   pid=     1221
>> |   port=    35430
>> |   logfile= /opt/gemstone/log/seaside.log
>> |   sysconf=
>> | /opt/gemstone/GemStone64Bit3.1.0.1-x86_64.Linux/seaside/data/system.conf
>> |   GEMSTONE=/opt/gemstone/product
>> |
>> | [ec2-user@ip-10-58-169-228 ~]$ set
>> | .....
>> | GEMSTONE=/opt/gemstone/product
>> | GEMSTONE_DATADIR=/opt/gemstone/product/seaside/data
>> | GEMSTONE_EXE_CONF=/opt/gemstone/product/seaside/data
>> | GEMSTONE_KEYFILE=/opt/gemstone/product/seaside/etc/gemstone.key
>> | GEMSTONE_LOGDIR=/opt/gemstone/log
>> | GEMSTONE_NAME=seaside
>> | GEMSTONE_NRS_ALL='#dir:$GEMSTONE_DATADIR#log:/$GEMSTONE_LOGDIR/%N%P.log'
>> | GEMSTONE_SYS_CONF=/opt/gemstone/product/seaside/data/system.conf
>> | GEMSTONE_USER=glass
>> |
>> |
>> |
>> |
>> |
>> | --
>> | View this message in context:
>> | http://forum.world.st/NetLDI-service-50377-not-found-tp4654996p4655980.html
>> | Sent from the GLASS mailing list archive at Nabble.com.
>> |
>
>
>
> --
> PS: Bitte Stimme für meine Schwester abgeben:
> http://www.sterne-des-handwerks.de/voting/wettbewerb/detail/teilnehmer/4678.html
Reply | Threaded
Open this post in threaded view
|

Re: NetLDI service '50377' not found

James Foster-8
In reply to this post by Sabine Manaa
Your example shows 'localhost' for the gemHost when you try to login. Is that the hostname or IP address you used when you were able to telnet to your Amazon server?

James

On Nov 20, 2012, at 1:43 PM, Sabine Knöfel <[hidden email]> wrote:

> Hi Dale,
>
> I use GemTools.
>
> Due to the fact that telnet to the port 50377 is possible, I assume,
> that this is no firewall issue? Is this right? For testing, I opened
> all ports in the security group of the instance (0 - 65535 0.0.0.0/0).
>
> I tried various session descriptions, e.g.
>
> OGCustomSessionDescription new
> name: 'Amazon';
> stoneHost: 'localhost';
> stoneName: 'seaside';
> gemHost: 'localhost';
> netLDI: '50377';
> gemTask: 'gemnetobject';
> userId: 'glass';
> password: 'swordfish';
> osUserId: '';
> osPassword: '';
> backupDirectory: '';
> dataDirectory: '';
> yourself.
>
> Always the same error message.
>
> Greetings
> Sabine
>
>
>
> On Tue, Nov 20, 2012 at 4:37 PM, Dale Henrichs <[hidden email]> wrote:
>> Sabine,
>>
>> You are trying to login using GemTools or topaz? Either way what settings are you using to connect to the ec2 instance (session description for gemtools, status from topaz).
>>
>> I'm also assuming that you've arranged for the ports 50377 and 50378 to be open through your firewall?
>>
>> Dale
>> ----- Original Message -----
>> | From: "Sabine Knöfel" <[hidden email]>
>> | To: [hidden email]
>> | Sent: Tuesday, November 20, 2012 6:15:14 AM
>> | Subject: Re: [GS/SS Beta] NetLDI service '50377' not found
>> |
>> | Hi James,
>> |
>> | the extra * Characters have been for formatting in the
>> | forum.world.st. I
>> | will no longer use them.
>> |
>> | It is possible to connect via telnet from my local machine to the ec2
>> | linux
>> | machine.
>> |
>> | Netldi is listening on 50377.
>> |
>> | I start with
>> | $GEMSTONE/bin/startnetldi 50377 -p 50378:50378  -g -a $USER -n -l
>> | $GEMSTONE_LOGDIR/gs64ldi.log
>> |
>> | [ec2-user@ip-10-58-169-228 ~]$ gslist -cvl
>> | Status   Version    Owner    Pid   Port   Started     Type       Name
>> | ------- --------- --------- ----- ----- ------------ ------      ----
>> |   OK    3.1.0.1   ec2-user   1223 41922 Nov 20 13:40 cache
>> | seaside~5212c518f6355372
>> |   OK    3.1.0.1   ec2-user   1436 50377 Nov 20 14:04 Netldi
>> |        50377
>> |   OK    3.1.0.1   ec2-user   1221 35430 Nov 20 13:40 Stone
>> |         seaside
>> |
>> | When trying to login I get the  "NetLDI service '50377' not found
>> | error".
>> |
>> | Do you have an idea - why is it not possible to login?
>> | Sabine
>> |
>> | [ec2-user@ip-10-58-169-228 ~]$ gslist -x
>> | seaside~5212c518f6355372
>> |   status=  exists
>> |   type=    cache
>> |   version= 3.1.0.1
>> |   owner=   ec2-user
>> |   started= Nov 20 13:40
>> |   pid=     1223
>> |   port=    41922
>> |   options=  maxPages=31250, maxClients=49, spinCount=1
>> | targetFreeFrameCount=3906 numFFPgsvrs=1 numSharedCounters=1900
>> | monitorPort=0
>> |   logfile= /opt/gemstone/log/seaside_1223pcmon.log
>> |   GEMSTONE=/opt/gemstone/product
>> | 50377
>> |   status=  exists
>> |   type=    Netldi
>> |   version= 3.1.0.1
>> |   owner=   ec2-user
>> |   started= Nov 20 14:04
>> |   pid=     1436
>> |   port=    50377
>> |   options=  -g -n -a ec2-user -p 50378:50378
>> |   logfile= /opt/gemstone/log/gs64ldi.log
>> |   GEMSTONE=/opt/gemstone/product
>> | seaside
>> |   status=  exists
>> |   type=    Stone
>> |   version= 3.1.0.1
>> |   owner=   ec2-user
>> |   started= Nov 20 13:40
>> |   pid=     1221
>> |   port=    35430
>> |   logfile= /opt/gemstone/log/seaside.log
>> |   sysconf=
>> | /opt/gemstone/GemStone64Bit3.1.0.1-x86_64.Linux/seaside/data/system.conf
>> |   GEMSTONE=/opt/gemstone/product
>> |
>> | [ec2-user@ip-10-58-169-228 ~]$ set
>> | .....
>> | GEMSTONE=/opt/gemstone/product
>> | GEMSTONE_DATADIR=/opt/gemstone/product/seaside/data
>> | GEMSTONE_EXE_CONF=/opt/gemstone/product/seaside/data
>> | GEMSTONE_KEYFILE=/opt/gemstone/product/seaside/etc/gemstone.key
>> | GEMSTONE_LOGDIR=/opt/gemstone/log
>> | GEMSTONE_NAME=seaside
>> | GEMSTONE_NRS_ALL='#dir:$GEMSTONE_DATADIR#log:/$GEMSTONE_LOGDIR/%N%P.log'
>> | GEMSTONE_SYS_CONF=/opt/gemstone/product/seaside/data/system.conf
>> | GEMSTONE_USER=glass
>> |
>> |
>> |
>> |
>> |
>> | --
>> | View this message in context:
>> | http://forum.world.st/NetLDI-service-50377-not-found-tp4654996p4655980.html
>> | Sent from the GLASS mailing list archive at Nabble.com.
>> |
>
>
>
> --
> PS: Bitte Stimme für meine Schwester abgeben:
> http://www.sterne-des-handwerks.de/voting/wettbewerb/detail/teilnehmer/4678.html
Reply | Threaded
Open this post in threaded view
|

Re: NetLDI service '50377' not found

Sabine Manaa
James and Paul,

for telnet I took the Public DNS (ecXXXXXX.eu-west-1.compute.amazonaws.com).

So, I tried to use the Public DNS for gemHost: AND stoneHost:
I tried with DataCurator as userId, too.

Both did not work.

I am not sure about the password because I did not configure any
Gemstone passwords....

If there is ANYTHING wrong within the parameters to
OGCustomSessionDescription, will it be always this error message?  The
message is" Unable to crate a GemStone session. NetLDI service '50377'
not fount on node 'ec2-........eu-west-1.compute-amazonaws.com'. The
connection was rejected because: unknown network problem.

Greetings
Sabine

On Tue, Nov 20, 2012 at 6:08 PM, James Foster <[hidden email]> wrote:

> Your example shows 'localhost' for the gemHost when you try to login. Is that the hostname or IP address you used when you were able to telnet to your Amazon server?
>
> James
>
> On Nov 20, 2012, at 1:43 PM, Sabine Knöfel <[hidden email]> wrote:
>
>> Hi Dale,
>>
>> I use GemTools.
>>
>> Due to the fact that telnet to the port 50377 is possible, I assume,
>> that this is no firewall issue? Is this right? For testing, I opened
>> all ports in the security group of the instance (0 - 65535 0.0.0.0/0).
>>
>> I tried various session descriptions, e.g.
>>
>> OGCustomSessionDescription new
>> name: 'Amazon';
>> stoneHost: 'localhost';
>> stoneName: 'seaside';
>> gemHost: 'localhost';
>> netLDI: '50377';
>> gemTask: 'gemnetobject';
>> userId: 'glass';
>> password: 'swordfish';
>> osUserId: '';
>> osPassword: '';
>> backupDirectory: '';
>> dataDirectory: '';
>> yourself.
>>
>> Always the same error message.
>>
>> Greetings
>> Sabine
>>
>>
>>
>> On Tue, Nov 20, 2012 at 4:37 PM, Dale Henrichs <[hidden email]> wrote:
>>> Sabine,
>>>
>>> You are trying to login using GemTools or topaz? Either way what settings are you using to connect to the ec2 instance (session description for gemtools, status from topaz).
>>>
>>> I'm also assuming that you've arranged for the ports 50377 and 50378 to be open through your firewall?
>>>
>>> Dale
>>> ----- Original Message -----
>>> | From: "Sabine Knöfel" <[hidden email]>
>>> | To: [hidden email]
>>> | Sent: Tuesday, November 20, 2012 6:15:14 AM
>>> | Subject: Re: [GS/SS Beta] NetLDI service '50377' not found
>>> |
>>> | Hi James,
>>> |
>>> | the extra * Characters have been for formatting in the
>>> | forum.world.st. I
>>> | will no longer use them.
>>> |
>>> | It is possible to connect via telnet from my local machine to the ec2
>>> | linux
>>> | machine.
>>> |
>>> | Netldi is listening on 50377.
>>> |
>>> | I start with
>>> | $GEMSTONE/bin/startnetldi 50377 -p 50378:50378  -g -a $USER -n -l
>>> | $GEMSTONE_LOGDIR/gs64ldi.log
>>> |
>>> | [ec2-user@ip-10-58-169-228 ~]$ gslist -cvl
>>> | Status   Version    Owner    Pid   Port   Started     Type       Name
>>> | ------- --------- --------- ----- ----- ------------ ------      ----
>>> |   OK    3.1.0.1   ec2-user   1223 41922 Nov 20 13:40 cache
>>> | seaside~5212c518f6355372
>>> |   OK    3.1.0.1   ec2-user   1436 50377 Nov 20 14:04 Netldi
>>> |        50377
>>> |   OK    3.1.0.1   ec2-user   1221 35430 Nov 20 13:40 Stone
>>> |         seaside
>>> |
>>> | When trying to login I get the  "NetLDI service '50377' not found
>>> | error".
>>> |
>>> | Do you have an idea - why is it not possible to login?
>>> | Sabine
>>> |
>>> | [ec2-user@ip-10-58-169-228 ~]$ gslist -x
>>> | seaside~5212c518f6355372
>>> |   status=  exists
>>> |   type=    cache
>>> |   version= 3.1.0.1
>>> |   owner=   ec2-user
>>> |   started= Nov 20 13:40
>>> |   pid=     1223
>>> |   port=    41922
>>> |   options=  maxPages=31250, maxClients=49, spinCount=1
>>> | targetFreeFrameCount=3906 numFFPgsvrs=1 numSharedCounters=1900
>>> | monitorPort=0
>>> |   logfile= /opt/gemstone/log/seaside_1223pcmon.log
>>> |   GEMSTONE=/opt/gemstone/product
>>> | 50377
>>> |   status=  exists
>>> |   type=    Netldi
>>> |   version= 3.1.0.1
>>> |   owner=   ec2-user
>>> |   started= Nov 20 14:04
>>> |   pid=     1436
>>> |   port=    50377
>>> |   options=  -g -n -a ec2-user -p 50378:50378
>>> |   logfile= /opt/gemstone/log/gs64ldi.log
>>> |   GEMSTONE=/opt/gemstone/product
>>> | seaside
>>> |   status=  exists
>>> |   type=    Stone
>>> |   version= 3.1.0.1
>>> |   owner=   ec2-user
>>> |   started= Nov 20 13:40
>>> |   pid=     1221
>>> |   port=    35430
>>> |   logfile= /opt/gemstone/log/seaside.log
>>> |   sysconf=
>>> | /opt/gemstone/GemStone64Bit3.1.0.1-x86_64.Linux/seaside/data/system.conf
>>> |   GEMSTONE=/opt/gemstone/product
>>> |
>>> | [ec2-user@ip-10-58-169-228 ~]$ set
>>> | .....
>>> | GEMSTONE=/opt/gemstone/product
>>> | GEMSTONE_DATADIR=/opt/gemstone/product/seaside/data
>>> | GEMSTONE_EXE_CONF=/opt/gemstone/product/seaside/data
>>> | GEMSTONE_KEYFILE=/opt/gemstone/product/seaside/etc/gemstone.key
>>> | GEMSTONE_LOGDIR=/opt/gemstone/log
>>> | GEMSTONE_NAME=seaside
>>> | GEMSTONE_NRS_ALL='#dir:$GEMSTONE_DATADIR#log:/$GEMSTONE_LOGDIR/%N%P.log'
>>> | GEMSTONE_SYS_CONF=/opt/gemstone/product/seaside/data/system.conf
>>> | GEMSTONE_USER=glass
>>> |
>>> |
>>> |
>>> |
>>> |
>>> | --
>>> | View this message in context:
>>> | http://forum.world.st/NetLDI-service-50377-not-found-tp4654996p4655980.html
>>> | Sent from the GLASS mailing list archive at Nabble.com.
>>> |
>>
>>
>>
>> --
>> PS: Bitte Stimme für meine Schwester abgeben:
>> http://www.sterne-des-handwerks.de/voting/wettbewerb/detail/teilnehmer/4678.html



--
PS: Bitte Stimme für meine Schwester abgeben:
http://www.sterne-des-handwerks.de/voting/wettbewerb/detail/teilnehmer/4678.html
Reply | Threaded
Open this post in threaded view
|

Re: NetLDI service '50377' not found

Dale Henrichs
Sabine,

Are you running GemTools on a remote computer on the ec2 instance itself?

The use of 'localhost' implies that you are connecting locally ... I had made the assumption that you were attempting to connect from a remote computer ...

So now I'm going to ask which version of GemStone is installed on your ec2 instance as there were issues with hostname confusion in GemStone 2.x ...

If you are using GemStone3.0, the session description that you are using should work fine ... perhaps your hosts file isn't quite set up properly?

Dale

----- Original Message -----
| From: "Sabine Knöfel" <[hidden email]>
| To: "GemStone Seaside beta discussion" <[hidden email]>
| Sent: Tuesday, November 20, 2012 9:22:51 AM
| Subject: Re: [GS/SS Beta] NetLDI service '50377' not found
|
| James and Paul,
|
| for telnet I took the Public DNS
| (ecXXXXXX.eu-west-1.compute.amazonaws.com).
|
| So, I tried to use the Public DNS for gemHost: AND stoneHost:
| I tried with DataCurator as userId, too.
|
| Both did not work.
|
| I am not sure about the password because I did not configure any
| Gemstone passwords....
|
| If there is ANYTHING wrong within the parameters to
| OGCustomSessionDescription, will it be always this error message?
|  The
| message is" Unable to crate a GemStone session. NetLDI service
| '50377'
| not fount on node 'ec2-........eu-west-1.compute-amazonaws.com'. The
| connection was rejected because: unknown network problem.
|
| Greetings
| Sabine
|
| On Tue, Nov 20, 2012 at 6:08 PM, James Foster <[hidden email]>
| wrote:
| > Your example shows 'localhost' for the gemHost when you try to
| > login. Is that the hostname or IP address you used when you were
| > able to telnet to your Amazon server?
| >
| > James
| >
| > On Nov 20, 2012, at 1:43 PM, Sabine Knöfel
| > <[hidden email]> wrote:
| >
| >> Hi Dale,
| >>
| >> I use GemTools.
| >>
| >> Due to the fact that telnet to the port 50377 is possible, I
| >> assume,
| >> that this is no firewall issue? Is this right? For testing, I
| >> opened
| >> all ports in the security group of the instance (0 - 65535
| >> 0.0.0.0/0).
| >>
| >> I tried various session descriptions, e.g.
| >>
| >> OGCustomSessionDescription new
| >> name: 'Amazon';
| >> stoneHost: 'localhost';
| >> stoneName: 'seaside';
| >> gemHost: 'localhost';
| >> netLDI: '50377';
| >> gemTask: 'gemnetobject';
| >> userId: 'glass';
| >> password: 'swordfish';
| >> osUserId: '';
| >> osPassword: '';
| >> backupDirectory: '';
| >> dataDirectory: '';
| >> yourself.
| >>
| >> Always the same error message.
| >>
| >> Greetings
| >> Sabine
| >>
| >>
| >>
| >> On Tue, Nov 20, 2012 at 4:37 PM, Dale Henrichs
| >> <[hidden email]> wrote:
| >>> Sabine,
| >>>
| >>> You are trying to login using GemTools or topaz? Either way what
| >>> settings are you using to connect to the ec2 instance (session
| >>> description for gemtools, status from topaz).
| >>>
| >>> I'm also assuming that you've arranged for the ports 50377 and
| >>> 50378 to be open through your firewall?
| >>>
| >>> Dale
| >>> ----- Original Message -----
| >>> | From: "Sabine Knöfel" <[hidden email]>
| >>> | To: [hidden email]
| >>> | Sent: Tuesday, November 20, 2012 6:15:14 AM
| >>> | Subject: Re: [GS/SS Beta] NetLDI service '50377' not found
| >>> |
| >>> | Hi James,
| >>> |
| >>> | the extra * Characters have been for formatting in the
| >>> | forum.world.st. I
| >>> | will no longer use them.
| >>> |
| >>> | It is possible to connect via telnet from my local machine to
| >>> | the ec2
| >>> | linux
| >>> | machine.
| >>> |
| >>> | Netldi is listening on 50377.
| >>> |
| >>> | I start with
| >>> | $GEMSTONE/bin/startnetldi 50377 -p 50378:50378  -g -a $USER -n
| >>> | -l
| >>> | $GEMSTONE_LOGDIR/gs64ldi.log
| >>> |
| >>> | [ec2-user@ip-10-58-169-228 ~]$ gslist -cvl
| >>> | Status   Version    Owner    Pid   Port   Started     Type
| >>> |       Name
| >>> | ------- --------- --------- ----- ----- ------------ ------
| >>> |      ----
| >>> |   OK    3.1.0.1   ec2-user   1223 41922 Nov 20 13:40 cache
| >>> | seaside~5212c518f6355372
| >>> |   OK    3.1.0.1   ec2-user   1436 50377 Nov 20 14:04 Netldi
| >>> |        50377
| >>> |   OK    3.1.0.1   ec2-user   1221 35430 Nov 20 13:40 Stone
| >>> |         seaside
| >>> |
| >>> | When trying to login I get the  "NetLDI service '50377' not
| >>> | found
| >>> | error".
| >>> |
| >>> | Do you have an idea - why is it not possible to login?
| >>> | Sabine
| >>> |
| >>> | [ec2-user@ip-10-58-169-228 ~]$ gslist -x
| >>> | seaside~5212c518f6355372
| >>> |   status=  exists
| >>> |   type=    cache
| >>> |   version= 3.1.0.1
| >>> |   owner=   ec2-user
| >>> |   started= Nov 20 13:40
| >>> |   pid=     1223
| >>> |   port=    41922
| >>> |   options=  maxPages=31250, maxClients=49, spinCount=1
| >>> | targetFreeFrameCount=3906 numFFPgsvrs=1 numSharedCounters=1900
| >>> | monitorPort=0
| >>> |   logfile= /opt/gemstone/log/seaside_1223pcmon.log
| >>> |   GEMSTONE=/opt/gemstone/product
| >>> | 50377
| >>> |   status=  exists
| >>> |   type=    Netldi
| >>> |   version= 3.1.0.1
| >>> |   owner=   ec2-user
| >>> |   started= Nov 20 14:04
| >>> |   pid=     1436
| >>> |   port=    50377
| >>> |   options=  -g -n -a ec2-user -p 50378:50378
| >>> |   logfile= /opt/gemstone/log/gs64ldi.log
| >>> |   GEMSTONE=/opt/gemstone/product
| >>> | seaside
| >>> |   status=  exists
| >>> |   type=    Stone
| >>> |   version= 3.1.0.1
| >>> |   owner=   ec2-user
| >>> |   started= Nov 20 13:40
| >>> |   pid=     1221
| >>> |   port=    35430
| >>> |   logfile= /opt/gemstone/log/seaside.log
| >>> |   sysconf=
| >>> | /opt/gemstone/GemStone64Bit3.1.0.1-x86_64.Linux/seaside/data/system.conf
| >>> |   GEMSTONE=/opt/gemstone/product
| >>> |
| >>> | [ec2-user@ip-10-58-169-228 ~]$ set
| >>> | .....
| >>> | GEMSTONE=/opt/gemstone/product
| >>> | GEMSTONE_DATADIR=/opt/gemstone/product/seaside/data
| >>> | GEMSTONE_EXE_CONF=/opt/gemstone/product/seaside/data
| >>> | GEMSTONE_KEYFILE=/opt/gemstone/product/seaside/etc/gemstone.key
| >>> | GEMSTONE_LOGDIR=/opt/gemstone/log
| >>> | GEMSTONE_NAME=seaside
| >>> | GEMSTONE_NRS_ALL='#dir:$GEMSTONE_DATADIR#log:/$GEMSTONE_LOGDIR/%N%P.log'
| >>> | GEMSTONE_SYS_CONF=/opt/gemstone/product/seaside/data/system.conf
| >>> | GEMSTONE_USER=glass
| >>> |
| >>> |
| >>> |
| >>> |
| >>> |
| >>> | --
| >>> | View this message in context:
| >>> | http://forum.world.st/NetLDI-service-50377-not-found-tp4654996p4655980.html
| >>> | Sent from the GLASS mailing list archive at Nabble.com.
| >>> |
| >>
| >>
| >>
| >> --
| >> PS: Bitte Stimme für meine Schwester abgeben:
| >> http://www.sterne-des-handwerks.de/voting/wettbewerb/detail/teilnehmer/4678.html
|
|
|
| --
| PS: Bitte Stimme für meine Schwester abgeben:
| http://www.sterne-des-handwerks.de/voting/wettbewerb/detail/teilnehmer/4678.html
|
Reply | Threaded
Open this post in threaded view
|

Re: NetLDI service '50377' not found

Sabine Manaa
Hi Dale,

I run Gemtools in an Xming window on my windows 7 computer
(http://www.straightrunning.com/XmingNotes/manual.php).

I use GemStone version '3.1.0.1'.

My hosts file has only this (default) entry:
127.0.0.1   localhost localhost.localdomain

I did not set up iptables because I red that this is not mandatory
when using ec2 and security groups.

Sabine



On Tue, Nov 20, 2012 at 7:28 PM, Dale Henrichs <[hidden email]> wrote:

> Sabine,
>
> Are you running GemTools on a remote computer on the ec2 instance itself?
>
> The use of 'localhost' implies that you are connecting locally ... I had made the assumption that you were attempting to connect from a remote computer ...
>
> So now I'm going to ask which version of GemStone is installed on your ec2 instance as there were issues with hostname confusion in GemStone 2.x ...
>
> If you are using GemStone3.0, the session description that you are using should work fine ... perhaps your hosts file isn't quite set up properly?
>
> Dale
>
> ----- Original Message -----
> | From: "Sabine Knöfel" <[hidden email]>
> | To: "GemStone Seaside beta discussion" <[hidden email]>
> | Sent: Tuesday, November 20, 2012 9:22:51 AM
> | Subject: Re: [GS/SS Beta] NetLDI service '50377' not found
> |
> | James and Paul,
> |
> | for telnet I took the Public DNS
> | (ecXXXXXX.eu-west-1.compute.amazonaws.com).
> |
> | So, I tried to use the Public DNS for gemHost: AND stoneHost:
> | I tried with DataCurator as userId, too.
> |
> | Both did not work.
> |
> | I am not sure about the password because I did not configure any
> | Gemstone passwords....
> |
> | If there is ANYTHING wrong within the parameters to
> | OGCustomSessionDescription, will it be always this error message?
> |  The
> | message is" Unable to crate a GemStone session. NetLDI service
> | '50377'
> | not fount on node 'ec2-........eu-west-1.compute-amazonaws.com'. The
> | connection was rejected because: unknown network problem.
> |
> | Greetings
> | Sabine
> |
> | On Tue, Nov 20, 2012 at 6:08 PM, James Foster <[hidden email]>
> | wrote:
> | > Your example shows 'localhost' for the gemHost when you try to
> | > login. Is that the hostname or IP address you used when you were
> | > able to telnet to your Amazon server?
> | >
> | > James
> | >
> | > On Nov 20, 2012, at 1:43 PM, Sabine Knöfel
> | > <[hidden email]> wrote:
> | >
> | >> Hi Dale,
> | >>
> | >> I use GemTools.
> | >>
> | >> Due to the fact that telnet to the port 50377 is possible, I
> | >> assume,
> | >> that this is no firewall issue? Is this right? For testing, I
> | >> opened
> | >> all ports in the security group of the instance (0 - 65535
> | >> 0.0.0.0/0).
> | >>
> | >> I tried various session descriptions, e.g.
> | >>
> | >> OGCustomSessionDescription new
> | >> name: 'Amazon';
> | >> stoneHost: 'localhost';
> | >> stoneName: 'seaside';
> | >> gemHost: 'localhost';
> | >> netLDI: '50377';
> | >> gemTask: 'gemnetobject';
> | >> userId: 'glass';
> | >> password: 'swordfish';
> | >> osUserId: '';
> | >> osPassword: '';
> | >> backupDirectory: '';
> | >> dataDirectory: '';
> | >> yourself.
> | >>
> | >> Always the same error message.
> | >>
> | >> Greetings
> | >> Sabine
> | >>
> | >>
> | >>
> | >> On Tue, Nov 20, 2012 at 4:37 PM, Dale Henrichs
> | >> <[hidden email]> wrote:
> | >>> Sabine,
> | >>>
> | >>> You are trying to login using GemTools or topaz? Either way what
> | >>> settings are you using to connect to the ec2 instance (session
> | >>> description for gemtools, status from topaz).
> | >>>
> | >>> I'm also assuming that you've arranged for the ports 50377 and
> | >>> 50378 to be open through your firewall?
> | >>>
> | >>> Dale
> | >>> ----- Original Message -----
> | >>> | From: "Sabine Knöfel" <[hidden email]>
> | >>> | To: [hidden email]
> | >>> | Sent: Tuesday, November 20, 2012 6:15:14 AM
> | >>> | Subject: Re: [GS/SS Beta] NetLDI service '50377' not found
> | >>> |
> | >>> | Hi James,
> | >>> |
> | >>> | the extra * Characters have been for formatting in the
> | >>> | forum.world.st. I
> | >>> | will no longer use them.
> | >>> |
> | >>> | It is possible to connect via telnet from my local machine to
> | >>> | the ec2
> | >>> | linux
> | >>> | machine.
> | >>> |
> | >>> | Netldi is listening on 50377.
> | >>> |
> | >>> | I start with
> | >>> | $GEMSTONE/bin/startnetldi 50377 -p 50378:50378  -g -a $USER -n
> | >>> | -l
> | >>> | $GEMSTONE_LOGDIR/gs64ldi.log
> | >>> |
> | >>> | [ec2-user@ip-10-58-169-228 ~]$ gslist -cvl
> | >>> | Status   Version    Owner    Pid   Port   Started     Type
> | >>> |       Name
> | >>> | ------- --------- --------- ----- ----- ------------ ------
> | >>> |      ----
> | >>> |   OK    3.1.0.1   ec2-user   1223 41922 Nov 20 13:40 cache
> | >>> | seaside~5212c518f6355372
> | >>> |   OK    3.1.0.1   ec2-user   1436 50377 Nov 20 14:04 Netldi
> | >>> |        50377
> | >>> |   OK    3.1.0.1   ec2-user   1221 35430 Nov 20 13:40 Stone
> | >>> |         seaside
> | >>> |
> | >>> | When trying to login I get the  "NetLDI service '50377' not
> | >>> | found
> | >>> | error".
> | >>> |
> | >>> | Do you have an idea - why is it not possible to login?
> | >>> | Sabine
> | >>> |
> | >>> | [ec2-user@ip-10-58-169-228 ~]$ gslist -x
> | >>> | seaside~5212c518f6355372
> | >>> |   status=  exists
> | >>> |   type=    cache
> | >>> |   version= 3.1.0.1
> | >>> |   owner=   ec2-user
> | >>> |   started= Nov 20 13:40
> | >>> |   pid=     1223
> | >>> |   port=    41922
> | >>> |   options=  maxPages=31250, maxClients=49, spinCount=1
> | >>> | targetFreeFrameCount=3906 numFFPgsvrs=1 numSharedCounters=1900
> | >>> | monitorPort=0
> | >>> |   logfile= /opt/gemstone/log/seaside_1223pcmon.log
> | >>> |   GEMSTONE=/opt/gemstone/product
> | >>> | 50377
> | >>> |   status=  exists
> | >>> |   type=    Netldi
> | >>> |   version= 3.1.0.1
> | >>> |   owner=   ec2-user
> | >>> |   started= Nov 20 14:04
> | >>> |   pid=     1436
> | >>> |   port=    50377
> | >>> |   options=  -g -n -a ec2-user -p 50378:50378
> | >>> |   logfile= /opt/gemstone/log/gs64ldi.log
> | >>> |   GEMSTONE=/opt/gemstone/product
> | >>> | seaside
> | >>> |   status=  exists
> | >>> |   type=    Stone
> | >>> |   version= 3.1.0.1
> | >>> |   owner=   ec2-user
> | >>> |   started= Nov 20 13:40
> | >>> |   pid=     1221
> | >>> |   port=    35430
> | >>> |   logfile= /opt/gemstone/log/seaside.log
> | >>> |   sysconf=
> | >>> | /opt/gemstone/GemStone64Bit3.1.0.1-x86_64.Linux/seaside/data/system.conf
> | >>> |   GEMSTONE=/opt/gemstone/product
> | >>> |
> | >>> | [ec2-user@ip-10-58-169-228 ~]$ set
> | >>> | .....
> | >>> | GEMSTONE=/opt/gemstone/product
> | >>> | GEMSTONE_DATADIR=/opt/gemstone/product/seaside/data
> | >>> | GEMSTONE_EXE_CONF=/opt/gemstone/product/seaside/data
> | >>> | GEMSTONE_KEYFILE=/opt/gemstone/product/seaside/etc/gemstone.key
> | >>> | GEMSTONE_LOGDIR=/opt/gemstone/log
> | >>> | GEMSTONE_NAME=seaside
> | >>> | GEMSTONE_NRS_ALL='#dir:$GEMSTONE_DATADIR#log:/$GEMSTONE_LOGDIR/%N%P.log'
> | >>> | GEMSTONE_SYS_CONF=/opt/gemstone/product/seaside/data/system.conf
> | >>> | GEMSTONE_USER=glass
> | >>> |
> | >>> |
> | >>> |
> | >>> |
> | >>> |
> | >>> | --
> | >>> | View this message in context:
> | >>> | http://forum.world.st/NetLDI-service-50377-not-found-tp4654996p4655980.html
> | >>> | Sent from the GLASS mailing list archive at Nabble.com.
> | >>> |
> | >>
> | >>
> | >>
> | >> --
> | >> PS: Bitte Stimme für meine Schwester abgeben:
> | >> http://www.sterne-des-handwerks.de/voting/wettbewerb/detail/teilnehmer/4678.html
> |
> |
> |
> | --
> | PS: Bitte Stimme für meine Schwester abgeben:
> | http://www.sterne-des-handwerks.de/voting/wettbewerb/detail/teilnehmer/4678.html
> |



--
PS: Bitte Stimme für meine Schwester abgeben:
http://www.sterne-des-handwerks.de/voting/wettbewerb/detail/teilnehmer/4678.html
Reply | Threaded
Open this post in threaded view
|

Re: NetLDI service '50377' not found

Dale Henrichs
Okay ... I am not an expert in configuring oses (especially windows 8) or setting up network access to ec2 instances, but, in order to connect to the remote ec2 instance I would think that you need to specify the ip address for the 'stoneHost' and 'gemHost' and use DataCurator as the 'userId':

  OGCustomSessionDescription new
    name: 'Amazon';
    stoneHost: 'ec2 ip address';
    stoneName: 'seaside';
    gemHost: 'ec2 ip address';
    netLDI: '50377';
    gemTask: 'gemnetobject';
    userId: 'DataCurator';
    password: 'swordfish';
    osUserId: '';
    osPassword: '';
    backupDirectory: '';
    dataDirectory: '';
    yourself.

The session description you sent in email is presumably not the session description you are using to try to connect to the ec2 instance nor the one that produces the netldi error message ...

There are a number of moving parts in getting netldi connections to work so we need to see accurate information about each of the pieces. In the end it is likely to be something simple...but inaccuracies isn't going to make it easier to remotely debug the problem...

Dale
----- Original Message -----
| From: "Sabine Knöfel" <[hidden email]>
| To: "GemStone Seaside beta discussion" <[hidden email]>
| Sent: Tuesday, November 20, 2012 1:56:38 PM
| Subject: Re: [GS/SS Beta] NetLDI service '50377' not found
|
| Hi Dale,
|
| I run Gemtools in an Xming window on my windows 7 computer
| (http://www.straightrunning.com/XmingNotes/manual.php).
|
| I use GemStone version '3.1.0.1'.
|
| My hosts file has only this (default) entry:
| 127.0.0.1   localhost localhost.localdomain
|
| I did not set up iptables because I red that this is not mandatory
| when using ec2 and security groups.
|
| Sabine
|
|
|
| On Tue, Nov 20, 2012 at 7:28 PM, Dale Henrichs <[hidden email]>
| wrote:
| > Sabine,
| >
| > Are you running GemTools on a remote computer on the ec2 instance
| > itself?
| >
| > The use of 'localhost' implies that you are connecting locally ...
| > I had made the assumption that you were attempting to connect from
| > a remote computer ...
| >
| > So now I'm going to ask which version of GemStone is installed on
| > your ec2 instance as there were issues with hostname confusion in
| > GemStone 2.x ...
| >
| > If you are using GemStone3.0, the session description that you are
| > using should work fine ... perhaps your hosts file isn't quite set
| > up properly?
| >
| > Dale
| >
| > ----- Original Message -----
| > | From: "Sabine Knöfel" <[hidden email]>
| > | To: "GemStone Seaside beta discussion"
| > | <[hidden email]>
| > | Sent: Tuesday, November 20, 2012 9:22:51 AM
| > | Subject: Re: [GS/SS Beta] NetLDI service '50377' not found
| > |
| > | James and Paul,
| > |
| > | for telnet I took the Public DNS
| > | (ecXXXXXX.eu-west-1.compute.amazonaws.com).
| > |
| > | So, I tried to use the Public DNS for gemHost: AND stoneHost:
| > | I tried with DataCurator as userId, too.
| > |
| > | Both did not work.
| > |
| > | I am not sure about the password because I did not configure any
| > | Gemstone passwords....
| > |
| > | If there is ANYTHING wrong within the parameters to
| > | OGCustomSessionDescription, will it be always this error message?
| > |  The
| > | message is" Unable to crate a GemStone session. NetLDI service
| > | '50377'
| > | not fount on node 'ec2-........eu-west-1.compute-amazonaws.com'.
| > | The
| > | connection was rejected because: unknown network problem.
| > |
| > | Greetings
| > | Sabine
| > |
| > | On Tue, Nov 20, 2012 at 6:08 PM, James Foster
| > | <[hidden email]>
| > | wrote:
| > | > Your example shows 'localhost' for the gemHost when you try to
| > | > login. Is that the hostname or IP address you used when you
| > | > were
| > | > able to telnet to your Amazon server?
| > | >
| > | > James
| > | >
| > | > On Nov 20, 2012, at 1:43 PM, Sabine Knöfel
| > | > <[hidden email]> wrote:
| > | >
| > | >> Hi Dale,
| > | >>
| > | >> I use GemTools.
| > | >>
| > | >> Due to the fact that telnet to the port 50377 is possible, I
| > | >> assume,
| > | >> that this is no firewall issue? Is this right? For testing, I
| > | >> opened
| > | >> all ports in the security group of the instance (0 - 65535
| > | >> 0.0.0.0/0).
| > | >>
| > | >> I tried various session descriptions, e.g.
| > | >>
| > | >> OGCustomSessionDescription new
| > | >> name: 'Amazon';
| > | >> stoneHost: 'localhost';
| > | >> stoneName: 'seaside';
| > | >> gemHost: 'localhost';
| > | >> netLDI: '50377';
| > | >> gemTask: 'gemnetobject';
| > | >> userId: 'glass';
| > | >> password: 'swordfish';
| > | >> osUserId: '';
| > | >> osPassword: '';
| > | >> backupDirectory: '';
| > | >> dataDirectory: '';
| > | >> yourself.
| > | >>
| > | >> Always the same error message.
| > | >>
| > | >> Greetings
| > | >> Sabine
| > | >>
| > | >>
| > | >>
| > | >> On Tue, Nov 20, 2012 at 4:37 PM, Dale Henrichs
| > | >> <[hidden email]> wrote:
| > | >>> Sabine,
| > | >>>
| > | >>> You are trying to login using GemTools or topaz? Either way
| > | >>> what
| > | >>> settings are you using to connect to the ec2 instance
| > | >>> (session
| > | >>> description for gemtools, status from topaz).
| > | >>>
| > | >>> I'm also assuming that you've arranged for the ports 50377
| > | >>> and
| > | >>> 50378 to be open through your firewall?
| > | >>>
| > | >>> Dale
| > | >>> ----- Original Message -----
| > | >>> | From: "Sabine Knöfel" <[hidden email]>
| > | >>> | To: [hidden email]
| > | >>> | Sent: Tuesday, November 20, 2012 6:15:14 AM
| > | >>> | Subject: Re: [GS/SS Beta] NetLDI service '50377' not found
| > | >>> |
| > | >>> | Hi James,
| > | >>> |
| > | >>> | the extra * Characters have been for formatting in the
| > | >>> | forum.world.st. I
| > | >>> | will no longer use them.
| > | >>> |
| > | >>> | It is possible to connect via telnet from my local machine
| > | >>> | to
| > | >>> | the ec2
| > | >>> | linux
| > | >>> | machine.
| > | >>> |
| > | >>> | Netldi is listening on 50377.
| > | >>> |
| > | >>> | I start with
| > | >>> | $GEMSTONE/bin/startnetldi 50377 -p 50378:50378  -g -a $USER
| > | >>> | -n
| > | >>> | -l
| > | >>> | $GEMSTONE_LOGDIR/gs64ldi.log
| > | >>> |
| > | >>> | [ec2-user@ip-10-58-169-228 ~]$ gslist -cvl
| > | >>> | Status   Version    Owner    Pid   Port   Started     Type
| > | >>> |       Name
| > | >>> | ------- --------- --------- ----- ----- ------------ ------
| > | >>> |      ----
| > | >>> |   OK    3.1.0.1   ec2-user   1223 41922 Nov 20 13:40 cache
| > | >>> | seaside~5212c518f6355372
| > | >>> |   OK    3.1.0.1   ec2-user   1436 50377 Nov 20 14:04 Netldi
| > | >>> |        50377
| > | >>> |   OK    3.1.0.1   ec2-user   1221 35430 Nov 20 13:40 Stone
| > | >>> |         seaside
| > | >>> |
| > | >>> | When trying to login I get the  "NetLDI service '50377' not
| > | >>> | found
| > | >>> | error".
| > | >>> |
| > | >>> | Do you have an idea - why is it not possible to login?
| > | >>> | Sabine
| > | >>> |
| > | >>> | [ec2-user@ip-10-58-169-228 ~]$ gslist -x
| > | >>> | seaside~5212c518f6355372
| > | >>> |   status=  exists
| > | >>> |   type=    cache
| > | >>> |   version= 3.1.0.1
| > | >>> |   owner=   ec2-user
| > | >>> |   started= Nov 20 13:40
| > | >>> |   pid=     1223
| > | >>> |   port=    41922
| > | >>> |   options=  maxPages=31250, maxClients=49, spinCount=1
| > | >>> | targetFreeFrameCount=3906 numFFPgsvrs=1
| > | >>> | numSharedCounters=1900
| > | >>> | monitorPort=0
| > | >>> |   logfile= /opt/gemstone/log/seaside_1223pcmon.log
| > | >>> |   GEMSTONE=/opt/gemstone/product
| > | >>> | 50377
| > | >>> |   status=  exists
| > | >>> |   type=    Netldi
| > | >>> |   version= 3.1.0.1
| > | >>> |   owner=   ec2-user
| > | >>> |   started= Nov 20 14:04
| > | >>> |   pid=     1436
| > | >>> |   port=    50377
| > | >>> |   options=  -g -n -a ec2-user -p 50378:50378
| > | >>> |   logfile= /opt/gemstone/log/gs64ldi.log
| > | >>> |   GEMSTONE=/opt/gemstone/product
| > | >>> | seaside
| > | >>> |   status=  exists
| > | >>> |   type=    Stone
| > | >>> |   version= 3.1.0.1
| > | >>> |   owner=   ec2-user
| > | >>> |   started= Nov 20 13:40
| > | >>> |   pid=     1221
| > | >>> |   port=    35430
| > | >>> |   logfile= /opt/gemstone/log/seaside.log
| > | >>> |   sysconf=
| > | >>> | /opt/gemstone/GemStone64Bit3.1.0.1-x86_64.Linux/seaside/data/system.conf
| > | >>> |   GEMSTONE=/opt/gemstone/product
| > | >>> |
| > | >>> | [ec2-user@ip-10-58-169-228 ~]$ set
| > | >>> | .....
| > | >>> | GEMSTONE=/opt/gemstone/product
| > | >>> | GEMSTONE_DATADIR=/opt/gemstone/product/seaside/data
| > | >>> | GEMSTONE_EXE_CONF=/opt/gemstone/product/seaside/data
| > | >>> | GEMSTONE_KEYFILE=/opt/gemstone/product/seaside/etc/gemstone.key
| > | >>> | GEMSTONE_LOGDIR=/opt/gemstone/log
| > | >>> | GEMSTONE_NAME=seaside
| > | >>> | GEMSTONE_NRS_ALL='#dir:$GEMSTONE_DATADIR#log:/$GEMSTONE_LOGDIR/%N%P.log'
| > | >>> | GEMSTONE_SYS_CONF=/opt/gemstone/product/seaside/data/system.conf
| > | >>> | GEMSTONE_USER=glass
| > | >>> |
| > | >>> |
| > | >>> |
| > | >>> |
| > | >>> |
| > | >>> | --
| > | >>> | View this message in context:
| > | >>> | http://forum.world.st/NetLDI-service-50377-not-found-tp4654996p4655980.html
| > | >>> | Sent from the GLASS mailing list archive at Nabble.com.
| > | >>> |
| > | >>
| > | >>
| > | >>
| > | >> --
| > | >> PS: Bitte Stimme für meine Schwester abgeben:
| > | >> http://www.sterne-des-handwerks.de/voting/wettbewerb/detail/teilnehmer/4678.html
| > |
| > |
| > |
| > | --
| > | PS: Bitte Stimme für meine Schwester abgeben:
| > | http://www.sterne-des-handwerks.de/voting/wettbewerb/detail/teilnehmer/4678.html
| > |
|
|
|
| --
| PS: Bitte Stimme für meine Schwester abgeben:
| http://www.sterne-des-handwerks.de/voting/wettbewerb/detail/teilnehmer/4678.html
|
Reply | Threaded
Open this post in threaded view
|

Re: NetLDI service '50377' not found

Dale Henrichs
Sabine,

Please send a single email with the complete step by step process (from windows login to netldi error message) that you are using to attempt to connect.

Thanks,

Dale
----- Original Message -----
| From: "Dale Henrichs" <[hidden email]>
| To: "GemStone Seaside beta discussion" <[hidden email]>
| Sent: Tuesday, November 20, 2012 2:54:19 PM
| Subject: Re: [GS/SS Beta] NetLDI service '50377' not found
|
| Okay ... I am not an expert in configuring oses (especially windows
| 8) or setting up network access to ec2 instances, but, in order to
| connect to the remote ec2 instance I would think that you need to
| specify the ip address for the 'stoneHost' and 'gemHost' and use
| DataCurator as the 'userId':
|
|   OGCustomSessionDescription new
|     name: 'Amazon';
|     stoneHost: 'ec2 ip address';
|     stoneName: 'seaside';
|     gemHost: 'ec2 ip address';
|     netLDI: '50377';
|     gemTask: 'gemnetobject';
|     userId: 'DataCurator';
|     password: 'swordfish';
|     osUserId: '';
|     osPassword: '';
|     backupDirectory: '';
|     dataDirectory: '';
|     yourself.
|
| The session description you sent in email is presumably not the
| session description you are using to try to connect to the ec2
| instance nor the one that produces the netldi error message ...
|
| There are a number of moving parts in getting netldi connections to
| work so we need to see accurate information about each of the
| pieces. In the end it is likely to be something simple...but
| inaccuracies isn't going to make it easier to remotely debug the
| problem...
|
| Dale
| ----- Original Message -----
| | From: "Sabine Knöfel" <[hidden email]>
| | To: "GemStone Seaside beta discussion" <[hidden email]>
| | Sent: Tuesday, November 20, 2012 1:56:38 PM
| | Subject: Re: [GS/SS Beta] NetLDI service '50377' not found
| |
| | Hi Dale,
| |
| | I run Gemtools in an Xming window on my windows 7 computer
| | (http://www.straightrunning.com/XmingNotes/manual.php).
| |
| | I use GemStone version '3.1.0.1'.
| |
| | My hosts file has only this (default) entry:
| | 127.0.0.1   localhost localhost.localdomain
| |
| | I did not set up iptables because I red that this is not mandatory
| | when using ec2 and security groups.
| |
| | Sabine
| |
| |
| |
| | On Tue, Nov 20, 2012 at 7:28 PM, Dale Henrichs
| | <[hidden email]>
| | wrote:
| | > Sabine,
| | >
| | > Are you running GemTools on a remote computer on the ec2 instance
| | > itself?
| | >
| | > The use of 'localhost' implies that you are connecting locally
| | > ...
| | > I had made the assumption that you were attempting to connect
| | > from
| | > a remote computer ...
| | >
| | > So now I'm going to ask which version of GemStone is installed on
| | > your ec2 instance as there were issues with hostname confusion in
| | > GemStone 2.x ...
| | >
| | > If you are using GemStone3.0, the session description that you
| | > are
| | > using should work fine ... perhaps your hosts file isn't quite
| | > set
| | > up properly?
| | >
| | > Dale
| | >
| | > ----- Original Message -----
| | > | From: "Sabine Knöfel" <[hidden email]>
| | > | To: "GemStone Seaside beta discussion"
| | > | <[hidden email]>
| | > | Sent: Tuesday, November 20, 2012 9:22:51 AM
| | > | Subject: Re: [GS/SS Beta] NetLDI service '50377' not found
| | > |
| | > | James and Paul,
| | > |
| | > | for telnet I took the Public DNS
| | > | (ecXXXXXX.eu-west-1.compute.amazonaws.com).
| | > |
| | > | So, I tried to use the Public DNS for gemHost: AND stoneHost:
| | > | I tried with DataCurator as userId, too.
| | > |
| | > | Both did not work.
| | > |
| | > | I am not sure about the password because I did not configure
| | > | any
| | > | Gemstone passwords....
| | > |
| | > | If there is ANYTHING wrong within the parameters to
| | > | OGCustomSessionDescription, will it be always this error
| | > | message?
| | > |  The
| | > | message is" Unable to crate a GemStone session. NetLDI service
| | > | '50377'
| | > | not fount on node
| | > | 'ec2-........eu-west-1.compute-amazonaws.com'.
| | > | The
| | > | connection was rejected because: unknown network problem.
| | > |
| | > | Greetings
| | > | Sabine
| | > |
| | > | On Tue, Nov 20, 2012 at 6:08 PM, James Foster
| | > | <[hidden email]>
| | > | wrote:
| | > | > Your example shows 'localhost' for the gemHost when you try
| | > | > to
| | > | > login. Is that the hostname or IP address you used when you
| | > | > were
| | > | > able to telnet to your Amazon server?
| | > | >
| | > | > James
| | > | >
| | > | > On Nov 20, 2012, at 1:43 PM, Sabine Knöfel
| | > | > <[hidden email]> wrote:
| | > | >
| | > | >> Hi Dale,
| | > | >>
| | > | >> I use GemTools.
| | > | >>
| | > | >> Due to the fact that telnet to the port 50377 is possible, I
| | > | >> assume,
| | > | >> that this is no firewall issue? Is this right? For testing,
| | > | >> I
| | > | >> opened
| | > | >> all ports in the security group of the instance (0 - 65535
| | > | >> 0.0.0.0/0).
| | > | >>
| | > | >> I tried various session descriptions, e.g.
| | > | >>
| | > | >> OGCustomSessionDescription new
| | > | >> name: 'Amazon';
| | > | >> stoneHost: 'localhost';
| | > | >> stoneName: 'seaside';
| | > | >> gemHost: 'localhost';
| | > | >> netLDI: '50377';
| | > | >> gemTask: 'gemnetobject';
| | > | >> userId: 'glass';
| | > | >> password: 'swordfish';
| | > | >> osUserId: '';
| | > | >> osPassword: '';
| | > | >> backupDirectory: '';
| | > | >> dataDirectory: '';
| | > | >> yourself.
| | > | >>
| | > | >> Always the same error message.
| | > | >>
| | > | >> Greetings
| | > | >> Sabine
| | > | >>
| | > | >>
| | > | >>
| | > | >> On Tue, Nov 20, 2012 at 4:37 PM, Dale Henrichs
| | > | >> <[hidden email]> wrote:
| | > | >>> Sabine,
| | > | >>>
| | > | >>> You are trying to login using GemTools or topaz? Either way
| | > | >>> what
| | > | >>> settings are you using to connect to the ec2 instance
| | > | >>> (session
| | > | >>> description for gemtools, status from topaz).
| | > | >>>
| | > | >>> I'm also assuming that you've arranged for the ports 50377
| | > | >>> and
| | > | >>> 50378 to be open through your firewall?
| | > | >>>
| | > | >>> Dale
| | > | >>> ----- Original Message -----
| | > | >>> | From: "Sabine Knöfel" <[hidden email]>
| | > | >>> | To: [hidden email]
| | > | >>> | Sent: Tuesday, November 20, 2012 6:15:14 AM
| | > | >>> | Subject: Re: [GS/SS Beta] NetLDI service '50377' not
| | > | >>> | found
| | > | >>> |
| | > | >>> | Hi James,
| | > | >>> |
| | > | >>> | the extra * Characters have been for formatting in the
| | > | >>> | forum.world.st. I
| | > | >>> | will no longer use them.
| | > | >>> |
| | > | >>> | It is possible to connect via telnet from my local
| | > | >>> | machine
| | > | >>> | to
| | > | >>> | the ec2
| | > | >>> | linux
| | > | >>> | machine.
| | > | >>> |
| | > | >>> | Netldi is listening on 50377.
| | > | >>> |
| | > | >>> | I start with
| | > | >>> | $GEMSTONE/bin/startnetldi 50377 -p 50378:50378  -g -a
| | > | >>> | $USER
| | > | >>> | -n
| | > | >>> | -l
| | > | >>> | $GEMSTONE_LOGDIR/gs64ldi.log
| | > | >>> |
| | > | >>> | [ec2-user@ip-10-58-169-228 ~]$ gslist -cvl
| | > | >>> | Status   Version    Owner    Pid   Port   Started
| | > | >>> |     Type
| | > | >>> |       Name
| | > | >>> | ------- --------- --------- ----- ----- ------------
| | > | >>> | ------
| | > | >>> |      ----
| | > | >>> |   OK    3.1.0.1   ec2-user   1223 41922 Nov 20 13:40
| | > | >>> |   cache
| | > | >>> | seaside~5212c518f6355372
| | > | >>> |   OK    3.1.0.1   ec2-user   1436 50377 Nov 20 14:04
| | > | >>> |   Netldi
| | > | >>> |        50377
| | > | >>> |   OK    3.1.0.1   ec2-user   1221 35430 Nov 20 13:40
| | > | >>> |   Stone
| | > | >>> |         seaside
| | > | >>> |
| | > | >>> | When trying to login I get the  "NetLDI service '50377'
| | > | >>> | not
| | > | >>> | found
| | > | >>> | error".
| | > | >>> |
| | > | >>> | Do you have an idea - why is it not possible to login?
| | > | >>> | Sabine
| | > | >>> |
| | > | >>> | [ec2-user@ip-10-58-169-228 ~]$ gslist -x
| | > | >>> | seaside~5212c518f6355372
| | > | >>> |   status=  exists
| | > | >>> |   type=    cache
| | > | >>> |   version= 3.1.0.1
| | > | >>> |   owner=   ec2-user
| | > | >>> |   started= Nov 20 13:40
| | > | >>> |   pid=     1223
| | > | >>> |   port=    41922
| | > | >>> |   options=  maxPages=31250, maxClients=49, spinCount=1
| | > | >>> | targetFreeFrameCount=3906 numFFPgsvrs=1
| | > | >>> | numSharedCounters=1900
| | > | >>> | monitorPort=0
| | > | >>> |   logfile= /opt/gemstone/log/seaside_1223pcmon.log
| | > | >>> |   GEMSTONE=/opt/gemstone/product
| | > | >>> | 50377
| | > | >>> |   status=  exists
| | > | >>> |   type=    Netldi
| | > | >>> |   version= 3.1.0.1
| | > | >>> |   owner=   ec2-user
| | > | >>> |   started= Nov 20 14:04
| | > | >>> |   pid=     1436
| | > | >>> |   port=    50377
| | > | >>> |   options=  -g -n -a ec2-user -p 50378:50378
| | > | >>> |   logfile= /opt/gemstone/log/gs64ldi.log
| | > | >>> |   GEMSTONE=/opt/gemstone/product
| | > | >>> | seaside
| | > | >>> |   status=  exists
| | > | >>> |   type=    Stone
| | > | >>> |   version= 3.1.0.1
| | > | >>> |   owner=   ec2-user
| | > | >>> |   started= Nov 20 13:40
| | > | >>> |   pid=     1221
| | > | >>> |   port=    35430
| | > | >>> |   logfile= /opt/gemstone/log/seaside.log
| | > | >>> |   sysconf=
| | > | >>> | /opt/gemstone/GemStone64Bit3.1.0.1-x86_64.Linux/seaside/data/system.conf
| | > | >>> |   GEMSTONE=/opt/gemstone/product
| | > | >>> |
| | > | >>> | [ec2-user@ip-10-58-169-228 ~]$ set
| | > | >>> | .....
| | > | >>> | GEMSTONE=/opt/gemstone/product
| | > | >>> | GEMSTONE_DATADIR=/opt/gemstone/product/seaside/data
| | > | >>> | GEMSTONE_EXE_CONF=/opt/gemstone/product/seaside/data
| | > | >>> | GEMSTONE_KEYFILE=/opt/gemstone/product/seaside/etc/gemstone.key
| | > | >>> | GEMSTONE_LOGDIR=/opt/gemstone/log
| | > | >>> | GEMSTONE_NAME=seaside
| | > | >>> | GEMSTONE_NRS_ALL='#dir:$GEMSTONE_DATADIR#log:/$GEMSTONE_LOGDIR/%N%P.log'
| | > | >>> | GEMSTONE_SYS_CONF=/opt/gemstone/product/seaside/data/system.conf
| | > | >>> | GEMSTONE_USER=glass
| | > | >>> |
| | > | >>> |
| | > | >>> |
| | > | >>> |
| | > | >>> |
| | > | >>> | --
| | > | >>> | View this message in context:
| | > | >>> | http://forum.world.st/NetLDI-service-50377-not-found-tp4654996p4655980.html
| | > | >>> | Sent from the GLASS mailing list archive at Nabble.com.
| | > | >>> |
| | > | >>
| | > | >>
| | > | >>
| | > | >> --
| | > | >> PS: Bitte Stimme für meine Schwester abgeben:
| | > | >> http://www.sterne-des-handwerks.de/voting/wettbewerb/detail/teilnehmer/4678.html
| | > |
| | > |
| | > |
| | > | --
| | > | PS: Bitte Stimme für meine Schwester abgeben:
| | > | http://www.sterne-des-handwerks.de/voting/wettbewerb/detail/teilnehmer/4678.html
| | > |
| |
| |
| |
| | --
| | PS: Bitte Stimme für meine Schwester abgeben:
| | http://www.sterne-des-handwerks.de/voting/wettbewerb/detail/teilnehmer/4678.html
| |
Reply | Threaded
Open this post in threaded view
|

Re: NetLDI service '50377' not found

Sabine Manaa
Hi Dale, all,

I created a pdf with a screenshot of each single step.
Please see this link

http://rka24.de/wp-content/uploads/2012/11/loginGem.pdf

Sabine
Reply | Threaded
Open this post in threaded view
|

Re: NetLDI service '50377' not found

Dale Henrichs
In reply to this post by Sabine Manaa
Sabine,

Okay. Now I can understand what you are trying to do, thanks!

You are launching gemtools from the ec2 instance itself and in the example in the pdf you are using the full hostname of your ec2 host in the stonehost and gemhost fields of the session description and that is clearly not working.

So let's see if we can connect to the netldi that's listening on port 50377 using telnet:

  telnet <full ec2 hostname> 50377
  telnet localhost 50377

I'm assuming that the first one will fail and the second one will work ... I assume that since you haven't opened the ports in the firewall of your ec2 instance the full host name won't work. OTOH `localhost` should work ... if the connection succeeds, then you should try using `localhost` in the session description fields for the gemhost and stonehost and we will proceed from there.

If you can't telnet to `localhost 50377`, then we have more work to do...

Dale

----- Original Message -----
| From: "Sabine Knöfel" <[hidden email]>
| To: "GemStone Seaside beta discussion" <[hidden email]>
| Sent: Wednesday, November 21, 2012 12:15:01 AM
| Subject: Re: [GS/SS Beta] NetLDI service '50377' not found
|
| Hi Dale,
|
| I created a pdf with a screenshot of each single step.
| Please see the attachment.
|
| Sabine
|
| On Wed, Nov 21, 2012 at 12:02 AM, Dale Henrichs <[hidden email]>
| wrote:
| > Sabine,
| >
| > Please send a single email with the complete step by step process
| > (from windows login to netldi error message) that you are using to
| > attempt to connect.
| >
| > Thanks,
| >
| > Dale
| > ----- Original Message -----
| > | From: "Dale Henrichs" <[hidden email]>
| > | To: "GemStone Seaside beta discussion"
| > | <[hidden email]>
| > | Sent: Tuesday, November 20, 2012 2:54:19 PM
| > | Subject: Re: [GS/SS Beta] NetLDI service '50377' not found
| > |
| > | Okay ... I am not an expert in configuring oses (especially
| > | windows
| > | 8) or setting up network access to ec2 instances, but, in order
| > | to
| > | connect to the remote ec2 instance I would think that you need to
| > | specify the ip address for the 'stoneHost' and 'gemHost' and use
| > | DataCurator as the 'userId':
| > |
| > |   OGCustomSessionDescription new
| > |     name: 'Amazon';
| > |     stoneHost: 'ec2 ip address';
| > |     stoneName: 'seaside';
| > |     gemHost: 'ec2 ip address';
| > |     netLDI: '50377';
| > |     gemTask: 'gemnetobject';
| > |     userId: 'DataCurator';
| > |     password: 'swordfish';
| > |     osUserId: '';
| > |     osPassword: '';
| > |     backupDirectory: '';
| > |     dataDirectory: '';
| > |     yourself.
| > |
| > | The session description you sent in email is presumably not the
| > | session description you are using to try to connect to the ec2
| > | instance nor the one that produces the netldi error message ...
| > |
| > | There are a number of moving parts in getting netldi connections
| > | to
| > | work so we need to see accurate information about each of the
| > | pieces. In the end it is likely to be something simple...but
| > | inaccuracies isn't going to make it easier to remotely debug the
| > | problem...
| > |
| > | Dale
| > | ----- Original Message -----
| > | | From: "Sabine Knöfel" <[hidden email]>
| > | | To: "GemStone Seaside beta discussion"
| > | | <[hidden email]>
| > | | Sent: Tuesday, November 20, 2012 1:56:38 PM
| > | | Subject: Re: [GS/SS Beta] NetLDI service '50377' not found
| > | |
| > | | Hi Dale,
| > | |
| > | | I run Gemtools in an Xming window on my windows 7 computer
| > | | (http://www.straightrunning.com/XmingNotes/manual.php).
| > | |
| > | | I use GemStone version '3.1.0.1'.
| > | |
| > | | My hosts file has only this (default) entry:
| > | | 127.0.0.1   localhost localhost.localdomain
| > | |
| > | | I did not set up iptables because I red that this is not
| > | | mandatory
| > | | when using ec2 and security groups.
| > | |
| > | | Sabine
| > | |
| > | |
| > | |
| > | | On Tue, Nov 20, 2012 at 7:28 PM, Dale Henrichs
| > | | <[hidden email]>
| > | | wrote:
| > | | > Sabine,
| > | | >
| > | | > Are you running GemTools on a remote computer on the ec2
| > | | > instance
| > | | > itself?
| > | | >
| > | | > The use of 'localhost' implies that you are connecting
| > | | > locally
| > | | > ...
| > | | > I had made the assumption that you were attempting to connect
| > | | > from
| > | | > a remote computer ...
| > | | >
| > | | > So now I'm going to ask which version of GemStone is
| > | | > installed on
| > | | > your ec2 instance as there were issues with hostname
| > | | > confusion in
| > | | > GemStone 2.x ...
| > | | >
| > | | > If you are using GemStone3.0, the session description that
| > | | > you
| > | | > are
| > | | > using should work fine ... perhaps your hosts file isn't
| > | | > quite
| > | | > set
| > | | > up properly?
| > | | >
| > | | > Dale
| > | | >
| > | | > ----- Original Message -----
| > | | > | From: "Sabine Knöfel" <[hidden email]>
| > | | > | To: "GemStone Seaside beta discussion"
| > | | > | <[hidden email]>
| > | | > | Sent: Tuesday, November 20, 2012 9:22:51 AM
| > | | > | Subject: Re: [GS/SS Beta] NetLDI service '50377' not found
| > | | > |
| > | | > | James and Paul,
| > | | > |
| > | | > | for telnet I took the Public DNS
| > | | > | (ecXXXXXX.eu-west-1.compute.amazonaws.com).
| > | | > |
| > | | > | So, I tried to use the Public DNS for gemHost: AND
| > | | > | stoneHost:
| > | | > | I tried with DataCurator as userId, too.
| > | | > |
| > | | > | Both did not work.
| > | | > |
| > | | > | I am not sure about the password because I did not
| > | | > | configure
| > | | > | any
| > | | > | Gemstone passwords....
| > | | > |
| > | | > | If there is ANYTHING wrong within the parameters to
| > | | > | OGCustomSessionDescription, will it be always this error
| > | | > | message?
| > | | > |  The
| > | | > | message is" Unable to crate a GemStone session. NetLDI
| > | | > | service
| > | | > | '50377'
| > | | > | not fount on node
| > | | > | 'ec2-........eu-west-1.compute-amazonaws.com'.
| > | | > | The
| > | | > | connection was rejected because: unknown network problem.
| > | | > |
| > | | > | Greetings
| > | | > | Sabine
| > | | > |
| > | | > | On Tue, Nov 20, 2012 at 6:08 PM, James Foster
| > | | > | <[hidden email]>
| > | | > | wrote:
| > | | > | > Your example shows 'localhost' for the gemHost when you
| > | | > | > try
| > | | > | > to
| > | | > | > login. Is that the hostname or IP address you used when
| > | | > | > you
| > | | > | > were
| > | | > | > able to telnet to your Amazon server?
| > | | > | >
| > | | > | > James
| > | | > | >
| > | | > | > On Nov 20, 2012, at 1:43 PM, Sabine Knöfel
| > | | > | > <[hidden email]> wrote:
| > | | > | >
| > | | > | >> Hi Dale,
| > | | > | >>
| > | | > | >> I use GemTools.
| > | | > | >>
| > | | > | >> Due to the fact that telnet to the port 50377 is
| > | | > | >> possible, I
| > | | > | >> assume,
| > | | > | >> that this is no firewall issue? Is this right? For
| > | | > | >> testing,
| > | | > | >> I
| > | | > | >> opened
| > | | > | >> all ports in the security group of the instance (0 -
| > | | > | >> 65535
| > | | > | >> 0.0.0.0/0).
| > | | > | >>
| > | | > | >> I tried various session descriptions, e.g.
| > | | > | >>
| > | | > | >> OGCustomSessionDescription new
| > | | > | >> name: 'Amazon';
| > | | > | >> stoneHost: 'localhost';
| > | | > | >> stoneName: 'seaside';
| > | | > | >> gemHost: 'localhost';
| > | | > | >> netLDI: '50377';
| > | | > | >> gemTask: 'gemnetobject';
| > | | > | >> userId: 'glass';
| > | | > | >> password: 'swordfish';
| > | | > | >> osUserId: '';
| > | | > | >> osPassword: '';
| > | | > | >> backupDirectory: '';
| > | | > | >> dataDirectory: '';
| > | | > | >> yourself.
| > | | > | >>
| > | | > | >> Always the same error message.
| > | | > | >>
| > | | > | >> Greetings
| > | | > | >> Sabine
| > | | > | >>
| > | | > | >>
| > | | > | >>
| > | | > | >> On Tue, Nov 20, 2012 at 4:37 PM, Dale Henrichs
| > | | > | >> <[hidden email]> wrote:
| > | | > | >>> Sabine,
| > | | > | >>>
| > | | > | >>> You are trying to login using GemTools or topaz? Either
| > | | > | >>> way
| > | | > | >>> what
| > | | > | >>> settings are you using to connect to the ec2 instance
| > | | > | >>> (session
| > | | > | >>> description for gemtools, status from topaz).
| > | | > | >>>
| > | | > | >>> I'm also assuming that you've arranged for the ports
| > | | > | >>> 50377
| > | | > | >>> and
| > | | > | >>> 50378 to be open through your firewall?
| > | | > | >>>
| > | | > | >>> Dale
| > | | > | >>> ----- Original Message -----
| > | | > | >>> | From: "Sabine Knöfel" <[hidden email]>
| > | | > | >>> | To: [hidden email]
| > | | > | >>> | Sent: Tuesday, November 20, 2012 6:15:14 AM
| > | | > | >>> | Subject: Re: [GS/SS Beta] NetLDI service '50377' not
| > | | > | >>> | found
| > | | > | >>> |
| > | | > | >>> | Hi James,
| > | | > | >>> |
| > | | > | >>> | the extra * Characters have been for formatting in
| > | | > | >>> | the
| > | | > | >>> | forum.world.st. I
| > | | > | >>> | will no longer use them.
| > | | > | >>> |
| > | | > | >>> | It is possible to connect via telnet from my local
| > | | > | >>> | machine
| > | | > | >>> | to
| > | | > | >>> | the ec2
| > | | > | >>> | linux
| > | | > | >>> | machine.
| > | | > | >>> |
| > | | > | >>> | Netldi is listening on 50377.
| > | | > | >>> |
| > | | > | >>> | I start with
| > | | > | >>> | $GEMSTONE/bin/startnetldi 50377 -p 50378:50378  -g -a
| > | | > | >>> | $USER
| > | | > | >>> | -n
| > | | > | >>> | -l
| > | | > | >>> | $GEMSTONE_LOGDIR/gs64ldi.log
| > | | > | >>> |
| > | | > | >>> | [ec2-user@ip-10-58-169-228 ~]$ gslist -cvl
| > | | > | >>> | Status   Version    Owner    Pid   Port   Started
| > | | > | >>> |     Type
| > | | > | >>> |       Name
| > | | > | >>> | ------- --------- --------- ----- ----- ------------
| > | | > | >>> | ------
| > | | > | >>> |      ----
| > | | > | >>> |   OK    3.1.0.1   ec2-user   1223 41922 Nov 20 13:40
| > | | > | >>> |   cache
| > | | > | >>> | seaside~5212c518f6355372
| > | | > | >>> |   OK    3.1.0.1   ec2-user   1436 50377 Nov 20 14:04
| > | | > | >>> |   Netldi
| > | | > | >>> |        50377
| > | | > | >>> |   OK    3.1.0.1   ec2-user   1221 35430 Nov 20 13:40
| > | | > | >>> |   Stone
| > | | > | >>> |         seaside
| > | | > | >>> |
| > | | > | >>> | When trying to login I get the  "NetLDI service
| > | | > | >>> | '50377'
| > | | > | >>> | not
| > | | > | >>> | found
| > | | > | >>> | error".
| > | | > | >>> |
| > | | > | >>> | Do you have an idea - why is it not possible to
| > | | > | >>> | login?
| > | | > | >>> | Sabine
| > | | > | >>> |
| > | | > | >>> | [ec2-user@ip-10-58-169-228 ~]$ gslist -x
| > | | > | >>> | seaside~5212c518f6355372
| > | | > | >>> |   status=  exists
| > | | > | >>> |   type=    cache
| > | | > | >>> |   version= 3.1.0.1
| > | | > | >>> |   owner=   ec2-user
| > | | > | >>> |   started= Nov 20 13:40
| > | | > | >>> |   pid=     1223
| > | | > | >>> |   port=    41922
| > | | > | >>> |   options=  maxPages=31250, maxClients=49,
| > | | > | >>> |   spinCount=1
| > | | > | >>> | targetFreeFrameCount=3906 numFFPgsvrs=1
| > | | > | >>> | numSharedCounters=1900
| > | | > | >>> | monitorPort=0
| > | | > | >>> |   logfile= /opt/gemstone/log/seaside_1223pcmon.log
| > | | > | >>> |   GEMSTONE=/opt/gemstone/product
| > | | > | >>> | 50377
| > | | > | >>> |   status=  exists
| > | | > | >>> |   type=    Netldi
| > | | > | >>> |   version= 3.1.0.1
| > | | > | >>> |   owner=   ec2-user
| > | | > | >>> |   started= Nov 20 14:04
| > | | > | >>> |   pid=     1436
| > | | > | >>> |   port=    50377
| > | | > | >>> |   options=  -g -n -a ec2-user -p 50378:50378
| > | | > | >>> |   logfile= /opt/gemstone/log/gs64ldi.log
| > | | > | >>> |   GEMSTONE=/opt/gemstone/product
| > | | > | >>> | seaside
| > | | > | >>> |   status=  exists
| > | | > | >>> |   type=    Stone
| > | | > | >>> |   version= 3.1.0.1
| > | | > | >>> |   owner=   ec2-user
| > | | > | >>> |   started= Nov 20 13:40
| > | | > | >>> |   pid=     1221
| > | | > | >>> |   port=    35430
| > | | > | >>> |   logfile= /opt/gemstone/log/seaside.log
| > | | > | >>> |   sysconf=
| > | | > | >>> | /opt/gemstone/GemStone64Bit3.1.0.1-x86_64.Linux/seaside/data/system.conf
| > | | > | >>> |   GEMSTONE=/opt/gemstone/product
| > | | > | >>> |
| > | | > | >>> | [ec2-user@ip-10-58-169-228 ~]$ set
| > | | > | >>> | .....
| > | | > | >>> | GEMSTONE=/opt/gemstone/product
| > | | > | >>> | GEMSTONE_DATADIR=/opt/gemstone/product/seaside/data
| > | | > | >>> | GEMSTONE_EXE_CONF=/opt/gemstone/product/seaside/data
| > | | > | >>> | GEMSTONE_KEYFILE=/opt/gemstone/product/seaside/etc/gemstone.key
| > | | > | >>> | GEMSTONE_LOGDIR=/opt/gemstone/log
| > | | > | >>> | GEMSTONE_NAME=seaside
| > | | > | >>> | GEMSTONE_NRS_ALL='#dir:$GEMSTONE_DATADIR#log:/$GEMSTONE_LOGDIR/%N%P.log'
| > | | > | >>> | GEMSTONE_SYS_CONF=/opt/gemstone/product/seaside/data/system.conf
| > | | > | >>> | GEMSTONE_USER=glass
| > | | > | >>> |
| > | | > | >>> |
| > | | > | >>> |
| > | | > | >>> |
| > | | > | >>> |
| > | | > | >>> | --
| > | | > | >>> | View this message in context:
| > | | > | >>> | http://forum.world.st/NetLDI-service-50377-not-found-tp4654996p4655980.html
| > | | > | >>> | Sent from the GLASS mailing list archive at
| > | | > | >>> | Nabble.com.
| > | | > | >>> |
| > | | > | >>
| > | | > | >>
| > | | > | >>
| > | | > | >> --
| > | | > | >> PS: Bitte Stimme für meine Schwester abgeben:
| > | | > | >> http://www.sterne-des-handwerks.de/voting/wettbewerb/detail/teilnehmer/4678.html
| > | | > |
| > | | > |
| > | | > |
| > | | > | --
| > | | > | PS: Bitte Stimme für meine Schwester abgeben:
| > | | > | http://www.sterne-des-handwerks.de/voting/wettbewerb/detail/teilnehmer/4678.html
| > | | > |
| > | |
| > | |
| > | |
| > | | --
| > | | PS: Bitte Stimme für meine Schwester abgeben:
| > | | http://www.sterne-des-handwerks.de/voting/wettbewerb/detail/teilnehmer/4678.html
| > | |
|
|
|
| --
| PS: Bitte Stimme für meine Schwester abgeben:
| http://www.sterne-des-handwerks.de/voting/wettbewerb/detail/teilnehmer/4678.html
|
Reply | Threaded
Open this post in threaded view
|

Re: NetLDI service '50377' not found

Sabine Manaa
Hi Dale,

I tried to telnet from the ec2 instance itself, both worked:

[ec2-user@ip-10-58-169-228 ~]$ telnet ec2-176-34-170-198.eu-west-1.compute.amazonaws.com 50377
Trying 10.58.169.228...
Connected to ec2-176-34-170-198.eu-west-1.compute.amazonaws.com.
Escape character is '^]'.
~^Z
^]
telnet> quit
Connection closed.

[ec2-user@ip-10-58-169-228 ~]$ telnet localhost 50377
Trying 127.0.0.1...
Connected to localhost.
Escape character is '^]'.
~^]
telnet>

I did already try to use localhost in the GemTools session description to login, but that did not work.

Sabine
Reply | Threaded
Open this post in threaded view
|

Re: NetLDI service '50377' not found

Dale Henrichs
Sabine,

>From everything I've seen so far, you should have no trouble using gemtools to connect to your instance, so there is a subtle problem here and  we just need to take this step by step...

Now we need to try logging in using topaz, so launch topaz on your ec2 instance instead of gemtools:

  $GEMSTONE/bin/topaz -r

and then enter the following 4 lines into topaz:

  set gemstone seaside
  set user DataCurator password swordfish
  set gemnetid !#netldi:50377!gemnetobject
  login

if this succeeds then we have a gemtools issue if this does not succeed then we need to dig deeper and we'll turn on socket debugging....

Shut down the stone and the netldi and set the following env variable:

   export GEMSTONE_SOCKET_DEBUG=1

and restart the stone and the netldi ... add the -d option to the startnetldi startup line and try the earlier `topaz -r` sequence capturing stderr, stdout and send me the topaz output along with the contents of the netldi log file...

Dale
----- Original Message -----
| From: "Sabine Knöfel" <[hidden email]>
| To: [hidden email]
| Sent: Wednesday, November 21, 2012 7:43:48 AM
| Subject: Re: [GS/SS Beta] NetLDI service '50377' not found
|
| Hi Dale,
|
| I tried to telnet from the ec2 instance itself, *both *worked:
|
| [ec2-user@ip-10-58-169-228 ~]$ telnet
| ec2-176-34-170-198.eu-west-1.compute.amazonaws.com 50377
| Trying 10.58.169.228...
| Connected to ec2-176-34-170-198.eu-west-1.compute.amazonaws.com.
| Escape character is '^]'.
| ~^Z
| ^]
| telnet> quit
| Connection closed.
|
| [ec2-user@ip-10-58-169-228 ~]$ telnet localhost 50377
| Trying 127.0.0.1...
| Connected to localhost.
| Escape character is '^]'.
| ~^]
| telnet>
|
| I did already try to use /localhost /in the GemTools session
| description to
| login, but that did not work.
|
| Sabine
|
|
|
|
| --
| View this message in context:
| http://forum.world.st/NetLDI-service-50377-not-found-tp4654996p4656202.html
| Sent from the GLASS mailing list archive at Nabble.com.
|
Reply | Threaded
Open this post in threaded view
|

Re: NetLDI service '50377' not found

Sabine Manaa
Hi Dale,

thank you for helping me.
Login using Topaz worked.
I send the output and the logfile here at the bottom of this mail.

Sabine

##################################
Using username "ec2-user".
Authenticating with public key "imported-openssh-key"
Last login: Thu Nov 22 08:53:32 2012 from hsi-kbw-082-212-034-067.hsi.kabelbw.de

       __|  __|_  )
       _|  (     /   Amazon Linux AMI
      ___|\___|___|

https://aws.amazon.com/amazon-linux-ami/2012.09-release-notes/
startnetldi[Info]: GemStone version '3.1.0.1'
startnetldi[Info]: Server '50377' is already running.
[ec2-user@ip-10-58-169-228 ~]$ $GEMSTONE/bin/topaz -r
Full GS file name from buildFullGsLibName() is libgcirpc-3.1.0.1-64.so
DynLibLoadGsLib using $GEMSTONE=/opt/gemstone/product
DynLibLoadGsLib attempting to load /opt/gemstone/product/lib/libgcirpc-3.1.0.1-64.so
 _____________________________________________________________________________
|             GemStone/S64 Object-Oriented Data Management System             |
|                    Copyright (C) VMware, Inc. 1986-2012                     |
|                            All rights reserved.                             |
+-----------------------------------------------------------------------------+
|    PROGRAM: topaz, Linear GemStone Interface (Remote Session)               |
|    VERSION: 3.1.0.1, Fri Aug 24  9:48:09 2012                               |
|      BUILD: gss64_3_1_0_x_branch-28937                                      |
|  BUILT FOR: x86-64 (Linux)                                                  |
|       MODE: 64 bit                                                          |
| RUNNING ON: 1-CPU ip-10-58-169-228 x86_64 (Linux 3.2.32-53.46.amzn1.x86_64  |
| #1 SMP Thu Oct 18 18:43:32 UTC 2012) 594MB                                  |
| PROCESS ID: 4458      DATE: 11/22/2012 09:01:05 UTC                         |
|   USER IDS: REAL=ec2-user (222) EFFECTIVE=ec2-user (222)                    |
 _____________________________________________________________________________
  GEMSTONE_NRS_ALL = #dir:$GEMSTONE_DATADIR#log:/$GEMSTONE_LOGDIR/%N%P.log
|_____________________________________________________________________________|
neither .topazini nor $HOME/.topazini were found
topaz> set gemstone seaside
topaz> set user DataCurator password swordfish
topaz> set gemnetid !#netldi:50377!gemnetobject
topaz> login
[Info]: libssl-3.1.0.1-64.so: loaded
[11/22/2012 09:01:23.753 UTC]
  gci login: currSession 1 rpc gem processId 4459 OOB keep-alive interval 0
successful login
topaz 1> quit
Logging out session 1.
[ec2-user@ip-10-58-169-228 ~]$ stopGemstone
--- 11/22/2012 09:01:38.455 UTC ---
stopstone[Info]: GemStone version '3.1.0.1'
stopstone[Info]: initiating 'seaside' shutdown...
[Info]: libicudata-3.1.0.1-64.so: loaded
[Info]: libicuuc-3.1.0.1-64.so: loaded
[Info]: libicui18n-3.1.0.1-64.so: loaded
Gave this VM preference for OOM killer, Wrote to /proc/4467/oom_score_adj value 250
--- 11/22/2012 09:01:40.496 UTC ---
stopstone[Info]: Waiting forever for all other processes to detach the shared page cache.
--- 11/22/2012 09:01:43.910 UTC ---
stopstone[Info]: Stone repository monitor 'seaside' has been stopped.
[ec2-user@ip-10-58-169-228 ~]$ stopnetldi 50377
stopnetldi[Info]: GemStone version '3.1.0.1'
stopnetldi[Info]: GemStone server '50377' has been stopped.
[ec2-user@ip-10-58-169-228 ~]$ export GEMSTONE_SOCKET_DEBUG=1
[ec2-user@ip-10-58-169-228 ~]$ startGemstone
Starting stone: seaside
--- 11/22/2012 09:02:05.226 UTC ---
stopstone[Info]: GemStone version '3.1.0.1'
stopstone[Info]: Server 'seaside' is not running.
startstone[Info]: GemStone version '3.1.0.1'
startstone[Info]: Starting Stone repository monitor 'seaside'.
startstone[Info]: GEMSTONE is: '/opt/gemstone/product'.
startstone[Info]: GEMSTONE_NRS_ALL is: '#dir:$GEMSTONE_DATADIR#log:/$GEMSTONE_LOGDIR/%N%P.log'.
startstone[Info]:
    GEMSTONE_SYS_CONF=/opt/gemstone/GemStone64Bit3.1.0.1-x86_64.Linux/seaside/data/system.conf
    GEMSTONE_EXE_CONF=/opt/gemstone/GemStone64Bit3.1.0.1-x86_64.Linux/seaside/data/seaside.conf
startstone[Info]: Log file is '/opt/gemstone/log/seaside.log'.
startstone[Info]: GemStone server 'seaside' has been started, process 4476 .
[ec2-user@ip-10-58-169-228 ~]$ $GEMSTONE/bin/startnetldi -p 50378:50378 50377  -g -a $USER -n -l $GEMSTONE_LOGDIR/gs64ldi.log -d
startnetldi[Info]: GemStone version '3.1.0.1'
startnetldi[Info]: Starting GemStone network server '50377'.
startnetldi[Info]: GEMSTONE is: '/opt/gemstone/product'.
startnetldi[Info]: GEMSTONE_NRS_ALL is: '#dir:$GEMSTONE_DATADIR#log:/$GEMSTONE_LOGDIR/%N%P.log'.
AF_INET6 getaddrinfo(::, NULL, flags 0xc ...)  -- OK
--- 11/22/2012 09:03:49.628 UTC :SocketBind_ ok , AF_INET6  port 50377 addr ::

--- 11/22/2012 09:03:49.628 UTC :SocketListen ok  , AF_INET6  port 50377 addr ::

startnetldi[Info]: Log file is '/opt/gemstone/log/gs64ldi.log'.
startnetldi[Info]: GemStone server '50377' has been started, process 4534 .
[ec2-user@ip-10-58-169-228 ~]$ $GEMSTONE/bin/topaz -r
Full GS file name from buildFullGsLibName() is libgcirpc-3.1.0.1-64.so
DynLibLoadGsLib using $GEMSTONE=/opt/gemstone/product
DynLibLoadGsLib attempting to load /opt/gemstone/product/lib/libgcirpc-3.1.0.1-64.so
 _____________________________________________________________________________
|             GemStone/S64 Object-Oriented Data Management System             |
|                    Copyright (C) VMware, Inc. 1986-2012                     |
|                            All rights reserved.                             |
+-----------------------------------------------------------------------------+
|    PROGRAM: topaz, Linear GemStone Interface (Remote Session)               |
|    VERSION: 3.1.0.1, Fri Aug 24  9:48:09 2012                               |
|      BUILD: gss64_3_1_0_x_branch-28937                                      |
|  BUILT FOR: x86-64 (Linux)                                                  |
|       MODE: 64 bit                                                          |
| RUNNING ON: 1-CPU ip-10-58-169-228 x86_64 (Linux 3.2.32-53.46.amzn1.x86_64  |
| #1 SMP Thu Oct 18 18:43:32 UTC 2012) 594MB                                  |
| PROCESS ID: 4536      DATE: 11/22/2012 09:04:36 UTC                         |
|   USER IDS: REAL=ec2-user (222) EFFECTIVE=ec2-user (222)                    |
 _____________________________________________________________________________
  GEMSTONE_NRS_ALL = #dir:$GEMSTONE_DATADIR#log:/$GEMSTONE_LOGDIR/%N%P.log
|_____________________________________________________________________________|
neither .topazini nor $HOME/.topazini were found
topaz> set gemstone seaside
topaz>  set user DataCurator password swordfish
topaz> set gemnetid !#netldi:50377!gemnetobject
topaz> login
[Info]: libssl-3.1.0.1-64.so: loaded
AF_INET6 getaddrinfo(::1, 50377, flags 0x40c ...)  -- OK
--- 11/22/2012 09:05:00.190 UTC :starting SocketConnect , AF_INET6  port 50377 addr ::1

--- 11/22/2012 09:05:00.190 UTC :SocketConnect: sock 5 SOCK_EINPROGRESS , success
--- 11/22/2012 09:05:00.190 UTC :sock 5 EVENTRES_EVENT success

AF_INET6 getaddrinfo(::1, 50378, flags 0x40c ...)  -- OK
--- 11/22/2012 09:05:00.219 UTC :starting SocketConnect , AF_INET6  port 50378 addr ::1

--- 11/22/2012 09:05:00.219 UTC :SocketConnect: sock 5 SOCK_EINPROGRESS , success
--- 11/22/2012 09:05:00.219 UTC :sock 5 EVENTRES_EVENT success

--- 11/22/2012 09:05:00.219 UTC :starting SocketConnect , AF_INET6  port 50378 addr ::1

--- 11/22/2012 09:05:00.219 UTC :SocketConnect: sock 6 SOCK_EINPROGRESS , success
--- 11/22/2012 09:05:00.219 UTC :sock 6 EVENTRES_EVENT success

[11/22/2012 09:05:00.268 UTC]
  gci login: currSession 1 rpc gem processId 4537 OOB keep-alive interval 0
successful login
topaz 1> quit
Logging out session 1.
[ec2-user@ip-10-58-169-228 ~]$ more /opt/gemstone/log/gs64ldi.log
 _____________________________________________________________________________
|             GemStone/S64 Object-Oriented Data Management System             |
|                    Copyright (C) VMware, Inc. 1986-2012                     |
|                            All rights reserved.                             |
+-----------------------------------------------------------------------------+
|    PROGRAM: NETLDI, GemStone Network Daemon                                 |
|    VERSION: 3.1.0.1, Fri Aug 24  9:48:09 2012                               |
|      BUILD: gss64_3_1_0_x_branch-28937                                      |
|  BUILT FOR: x86-64 (Linux)                                                  |
|       MODE: 64 bit                                                          |
| RUNNING ON: 1-CPU ip-10-58-169-228 x86_64 (Linux 3.2.32-53.46.amzn1.x86_64  |
| #1 SMP Thu Oct 18 18:43:32 UTC 2012) 594MB                                  |
| PROCESS ID: 4534      DATE: 11/22/2012 09:03:49 UTC                         |
|   USER IDS: REAL=ec2-user (222) EFFECTIVE=ec2-user (222)                    |
 _____________________________________________________________________________
  GEMSTONE_NRS_ALL = #dir:$GEMSTONE_DATADIR#log:/$GEMSTONE_LOGDIR/%N%P.log
|_____________________________________________________________________________|

synthesizing  :: , listening on wildcard
created listening socket on :: port 50377


Internal tables are configured for 1359 concurrent clients.
Server socket 50377 (protocol TCP) is created, with a delay of 30 seconds.
Summary of netldi parameters:
   The host name is 'ip-10-58-169-228'.
 GEMSTONE is: '/opt/gemstone/product'.
 GEMSTONE_NRS_ALL is: '#dir:$GEMSTONE_DATADIR#log:/$GEMSTONE_LOGDIR/%N%P.log'.
   Clients are not authenticated.
   Process creation MUST be through services.dat.
Pool of ports is 50378:50378 .
   Created processes belong to the account named 'ec2-user'.
   The default directory for log files is '#dir:$GEMSTONE_DATADIR#log:/$GEMSTONE_LOGDIR/%N%P.log'.
   The command line is:
     /opt/gemstone/GemStone64Bit3.1.0.1-x86_64.Linux/sys/netldid -d -g -n \
      -aec2-user -p50378:50378 -l /opt/gemstone/log/gs64ldi.log 50377
Entering Service Loop
 0: --- 11/22/2012 09:05:00.190 UTC ---
Attempting accept...
SocketAccept success: listeningSocket 6 resultSocket 5
     ...succeeded accepting client from ip-10-58-169-228, connection = 2
 0: --- 11/22/2012 09:05:00.192 UTC ---
Finished reading client request:
     Client is a rpc application.
     '!#encrypted:ec2-user#netldi:50377#dir:/opt/gemstone/product/seaside/data#log://opt/gemstone/log/%N%P.log!gemnetobject'
--- 11/22/2012 09:05:00.192 UTC :SocketBind_ ok , AF_INET6  port 0 addr ::1

--- 11/22/2012 09:05:00.192 UTC :SocketListen ok  , AF_INET6  port 47068 addr ::1

 0: --- 11/22/2012 09:05:00.193 UTC ---
Successful fork; Child's Pid: 4537 command is:
    '/opt/gemstone/GemStone64Bit3.1.0.1-x86_64.Linux/sys/gemnetobject TCP 47068 30 -p50378:50378'
SocketAccept success: listeningSocket 8 resultSocket 9
 0: --- 11/22/2012 09:05:00.218 UTC ---
Now reading reply from child
 0: --- 11/22/2012 09:05:00.219 UTC ---
Reply to client started:
    'SUCCESS  50378'
 0: --- 11/22/2012 09:05:00.219 UTC ---
Done writing reply to client.
 0: --- 11/22/2012 09:05:00.219 UTC ---
Disposed. elapsed time = 0

[ec2-user@ip-10-58-169-228 ~]$
Reply | Threaded
Open this post in threaded view
|

Re: NetLDI service '50377' not found

Dale Henrichs
Sabine,

Very good ... I have to admit that I'm mystified at this point in time why topaz works and gemtools does not:(

So let's try again with gemtools...I'd like to see the session description that you are using and the information about which gemtools you are using ...

Dale


----- Original Message -----
| From: "Sabine Knöfel" <[hidden email]>
| To: [hidden email]
| Sent: Thursday, November 22, 2012 1:16:17 AM
| Subject: Re: [GS/SS Beta] NetLDI service '50377' not found
|
| Hi Dale,
|
| thank you for helping me.
| Login using Topaz worked.
| I send the output and the logfile here at the bottom of this mail.
|
| Sabine
|
| ##################################
| Using username "ec2-user".
| Authenticating with public key "imported-openssh-key"
| Last login: Thu Nov 22 08:53:32 2012 from
| hsi-kbw-082-212-034-067.hsi.kabelbw.de
|
|        __|  __|_  )
|        _|  (     /   Amazon Linux AMI
|       ___|\___|___|
|
| https://aws.amazon.com/amazon-linux-ami/2012.09-release-notes/
| startnetldi[Info]: GemStone version '3.1.0.1'
| startnetldi[Info]: Server '50377' is already running.
| [ec2-user@ip-10-58-169-228 ~]$ $GEMSTONE/bin/topaz -r
| Full GS file name from buildFullGsLibName() is
| libgcirpc-3.1.0.1-64.so
| DynLibLoadGsLib using $GEMSTONE=/opt/gemstone/product
| DynLibLoadGsLib attempting to load
| /opt/gemstone/product/lib/libgcirpc-3.1.0.1-64.so
|
| _____________________________________________________________________________
| |             GemStone/S64 Object-Oriented Data Management System
| |
| |                    Copyright (C) VMware, Inc. 1986-2012
| |
| |                            All rights reserved.
| |
| +-----------------------------------------------------------------------------+
| |    PROGRAM: topaz, Linear GemStone Interface (Remote Session)
| |
| |    VERSION: 3.1.0.1, Fri Aug 24  9:48:09 2012
| |
| |      BUILD: gss64_3_1_0_x_branch-28937
| |
| |  BUILT FOR: x86-64 (Linux)
| |
| |       MODE: 64 bit
| |
| | RUNNING ON: 1-CPU ip-10-58-169-228 x86_64 (Linux
| | 3.2.32-53.46.amzn1.x86_64
| |
| | #1 SMP Thu Oct 18 18:43:32 UTC 2012) 594MB
| |
| | PROCESS ID: 4458      DATE: 11/22/2012 09:01:05 UTC
| |
| |   USER IDS: REAL=ec2-user (222) EFFECTIVE=ec2-user (222)
| |
|
| _____________________________________________________________________________
|   GEMSTONE_NRS_ALL =
|   #dir:$GEMSTONE_DATADIR#log:/$GEMSTONE_LOGDIR/%N%P.log
| |_____________________________________________________________________________|
| neither .topazini nor $HOME/.topazini were found
| topaz> set gemstone seaside
| topaz> set user DataCurator password swordfish
| topaz> set gemnetid !#netldi:50377!gemnetobject
| topaz> login
| [Info]: libssl-3.1.0.1-64.so: loaded
| [11/22/2012 09:01:23.753 UTC]
|   gci login: currSession 1 rpc gem processId 4459 OOB keep-alive
|   interval 0
| successful login
| topaz 1> quit
| Logging out session 1.
| [ec2-user@ip-10-58-169-228 ~]$ stopGemstone
| --- 11/22/2012 09:01:38.455 UTC ---
| stopstone[Info]: GemStone version '3.1.0.1'
| stopstone[Info]: initiating 'seaside' shutdown...
| [Info]: libicudata-3.1.0.1-64.so: loaded
| [Info]: libicuuc-3.1.0.1-64.so: loaded
| [Info]: libicui18n-3.1.0.1-64.so: loaded
| Gave this VM preference for OOM killer, Wrote to
| /proc/4467/oom_score_adj
| value 250
| --- 11/22/2012 09:01:40.496 UTC ---
| stopstone[Info]: Waiting forever for all other processes to detach
| the
| shared page cache.
| --- 11/22/2012 09:01:43.910 UTC ---
| stopstone[Info]: Stone repository monitor 'seaside' has been stopped.
| [ec2-user@ip-10-58-169-228 ~]$ stopnetldi 50377
| stopnetldi[Info]: GemStone version '3.1.0.1'
| stopnetldi[Info]: GemStone server '50377' has been stopped.
| [ec2-user@ip-10-58-169-228 ~]$ export GEMSTONE_SOCKET_DEBUG=1
| [ec2-user@ip-10-58-169-228 ~]$ startGemstone
| Starting stone: seaside
| --- 11/22/2012 09:02:05.226 UTC ---
| stopstone[Info]: GemStone version '3.1.0.1'
| stopstone[Info]: Server 'seaside' is not running.
| startstone[Info]: GemStone version '3.1.0.1'
| startstone[Info]: Starting Stone repository monitor 'seaside'.
| startstone[Info]: GEMSTONE is: '/opt/gemstone/product'.
| startstone[Info]: GEMSTONE_NRS_ALL is:
| '#dir:$GEMSTONE_DATADIR#log:/$GEMSTONE_LOGDIR/%N%P.log'.
| startstone[Info]:
|    
| GEMSTONE_SYS_CONF=/opt/gemstone/GemStone64Bit3.1.0.1-x86_64.Linux/seaside/data/system.conf
|    
| GEMSTONE_EXE_CONF=/opt/gemstone/GemStone64Bit3.1.0.1-x86_64.Linux/seaside/data/seaside.conf
| startstone[Info]: Log file is '/opt/gemstone/log/seaside.log'.
| startstone[Info]: GemStone server 'seaside' has been started, process
| 4476 .
| [ec2-user@ip-10-58-169-228 ~]$ $GEMSTONE/bin/startnetldi -p
| 50378:50378
| 50377  -g -a $USER -n -l $GEMSTONE_LOGDIR/gs64ldi.log -d
| startnetldi[Info]: GemStone version '3.1.0.1'
| startnetldi[Info]: Starting GemStone network server '50377'.
| startnetldi[Info]: GEMSTONE is: '/opt/gemstone/product'.
| startnetldi[Info]: GEMSTONE_NRS_ALL is:
| '#dir:$GEMSTONE_DATADIR#log:/$GEMSTONE_LOGDIR/%N%P.log'.
| AF_INET6 getaddrinfo(::, NULL, flags 0xc ...)  -- OK
| --- 11/22/2012 09:03:49.628 UTC :SocketBind_ ok , AF_INET6  port
| 50377 addr
| ::
|
| --- 11/22/2012 09:03:49.628 UTC :SocketListen ok  , AF_INET6  port
| 50377
| addr ::
|
| startnetldi[Info]: Log file is '/opt/gemstone/log/gs64ldi.log'.
| startnetldi[Info]: GemStone server '50377' has been started, process
| 4534 .
| [ec2-user@ip-10-58-169-228 ~]$ $GEMSTONE/bin/topaz -r
| Full GS file name from buildFullGsLibName() is
| libgcirpc-3.1.0.1-64.so
| DynLibLoadGsLib using $GEMSTONE=/opt/gemstone/product
| DynLibLoadGsLib attempting to load
| /opt/gemstone/product/lib/libgcirpc-3.1.0.1-64.so
|
| _____________________________________________________________________________
| |             GemStone/S64 Object-Oriented Data Management System
| |
| |                    Copyright (C) VMware, Inc. 1986-2012
| |
| |                            All rights reserved.
| |
| +-----------------------------------------------------------------------------+
| |    PROGRAM: topaz, Linear GemStone Interface (Remote Session)
| |
| |    VERSION: 3.1.0.1, Fri Aug 24  9:48:09 2012
| |
| |      BUILD: gss64_3_1_0_x_branch-28937
| |
| |  BUILT FOR: x86-64 (Linux)
| |
| |       MODE: 64 bit
| |
| | RUNNING ON: 1-CPU ip-10-58-169-228 x86_64 (Linux
| | 3.2.32-53.46.amzn1.x86_64
| |
| | #1 SMP Thu Oct 18 18:43:32 UTC 2012) 594MB
| |
| | PROCESS ID: 4536      DATE: 11/22/2012 09:04:36 UTC
| |
| |   USER IDS: REAL=ec2-user (222) EFFECTIVE=ec2-user (222)
| |
|
| _____________________________________________________________________________
|   GEMSTONE_NRS_ALL =
|   #dir:$GEMSTONE_DATADIR#log:/$GEMSTONE_LOGDIR/%N%P.log
| |_____________________________________________________________________________|
| neither .topazini nor $HOME/.topazini were found
| topaz> set gemstone seaside
| topaz>  set user DataCurator password swordfish
| topaz> set gemnetid !#netldi:50377!gemnetobject
| topaz> login
| [Info]: libssl-3.1.0.1-64.so: loaded
| AF_INET6 getaddrinfo(::1, 50377, flags 0x40c ...)  -- OK
| --- 11/22/2012 09:05:00.190 UTC :starting SocketConnect , AF_INET6
|  port
| 50377 addr ::1
|
| --- 11/22/2012 09:05:00.190 UTC :SocketConnect: sock 5
| SOCK_EINPROGRESS ,
| success
| --- 11/22/2012 09:05:00.190 UTC :sock 5 EVENTRES_EVENT success
|
| AF_INET6 getaddrinfo(::1, 50378, flags 0x40c ...)  -- OK
| --- 11/22/2012 09:05:00.219 UTC :starting SocketConnect , AF_INET6
|  port
| 50378 addr ::1
|
| --- 11/22/2012 09:05:00.219 UTC :SocketConnect: sock 5
| SOCK_EINPROGRESS ,
| success
| --- 11/22/2012 09:05:00.219 UTC :sock 5 EVENTRES_EVENT success
|
| --- 11/22/2012 09:05:00.219 UTC :starting SocketConnect , AF_INET6
|  port
| 50378 addr ::1
|
| --- 11/22/2012 09:05:00.219 UTC :SocketConnect: sock 6
| SOCK_EINPROGRESS ,
| success
| --- 11/22/2012 09:05:00.219 UTC :sock 6 EVENTRES_EVENT success
|
| [11/22/2012 09:05:00.268 UTC]
|   gci login: currSession 1 rpc gem processId 4537 OOB keep-alive
|   interval 0
| successful login
| topaz 1> quit
| Logging out session 1.
| [ec2-user@ip-10-58-169-228 ~]$ more /opt/gemstone/log/gs64ldi.log
|
| _____________________________________________________________________________
| |             GemStone/S64 Object-Oriented Data Management System
| |
| |                    Copyright (C) VMware, Inc. 1986-2012
| |
| |                            All rights reserved.
| |
| +-----------------------------------------------------------------------------+
| |    PROGRAM: NETLDI, GemStone Network Daemon
| |
| |    VERSION: 3.1.0.1, Fri Aug 24  9:48:09 2012
| |
| |      BUILD: gss64_3_1_0_x_branch-28937
| |
| |  BUILT FOR: x86-64 (Linux)
| |
| |       MODE: 64 bit
| |
| | RUNNING ON: 1-CPU ip-10-58-169-228 x86_64 (Linux
| | 3.2.32-53.46.amzn1.x86_64
| |
| | #1 SMP Thu Oct 18 18:43:32 UTC 2012) 594MB
| |
| | PROCESS ID: 4534      DATE: 11/22/2012 09:03:49 UTC
| |
| |   USER IDS: REAL=ec2-user (222) EFFECTIVE=ec2-user (222)
| |
|
| _____________________________________________________________________________
|   GEMSTONE_NRS_ALL =
|   #dir:$GEMSTONE_DATADIR#log:/$GEMSTONE_LOGDIR/%N%P.log
| |_____________________________________________________________________________|
|
| synthesizing  :: , listening on wildcard
| created listening socket on :: port 50377
|
|
| Internal tables are configured for 1359 concurrent clients.
| Server socket 50377 (protocol TCP) is created, with a delay of 30
| seconds.
| Summary of netldi parameters:
|    The host name is 'ip-10-58-169-228'.
|  GEMSTONE is: '/opt/gemstone/product'.
|  GEMSTONE_NRS_ALL is:
| '#dir:$GEMSTONE_DATADIR#log:/$GEMSTONE_LOGDIR/%N%P.log'.
|    Clients are not authenticated.
|    Process creation MUST be through services.dat.
| Pool of ports is 50378:50378 .
|    Created processes belong to the account named 'ec2-user'.
|    The default directory for log files is
| '#dir:$GEMSTONE_DATADIR#log:/$GEMSTONE_LOGDIR/%N%P.log'.
|    The command line is:
|      /opt/gemstone/GemStone64Bit3.1.0.1-x86_64.Linux/sys/netldid -d
|      -g -n \
|       -aec2-user -p50378:50378 -l /opt/gemstone/log/gs64ldi.log 50377
| Entering Service Loop
|  0: --- 11/22/2012 09:05:00.190 UTC ---
| Attempting accept...
| SocketAccept success: listeningSocket 6 resultSocket 5
|      ...succeeded accepting client from ip-10-58-169-228, connection
|      = 2
|  0: --- 11/22/2012 09:05:00.192 UTC ---
| Finished reading client request:
|      Client is a rpc application.
|    
| '!#encrypted:ec2-user#netldi:50377#dir:/opt/gemstone/product/seaside/data#log://opt/gemstone/log/%N%P.log!gemnetobject'
| --- 11/22/2012 09:05:00.192 UTC :SocketBind_ ok , AF_INET6  port 0
| addr ::1
|
| --- 11/22/2012 09:05:00.192 UTC :SocketListen ok  , AF_INET6  port
| 47068
| addr ::1
|
|  0: --- 11/22/2012 09:05:00.193 UTC ---
| Successful fork; Child's Pid: 4537 command is:
|     '/opt/gemstone/GemStone64Bit3.1.0.1-x86_64.Linux/sys/gemnetobject
|     TCP
| 47068 30 -p50378:50378'
| SocketAccept success: listeningSocket 8 resultSocket 9
|  0: --- 11/22/2012 09:05:00.218 UTC ---
| Now reading reply from child
|  0: --- 11/22/2012 09:05:00.219 UTC ---
| Reply to client started:
|     'SUCCESS  50378'
|  0: --- 11/22/2012 09:05:00.219 UTC ---
| Done writing reply to client.
|  0: --- 11/22/2012 09:05:00.219 UTC ---
| Disposed. elapsed time = 0
|
| [ec2-user@ip-10-58-169-228 ~]$
|
|
|
|
| --
| View this message in context:
| http://forum.world.st/NetLDI-service-50377-not-found-tp4654996p4656345.html
| Sent from the GLASS mailing list archive at Nabble.com.
|
Reply | Threaded
Open this post in threaded view
|

Re: NetLDI service '50377' not found

Sabine Manaa
Hi Dale,

I tried variouns session descriptions, e.g.

OGCustomSessionDescription new
    name: 'Amazon';
    stoneHost: 'localhost';
    stoneName: 'seaside';
    gemHost: 'localhost';
    netLDI: '50377';
    gemTask: 'gemnetobject';
    userId: 'DataCurator';
    password: 'swordfish';
    osUserId: '';
    osPassword: '';
    backupDirectory: '';
    dataDirectory: '';
    yourself.

I also tried with ip adress and with full DNS adress instead of localhost. Nothing works, always the same error message.

Which one you want me to try?

I don't understand the question "which Gemtools you are using".
I installed
http://seaside.gemstone.com/squeak/GemTools-1.0-beta.8-244x.app.zip

Sabine
Reply | Threaded
Open this post in threaded view
|

Re: NetLDI service '50377' not found

Dale Henrichs
Sabine,

Interestingly enough the gemtools version is the issue (I should have asked the question sooner):

  http://seaside.gemstone.com/squeak/GemTools-1.0-beta.8-244x.app.zip

is for use with GemStone 2.4.x and you are running a GemStone 3.1.0.1 stone and should be using:

  http://seaside.gemstone.com/squeak/GemTools-1.0-beta.8.7-3101x.zip

The error that you were getting complaining about not finding the service is pretty clearly a bug ... the error message was clearly misleading ....

We're on Thanksgiving holiday, but when I get back into the office next week I'll check into the bug a little more ... the bug actually sounds familiar now that we know what it is, but I'll dig into in more detail ...

Dale
----- Original Message -----
| From: "Sabine Knöfel" <[hidden email]>
| To: [hidden email]
| Sent: Thursday, November 22, 2012 9:24:49 AM
| Subject: Re: [GS/SS Beta] NetLDI service '50377' not found
|
| Hi Dale,
|
| I tried variouns session descriptions, e.g.
|
| OGCustomSessionDescription new
|     name: 'Amazon';
|     stoneHost: 'localhost';
|     stoneName: 'seaside';
|     gemHost: 'localhost';
|     netLDI: '50377';
|     gemTask: 'gemnetobject';
|     userId: 'DataCurator';
|     password: 'swordfish';
|     osUserId: '';
|     osPassword: '';
|     backupDirectory: '';
|     dataDirectory: '';
|     yourself.
|
| I also tried with ip adress and with full DNS adress instead of
| localhost.
| Nothing works, always the same error message.
|
| Which one you want me to try?
|
| I don't understand the question "which Gemtools you are using".
| I installed
| http://seaside.gemstone.com/squeak/GemTools-1.0-beta.8-244x.app.zip
|
| Sabine
|
|
|
|
| --
| View this message in context:
| http://forum.world.st/NetLDI-service-50377-not-found-tp4654996p4656424.html
| Sent from the GLASS mailing list archive at Nabble.com.
|
12