Software - General
1748170 Members
3987 Online
108758 Solutions
New Discussion

Not able to record JAR file using Java reord and replay protocal

 
ManviRM
Occasional Contributor

Not able to record JAR file using Java reord and replay protocal

Hi Team,

I have a requirement to record the action of LUKE.jar file(this utility browse Lucene index and search indexed documents).

For recording, I am using Java record and replay protocol, Recording option is "Java Application", Recorded option are the default.

LR is launching Luke but not recording anything. I can see in "RecordingLogExtension" that it is not able to hook any Luke class :
2018-06-29 15:04:17,501 pool-1-thread-1 INFO  log.extended - Loaded class: com.sun.jmx.mbeanserver.Repository$ObjectNamePattern
2018-06-29 15:04:17,501 pool-1-thread-1 INFO  log.extended -  Will not be hooked: com.sun.jmx.mbeanserver.Repository$ObjectNamePattern by HookFilesMatcher{fileName='JNDI.hooks'}

Attached JAR file I want to record and LR script.

Kindly help with this issue.

Note: I have unzipped JAR file for recording the action