Hello
We moved our progress database to a new (virtual) Linux server. We have copied the full system with all files (operating system etc. included) to the new server. On the old machine, everything was working. We changed the server due to a potential disk problem and preventive (7 years old server, no more hardware maintenance available)
The adminserver proadsv does not start at all and shuts displaying a Java environment error:
Commands to start:
- for proadsv
# Proadsrv Startup
#!/bin/bash
#!/bin/bash
DLC=/export/apl/dlc; export DLC
PATH=$PATH:$DLC/bin: export PATH
PROPATH=$DLC; export PROPATH
PROMSGS=$DLC/promsgs; export PROMSGS
JDKHOME=$DLC/jdk; export JDKHOME
WORKDIR=; export WORKDIR
$DLC/bin/proadsv -port 9512 -start
PROGRESS Version 9.1B as of Sat Dec 9 16:17:33 EST 2000
vis:~# ldt_setup: modify_ldt: Invalid argument
SIGSEGV received at bf3ffd68 in /usr/local/lib/linux/native_threads/libjava.so. Processing terminated
Writing stack trace to javacorexxxx.txt ... (Example see attachment)
Commands for dbman
export DLC=/apl/dlc
export PATH=$PATH:$DLC/bin
export PATH=$PATH:/export/dat/sss
$DLC/bin/asbman -name sssns -start -port 9512
$DLC/bin/asbman -name sssap -start -port 9512
Is there any possibility to solve the problem? (Without upgrading to a newer progress version, this would be lead to change the software on about 400 Client machines)
With many thanks for any information.
PeterA
We moved our progress database to a new (virtual) Linux server. We have copied the full system with all files (operating system etc. included) to the new server. On the old machine, everything was working. We changed the server due to a potential disk problem and preventive (7 years old server, no more hardware maintenance available)
The adminserver proadsv does not start at all and shuts displaying a Java environment error:
Commands to start:
- for proadsv
# Proadsrv Startup
#!/bin/bash
#!/bin/bash
DLC=/export/apl/dlc; export DLC
PATH=$PATH:$DLC/bin: export PATH
PROPATH=$DLC; export PROPATH
PROMSGS=$DLC/promsgs; export PROMSGS
JDKHOME=$DLC/jdk; export JDKHOME
WORKDIR=; export WORKDIR
$DLC/bin/proadsv -port 9512 -start
PROGRESS Version 9.1B as of Sat Dec 9 16:17:33 EST 2000
vis:~# ldt_setup: modify_ldt: Invalid argument
SIGSEGV received at bf3ffd68 in /usr/local/lib/linux/native_threads/libjava.so. Processing terminated
Writing stack trace to javacorexxxx.txt ... (Example see attachment)
Commands for dbman
export DLC=/apl/dlc
export PATH=$PATH:$DLC/bin
export PATH=$PATH:/export/dat/sss
$DLC/bin/asbman -name sssns -start -port 9512
$DLC/bin/asbman -name sssap -start -port 9512
Is there any possibility to solve the problem? (Without upgrading to a newer progress version, this would be lead to change the software on about 400 Client machines)
With many thanks for any information.
PeterA