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. 

Add Comment
6 Answer(s)

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

Agile Angel Answered on December 26, 2018.

Hi Arif,

Thanks for reply,

I tried All possible way that u provide me, still facing the same problem.
If Possible, Please suggest me the any other way, from where i can complete it.
I stucked here since last Friday.

Thanks 
Sandeep Sirothiya

on December 26, 2018.

Did you check for permissions on the file. Can you do a clean restart after clearing SDK cache. Also can you post how your project structure looks in IDE

on December 27, 2018.
Add Comment

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.

Agile User Answered on January 3, 2019.
Add Comment

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

RE: Install RUP9367 on existing machine Agile936,  problem mentioned below:

Agile User Answered on January 3, 2019.
Add Comment

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.

Agile Talent Answered on March 23, 2019.
Add Comment

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.

Agile Angel Answered on March 25, 2019.
Add Comment

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

Agile Talent Answered on March 27, 2019.
Add Comment

Your Answer

By posting your answer, you agree to the privacy policy and terms of service.