Here is my steps to build weblogic:12.2.1.3-generic container!
Here comes the problem:
Here is weglogic logs:
I juts know how to configurate ssl though console web ,but service cant get up without default ssl configuration then cant login the console web! What can i do for SSL configuration for weblogic12c without console web? @Djelibeybi
#
I know it caused by this is no DemoIdentity.jks file and SSL configuration isn‘t configurated,but shouldn‘t it be created and configurationed by default ?Then we can update the WebLogic server SSL configuration with a custom identity certificate though console web?
@wend1989 The problem with the generation of the Demo Key, DemoIdentity.jks is resolved in WebLogic 12.2.1.3 patch 27117282. Please download the patch and apply it after you have built the 12.2.1.3 image. You can follow the sample https://github.com/oracle/docker-images/tree/master/OracleWebLogic/samples/12211-patch to see how to patch. An alternative is to not enable Administration port when you do the docker run, e.g:
$docker run -d -p 7001:7001 -v HOST PATH where the domain.properties file is:/u01/oracle/properties -e ADMINISTRATION_PORT_ENABLED=false -e DOMAIN_HOME=/u01/oracle/user_projects/domains/abc_domain -e DOMAIN_NAME=abc_domain oracle/weblogic:12.2.1.3-developer
Hope this helps, I will edit the README to provide this information.
I'm really appreciate for your help!-------- 原始邮件 --------主题:Re: [oracle/docker-images] weblogic12c Service always shut down while run weblogic:12.2.1.3-generic container (#923)发件人:Monica Riccelli 收件人:oracle/docker-images 抄送:wend1989 504916946@qq.com,Mention @wend1989 The problem with the generation of the Demo Key, DemoIdentity.jks is resolved in PSU 12.2.1.3.180417. Please download the PSU patch and apply it after you have built the 12.2.1.3 image. You can follow the sample https://github.com/oracle/docker-images/tree/master/OracleWebLogic/samples/12211-patch to see how to patch. An alternative is to not enable Administration port when you do the docker run, e.g:
$docker run -d -p 7001:7001 -v HOST PATH where the domain.properties file is:/u01/oracle/properties -e ADMINISTRATION_PORT_ENABLED=false -e DOMAIN_HOME=/u01/oracle/user_projects/domains/abc_domain -e DOMAIN_NAME=abc_domain oracle/weblogic:12.2.1.3-developer
Hope this helps, I will edit the README to provide this information.
—You are receiving this because you were mentioned.Reply to this email directly, view it on GitHub, or mute the thread.
{"api_version":"1.0","publisher":{"api_key":"05dde50f1d1a384dd78767c55493e4bb","name":"GitHub"},"entity":{"external_key":"github/oracle/docker-images","title":"oracle/docker-images","subtitle":"GitHub repository","main_image_url":"https://assets-cdn.github.com/images/email/message_cards/header.png","avatar_image_url":"https://assets-cdn.github.com/images/email/message_cards/avatar.png","action":{"name":"Open in GitHub","url":"https://github.com/oracle/docker-images"}},"updates":{"snippets":[{"icon":"PERSON","message":"@mriccell in #923: @wend1989 The problem with the generation of the Demo Key, DemoIdentity.jks is resolved in PSU 12.2.1.3.180417. Please download the PSU patch and apply it after you have built the 12.2.1.3 image. You can follow the sample https://github.com/oracle/docker-images/tree/master/OracleWebLogic/samples/12211-patch to see how to patch. An alternative is to not enable Administration port when you do the docker run, e.g:\r\n$docker run -d -p 7001:7001 -v HOST PATH where the domain.properties file is:/u01/oracle/properties -e ADMINISTRATION_PORT_ENABLED=false -e DOMAIN_HOME=/u01/oracle/user_projects/domains/abc_domain -e DOMAIN_NAME=abc_domain oracle/weblogic:12.2.1.3-developer\r\n\r\nHope this helps, I will edit the README to provide this information."}],"action":{"name":"View Issue","url":"https://github.com/oracle/docker-images/issues/923#issuecomment-405336597"}}}
[
{
"@context": "http://schema.org",
"@type": "EmailMessage",
"potentialAction": {
"@type": "ViewAction",
"target": "https://github.com/oracle/docker-images/issues/923#issuecomment-405336597",
"url": "https://github.com/oracle/docker-images/issues/923#issuecomment-405336597",
"name": "View Issue"
},
"description": "View this Issue on GitHub",
"publisher": {
"@type": "Organization",
"name": "GitHub",
"url": "https://github.com"
}
},
{
"@type": "MessageCard",
"@context": "http://schema.org/extensions",
"hideOriginalBody": "false",
"originator": "AF6C5A86-E920-430C-9C59-A73278B5EFEB",
"title": "Re: [oracle/docker-images] weblogic12c Service always shut down while run weblogic:12.2.1.3-generic container (#923)",
"sections": [
{
"text": "",
"activityTitle": "Monica Riccelli",
"activityImage": "https://assets-cdn.github.com/images/email/message_cards/avatar.png",
"activitySubtitle": "@mriccell",
"facts": [
]
}
],
"potentialAction": [
{
"name": "Add a comment",
"@type": "ActionCard",
"inputs": [
{
"isMultiLine": true,
"@type": "TextInput",
"id": "IssueComment",
"isRequired": false
}
],
"actions": [
{
"name": "Comment",
"@type": "HttpPOST",
"target": "https://api.github.com",
"body": "{\n\"commandName\": \"IssueComment\",\n\"repositoryFullName\": \"oracle/docker-images\",\n\"issueId\": 923,\n\"IssueComment\": \"{{IssueComment.value}}\"\n}"
}
]
},
{
"name": "Close issue",
"@type": "HttpPOST",
"target": "https://api.github.com",
"body": "{\n\"commandName\": \"IssueClose\",\n\"repositoryFullName\": \"oracle/docker-images\",\n\"issueId\": 923\n}"
},
{
"targets": [
{
"os": "default",
"uri": "https://github.com/oracle/docker-images/issues/923#issuecomment-405336597"
}
],
"@type": "OpenUri",
"name": "View on GitHub"
},
{
"name": "Unsubscribe",
"@type": "HttpPOST",
"target": "https://api.github.com",
"body": "{\n\"commandName\": \"MuteNotification\",\n\"threadId\": 353666612\n}"
}
],
"themeColor": "26292E"
}
]
@wend1989 Please see PR #936 for resolution.
Thanks
Monica
What is the purpose of hiding patch behind support.oracle.com? Basic user has no access there. Nice solution..
Patches for WebLogic require an active Oracle support subscription regardless of deployment method.
it help me for turn off the port
docker run -d -p 7001:7001 -p 9002:9002 \
-v /data/weblogic:/u01/oracle/properties \
-e ADMINISTRATION_PORT_ENABLED=false \
-e DOMAIN_NAME=base_domain \
oracle/weblogic:12.2.1.3-generic
i found the patch for three days ,got nothing!!