Skip to Main Content

Analytics Software

Announcement

For appeals, questions and feedback about Oracle Forums, please email oracle-forums-moderators_us@oracle.com. Technical questions should be asked in the appropriate category. Thank you!

Error while starting discoverer 10g

2790626Dec 12 2014 — edited Dec 14 2014

Dear All,

Currently we are facing issue while starting the WLS_DISCO discoverer service through node manager as:

java.io.IOException: Server failed to start up. See server output log for more details.

at weblogic.nodemanager.server.ServerManager.start(ServerManager.java:331)

at weblogic.nodemanager.server.Handler.handleStart(Handler.java:541)

at weblogic.nodemanager.server.Handler.handleCommand(Handler.java:118)

at weblogic.nodemanager.server.Handler.run(Handler.java:70)

at java.lang.Thread.run(Thread.java:619)

Kindly suggest us ASAP to resolve the issue because it is an PROD server.

Thanks & Regards,

Vijayan

Comments

Mike-Matthews-Oracle

This is definitively not supported. EDQ configuration data is stored in a schema that is not designed for separate access/extraction, and is generally too complex to represent in any metadata management solution. This is generally true for most serious data quality products, since they offer so many ways of altering/blending/changing data that tracking what processes do in a practical way is an extremely difficult problem.

Depending on your requirements you may be able to track data lineage in a simpler way, and/or use EDQ to add metadata to data which can be used to track what it has done (EDQ adds flag attributes at all stages of processing for this purpose.)

You may also be able to use EDQ's Configuration Report feature which will give full details of configuration for a given process/job as an HTML report.

1 - 1
Locked Post
New comments cannot be posted to this locked post.

Post Details

Locked on Jan 11 2015
Added on Dec 12 2014
2 comments
980 views