Skip to Main Content

Application Development 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!

Oracle Webcenter Portal 12c JSK Installation Failed

2834801May 20 2016 — edited May 24 2016

Hi all,

I'm having trouble installing the new v2 JSK on Oracle Linux 7.2 (oel). I've meticulously followed the installation guide and read some of the discussions going on here, but still haven't been able to pass a specific step in the installation. Before I go any further I should point out that the problem I'm facing it very similar / identical to the issue in this post: https://community.oracle.com/thread/3917177?start=0&tstart=0 yet the fix that worked for that user doesn't in my case

Below is a snippet of the log from the console where the installation errors.

Initializing WebLogic Scripting Tool (WLST) ...

Welcome to WebLogic Server Administration Scripting Shell

Type help() for help on available commands

t3://localhost.localdomain:7001

Connecting to t3://localhost.localdomain:7001 with userid weblogic ...

This Exception occurred at Fri May 20 02:20:41 BST 2016.

javax.naming.CommunicationException: t3://localhost.localdomain:7001: [RJVM:000575]Destination 127.0.0.1, 7001 unreachable.; nested exception is:

  java.net.ConnectException: Connection refused; [RJVM:000576]No available router to destination.; nested exception is:

  java.rmi.ConnectException: [RJVM:000576]No available router to destination. [Root exception is java.net.ConnectException: t3://localhost.localdomain:7001: [RJVM:000575]Destination 127.0.0.1, 7001 unreachable.; nested exception is:

  java.net.ConnectException: Connection refused; [RJVM:000576]No available router to destination.; nested exception is:

  java.rmi.ConnectException: [RJVM:000576]No available router to destination.]

Problem invoking WLST - Traceback (innermost last):

  File "/oracle/app/product/webcenter/linux64/create_adminserver_machines.py", line 12, in ?

  File "<iostream>", line 19, in connect

  File "<iostream>", line 553, in raiseWLSTException

WLSTException: Error occurred while performing connect : Error getting the initial context. There is no server running at t3://localhost.localdomain:7001 : t3://localhost.localdomain:7001: [RJVM:000575]Destination 127.0.0.1, 7001 unreachable.; nested exception is:

  java.net.ConnectException: Connection refused; [RJVM:000576]No available router to destination.; nested exception is:

  java.rmi.ConnectException: [RJVM:000576]No available router to destination.

Use dumpStack() to view the full stacktrace :

Error: create_adminserver_machines failed. Aborting...

Error: Configuration of Admin Server machines failed

Exception happened in step: provision_admin_server.py. Error message: Command '['/usr/local/lib/jython2.7.0//bin/jython', u'provision_admin_server.py']' returned non-zero exit status 1

[oracle@localhost webcenter]$ oracle

I've attached the whole install console output in a .zip.

It's worth pointing out that I can manually start the weblogic admin server and connect to the console at http://locoalhost.localdomain:7001/console being that my machine hostname is the default <localhost.localdomain> but the installation seems to fail when using the WLST to connect to the server.

I've also included the my hosts file, the weblogic config.xml and the "create_adminserver_machines.py" script (in .txt form) where the installation calls connect() and fails.

Let me know if there is anything that you might need.

Thank you in advance.

Comments
Locked Post
New comments cannot be posted to this locked post.
Post Details
Locked on Jun 21 2016
Added on May 20 2016
15 comments
2,773 views