-
Notifications
You must be signed in to change notification settings - Fork 91
DiscoverDomain (online) encountered an unexpected runtime exception. Exception: exceptions.AttributeError #1608
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Comments
@RogierEnders Please provide the complete stdout and complete log file of the discoverDomain tool invocation. If you are uncomfortable sharing them on GitHub, please file an SR with Oracle Support. |
@robertpatrick Hereby the requested files. |
@RogierEnders thanks. I am working on the fix for:
However, you have a bigger issue in that JDK 17 is not compatible with WLS 12.2.1.4. Please drop back to JDK 8. Hopefully, this will clean up issues like:
|
Thanks, I'm currently performing a discover with 1.8.0_391 and so far no stacktraces :-) |
@RogierEnders Another minor issue is that you are invoking |
Good to point that out. I was trying if I didn't get the error with -skip_archive but that obvious didn't solve it. When I turned back tot -remote I forgot the remove the other one. Failing to start the domain discovery looks like a good plan. |
Fixed in release 4.3.1 |
I'm trying to generate a model file of an existing online domain but discoverDomain encountered a runtime exception.
The domain has a persistent store of type "JDBCStore" with a target "wls_server1". The store is configured with the property "create tabel from ddl file" with the value "weblogic/store/io/jdbc/ddl/oracle_blob_securefile.ddl".
The discoverdomain script can't handle this situation. When I remove the value of the property "create tabel from ddl file", the script ends normally.
The log file
discoverDomain.log.error.log
A part of the stdout.
####<13 Jan 2025 21:47:58> <get_jdbc_stores> <Discovering 3 JDBC Stores>
####<13 Jan 2025 21:47:58> <get_jdbc_stores>
####<13 Jan 2025 21:48:00> <get_jdbc_stores>
####<13 Jan 2025 21:48:02> <get_jdbc_create_script> <Adding JDBC Store jdbcSafStoreWLS1 create DDL file /u01/app/oracle/domains/dm-poo662-wls-o/weblogic/store/io/jdbc/ddl/oracle_blob_securefile.ddl to archive>
####<13 Jan 2025 21:48:02>
Issue Log for discoverDomain version 4.3.0 running WebLogic version 12.2.1.4.0.220105 in online mode against server using WebLogic version 12.2.1.4.0:
WARNING Messages:
Use dumpStack() to view the full stacktrace :
SEVERE Messages:
Total: SEVERE : 1 WARNING : 6
Remote discovery created a model that references files or directories on the remote machine that could not be collected. Please collect the items at the paths listed below and add them to the archive file at the specified locations.
TODO Messages:
discoverDomain.sh failed (exit code = 2)
The text was updated successfully, but these errors were encountered: