Thanks for all suggestions but, recently i discovered my problem...
I made a query on the progress knowledge base with my error code (8171):
When Progress Version 9.1B is run on the Intel Win32 platform (Windows
NT, Windows 2000) with the Pentium IV processor,
AdminService can create the following error message when you try to
start any broker/agent that is defined in ubroker.properties. The
error shows in the admserv.log file:
[AdminServer]
SvcControlCmd.connectToService() failure:
Unable to connect to the service process at
rmi://pchost:20931/NS1(after 10 retries) (8171)
EXPLANATION:
The problem is produced by the just-in-time (JIT) compiler that is
provided with JDK 1.1.8. It does not handle the Pentium IV set of
instructions.
SOLUTION:
There are two solutions to the problem:
- You can disable the JIT if you change the Windows
Registry entries
HKEY_LOCAL_MACHINE\SOFTWARE\PSC\PROGRESS\9.1B\JAVA
and
HKEY_CURRENT_USER\Software\PSC\PROGRESS\9.1B\JAVA:
1) Edit the JVMARGS key (JVMARGS -ms1m) to add the -nojit
parameter:
JVMARGS -ms1m -nojit
2) Find the $DLC\bin\ubutil.bat and change the last line to:
"%JVMSTRT%" -o stderr -s -m silent "%JVM%" -nojit -classpath "%JCP%"
-DInstall.Dir="%DLC%" -DWork.Dir="%WRK%" %UBUTILPKG%.%UBUTILCLASS%
%PARMS%
3) Make the same change to the ubconfig.bat.
(Notice the newly added -nojit parameter.)
- Download the Intel Pentium 4 Processor support for JDK/JRE
1.1.x for Windows.
The upgrade for Pentium 4 systems is included with JDK/JRE
1.1.8_006 for Windows.
Alternatively, Pentium 4 systems are also supported by the Java 2
Platform, Standard Edition (J2SE) Version 1.3.0 and later.
http://java.sun.com/products/jdk/1.1/jre/download-jre-windows.html
NOTE: Some of the JDK/JRE versions might not be supported by
Progress.
Here's the URL for KBase error codes