Install RUP9367 on existing machine Agile936, problem mentioned below:
I install RUP 9367 on my existing Agile936 machine, and I am facing problem to deployed the PX in java client:
1. Sometimes PX deployed but it is not triggering from webClient.
2. Sometimes I placed Jar file with proper configuration in SDK>Extension, still it is not visible in the JavaClient at time of Event Handler Creation.
Hi Sandeep,
This might sound a bit basic but can you cross verify few things:
1. Verify your Event class name entry in file –> META-INF/services/com.agile.px.IEventAction file.
2. If you are running a clustered environment, can you check if you have deployed the same version on extension folders of all the nodes.
3. At times i have faced similar issue in Java-client so what i do is i either login to one of my file server and try to launch Java-client there OR
Clear temporary files form Java Control Panel and it works.
Regards,
Arif
Some times your class name not visible in java client while creating event handler due to support jar files not present in the sdk/extensions folder.
Please check whether all the external jar files used in your development exist in sdk/extensions folder or not.
Hi Arif and Srinivas,
Issue has been fix, Solution is given below:
In JavaClient, Admin section , there is a Button which is meant to Disable and Enable the PX for the web client and configuration of the PX’s.
Highlighted in Red Box.
Thanks both of you to give me the all possible way to fix the issue.
Regards
Sandeep
Another topics to consider is that ANY application of RUP x will set your A9 configuration to the defaults => learned this the hard way after applying RUP 8.
Yes, agree with you faced multiple issues after applying RUP-7.
Just to summarize for all :
1. It updates your applications.ear and AgileAPI ,jar file. So all the Web-Apps/Utilities where you have explicitly used the Jar, you need to update those.
2. Generally some of the timeout setting changes that we do in different xml files or component JARs inside application.ear file needs to be re-set.
3. Double check your file manager configuration and core config files.
One item I forgot to mention… Since we installed RUP 8 (9 will be installed when released), some of the dependency jar files that used to get read correctly now could NOT be found by the PX threw cryptic one liner exception with the “path” to the class name. I had to save these problematic jar files in to the xxx/agileDomain/lib folder to make sure the jar libraries get found by the PXs