CFGFWK-64060: prerequisite missing - oracle BI-ADF runtime
Detail error messages are as follow:
Issue:
while creating new domain in step select domain source I am getting "CFGFWK-64069 prerequisite missing: Oracle WSM Policy Manager 11.1.1.0 Oracle BI Composer Runtime , oracle BI-ADF runtime 11.1.1.0
Solution:
This could be because of higher security in windows vista/windows 7
Check file permission and owner of MW_HOME and subdirectory (reset permission of MW_HOME directory and subdirectory) .
If you are creating domain using command line config.cmd then start command promt in administrative mode and then try.
SOA 11g - Metadata archive (MAR) not found
Scenario:
Metadata Services: Metadata archive (MAR) not found.
Cause:
It looks like a schema issue. Check the following causes...
Whether the RCU created the schemas successfully?
Whether the RCU created the schemas successfully?
Also make sure that you are entering the data sources value properly in
config wizard. ie. PREFIX_ORASDPM for UMS, PREFIX_SOAINFRA for SOA, PREFIX_MDS
for OWSM & MDS.
Check the RCU logs whether there is any issue with schema creation. If so recreate the schemas.
Check the RCU logs whether there is any issue with schema creation. If so recreate the schemas.
Solution:
Recreate the SOA Infra schemas using RCU once again and then restart the
DB once it is done.
SOA 11g - Uninstall OracleXE
You may see problems with installing XE when you already
have 10g installed on Windows. The Windows registry sometimes gets the database
file locations confused. If you need to uninstall a database, you should follow
the instructions.
If you need to uninstall XE, be sure to follow these
instructions
1. Deinstalling the Oracle Database XE Software
To deinstall Oracle Database XE by using Add or
Remove Programs:
- In the Windows Control Panel, select Add or Remove Programs.
- Select Oracle Database 10g Express Edition.
- Click Change/Remove.
- In the Oracle Database 10g Express Edition - Install Wizard, select Remove, click Next, and then click Yes in the confirmation window. When the deinstallation completes, click Finish.
To perform a silent deinstallation of Oracle Database XE:
- Log on to Windows with Windows administrative privileges.
- Go to the following Web site: http://www.oracle.com/technology/products/database/xe
- Click Free Download and follow the instructions to select and download the Microsoft Windows version of Oracle Database XE.
The installation executable, OracleXE.exe, comes with a
set of response files that you can use to perform silent installations, repairs
(upgrades), and deinstallations.
- Run the OracleXE.exe executable with the OracleXERemove.iss response file.
For example, if you downloaded the OracleXE.exe executable
and its response files to a directory called xe_temp, you would enter the
following command to deinstall Oracle Database XE Server:
c:\xe_temp> OracleXE.exe /s
/f1"c:\xe_temp\response\OracleXE-Remove.iss"
/f2"c:\xe_temp\setup.log"
To deinstall Oracle Database XE Client, you would enter:
c:\xe_temp> OracleXE.exe /s
/f1"c:\xe_temp\response\OracleXEClient-Remove.iss"
/f2"c:\xe_temp\setup.log"
The setup.log file indicates whether the
deinstallation was successful. A result code of 0 means the
deinstallation succeeded.
If the deinstallation is interrupted, follow these steps to
manually remove Oracle Database XE from your computer:
- Step 1: Stop the Oracle Database XE Services
- Step 2: Remove the Oracle Database XE Registry Editor Settings
- Step 3: Update the System Variable Path
- Step 4: Remove Oracle Database XE from the Start Menu and Desktop
- Step 5: Remove the Oracle Database XE Directories
- Step 6: Install and Run the Windows Installer CleanUp Utility
Follow these steps:
- Open the Windows Services utility: From the Start menu, select All Programs, then Administrative Tools, and then Services.
- If any of the following Oracle services exist and have the status Started, then select each of the services, and click Stop:
- OracleXE
- OracleXETNSListener
- OracleJobSchedulerXE
- OracleXEClrAgent
- OracleMTSRecoveryService
- Exit Services.
See also the Microsoft online help for more information on
stopping services.
Follow these steps:
- Log on to Windows with Windows administrative privileges.
- Ensure that you followed the instructions under "Step 1: Stop the Oracle Database XE Services" to stop the Oracle Database XE services.
- Start the Registry Editor at a command prompt:
- SYSTEM_DRIVE:\> regedit
- Go to HKEY_CLASSES_ROOT.
- Delete the following keys:
- NEED TO CONFIRM THE XE-SPECIFIC ONES.
- Go to HKEY_CURRENT_USER\Software.
- Under Microsoft\Windows\CurrentVersion\Explorer\MenuOrder\Start Menu\Programs, delete the Oracle Database 10g Express Edition key.
- Go to HKEY_LOCAL_MACHINE\SOFTWARE and search for the ORACLE group key.
- Expand the ORACLE group key and then delete the KEY_XE and OracleMTSRecoveryService keys.
- Go to HKEY_LOCAL_MACHINE\SOFTWARE\ODBC\ODBCINST.INI.
- Expand the ODBCINST.INI key and remove the Oracle in XE key.
- Go to HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Services.
- Delete the following keys:
- OracleServiceXE
- OracleXEClrAgent
- OracleXETNSListener
- Go to HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Services\Eventlog\Application.
- Delete the Oracle.xe key.
- Exit the Registry Editor.
- Restart your computer.
SOA 11g - BAM-00533: Resources start operation failed
You are trying to access the report through BAM viewer and you are
getting the following error
BAM-00533: Resources start operation for destination topic/oracle.bam.messaging.reportcacje.activedata failed.
The error looks something like this.
This error occurs because you have changed the default port for BAM.
By default if you are installing soa suite 11g the port takes in 9001 if you are changing it you may need to do some extra changes to take this effect.
Configure ORACLE BAM with custom port 7777 (default is 9001)
GO to SOA_HOME/bam/config/BAMICommandConfig.xml
and change the ADC server port with new value
7777
Restart Server
Now go to BEA_HOME\user_projects\domains\\servers\\tmp\_WL_user\oracle-bam_11.1.1\\APP-INF\classes\config\
BEA_HOME\user_projects\domains\\servers\\tmp\_WL_user\oracle-bam_11.1.1\\APP-INF\config\
I have specified two location as it can be in any of the two location.There will be multiple files and you need to find out the one where in you have all the configuration file mentioned below are stored.
and change the port in following places.
BAMWebConfig.xml >> 7777
BAMServerConfig.xml >> 7777
BAMCommonConfig.xml >> http://localhost:7777
Now Restart server
BAM-00533: Resources start operation for destination topic/oracle.bam.messaging.reportcacje.activedata failed.
The error looks something like this.
This error occurs because you have changed the default port for BAM.
By default if you are installing soa suite 11g the port takes in 9001 if you are changing it you may need to do some extra changes to take this effect.
Configure ORACLE BAM with custom port 7777 (default is 9001)
GO to SOA_HOME/bam/config/BAMICommandConfig.xml
and change the ADC server port with new value
7777
Restart Server
Now go to BEA_HOME\user_projects\domains\\servers\\tmp\_WL_user\oracle-bam_11.1.1\\APP-INF\classes\config\
BEA_HOME\user_projects\domains\\servers\\tmp\_WL_user\oracle-bam_11.1.1\\APP-INF\config\
I have specified two location as it can be in any of the two location.There will be multiple files and you need to find out the one where in you have all the configuration file mentioned below are stored.
and change the port in following places.
BAMWebConfig.xml >> 7777
BAMServerConfig.xml >> 7777
BAMCommonConfig.xml >> http://localhost:7777
Now Restart server
SOA 11g Admin - Increasing Database Connection Values
You can receive the following error
message because of slow connections to the database.
Exception [TOPLINK-4002] (Oracle
TopLink - 11g Release 1 (11.1.1.1.0) (Build
090304)): oracle.toplink.exceptions.DatabaseException
Internal Exception:
java.sql.SQLException: Internal error: Cannot obtain
XAConnection
weblogic.common.resourcepool.ResourceDeadException: Pool
SOADataSource has been disabled because
of hanging connection tests, cannot
allocate resources to applications.
If this occurs, perform the following
steps:
- Open the DOMAIN_HOME\bin\setSOADomainEnv.cmd file.
- Uncomment the lines shown in bold.
- # 8331492: Value of weblogic.resourcepool.max_test_wait_secs is 10
- # seconds. It can be increased by uncommenting line below if your database
- # connections are slow. See SOA documentation for more details.
- EXTRA_JAVA_PROPERTIES="${EXTRA_JAVA_PROPERTIES}
- -Dweblogic.resourcepool.max_test_wait_secs=30"
- export EXTRA_JAVA_PROPERTIES
Save your changes and restart the managed Oracle
WebLogic Server.
SOA 11g Admin - Resolving Connection Timeouts
You can receive a connection timeout
error under circumstances such as the following:
- You run a SOA composite application with a large payload that takes more than 30 seconds to process.
- You are invoking a stress test using a large payload from the Test Web Service page of Oracle Enterprise Manager Fusion Middleware Control.
- You are passing a large number of message files (one million) into a composite with a file adapter service.
- You are retrieving instance and fault count metrics in Oracle Enterprise Manager Fusion Middleware Control.
To avoid receiving timeout errors,
increase the transaction timeout property as follows:
- Log into Oracle WebLogic Administration Console.
- Click JTA.
- Change the value of Timeout Seconds (the default is 30).
- Click Save.
SOA 11g Admin - Resolving Message Failure Caused by Too Many Open Files
You can receive the following error at
runtime or compilation time, depending on the number of JAR files being used,
the use of file descriptors by JDK 6/JRE, or both.
Message send failed: Too many open
files
To resolve this error, increase the
number of file descriptors to at least 4096.
- % limit
- cputime unlimited
- filesize unlimited
- datasize unlimited
- stacksize 10240 kbytes
- coredumpsize unlimited
- memoryuse unlimited
- vmemoryuse unlimited
- descriptors 1024
- memorylocked 500000 kbytes
- maxproc 46720
Log in as the root user on your operating system.
For this example, the
limits.conf file appears as
follows after increasing the limit for all users to 4096:
#
#
#* soft core 0
#* hard rss 10000
#@student hard
nproc 20
#@faculty soft
nproc 20
#@faculty hard
nproc 50
#ftp hard nproc 0
#@student -
maxlogins 4
# End of file
@svrgroup soft
memlock 500000
@svrgroup hard
memlock 500000
* soft nofile 4096
* hard nofile 4096
Close your terminal and reopen for the change to
take effect. A system restart is not required.
SOA 11g Admin - Common Issues
1) Limitation on Using the Safari Browser to View
WSDL File Content
If you are using the Safari browser, note the following limitation and
workaround for viewing WSDL file contents in Oracle Enterprise Manager Fusion
Middleware Control. Note also that Mozilla Firefox works correctly and does not
require this workaround.
- Go to the home page for a SOA composite application.
- Click the Show WSDL and endpoint URI link at the top of the page.
- Click the WSDL link that is displayed.
This opens a blank
page that does not display the contents of the selected WSDL.
As a workaround,
perform the following additional steps.
- In the upper right corner of this page, click the Display a menu for the current page icon.
- Select View Source from the menu that is displayed.
This displays the
contents of the selected WSDL in another page.
2) Flow Diagram Does Not Display the First Time on Some Lower End Hosts
The flow diagram for an instance ID of a deployed SOA composite
application in Oracle Enterprise Manager Fusion Middleware Control may not
display the first time on some lower end hosts. Instead, you receive a
failed
to
load
resource
message.
As a workaround, close the flow trace page and click the instance
ID to return to the flow trace page.
SOA 11g - EM console performance issues
Scenario and Symptoms:
The BPEL Engine Audit level is set to Development.
The BPEL engine is load tested with some huge number of transactions causing to generate large number of instances in the dehydration store (SOAINFRA Schema)
Below activities in EM console take time:
1. EM Login Page Load time
2. Time taken for logging in to the EM
3. Time taken to render homepage for SOAINFRA
4. Expanding the SOAINFRA and each partition within
5. Time taken to render home page for each deployed composite
6. Time taken to render details for each instance of any deployed composite
Cause:
Large number of instances in the dehydration store with audit level set to Development. When you login to EM console it tries to load the large amounts of instance and fault data from database leading to slowing up the EM console response time.
Large number of instances in the dehydration store with audit level set to Development. When you login to EM console it tries to load the large amounts of instance and fault data from database leading to slowing up the EM console response time.
Solution:
Improving the Loading of Pages in Oracle Enterprise Manager Fusion Middleware Control Console
You can
improve the loading of pages that display large amounts of instance and
fault data in Oracle Enterprise Manager Fusion Middleware Control
Console by setting two properties in the Display Data Counts section of the SOA Infrastructure Common Properties page.
These two properties enable you to perform the following:
- Disable the fetching of instance and fault count data to improve loading times for the following pages:
- Dashboard pages of the SOA Infrastructure, SOA composite applications, service engines, and service components
- Delete with Options: Instances dialog
- These settings disable the loading of all metrics information upon page load. For example, on the Dashboard page for the SOA Infrastructure, the values that typically appear in the Running and Total fields in the Recent Composite Instances section and the Instances column of the Deployed Composites section are replaced with links. When these values are large, it can take time to load this page and other pages with similar information.
- Specify a default time period that is used as part of the search criteria for retrieving recent instances and faults for display on the following pages:
- Dashboard pages and Instances pages of the SOA Infrastructure, SOA composite applications, service engines, and service components
- Dashboard pages of services and references
- Faults and Rejected Messages pages of the SOA Infrastructure, SOA composite applications, services, and references
- Faults pages of service engines and service components
No comments:
Post a Comment