Problem Note 40353: A "permission denied" error might occur when you try to create a new domain in Oracle WebLogic 10.3
When you create a new domain within WebLogic, you might see the following
error:
[echo] Error: writeDomain() failed. Do dumpStack()
to see details.
[echo] Failed to create the domain.
[echo] com.bea.plateng.domain.script.jython.WLSTException:
com.bea.plateng.domain.script.ScriptException:
com.bea.plateng.domain.DomainConfigException:
java.io.FileNotFoundException:
/install/bea10.3.2/domain-registry.xml
(Permission denied)
This error is caused by the fact that WebLogic 10.3 requires the user that is running
the SAS® Deployment Wizard to have Write permission for the WebLogic home
directory.
To resolve this issue, complete the following steps:
- Prior to running the SAS Deployment Wizard configuration, create the domain-registry.xml
file (if it does not exist) in the WebLogic installation directory, similar to the following:
/install/bea10.3.2/domain-registry.xml
- Update the permissions of the file so that the user that is running the SAS Deployment
Wizard can write to the domain-registry.xml file, as shown in this example:
chmod a+w /install/bea10.3.2/domain-registry.xml
Operating System and Release Information
| SAS System | BEA WebLogic Server | Microsoft Windows Server 2008 | 10.3 | | 9.3 TS1M0 | |
| Microsoft Windows Server 2003 Standard Edition | 10.3 | | 9.3 TS1M0 | |
| Microsoft Windows Server 2003 Enterprise Edition | 10.3 | | 9.3 TS1M0 | |
| Microsoft Windows Server 2003 Datacenter Edition | 10.3 | | 9.3 TS1M0 | |
| Microsoft Windows XP Professional | 10.3 | | 9.3 TS1M0 | |
| 64-bit Enabled AIX | 10.3 | | 9.3 TS1M0 | |
| 64-bit Enabled Solaris | 10.3 | | 9.3 TS1M0 | |
| HP-UX IPF | 10.3 | | 9.3 TS1M0 | |
| Linux for x64 | 10.3 | | 9.3 TS1M0 | |
| Solaris for x64 | 10.3 | | 9.3 TS1M0 | |
*
For software releases that are not yet generally available, the Fixed
Release is the software release in which the problem is planned to be
fixed.
| Type: | Problem Note |
| Priority: | medium |
| Date Modified: | 2011-07-12 11:00:38 |
| Date Created: | 2010-07-15 10:38:12 |