Kbase P26760: Error when connect to Admin Server from Progress Explorer
Autor |
  Progress Software Corporation - Progress |
Acesso |
  Público |
Publicação |
  1/23/2004 |
|
Status: Unverified
FACT(s) (Environment):
Progress 9.1D
SYMPTOM(s):
Error when connect to Admin Server from Progress Explorer
After installing SP6
An exception has occurred in your application. If you click Continue, the application will ignore this error and attempt to continue. If you click Quit, the application will be shutdown immediately.
com.progress.common.guiproperties.XPropertyException: GUIMetaSchema load
failed: ubroker.schema
at com/progress/common/guiproperties/GUIMetaSchema.instantiate
at com/progress/vj/ubroker/AbstractRootMMCClient$sharedResources.<init>
at com/progress/vj/ubroker/AbstractRootMMCClient.initSharedResources
at com/progress/vj/ubroker/AbstractRootMMCClient.init
at com/progress/vj/ubroker/AbstractPersonMMCClient.init
at com/progress/vj/explorer/ExcaliburComponent.addNode
at com/progress/vj/explorer/ExcaliburComponent.addChild
at com/progress/vj/explorer/ProgressServer.setupPlugins
at com/progress/vj/explorer/ProgressServer.workingCallback2
at com/ms/lang/Delegate.dynamicInvoke0
at com/ms/lang/Delegate.dynamicInvoke
at com/ms/wfc/ui/Control.invokeMarshaledCallback
at com/ms/wfc/ui/Control.wndProc
at com/ms/wfc/ui/Form.wndProc
at com/ms/wfc/app/Application$ParkingForm.wndProc
at com/ms/wfc/ui/Control$ControlWindow.wndProc
at com/ms/wfc/app/Window.callback
Selecting Properties on any of the available items, AppServer, NameServer etc and get:
java.lang.NullPointerException
at com/progress/vj/ubroker/NSTMMCClient.getCategory
at com/progress/vj/util/AbstractGrandMMCClient.editProperties
at com/progress/vj/util/AbstractGrandMMCClient.defaultAction
at com/progress/vj/ubroker/NSTMMCClient.invokeOperation
at com/progress/vj/explorer/ProgressExplorer.run
at com/progress/vj/explorer/ProgressExplorer.dispatchOperation
at com/progress/vj/explorer/ProgressExplorer.Command
CHANGE:
After installing 9.1D SP6 was downloaded and installed wtsk.jar file recommended on Progress internet site to be separate installed for WebServices Toolkit.
CAUSE:
When Service Pack 6 and/or Webservices install are performed, some tailoring is performed, one of which was for Service Pak 6 to change the proexp.prm to include a reference to schema.jar.
However, when the Webservices is installed, it is unaware of this proexp.prm tailoring and just copies it's own proexp.prm to the install directory. This means that the proexp.prm is now missing the reference to schema.jar, and this is why are received the above described errors.
FIX:
Edit the following file:
%DLC%\proexp.prm
at the end of the 1st line add the following:
;@{Startup\DLC}\java\schema.jar
Save the file and then try starting your Progress Explorer, you should no longer encounter the error.