Forms Configuration Monitoring

Using OAS 9.0.4.2 Forms/Reports. I notice with EM I can now view user session information for active Forms sessions. Is a history of this information kept in a logfile somewhere or can I enable it to log somewhere? I would like to analyze specifically what form configurations are being used and how often. None of the OC4J_BI_Forms logs contain the information and I used LogLoader to search for some form configuration names and didn't have any hits.

Those em_xxxxx.rti files are created when em_mode=1 & there should be one for every connected session.
It seems like some get left behind when there are crashes or abnormal disconnections, but that his a hypothesis about why they get left behind. I'm not certain.
When a user logs out of the application, the rti file is deleted. You could get a pretty good sampling of data by writing a script that parses this using grep & writes the data to a log file. You could run it as a cron job to collect the data regularly, but it is possible that users are logged on for less than a minute & you don't collect the info from the file before it is deleted.
I have a simple script that reads thorugh the rti files and shows who the connected users are. See example. Not helpful for your situation, but may be helpful for you in creating your own script.
Cordially,
Steve
NUM_USERS=0
DATE_STARTED=`date`
echo ""
echo "MAXe user sessions as of "$DATE_STARTED" on `hostname`"
echo ""
for MAXE_USER in `ps -A | grep frmweb | cut -c0-6 | sed 's/ //'`
do
echo $MAXE_USER
let "NUM_USERS = $NUM_USERS + 1"
EM_FILE="$ORACLE_HOME"/forms/em/em_"$MAXE_USER".rti
cat $EM_FILE | grep -v "listener = " | grep -v "config = "
echo ""
done
echo $NUM_USERS" users logged on as of "$DATE_STARTED"."
echo ""

Similar Messages

  • Error in forms configuration 11g

    Hi,
    I am trying to configure Oracle Forms server 11g on my machine but I am constantly hitting error which I could not understand at all. The funny thing is there is no error in my Forms Configuration wizard. It just hangs there but I know its not doing anything because it's been more than 2 hours just like that. Every few minutes it adds the following line in the install log
    Trying to assign 2 consecutive ports where the starting port range is: 0 - 9100
    Here is the error log from the install. Can anyone tell me what I need to do ? My environment is as follows :
    Windows 2008 Server 64 Bit.
    I have also successfully installed Weblogic Server generic with 64 bit JVM and on top of that I installed Oracle SOA suite 11.1.1.3 successfully as well. After that I tried installing
    Oracle Forms 11.1.1.2 first without configuring successfully and then installed Oracle Forms patchset 11.1.1.3 with the confiugation opion.
    I have tried installing with the Node Manager on and with Node Manager off (I thought this might have something to do with it but it doesn't matter. ) Also I am trying this install without running the SOA server on.....not sure if that would make any difference!.....
    Setting ORACLE_HOME to C:\oraclehome\11g\middleware\as_1
    Setting Doracle.config.mode to true
    Adding C:\TEMP\OraInstall2010-08-15_02-37-30AM for deletion.
    Adding to classpath:file:/C:/TEMP/OraInstall2010-08-15_02-37-30AM/ext/jlib/classic.jar
    Adding to classpath:file:/C:/TEMP/OraInstall2010-08-15_02-37-30AM/ext/jlib/template.jar
    [email protected]lassicPage.ScreenRes
    configFileName:C:\TEMP\OraInstall2010-08-15_02-37-30AM\ext\jlib\footprint.xml
    osName:Windows Server 2008
    Inside startPreReqOperation...prereq
    osName:Windows Server 2008
    diskSpaceRequirements from engine:Home id =SoftwareOnlyOraclehome name=Oracle home variable=%ORACLE_HOME% fixedSpace=3600 unit=MB [email protected]_radioInstallandConfigureLater totalSpaceRequired=0 isConditionSatisfiedfalse
    Home id =Oraclehome name=Oracle home variable=%ORACLE_HOME% fixedSpace=3600 unit=MB [email protected]_radioInstallandConfigure totalSpaceRequired=0 isConditionSatisfiedfalse
    Home id =Instancehome name=Oracle Instance home variable=%INSTANCE_HOME% fixedSpace=10 unit=MB condition=(@DomainSelectionOptionsPage.m_radiobtnCreateNewDomain OR @DomainSelectionOptionsPage.m_radiobtnJoinExistingDomain OR @DomainSelectionOptionsPage.m_radiobtnExpandCluster) AND @SpecifyClassicHomeInformationPage.m_oracleInstanceDirectory != Instance_ totalSpaceRequired=0 isConditionSatisfiedfalse
    Component id=portal spaceRequired=5 unit=MB [email protected]_Portal
    Component id=forms spaceRequired=5 unit=MB [email protected]_Forms
    Component id=reports spaceRequired=5 unit=MB [email protected]_Reports
    Component id=disco spaceRequired=5 unit=MB [email protected]_DiscoViewer
    Component id=formsBuilder spaceRequired=5 unit=MB [email protected]_FormsBuilder
    Component id=reportsBuilder spaceRequired=5 unit=MB [email protected]_ReportsBuilder
    Component id=em spaceRequired=5 unit=MB [email protected]_EnterpriseManagement
    Component id=ohs spaceRequired=5 unit=MB [email protected]_OHS
    Component id=webcache spaceRequired=5 unit=MB [email protected]_WebCache
    Home id =MiddlewareHome name=Middleware home variable=%MW_HOME% fixedSpace=20 unit=MB condition=(@DomainSelectionOptionsPage.m_radiobtnCreateNewDomain OR @DomainSelectionOptionsPage.m_radiobtnJoinExistingDomain OR @DomainSelectionOptionsPage.m_radiobtnExpandCluster) AND @SpecifyClassicHomeInformationPage.m_oracleInstanceDirectory != Instance_ totalSpaceRequired=0 isConditionSatisfiedfalse
    Component id=portal spaceRequired=805 unit=MB [email protected]_Portal
    Component id=forms spaceRequired=335 unit=MB [email protected]_Forms
    Component id=reports spaceRequired=335 unit=MB [email protected]_Reports
    Component id=disco spaceRequired=260 unit=MB [email protected]_DiscoViewer
    Component id=em spaceRequired=80 unit=MB [email protected]_EnterpriseManagement
    entryPoint: entryPoint = oracle.installType.all condition = null className = null
    contextFile:C:\TEMP\OraInstall2010-08-15_02-37-30AM\prereq\oui\agent_prereq_context.xml
    The entry point is: oracle.installType.all
    Check Name:CertifiedVersions
    Check Description:This is a prerequisite condition to test whether the Oracle software is certified on the current O/S or not.
    Expected result: One of 5.1,5.2,6.0,6.1
    Actual Result: 6.1
    Check complete. The overall result of this check is: Passed
    Check Name:TotalMemory
    Check Description:This is a prerequisite condition to test whether the system has sufficient physical memory.
    Expected result: 1024MB
    Actual Result: 8183MB
    Check complete. The overall result of this check is: Passed
    In processErrorMsgStringDomain Name
    In processErrorMsgStringThe value may only contain alphanumeric characters, or the underscore (_) or hyphen (-) characters.
    In processErrorMsgStringAdministrator Password
    In processErrorMsgStringValid passwords are 8 to 30 characters long, must begin with an alphabetic character, use only alphanumeric, underscore (_), dollar ($) or pound (#) characters. It should contain at least one numeric, underscore (_), dollar ($), or pound (#) character.
    In processErrorMsgStringAdministrator User Name
    In processErrorMsgStringThe value may only contain alphanumeric characters, or the underscore (_) or hyphen (-) characters.
    Temp Buffer: C:\oraclehome\11g\middleware;
    ExtendDomain: false          ExpandCluster: false
    wasExtendDomain: false          wasExpandCluster: false
    prevAdminServerURL:           adminServerURL: marwahqadri.comweblogic
    isFirstVisit:true
    Oracle Home = C:\oraclehome\11g\middleware\as_1
    In processErrorMsgStringOracle Instance
    java.lang.UnsatisfiedLinkError: no GetVolumeInfo in java.library.path
         at java.lang.ClassLoader.loadLibrary(ClassLoader.java:1709)
         at java.lang.Runtime.loadLibrary0(Runtime.java:823)
         at java.lang.System.loadLibrary(System.java:1028)
         at oracle.as.install.engine.modules.util.others.VolumeAPI.<clinit>(VolumeAPI.java:37)
         at oracle.as.install.common.handlers.fileQueries.ValidateHomeDirectory.checkIfFileSystemIsFAT32(ValidateHomeDirectory.java:398)
         at oracle.as.install.common.handlers.fileQueries.ValidateHomeDirectory.executeHandler(ValidateHomeDirectory.java:320)
         at oracle.as.install.engine.modules.handler.engine.HandlerLauncher$LaunchHelper.execute(HandlerLauncher.java:482)
         at oracle.as.install.engine.modules.handler.engine.HandlerLauncher$LaunchHelper.launch(HandlerLauncher.java:408)
         at oracle.as.install.engine.modules.handler.engine.HandlerLauncher.execute(HandlerLauncher.java:176)
         at oracle.as.install.engine.modules.handler.engine.HandlerEngine.execute(HandlerEngine.java:137)
         at oracle.as.install.engine.modules.handler.HandlerModule.performOperation(HandlerModule.java:455)
         at oracle.as.install.engine.modules.handler.HandlerModule.performInputValidations(HandlerModule.java:413)
         at oracle.as.install.engine.modules.handler.HandlerModule.processModuleEvent(HandlerModule.java:332)
         at oracle.as.install.engine.modules.util.PartnerModuleImpl.processEvent(PartnerModuleImpl.java:118)
         at oracle.as.install.engine.InstallEngine.notifyListeners(InstallEngine.java:626)
         at oracle.as.install.engine.InstallEngine.processEvent(InstallEngine.java:584)
         at oracle.as.install.engine.modules.util.PartnerModuleImpl.notifyAllEventListenersHelper(PartnerModuleImpl.java:227)
         at oracle.as.install.engine.modules.util.PartnerModuleImpl.notifyListeners(PartnerModuleImpl.java:191)
         at oracle.as.install.engine.modules.presentation.PresentationModule.executeModifiedDWizardEvent(PresentationModule.java:690)
         at oracle.as.install.engine.modules.presentation.ui.common.wizard.ModifiedDWizard.fireValidationEvent(ModifiedDWizard.java:3070)
         at oracle.as.install.engine.modules.presentation.ui.common.wizard.ModifiedDWizard.doNext(ModifiedDWizard.java:872)
         at oracle.bali.ewt.wizard.BaseWizard$Action.actionPerformed(Unknown Source)
         at javax.swing.AbstractButton.fireActionPerformed(AbstractButton.java:1995)
         at javax.swing.AbstractButton$Handler.actionPerformed(AbstractButton.java:2318)
         at javax.swing.DefaultButtonModel.fireActionPerformed(DefaultButtonModel.java:387)
         at javax.swing.DefaultButtonModel.setPressed(DefaultButtonModel.java:242)
         at javax.swing.plaf.basic.BasicButtonListener.mouseReleased(BasicButtonListener.java:236)
         at java.awt.Component.processMouseEvent(Component.java:6263)
         at javax.swing.JComponent.processMouseEvent(JComponent.java:3267)
         at java.awt.Component.processEvent(Component.java:6028)
         at java.awt.Container.processEvent(Container.java:2041)
         at java.awt.Component.dispatchEventImpl(Component.java:4630)
         at java.awt.Container.dispatchEventImpl(Container.java:2099)
         at java.awt.Component.dispatchEvent(Component.java:4460)
         at java.awt.LightweightDispatcher.retargetMouseEvent(Container.java:4574)
         at java.awt.LightweightDispatcher.processMouseEvent(Container.java:4238)
         at java.awt.LightweightDispatcher.dispatchEvent(Container.java:4168)
         at java.awt.Container.dispatchEventImpl(Container.java:2085)
         at java.awt.Window.dispatchEventImpl(Window.java:2475)
         at java.awt.Component.dispatchEvent(Component.java:4460)
         at java.awt.EventQueue.dispatchEvent(EventQueue.java:599)
         at java.awt.EventDispatchThread.pumpOneEventForFilters(EventDispatchThread.java:269)
         at java.awt.EventDispatchThread.pumpEventsForFilter(EventDispatchThread.java:184)
         at java.awt.EventDispatchThread.pumpEventsForHierarchy(EventDispatchThread.java:174)
         at java.awt.EventDispatchThread.pumpEvents(EventDispatchThread.java:169)
         at java.awt.EventDispatchThread.pumpEvents(EventDispatchThread.java:161)
         at java.awt.EventDispatchThread.run(EventDispatchThread.java:122)
    needWritableDirectory: true
    middlewareHomeLocation:C:\oraclehome\11g\middleware
    weblogicHomeLocation:C:\oraclehome\11g\middleware\wlserver_10.3
    weblogicHome:C:\oraclehome\11g\middleware\wlserver_10.3
    weblogicHomeLocation:C:\oraclehome\11g\middleware\wlserver_10.3
    os_name = Windows Server 2008
    Platform = win64
    getJavHome Method - middlewareHome: C:\oraclehome\11g\middleware
    getJavHome Method - weblogicHome: C:\oraclehome\11g\middleware\wlserver_10.3
    getCommandOutput: java version "1.6.0_21"
    Java(TM) SE Runtime Environment (build 1.6.0_21-b07)
    Java HotSpot(TM) 64-Bit Server VM (build 17.0-b17, mixed mode)
    In processErrorMsgStringInstance Name
    In processErrorMsgStringThe instance name may only contain alphanumeric and underscore (_) characters, and it must begin with an alphanumeric character. The instance name must be at least 4 characters long and up to 30 characters long.
    In processErrorMsgStringOracle Home
    In processErrorMsgStringOracle Home Directory Name
    In [email protected]_OracleDirectoryInvalidErrorString
    Obtained the single page data..SpecifyClassicHomeInformationPage
    External name..INVALID_ORACLE_DIRECTORY_MSG_STRING
    XXX: setting m_WLSHome to: C:\oraclehome\11g\middleware\wlserver_10.3
    formsPreConfigured:false
    reportsPreConfigured:false
    portalPreConfigured:false
    discoPreConfigured:false
    the node m_RunTimeComps is Selected
    the node m_Portal is Selected
    the node m_Forms is Selected
    the node m_Reports is Selected
    the node m_DiscoViewer is Selected
    the node m_DevTools is Not Selected
    the node m_FormsBuilder is Not Selected
    the node m_ReportsBuilder is Not Selected
    the node m_ManagementComps is Selected
    the node m_EnterpriseManagement is Selected
    the node m_SystemComps is Selected
    the node m_OHS is Selected
    the node m_WebCache is Selected
    the node m_RunTimeComps is Not Selected
    the node m_Portal is Not Selected
    the node m_Forms is Selected
    the node m_Reports is Selected
    the node m_DiscoViewer is Selected
    the node m_DevTools is Not Selected
    the node m_FormsBuilder is Not Selected
    the node m_ReportsBuilder is Not Selected
    the node m_ManagementComps is Selected
    the node m_EnterpriseManagement is Selected
    the node m_SystemComps is Selected
    the node m_OHS is Selected
    the node m_WebCache is Selected
    root.isSelectedfalse
    the node m_RunTimeComps is Not Selected
    the node m_Portal is Not Selected
    the node m_Forms is Selected
    the node m_Reports is Selected
    the node m_DiscoViewer is Not Selected
    the node m_DevTools is Not Selected
    the node m_FormsBuilder is Not Selected
    the node m_ReportsBuilder is Not Selected
    the node m_ManagementComps is Selected
    the node m_EnterpriseManagement is Selected
    the node m_SystemComps is Selected
    the node m_OHS is Selected
    the node m_WebCache is Selected
    root.isSelectedfalse
    the node m_RunTimeComps is Not Selected
    the node m_Portal is Not Selected
    the node m_Forms is Selected
    the node m_Reports is Selected
    the node m_DiscoViewer is Not Selected
    the node m_DevTools is Selected
    the node m_FormsBuilder is Selected
    the node m_ReportsBuilder is Selected
    the node m_ManagementComps is Selected
    the node m_EnterpriseManagement is Selected
    the node m_SystemComps is Selected
    the node m_OHS is Selected
    the node m_WebCache is Selected
    root.isSelectedfalse
    the node m_RunTimeComps is Not Selected
    the node m_Portal is Not Selected
    the node m_Forms is Selected
    the node m_Reports is Selected
    the node m_DiscoViewer is Not Selected
    the node m_DevTools is Selected
    the node m_FormsBuilder is Selected
    the node m_ReportsBuilder is Selected
    the node m_ManagementComps is Selected
    the node m_EnterpriseManagement is Selected
    the node m_SystemComps is Selected
    the node m_OHS is Selected
    the node m_WebCache is Selected
    Entering the exec handler method in get free space for home...
    quotaNeededProperty:null
    isQuotaNeeded : false
    the node m_RunTimeComps is Not Selected
    the node m_Portal is Not Selected
    the node m_Forms is Selected
    the node m_Reports is Selected
    the node m_DiscoViewer is Not Selected
    the node m_DevTools is Selected
    the node m_FormsBuilder is Selected
    the node m_ReportsBuilder is Selected
    the node m_ManagementComps is Selected
    the node m_EnterpriseManagement is Selected
    the node m_SystemComps is Selected
    the node m_OHS is Selected
    the node m_WebCache is Selected
    wasOIDSelected: null
    %%condition:@ConfigureComponentsClassicPage.m_OHS OR @ConfigureComponentsClassicPage.m_EnterpriseManagement true disp:true
    In doFinish method checking for inventory lock...ConfigurationPage
    JAVA.LIBRARY.PATH:C:\TEMP\OraInstall2010-08-15_02-37-30AM\jre\bin;.;C:\Windows\Sun\Java\bin;C:\Windows\system32;C:\Windows;C:\oraclehome\11g\middleware\as_1\bin;C:\PROGRA~2\MKSTOO~1\bin;C:\PROGRA~2\MKSTOO~1\bin\X11;C:\PROGRA~2\MKSTOO~1\mksnt;C:\oraclehome\11g\middleware\as_1\bin;C:\Windows\system32;C:\Windows;C:\Windows\System32\Wbem;C:\Windows\System32\WindowsPowerShell\v1.0\;C:\Program Files (x86)\ATI Technologies\ATI.ACE\Core-Static;C:\oraclehome\11g\middleware\as_1\opmn\bin;C:\oraclehome\11g\middleware\as_1\opmn\lib;C:\oraclehome\11g\middleware\as_1\perl\bin;C:\oraclehome\11g\middleware\as_1\lib\;C:\oraclehome\11g\middleware\as_1\jdk\jre\lib\i386\
    CONFIG LOG CONFIG LOCATION: C:\TEMP\OraInstall2010-08-15_02-37-30AM\ext\jlib\log-config.xml
    XXX Entered Init()!!!
    Check Point Location : C:\Program Files\Oracle\Inventory\checkpoint\AS\11.1.1.0.0
    java.homeC:/oraclehome/11g/middleware/as_1/jdk/jre
    weblogic.homeC:/oraclehome/11g/middleware/wlserver_10.3/server
    java.class.pathC:/oraclehome/11g/middleware/wlserver_10.3/server/lib/weblogic.jar;C:/oraclehome/11g/middleware/wlserver_10.3/server/lib/weblogic_sp.jar;C:/oraclehome/11g/middleware/wlserver_10.3/server/lib/webservices.jar;C:/oraclehome/11g/middleware/utils/config/10.3.1.0/config-launch.jar;C:/oraclehome/11g/middleware/modules/features/weblogic.server.modules_10.3.1.0.jar;C:/oraclehome/11g/middleware/as_1/lib/java/shared/args4j/2.0.9/args4j-2.0.9.jar;C:/oraclehome/11g/middleware/as_1/opmn/lib/argus.jar;C:/oraclehome/11g/middleware/as_1/install/config/ASConfig.jar;C:/oraclehome/11g/middleware/as_1/install/config/classic_config.jar;C:/oraclehome/11g/middleware/as_1/opmn/lib/iasprovision.jar;C:/oraclehome/11g/middleware/as_1/../oracle_common/modules/oracle.jmx_11.1.1/jmxframework.jar;C:/oraclehome/11g/middleware/as_1/../oracle_common/modules/oracle.jmx_11.1.1/jmxspi.jar;C:/oraclehome/11g/middleware/as_1/inventory/Scripts/ext/jlib/message.jar;C:/oraclehome/11g/middleware/as_1/opmn/lib/nonj2eemanagement.jar;C:/oraclehome/11g/middleware/as_1/jdbc/lib/ojdbc6.jar;C:/oraclehome/11g/middleware/as_1/../oracle_common/modules/oracle.odl_11.1.1/ojdl.jar;C:/oraclehome/11g/middleware/as_1/../oracle_common/modules/oracle.odl_11.1.1/ojdl2.jar;C:/oraclehome/11g/middleware/as_1/opmn/lib/ons.jar;C:/oraclehome/11g/middleware/as_1/opmn/lib/opmneditor.jar;C:/oraclehome/11g/middleware/as_1/opmn/lib/optic.jar;C:/oraclehome/11g/middleware/as_1/opmn/lib/repositorycheck.jar;C:/oraclehome/11g/middleware/as_1/opmn/lib/wlclient.jar;C:/oraclehome/11g/middleware/as_1/opmn/lib/wljmxclient.jar;C:/oraclehome/11g/middleware/as_1/lib/xmlparserv2.jar;C:/oraclehome/11g/middleware/as_1/forms/provision/frmconfig.jar;C:/oraclehome/11g/middleware/as_1/frcommon/provision/frconfig.jar;C:/oraclehome/11g/middleware/as_1/../oracle_common/modules/oracle.ldap_11.1.1/ldapjclnt11.jar;C:/oraclehome/11g/middleware/as_1/portal/jlib/ptlshare.jar;C:/oraclehome/11g/middleware/as_1/../oracle_common/modules/oracle.jps_11.1.1/jps-common.jar;C:/oraclehome/11g/middleware/as_1/../oracle_common/modules/oracle.jps_11.1.1/jps-wls.jar;C:/oraclehome/11g/middleware/as_1/../oracle_common/modules/oracle.jps_11.1.1/jps-ee.jar;C:/oraclehome/11g/middleware/as_1/../oracle_common/modules/oracle.jps_11.1.1/jaccprovider.jar;C:/oraclehome/11g/middleware/as_1/../oracle_common/modules/oracle.jps_11.1.1/jps-unsupported-api.jar;C:/oraclehome/11g/middleware/as_1/../oracle_common/modules/oracle.jps_11.1.1/jacc-spi.jar;C:/oraclehome/11g/middleware/as_1/../oracle_common/modules/oracle.jps_11.1.1/jps-mbeans.jar;C:/oraclehome/11g/middleware/as_1/../oracle_common/modules/oracle.jps_11.1.1/jps-api.jar;C:/oraclehome/11g/middleware/as_1/../oracle_common/modules/oracle.jps_11.1.1/jps-internal.jar;C:/oraclehome/11g/middleware/as_1/jlib/ossoreg.jar;C:/oraclehome/11g/middleware/as_1/jdbc/lib/ojdbc6.jar;C:/oraclehome/11g/middleware/as_1/jlib/SchemaVersion.jar;C:/oraclehome/11g/middleware/as_1/../oracle_common/modules/oracle.jrf_11.1.1/jrf.jar;C:/oraclehome/11g/middleware/as_1/jlib/ojmisc.jar;C:/oraclehome/11g/middleware/as_1/jlib/jazn.jar;C:/oraclehome/11g/middleware/as_1/jlib/ldapjclnt9.jar;C:/oraclehome/11g/middleware/as_1/jlib/repository.jar;C:/oraclehome/11g/middleware/as_1/opmn/lib/nonj2eembeans.jar;C:/oraclehome/11g/middleware/as_1/../oracle_common/modules/oracle.iau_11.1.1/fmw_audit.jar;C:/oraclehome/11g/middleware/as_1/ohs/lib/ohs.jar;C:/oraclehome/11g/middleware/as_1/../oracle_common/jlib/rcucommon.jar
    java.lang.Exception: Unable to find a free port in range 7001 and 7100
         at oracle.as.install.engine.modules.util.others.PortUtilities.getFreePortInRange(PortUtilities.java:83)
         at oracle.as.install.classic.ca.standard.PortList.getPort(PortList.java:76)
         at oracle.as.install.classic.ca.standard.PortList.getConsecutivePorts(PortList.java:103)
         at oracle.as.install.classic.ca.standard.PortList.assignPort(PortList.java:120)
         at oracle.as.install.classic.ca.standard.DomainProvisioningTask.<init>(DomainProvisioningTask.java:40)
         at oracle.as.install.classic.ca.standard.ClassicTaskFactory.getDomainTask(ClassicTaskFactory.java:60)
         at oracle.as.install.classic.ca.standard.CreateDomainTaskFactory.getAllTasks(CreateDomainTaskFactory.java:15)
         at oracle.as.install.classic.ca.ClassicConfigMain.init(ClassicConfigMain.java:104)
         at oracle.as.install.engine.modules.configuration.action.TaskPerformer.run(TaskPerformer.java:82)
         at oracle.as.install.engine.modules.configuration.action.TaskPerformer.startConfigAction(TaskPerformer.java:104)
         at oracle.as.install.engine.modules.configuration.action.ActionRequest.perform(ActionRequest.java:15)
         at oracle.as.install.engine.modules.configuration.action.RequestQueue.perform(RequestQueue.java:63)
         at oracle.as.install.engine.modules.configuration.standard.StandardConfigActionManager.start(StandardConfigActionManager.java:158)
         at oracle.as.install.engine.modules.configuration.boot.ConfigurationExtension.kickstart(ConfigurationExtension.java:81)
         at oracle.as.install.engine.modules.configuration.ConfigurationModule.run(ConfigurationModule.java:83)
         at java.lang.Thread.run(Thread.java:619)
    Assigning Port: -1 to: DOMAIN_PORT
    ERROR!!! The library libmuxer.so cannot be found.
    ClassicDomain
    ERROR!!! The library libmuxer.so cannot be found.
    DOMAIN_HOME: C:/oraclehome/11g/middleware/user_projects/domains/ClassicDomain
    Trying to assign 2 consecutive ports where the starting port range is: 9001 - 9100
    Trying to assign 2 consecutive ports where the starting port range is: 0 - 9100
    Trying to assign 2 consecutive ports where the starting port range is: 0 - 9100
    Trying to assign 2 consecutive ports where the starting port range is: 0 - 9100
    Trying to assign 2 consecutive ports where the starting port range is: 0 - 9100
    Trying to assign 2 consecutive ports where the starting port range is: 0 - 9100
    Trying to assign 2 consecutive ports where the starting port range is: 0 - 9100
    Trying to assign 2 consecutive ports where the starting port range is: 0 - 9100
    Trying to assign 2 consecutive ports where the starting port range is: 0 - 9100
    Trying to assign 2 consecutive ports where the starting port range is: 0 - 9100
    Trying to assign 2 consecutive ports where the starting port range is: 0 - 9100
    Trying to assign 2 consecutive ports where the starting port range is: 0 - 9100
    Trying to assign 2 consecutive ports where the starting port range is: 0 - 9100
    Trying to assign 2 consecutive ports where the starting port range is: 0 - 9100
    Trying to assign 2 consecutive ports where the starting port range is: 0 - 9100
    Trying to assign 2 consecutive ports where the starting port range is: 0 - 9100
    Trying to assign 2 consecutive ports where the starting port range is: 0 - 9100
    Trying to assign 2 consecutive ports where the starting port range is: 0 - 9100
    Trying to assign 2 consecutive ports where the starting port range is: 0 - 9100
    Trying to assign 2 consecutive ports where the starting port range is: 0 - 9100
    Trying to assign 2 consecutive ports where the starting port range is: 0 - 9100
    ********************************************************************************************************************************

    Database is standard edition v11.2
    Fresh Windows2008 64-bit install.
    Installation order:
    Database v11.2,
    weblogic 10.3.2 64-bit from the generic jar install,
    forms and reports v 11.3.3.1,
    upgraded weblogic to 10.3.3,
    upgraded forms and reports to 11.3.3.2
    (I wasn't intending upgrading at this stage as it was a proof of concept).
    Edited by: BigPhil on Aug 17, 2010 9:38 AM

  • NWA is not opening in PI 7.1 from Configuration & Monitoring tab

    Hi All,
    When i try opening NWA from Configuration & Monitoring tab, it is not giving me proper results as i do from /nwa in generic scenario. I'm getting message as "No data available to the system selector".
    I'm using PI 7.1.
    Do i need to configure anything?

    Prateek,
    As per your information, i have started applying note # 1160261 & while it's application, stuck up for 2nd step-"Note 1226536 - WSIL service gives wrong endpointURL", basically here i would like to know, should i be first doing Template installation step -" Configure NWA for Double Stack System"?
    Please any one of you have applied all the steps in Configuration wizard with respect to NWA & NWAPI, then please help me with any of it's documents.

  • Forms Configuration(very urgent)

    can anyone explain about workingDirectory parameter in forms configuration file(formsweb.cfg).
    what is the impact of this setting over forms configuration?

    This parameter is listed in the Deployment Guide, in the Forms area on OTN.
    Every program has the concept of a working directory, it is nothing special to Forms. This variable allows you to set it.
    Have a look at the properties of a Windows shortcut, the Start in is the same thing.
    Regards,
    Robin Zimmermann
    Forms Product Management

  • Forms Configurator - DFF Error?

    Hi guys,
    Please excuse the long post.
    I am currently investigating an issue with a form designed in 'Forms Configurator'. The form is used for a remote team to simply update a 'user id' field in a Descriptive Flexfield on the Person Form, and save it.
    Unfortunately the form broke as part of a new multi org setup that was created, and im struggling to get it working again! I would really appreciate a fresh pair of eyes (or more!) on it as its driven me to insanity!
    I think the best way of explaining it, is by showing you pictures aswell as text. Forgive me for blanking out the names and stuff, as my audit team will go nuts otherwise!
    Right first things first, this is the error i'm getting. Simply update the 'User ID' field, and save:
    Click here for full size pic!
    And if you 'Ok' that, you get a message at the bottom:
    Click here for full size pic!
    FRM-40105: Unable to resolve reference to item $PROFILES$.PER_BUSINESS_GROUP_ID
    Now heres a look at the setup of the item in question on the form, and the function registration:
    Click here for full size pic!
    Click here for full size pic!
    Now at this point, its worth noting that if i disable the 'User ID' field which is causing the error, i can update another field on the form (non DFF field!) and it saves fine. So its directly linked to updating the item in the DFF.
    Now to explain the setup of the DFF. There are 2 'organisations' using the instance, and the DFF is setup with different fields for each, using the Business Group ID as a context. See below:
    Click here for full size pic!
    Click here for full size pic!
    As you can see above, the middle entry is the context we are using, this looks at the business group id of the profile options (set at responsibility level) - $PROFILES$.PER_BUSINESS_GROUP_ID. Then when you look at the segments, you can see its got no validation on it, its just a 6 character field. There are contexts setup for the 2 different organisations we are using, and a global one. The field we are trying to update is in the middle context.
    Now, im pretty sure the error is in relation to the context on the field in the form setup (it has none!). So if i add a context to the item, for the 'correct' context setup, as per below:
    Click here for full size pic!
    Click here for full size pic!
    I still get the same error:
    Click here for full size pic!
    I have absolutely no idea what to do next? Can anyone help/advise/point me in the right direction?
    Much appreciated!
    Gary
    Edited by: gary_lythgoe on Feb 22, 2010 5:45 AM

    Hi Helios- Gunes EROL
    What is your OS and EBS level?+
    Unix backend, and when you say EBS level, which level do you mean? Its 11.5.10, and HR RUP4, ATG RUP7 i think. If you give me specifics i can tell you.
    Please check ERROR: FRM-40105 Unable to resolve reference to item ID 561649.1+
    I've seen this before, and im struggling to relate the resolution to my example:
    Metalink ID 561649.1 - One of the rules is referencing a data subscriber and that field does not exist. The data subscriber needs to be changed to match the attribute that is in the current AppsExtend Form. If you want to find the data subscriber you can lookup LA_BR_SUBSCRIBERS and look in the field profile.+
    http://kr.forums.oracle.com/forums/thread.jspa?threadID=295697&messageID=2218691+
    With regards to that forum link, the links inside didnt help a great deal, and the suggestion of - Add this forms function to your menu: "Navigator: Disable Multiform" - This didnt work as i just tested it.
    Many thanks for a response, do you have any more potential suggestions? This is really stressing me out!
    Regards,
    Gary

  • Forms Configurator and Maintain Tabs

    Hi All,
    I am developing a custom Maintain Template; using Forms Configurator based on the PERWSQHM Form!!! which consists of 3 tabs. I have setup the following items Firstname, Lastname, Known as, Title, and DOB on all 3 tabs which works fine. I've also set the tabbing order for each item.
    My problem is if I go to the 3rd tab and try to start tabbing through these items it automatically takes me back to Tab 1; but if I navigate to each field using the mouse it stays in the current tab!!!!!
    (ie. if Im on the 3rd tab in the firstname field, and press tab it takes me to the lastname field under the 1st tab)
    Has anyone come across this before ? Would really appreciate help on this
    regards
    Brad

    Please refer to Note:130795.1, Note:206035.1 and Note:420523.1.
    Hope these Notes may help to resolve the issue.

  • Configuring Monitoring reports

    Hi all,
    im trying to configure Monitoring report,but stuck at the part where i should associate Monitoring report With a Mirror database.
    I have used this guide :
    https://technet.microsoft.com/en-us/library/jj945624.aspx
    Im now at the part where i click on CDRDB,but when i click on it i only see XML view and dont have the "GUI" Interface to add Connection string.
    My account has Admin rights for SQL database and also member of RTC Admin Group.
    Why can i not see it in edit mode,which permission am i missing?
    Thanks!
    Please mark as helpful if you find my contribution useful or as an answer if it does answer your question. That will encourage me - and others - to take time out to help you. Thank you! Off2work

    Ok,so i figured it out and the reason was because i used wrong url.
    correct one should be http://localhost/Reports_RTC and NOT
    http://localhost/Reportserver_RTC
    Please mark as helpful if you find my contribution useful or as an answer if it does answer your question. That will encourage me - and others - to take time out to help you. Thank you! Off2work

  • API's to configure monitoring in ALSB

    Greetings
    I was wondering if there is a way one could build an external application which could configure monitoring rules for proxy services in ALSB 2.5.
    Thanks
    Ananth

    The reason why the need for external configuration of certain parameters (like logging config) arises is when an enterprise has 100's of proxy services and ALL of them adhere to a standard policy.
    I understand that none of the ESB's support MASS UPDATE of policy. But is there any API to access and update the configuration?
    Thanks

  • Forms Configurator

    Is it Possible to Enter Employee W2 information using Forms Configurator Templates.

    This is included in the Oracle HRMS Family Pack patch documentation available via MetaLink or Oracle Support

  • Forms configuration: web listener

    Hello,
    I installed Forms (patch 11, typical install, all default parameters) some time ago, and it asked me to configure the web listener, something like :
    [ACTION] Please configure the following virtual path with your web listener: /dev60temp for
    physical directory C:\orant\tools\web60\temp.
    There were many like this.
    Since I use only client-server, I didn't do anything, and it worked fine.
    Now I'm on Forms Patch 13, and I still don't know what it is exactly, and how it can be done.
    Thanks for your help.

    All the information on how to configure Forms for the Web is in the docs. Visit the Oracle Forms Upgrade Center at http://otn.oracle.com/formsupgrade for the Oracle9i Forms configuration guide.
    And if you are looking for 6i information look at the 6i documentation from the documentation link on OTN.
    The steps in the messages refer to configuring the webdb listner that comes with 6i. You do them in the webdb cfg files.

  • EM 10g Not Updating Forms Configuration

    I am running Forms 9i on OracleAS 10g (9.0.4.2).
    After making initial changes to Forms configuration through Enterprise Manager 10g interface, I am unable to make further changes. Any values changed revert back to previous values after "Apply" button is pressed.
    I have tried hand-editing formsweb.cfg and issuing a dcmctl -updateconfig -ct OC4J -v -d, but this has no effect. Although the value is changed in formsweb.cfg, the previous value is still being used (and displayed when the forms configuration is displayed in Enterprise Manager).
    Anybody know what's going on?
    TIA,
    Jim

    pls. check first, if this combination is certified.

  • VAT form Configuration

    Dear All,
    I want to generate the Form VAT 100 in SAP .Is there any standard report ?If yes plz do let me the T.Code.
    If not,Plz do let me know the required steps how to configure the Form VAT 100 in sap.
    Plz treate it as an urgent.
    Regards,
    Kumar.D

    Hakan
    Thank you for your good reply.
    But how I have to create VAT Form in SE71.Can you explain me required steps briefly.
    Regards,
    Kumar

  • Grid Control Configure Monitor Username

    Hi,
    I dropped the standby and recreated it. Now i'm trying to add this to the OMS for monitoring. Host is success but when i try to add the standby database to OMS, the Monitor Username parameter is defaulting to dbsnmp and not allowing me change to sys so the sysdba can monitor the standby. How to change the deafult username parameter from 'dbsnmp' to 'sys'? I even tried to edit the targets.xml file on agent but everythin defaults when the agent is recycled? I can't give the 'dbsnmp' sysdba privileges since the database is in standby mode-mounted only.
    Thanks,
    Ash

    To monitor a target as sysdba do this:
    Go to targets and then select the databases tab and select your database (just put the green dot next to it, don't click on the database name link). At the the top/bottom of the targets page, hit the configure button.
    In this page, hit the drop down box first and select 'AS SYSDBA'
    Now you can edit the username.

  • Script form configured to VA01,VA02 & VA03..help me with Print preview?

    Hello,
    Very Good afternoon!
    There is a Script form which is configured to VA01, VA02, VA03.
    I have difficulty to access Print preview from Va01/va02/va03.
    I am able to access it through T-code SOST.
    It is correctly configured in Nace.
    When I go to T-code VA02 and provide appropritae saled Order number then it will take me to the next screen there...
    I had clicked on Extras>Output>Header-->Print Preview.
    It says that Output could not be issued.
    When I click on Extras>Output>Header-->Edit
    It will display the Output type, Medium, Print Output and 
    Partner function. I see that it is displaying in yellow color. Genrally it should be green in color.
    Can anyone guide me what are the things that I need to check in this window genrally to access Print preview.
    Do i need to check anything here in Nast table...?
    Please suggest...
    Any suggestion would be appreciated.
    Thanks & Regards,
    Developer.

    Hello Sathya,
    Thank you for your response!
    Sathya- It is correctly configured. it has something to do in the NAST TAble. If it is not configured properly in the NACE then it will not show the out put in the T-code SOSt.
    Can you please suggest what I can chcek in the NSAT table or plz tell the standard way to configureing the Output type in this path.
    VA03 > Extras->Output>Header>Edit.
    Here you have to give its settings....Please chek..
    Any suggestions will be apprecaited.
    Thanks & Regards,
    Developer.

  • Forms configuration file in Unix

    Hi
    We're using Forms 9i.
    Is there any configuration file in Unix in wich I can set Forms to read .pll files instead of .plx?
    TIA,
    Marcos

    Since there's no inputs, lemme rephrase it:
    There's this forms that have an attached library (PLL). One of the developers has made a few changes to this PLL, but the changes didn't make any effects because there was a previous version of this library, with PLX extension.
    So, I'm wondering, if there's any way to tell Oracle Forms that you don't want to use PLX but PLL files (same for MMB vs. MMX, etc).
    TIA,
    Marcos

Maybe you are looking for

  • Evince crashes on every pdf file

    I tried to open all kinds of pdf's, but all of them crashes Evince. Evince was working in the previous version, but now it's not. I tried to recompile afterwards Evince with> ./configure --prefix=/usr --sysconfdir=/etc \ --localstatedir=/var --disabl

  • Changed apple ID BUT i cloud not merging with  new ID..still on the previous one

    i have changed my Apple ID but my I Cloud has not merged with the new ID and is still on the previous ID and there is no option to try and change it ??

  • Login page user name and password for Oracle Database

    Hi, I created a login.jsp page with username,password and a submit button. How can I validate this username and password from my Oracle database username and password? I am using NetBeans5.5 with Tomcat5.5.17. Right now I have hardcoded username and

  • Backing up, transfering ipod music to new MAC itunes !!!

    I think I am missing something. I have reviewed and searched for this answer using many search terms. I want to make sure I am on the right track. I have an ipod touch with many apps and over 800 songs and many movies. I need to transfer contents fro

  • CONTROL_FORM

    HAI,           NOW I WANT SEND A NEW-PAGE COMMAND TO SMART FORM WITN FORM NAME 'LAST' HOW CAN I SEND THIS COMMAND THANK YOU ASHOK KUMAR