Resolved Openedge Explorer not working after upgrade to 11.2

Cringer

ProgressTalk.com Moderator
Staff member
I've just upgraded my machine to 11.2. After the upgrade I was able to connect to the Openedge Explorer (localhost:9090) without any issues. I then copied my old conmgr.properties and ubroker.properties (from version 11.1) across so that my settings were migrated, and now I can't connect to it at all. I get
Code:
Unable to connect
Firefox can't establish a connection to the server at localhost:9090.

When I try and start my local database with the command "call dbman -start -all" I get this in the log file
Code:
[2013/04/08@15:55:26.711+0100] P-5924       T-1580  I BROKER  0: (15824) Multi-tenancy enabled: 0 
[2013/04/08@15:55:26.743+0100] P-5924       T-1580  I BROKER  0: (10471) Database connections have been enabled. 
[2013/04/08@15:56:00.070+0100] P-4528       T-152   I BIW     6: (-----) Login by SYSTEM.
[2013/04/08@15:56:00.078+0100] P-4528       T-152   I BIW     6: (2518)  Started. 
[2013/04/08@15:56:02.115+0100] P-4336       T-5044  I WDOG    7: (-----) Login by SYSTEM.
[2013/04/08@15:56:02.118+0100] P-4336       T-5044  I WDOG    7: (2518)  Started. 
[2013/04/08@15:56:04.172+0100] P-592        T-5100  I APW     8: (-----) Login by SYSTEM.
[2013/04/08@15:56:04.175+0100] P-592        T-5100  I APW     8: (2518)  Started. 
[2013/04/08@15:56:54.725+0100] P-5924       T-1580  I BROKER  0: (8848)  Connection to Admin Server lost. 
[2013/04/08@15:57:06.794+0100] P-5924       T-1580  I BROKER  0: (14262) Successfully connected to AdminServer on port 7843 using TCP/IP IPV4 address 192.168.120.31. 
[2013/04/08@15:57:06.801+0100] P-5924       T-1580  I BROKER  0: (9148)  Registration ACK not received, msgcode=21. 
[2013/04/08@15:57:06.802+0100] P-5924       T-1580  I BROKER  0: (8844)  Admin Server rejected registration. 
[2013/04/08@15:57:06.803+0100] P-5924       T-1580  I BROKER  0: (8850)  Unrecoverable error in connection to Admin Server, running unmanaged.

Any ideas anyone?
 

RealHeavyDude

Well-Known Member
I guess the AdminServer has a problem with the contents you copied over from the old installation. To pin down the issue you need to have a look into its log file ( admserv.log ) - which per default resides in the directory that you specified as working directory during installation. That database log file won't show you anything as to why the AdminServer has a problem.

Heavy Regards, RealHeavyDude.
 

Cringer

ProgressTalk.com Moderator
Staff member
Cheers RHD. Is there a way of resetting things back to default? I've just upgraded another machine with the same properties files and it's working fine so I suspect something's gone awry. Might just have to reinstall but that's a pain.
 

RealHeavyDude

Well-Known Member
The properties directory beneath your installation directory should hole a "ubroker.properties-sav" file that you can use.

A possible root cause that would explain that behavior are the uuid's. Each service that you define in the ubroker.properties file must have it's unique uuid assigned ( you can use the genuuid utility in the proenv environment to generate new ones ). If you have two services sharing the same uuid you are in trouble. I am not 100% positive, but I think the last time I distributed a changed ubroker.properties file from the test enviroment into different production environments I had to change the uuid's so that each was unique, not only on the machine, but also on the network.

I don't use OE11.2 yet though ...

Heavy Regards, RealHeavyDude.
 

Rob Fitzpatrick

ProgressTalk.com Sponsor
I've just upgraded my machine to 11.2. After the upgrade I was able to connect to the Openedge Explorer (localhost:9090) without any issues. I then copied my old conmgr.properties and ubroker.properties (from version 11.1) across so that my settings were migrated, and now I can't connect to it at all. I get
Code:
Unable to connect
Firefox can't establish a connection to the server at localhost:9090.

When I try and start my local database with the command "call dbman -start -all" I get this in the log file
Code:
[2013/04/08@15:55:26.711+0100] P-5924      T-1580  I BROKER  0: (15824) Multi-tenancy enabled: 0
[2013/04/08@15:55:26.743+0100] P-5924      T-1580  I BROKER  0: (10471) Database connections have been enabled.
[2013/04/08@15:56:00.070+0100] P-4528      T-152  I BIW    6: (-----) Login by SYSTEM.
[2013/04/08@15:56:00.078+0100] P-4528      T-152  I BIW    6: (2518)  Started.
[2013/04/08@15:56:02.115+0100] P-4336      T-5044  I WDOG    7: (-----) Login by SYSTEM.
[2013/04/08@15:56:02.118+0100] P-4336      T-5044  I WDOG    7: (2518)  Started.
[2013/04/08@15:56:04.172+0100] P-592        T-5100  I APW    8: (-----) Login by SYSTEM.
[2013/04/08@15:56:04.175+0100] P-592        T-5100  I APW    8: (2518)  Started.
[2013/04/08@15:56:54.725+0100] P-5924      T-1580  I BROKER  0: (8848)  Connection to Admin Server lost.
[2013/04/08@15:57:06.794+0100] P-5924      T-1580  I BROKER  0: (14262) Successfully connected to AdminServer on port 7843 using TCP/IP IPV4 address 192.168.120.31.
[2013/04/08@15:57:06.801+0100] P-5924      T-1580  I BROKER  0: (9148)  Registration ACK not received, msgcode=21.
[2013/04/08@15:57:06.802+0100] P-5924      T-1580  I BROKER  0: (8844)  Admin Server rejected registration.
[2013/04/08@15:57:06.803+0100] P-5924      T-1580  I BROKER  0: (8850)  Unrecoverable error in connection to Admin Server, running unmanaged.

Any ideas anyone?

Someone didn't follow the posting guidelines in his signature... ;)
 

Cringer

ProgressTalk.com Moderator
Staff member
@Rob :oops:

Oddly enough it all seems fine this morning having touched nothing.
 

RealHeavyDude

Well-Known Member
That would then be the long overdue self-healing capabilities of OpenEdge ;) or maby some worn out bytes :oops:

Heavy Regards, RealHeavyDude
 
Top