Skip to main content

This content has been archived and is no longer being updated. Links may not function; however, this content may be relevant to outdated versions of the product.

Support Article

Error while running the Connector Metadata wizard

SA-34319

Summary



Runtime error in Process Metadata step while Generating the data mapping rules.

Error Messages



2017-02-27 11:09:15,000 [fault (self-tuning)'] [TABTHREAD1] [ ] [ BCM:01.01.01] (ternal.mapping.WrapperCompiler) DEBUG | 5247930 - Compile Directory: file://runtime:/PRGenJava/
2017-02-27 11:09:15,051 [fault (self-tuning)'] [TABTHREAD1] [ ] [ BCM:01.01.01] ( pega.jsr199.Jsr199Bridge) ERROR | 5247930 - Failed to compile rule: /com/you_app/track/trackobject/prpcwrapper/TrackSinglePackageRequest.java
2017-02-27 11:09:15,052 [fault (self-tuning)'] [TABTHREAD1] [ ] [ BCM:01.01.01] (ternal.mapping.WrapperCompiler) WARN | 5247930 - Compilation failed during PRObjectWrapper generation:
----------
1. ERROR in /com/you_app/track/trackobject/prpcwrapper/TrackSinglePackageRequest.java (at line 35)
private static final LogHelper oLog = new LogHelper(com.you_app.track.trackobject.TrackSinglePackageRequest.class);
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
com.you_app.track.trackobject.TrackSinglePackageRequest cannot be resolved to a type


2017-02-27 11:09:15,052 [fault (self-tuning)'] [TABTHREAD1] [ ] [ BCM:01.01.01] (ation_Metadata_JavaBean.Action) ERROR | 5247930 - Caught exception loading java class property descriptors
com.pega.pegarules.pub.PRException: PRException
From: (H1260545F41BC3FC4CB4F81F83AD2EC0E:)
at com.pega.pegarules.integration.engine.internal.util.PRServiceUtils.

Caused by: com.pega.pegarules.pub.clipboard.PRObjectWrapperException: Unexpected exception caught trying to generate wrapper class 'com.you_app.track.trackobject.prpcwrapper.TrackSinglePackageRequest, com.pega.pegarules.pub.PRRuntimeException: Compilation failed. See file://runtime:/PRGenJava//objwrapper_1488215355005000.log for details.
From: (H1260545F41BC3FC4CB4F81F83AD2EC0E:)
at com.pega.pegarules.integration.config.internal.mapping.PRObjectWrapperGeneratorImpl.generateWrapper(PRObjectWrapperGeneratorImpl.java:253)
at com.pega.pegarules.integration.engine.internal.util.PRServiceUtils.createXSDforJavaClass(PRServiceUtils.java:870)
... 79 more
Caused by: com.pega.pegarules.pub.PRRuntimeException: Compilation failed. See file://runtime:/PRGenJava//objwrapper_1488215355005000.log for details.
at pileObjectWrapperImpl(WrapperCompiler.java:204)
at com.pega.pegarules.integration.config.internal.mapping.PRObjectWrapperGeneratorImpl.generateWrapper(PRObjectWrapperGeneratorImpl.java:249)


Steps to Reproduce

  1. Create JNDI server.
  2. Run Connection MetaData Wizard. Select Generate Data mapping rules. Metadata Type: Java Bean. Enter ruleset and class.
  3. Select the java class name, click next.
  4. Select any field name, click next and observe the error on the UI as well as in the logs.

Root Cause



A defect or configuration issue in the operating environment: DSS setting is missing to add the required classes in the Process Commander classpath. This is occurring because the classes are not present in the compile time classpath.

Resolution



Perform the following local-change:
  1. Add the jar or Java class file to the runtime classpath. Verify that the Java class or jar file is located in Process Commander's classloader hierarchy, this can be done using SMA, Advanced -> ETier Runtime Environment -> Search for class and check if it is available.
  2. In Process Commander, from the Rules by Type explorer, select SysAdmin > Dynamic System Settings.
  3. Select either the compiler/defaultClasses setting or the compiler/defaultPaths setting, as appropriate.
  4. If you are using the compiler/defaultClasses setting, enter the fully qualified Java class name. If you are using the compiler/defaultPaths setting, enter the full path to and the name of the jar, or the path to and directory name of the unarchived Java classes. In either case, use semicolons (;) to separate entries from each other in the Value field.
  5. Semicolons (;) is used as delimiter only. Hence ending semicolon is not required and changes will not work if you add the classpath entries with ending semicolon.
  6. In case of compiler/defaultPaths, value should be file:/opt/dirContainingJar/...
  7. Save the setting.
  8. At System Management Application, select Advanced > Class Management.
  9. Click Refresh External Jars to add the class or jar to the compile time classpath. If it is already included, it will not get added again.
  10. Test the wizard and mapping and observe it works with these changes.

Published March 2, 2017 - Updated October 8, 2020

Was this useful?

0% found this useful

Have a question? Get answers now.

Visit the Collaboration Center to ask questions, engage in discussions, share ideas, and help others.

Did you find this content helpful?

Want to help us improve this content?

We'd prefer it if you saw us at our best.

Pega Community has detected you are using a browser which may prevent you from experiencing the site as intended. To improve your experience, please update your browser.

Close Deprecation Notice
Contact us