-
Notifications
You must be signed in to change notification settings - Fork 5
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
error installing on mac using docker-tools #5
Comments
Since the url is actually accessible I wonder if you are behind a corporate firewall using a proxy. Code was written assuming full internet access. |
No. I'm installing it on a macbook pro at home.
100K .......... .......... .......... .......... .......... 21% 3.03M 0s 2016-10-07 19:28:59 (3.12 MB/s) - 'hsqldb-1.8.0.10.jar' saved [706710/706710] ---> d198fff1a9e2
Enter the database password(User:SYS): Processing command line .... Repository Creation Utility - Checking Prerequisites Repository Creation Utility - Create : Operation Completed Initializing WebLogic Scripting Tool (WLST) ... Jython scans all the jar files it can find at first startup. Depending on the system, this process may take a few minutes to complete, and WLST may not return a prompt right away. Welcome to WebLogic Server Administration Scripting Shell Type help() for help on available commands Proxy for LocalSvcTblDataSource: Name=LocalSvcTblDataSource, Type=JDBCSystemResource Exiting WebLogic Scripting Tool. shared.loc
Starting WLS with line: Oracle Coherence Version 12.2.1.0.0 Build 60603 2016-10-08 07:23:36.675/220.653 Oracle Coherence GE 12.2.1.0.0 (thread=[STANDBY] ExecuteThread: '2' for queue: 'weblogic.kernel.Default (self-tuning)', member=n/a): Loaded FMW commons version: 12.2.1-0-0-SNAPSHOT b60603 Initializing WebLogic Scripting Tool (WLST) ... Welcome to WebLogic Server Administration Scripting Shell Type help() for help on available commands Connecting to t3://sites.loc:7001 with userid weblogic ... Warning: An insecure protocol was used to connect to the server. Location changed to domainRuntime tree. This is a read-only tree **** Starting managed Sites
Starting WLS with line:
A MultiException has 6 exceptions. They are:
Caused By: weblogic.security.SecurityInitializationException: Authentication for user weblogic denied.
Initializing WebLogic Scripting Tool (WLST) ... Jython scans all the jar files it can find at first startup. Depending on the system, this process may take a few minutes to complete, and WLST may not return a prompt right away. Welcome to WebLogic Server Administration Scripting Shell Type help() for help on available commands Connecting to t3://localhost:7001 with userid weblogic ... Warning: An insecure protocol was used to connect to the server. Shutting down the server wcsites_server1 with force=false while connected to AdminServer ... Done Initializing WebLogic Scripting Tool (WLST) ... Welcome to WebLogic Server Administration Scripting Shell Type help() for help on available commands Connecting to t3://sites.loc:7001 with userid weblogic ... Warning: An insecure protocol was used to connect to the server. Shutting down the server AdminServer with force=false while connected to AdminServer ... Exiting WebLogic Scripting Tool. Done ^C
Starting WLS with line: Oracle Coherence Version 12.2.1.0.0 Build 60603 2016-10-08 07:37:06.806/82.249 Oracle Coherence GE 12.2.1.0.0 (thread=[ACTIVE] ExecuteThread: '0' for queue: 'weblogic.kernel.Default (self-tuning)', member=n/a): Loaded FMW commons version: 12.2.1-0-0-SNAPSHOT b60603 Initializing WebLogic Scripting Tool (WLST) ... Welcome to WebLogic Server Administration Scripting Shell Type help() for help on available commands Connecting to t3://sites.loc:7001 with userid weblogic ... Warning: An insecure protocol was used to connect to the server. Location changed to domainRuntime tree. This is a read-only tree **** Starting managed Sites
Starting WLS with line:
A MultiException has 4 exceptions. They are:
Caused By: weblogic.security.SecurityInitializationException: Authentication for user weblogic denied.
|
From what I see, weblogic is refusing to start. I remember I installed weblogic in development mode in a way where it was able to start but looks like they changed something and the way weblogic is started need to be fixed. Unfortunately I do not have time those days to work on it. |
============ BUILD owcs/1-base-weblogic:latest
Sending build context to Docker daemon 4.096 kB
Step 1 : FROM owcs/1-base-java:latest
Get https://registry-1.docker.io/v2/owcs/1-base-java/manifests/latest: Get https://auth.docker.io/token?account=kundeng&scope=repository%3Aowcs%2F1-base-java%3Apull&service=registry.docker.io: net/http: request canceled (Client.Timeout exceeded while awaiting headers)
============ BUILD owcs/1-base-sites:latest
Sending build context to Docker daemon 4.096 kB
Step 1 : FROM owcs/1-base-weblogic:latest
Get https://registry-1.docker.io/v2/owcs/1-base-weblogic/manifests/latest: Get https://auth.docker.io/token?account=kundeng&scope=repository%3Aowcs%2F1-base-weblogic%3Apull&service=registry.docker.io: net/http: request canceled (Client.Timeout exceeded while awaiting headers)
The text was updated successfully, but these errors were encountered: