WebLogic Server 10 with RedHat 5.1

I was watching the configurations supported for 10 WLS:

[http://edocs.bea.com/platform/suppconfigs/configs/rhelinux/rhel50_100.html]

The text leaves room for interpretation:

"Red Hat Enterprise Linux Server release 5 (Tikanga) kernel 2.6.18 - 8.el5 glibc 2, 5-12 * and later updates and errata levels."

I don't think this would include 5.1, but the wording does not give me a warm fuzzy. The song "updates later" refers to the kernel, glibc, or RH version? I was going to call Oracle support, but thought I would put it here in case someone has been down this road.

Thank you

Mike

The answer to your question is a bit complicated depending on if you're on WL 10 WL 10MP1 or and if you are using JRockit. To give a summary of our configuration which has been validated by Oracle as supported is as follows:

In all of our environments with WL 10 MP1 and JRockit, we use RH5.1 (2.6.18 - 53.1.19.el5PAE). WL10MP1 is supported on RH5.1 as long you have met the minimum requirements of libc version control. As JRockit is, to be supported by Oracle on RH5.1, you will need to use R27.6.0 (I don't think that R27.6.1 has yet been made public). Now with all that being said, there are a few major bugs which have workarounds, but you must be aware of.

1. While JRockit R27.6.0 is necessary if you are running on RH5.1, there a bug of optimizing code that will crash your JVM intermittently (we encountered this problem about 7 months ago and it has worked with Oracle support to confirm that it is indeed a bug). At this point, the only solution is to disable the optimization when you launch the JAVA virtual machine (when start you weblogic - Oracle support in passing - XnoOpt to the JVM). They not said yet if this bug is part of the R27.6.1 version but disabling optimization of code has had little impact on the performance of our system and is well worth the compromise of having the system failure never 2 days. Because we needed to go to RH5.1, we were stuck with this scenario. Who takes care of issues JRockit we have expererienced on RH5.1

2 WL 10.0 and 10 MP1 have leaked internal resource when running with R27.6.0 on RH5.1. It took about 4 months to capture, analyze and convince Oracle that there was a problem. The external manifestation is an OutOfMemory condition that occurs intermittently on your application servers (for us it was all 3-4 days; it is related to how much traffic your app servers TCP consume). Long story short, it turns out that with this magic combo of WL/JRockit/HR that WL leaking objects of management of socket internally. It is not a file descriptor leak (all file descriptors are correctly set to the OS layer) but rather a leak of an object WL creates internally to manage each created socket. Once we were able to demonstrate Oracle the question through our own analysis, they found the bug and released a fix for us that is specific to WL 10MP1. You will need this patch if you go on RH5.1 (at least from our experience - I wouldn't see someone else go through the months of pain we endured). The patch for any reason has several patch different identifiers that are associated to him, but the CR that we got from Oracle to follow our specific question number is CR368163 which has a patch named CR368163_1000mp1.jar JAR file. You should be able to ask the Oracle support for this patch.

In any case, it is our experience with WL10MP1 on RH5.1. After that we went to these two questions above, we had zero problems in PROD (or any other environment) and have been running this way during the last 6 months. Hope this helps some.

Tags: Fusion Middleware

Similar Questions

  • Problem running a page jspx on 11.1.2.4.0 on the weblogic Server integrated with 11.1.1.6.0 already installed

    Hi friends,

    I installed a different version of the JDev 11.1.2.4.0 according to my new work requirements and I am unable to perform my .jspx page... I have already installed 11.1.1.6.0 and works... Here's the error that I get... someone can help me with this...

    "The Server Instance cannot be started because the Weblogic domain integrated has not successfully built".

    I hope that you have not installed the 11.1.2.4.0 in the same middleware_home you isstalled the 11.1.1.6.0. In this case, you must reinstall both.

    If you have installed the 11.1.2.4.0 in middleware (empty) different House, you must check the log file, what exact error has occurred during installation. The location of the log are in the log window.

    In any case, you must remove the system11.1.2.x.x.x/DefaultDomain before trying again.

    Timo

  • WebLogic server datasource with error oracle.jdbc.OracleDriver

    I installed the Weblogic 11 g server and tried to configure a data source it gave me this error. I can connect to the same data source with the same parameters using SQL developer.

    Driver class:
    oracle.jdbc.OracleDriver

    URL:
    JDBC: thin: @ < ip address of the server test >: 1523:myTestDb


    >
    ORA-00604: an error has occurred at the SQL level 1 recursive
    ORA-01882: zone schedule region not found

    oracle.jdbc.driver.T4CTTIoer.processError(T4CTTIoer.java:440)
    oracle.jdbc.driver.T4CTTIoer.processError(T4CTTIoer.java:389)
    oracle.jdbc.driver.T4CTTIoer.processError(T4CTTIoer.java:382)
    oracle.jdbc.driver.T4CTTIfun.processError(T4CTTIfun.java:573)
    oracle.jdbc.driver.T4CTTIoauthenticate.processError(T4CTTIoauthenticate.java:431)
    oracle.jdbc.driver.T4CTTIfun.receive(T4CTTIfun.java:445)
    oracle.jdbc.driver.T4CTTIfun.doRPC(T4CTTIfun.java:191)
    oracle.jdbc.driver.T4CTTIoauthenticate.doOAUTH(T4CTTIoauthenticate.java:366)
    oracle.jdbc.driver.T4CTTIoauthenticate.doOAUTH(T4CTTIoauthenticate.java:752)
    oracle.jdbc.driver.T4CConnection.logon(T4CConnection.java:366)
    oracle.jdbc.driver.PhysicalConnection. < init > (PhysicalConnection.java:538)
    oracle.jdbc.driver.T4CConnection. < init > (T4CConnection.java:228)
    oracle.jdbc.driver.T4CDriverExtension.getConnection(T4CDriverExtension.java:32)
    oracle.jdbc.driver.OracleDriver.connect(OracleDriver.java:521)
    com.bea.console.utils.jdbc.JDBCUtils.testConnection(JDBCUtils.java:705)
    com.bea.console.actions.jdbc.datasources.createjdbcdatasource.CreateJDBCDataSource.testConnectionConfiguration(CreateJDBCDataSource.java:458)
    sun.reflect.NativeMethodAccessorImpl.invoke0 (Native Method)
    sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39)
    sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
    java.lang.reflect.Method.invoke(Method.java:597)
    ...
    >

    I have no idea about it and please help me to create the data source with success.

    Published by: Knightbeat on February 11, 2011 19:32

    Published by: Knightbeat on February 11, 2011 19:33

    Hello

    Rather than use startWeblogic.cmd, I suggest using the setDomainEnv.cmd file so that the property can be set to the FQDN.

    use the value to the setDomainEnv.cmd file below:
    Set JAVA_PROPERTIES =-Duser.timezone = "+ 05:30 ' % JAVA_PROPERTIES % EXTRA_JAVA_PROPERTIES %

    Use of the "" use your DB to the value of the time zone.

    Thank you
    Sandeep

    Published by: sandeep_singh on February 14, 2011 12:09

  • Integration of Enterprise Manager with Weblogic Server 12.1.3?

    Hello

    My Weblogic Server is 12.1.3. I use the same for the deployment of applications built on Jdeveloper 12.1.3.

    I'm new to JDeveloper 12 c. I worked on JDeveloper 11 g and weblogic 10.36.

    In weblogic 10.36 I had integrated the EM with the help of available here of BCI to installation (ofm_appdev_generic_11.1.1.6.0): https://oracle-base.com/articles/11g/weblogic-11g-adf-application-development-runtime-update-on-oracle-linux#adf-11-1-1-6-upgrade

    Now, I installed the generic Setup for weblogic 12.1.3 and want to integrate EM with her. Can someone share an overview on where to find BCI to installation for the same.

    I searched but he was able to find the following: Oracle Enterprise Manager Downloads

    I don't know if it is the installation that I need to install on my Weblogic 12.1.3

    Thank you

    Hi guys,.

    I was able to understand. After the installation of weblogic server 12 c get Downloads of Application Development FrameworkApplication Development Runtime configuration.

    Install the configuration at the same location where you installed the weblogic server. During installation, you will find that the MA will now be installed.

    Thank you

  • Problem with Weblogic server..., Page opens not Jdeveloper 12.1.3

    I installed Jdeveloper 12.1.3 and practice a sample from the link below.

    Tutorial: ADF easy and powerful control data for the XML - part 1 [ARTICLE]

    Completed before:

    Figure 34

    5.4 run the page

    But the Page does not open when I click the button run, please think about if I need to change the settings of "IntegratedWebLogicServer".  Thank you.

    Using the HTTP 7101 port *.

    Using the SSL 7102 port *.

    C:\Users\pk\AppData\Roaming\JDeveloper\system12.1.3.0.41.140521.1008\DefaultDomain\bin\startWebLogic.cmd

    [First IntegratedWebLogicServer.]

    [waiting for the server to complete its initialization...]

    .

    .

    Arguments of memory in JAVA:-Xmx1024m-Xms512m

    .

    CLASSPATH is C:\Oracle\Middleware\Oracle_Home\oracle_common\modules\features\com. Oracle.DB.jdbc7 - DMS.jar; C:\Oracle\MIDDLE~1\ORACLE~1\ORACLE~1\jdk\lib\tools.jar; C:\Oracle\MIDDLE~1\ORACLE~1\wlserver\server\lib\weblogic_sp.jar; C:\Oracle\MIDDLE~1\ORACLE~1\wlserver\server\lib\weblogic.jar; C:\Oracle\MIDDLE~1\ORACLE~1\oracle_common\modules\net. SF.antcontrib_1.1.0.0_1-0b3\lib\ant-contrib.jar; C:\Oracle\MIDDLE~1\ORACLE~1\wlserver\modules\features\oracle.WLS.common.nodemanager_2.0.0.0.jar; C:\Oracle\Middleware\Oracle_Home\oracle_common\modules\internal\features\jrf_wlsFmw_oracle.JRF.WLS.classpath_12.1.3.jar; C:\Oracle\MIDDLE~1\ORACLE~1\oracle_common\modules\com. Oracle.Cie.config - WLS - online_8.1.0.0.jar; C:\Oracle\MIDDLE~1\ORACLE~1\wlserver\common\derby\lib\derbynet.jar; C:\Oracle\MIDDLE~1\ORACLE~1\wlserver\common\derby\lib\derbyclient.jar; C:\Oracle\MIDDLE~1\ORACLE~1\wlserver\common\derby\lib\derby.jar; C:\Oracle\MIDDLE~1\ORACLE~1\wlserver\server\lib\xqrl.jar

    .

    PATH =; C:\Oracle\MIDDLE~1\ORACLE~1\wlserver\server\native\win\x64; C:\Oracle\MIDDLE~1\ORACLE~1\wlserver\server\bin; C:\Oracle\MIDDLE~1\ORACLE~1\oracle_common\modules\org. Apache.ant_1.9.2\bin; C:\Oracle\MIDDLE~1\ORACLE~1\ORACLE~1\jdk\jre\bin; C:\Oracle\MIDDLE~1\ORACLE~1\ORACLE~1\jdk\bin; C:\Windows\System32; C:\Windows; C:\Windows\System32\wbem; C:\oraclexe\app\oracle\product\112~1.0\server\bin; C:\Progra~3\Oracle\Java\javapath; C:\DEVSUI~1\jdk\jre\bin; C:\DEVSUI~1\jdk\jre\bin\client; C:\DEVSUI~1\jlib; C:\DEVSUI~1\BIN; C:\DEVSUI~1\jre\148A37~1.2\bin\client; C:\DEVSUI~1\jre\148A37~1.2\bin; C:\Windows\System32; C:\Windows; C:\Windows\System32\wbem; C:\Windows\System32\WINDOW~1\v1.0\; C:\PROGRA~2\COMMON~1\ROXIOS~1\10.0\DLLSHA~1\; C:\PROGRA~2\COMMON~1\ROXIOS~1\DLLSHA~1\; C:\PROGRA~2\COMMON~1\ROXIOS~1\DLLSHA~1\; C:\PROGRA~2\COMMON~1\ROXIOS~1\10.0\DLLSHA~1\; C:\Progra~2\Intel\OPENCL~1\3.0\bin\x86; C:\Progra~2\Intel\OPENCL~1\3.0\bin\x64; C:\Progra~1\MI3EDC~1\110\Tools\Binn\; C:\JDEVEL~1\mywork\MYFIRS~2\VIEWCO~1; C:\Oracle\MIDDLE~1\ORACLE~1\wlserver\server\native\win\x64\oci920_8

    .

    ***************************************************

    * To start WebLogic Server, use a username and *.

    * password assigned to an administrator-level user.  For *.

    * server administration, using the WebLogic Server *.

    * the http://hostname:port\console console *.

    ***************************************************

    from weblogic with the Java version:

    Java version "1.7.0_51".

    Java (TM) SE Runtime Environment (build 1.7.0_51 - b13)

    Java for 64-bit Server VM (build 24.51 - b03, mixed mode)

    Picked up _JAVA_OPTIONS:-Xms512m-Xmx512m

    WLS starting with line:

    C:\Oracle\MIDDLE~1\ORACLE~1\ORACLE~1\jdk\bin\java-serveur-Xms512m-Xmx1024m-Dweblogic.Name=DefaultServer-Djava.security.policy=C:\Oracle\MIDDLE~1\ORACLE~1\wlserver\server\lib\weblogic.policy-Djavax.net.ssl.trustStore=C:\Users\PRABIL~1\AppData\Local\Temp\trustStore630856124243806375.jks-Doracle.jdeveloper.adrs=true-Dweblogic.nodemanager.ServiceEnabled=true - Xverify : none-Djava.endorsed.dirs=C:\Oracle\MIDDLE~1\ORACLE~1\ORACLE~1\jdk\jre\lib\endorsed ; C:\Oracle\MIDDLE~1\ORACLE~1\oracle_common\modules\endorsed-Djava.protocol.handler.pkgs="oracle.mds.net.protocol « - Dopss.version=12.1.3-Digf.arisidbeans.carmlloc=C:\Users\PRABIL~1\AppData\Roaming\JDEVEL~1\SYSTEM~1.100\DEFAUL~1\config\fmwconfig\carml-Digf.arisidstack.home=C:\Users\PRABIL~1\AppData\Roaming\JDEVEL~1\SYSTEM~1.100\DEFAUL~1\config\fmwconfig\arisidprovider-Doracle.security.jps.config=C:\Users\PRABIL~1\AppData\Roaming\JDEVEL~1\SYSTEM~1.100\DEFAUL~1\config\fmwconfig\jps-config.xml-Doracle.deployed.app.dir=C:\Users\PRABIL~1\AppData\Roaming\JDEVEL~1\SYSTEM~1.100\DEFAUL~1\servers\DefaultServer\tmp\_WL_user - Doracle.deployed.app.ext=\- -Dweblogic.alternateTypesDirectory=C:\Oracle\ Middleware\Oracle_Home\oracle_common\modules\oracle.ossoiap_12.1.3,C:\Oracle\Middleware\Oracle_Home\oracle_common\modules\oracle.oamprovider_12.1.3,C:\Oracle\Middleware\Oracle_Home\oracle_common\modules\oracle.jps_12.1.3 -Doracle.mds.filestore.preferred=true -Dadf.version=12.1.3 -Dweblogic.jdbc.remoteEnabled=false -Dcommon.components.home=C:\Oracle\Middleware\Oracle_Home\oracle_common -Djrf.version=12.1.3 -Dorg.apache.commons.logging.Log=org.apache.commons.logging.impl.Jdk14Logger -Ddomain.home=C:\Users\PRABIL~1\AppData\Roaming\JDEVEL~1\SYSTEM~1.100\DEFAUL~1 -Doracle.server.config.dir=C:\Users\PRABIL~1\AppData\Roaming\JDEVEL~1\SYSTEM~1.100\DEFAUL~1\config\fmwconfig\servers\DefaultServer - Doracle.domain.config.dir=C:\Users\PRABIL~ 1\AppData\Roaming\JDEVEL~1\SYSTEM~1.100\DEFAUL~1\config\fmwconfig-da-Dwls.home=C:\Oracle\MIDDLE~1\ORACLE~1\wlserver\server-Dweblogic.home=C:\Oracle\MIDDLE~1\ORACLE~1\wlserver\server-Djps.app.credential.overwrite.allowed=true-Djavax.management.builder.initial=weblogic.management.jmx.mbeanserver.WLSMBeanServerBuilder-Xms512m-Xmx512m-Djava.util.logging.manager=oracle.core.ojdl.logging.ODLLogManager weblogic. Server

    < 27 July 2015 15:52:30 IST > < Info > < security > < BEA-090905 > < disable provider JCE CryptoJ self-intégrité for better startup performance. To allow this control, enter - Dweblogic.security.allowCryptoJDefaultJCEVerification = true. >

    < 27 July 2015 15:52:30 IST > < Info > < security > < BEA-090906 > < change the default Random Number Generator in RSA CryptoJ of ECDRBG128 to FIPS186PRNG. To disable this change, specify - Dweblogic.security.allowCryptoJDefaultPRNG = true. >

    < 27 July 2015 15:52:30 IST > < Info > < WebLogicServer > < BEA-000377 > < since Java hotspot 64-bit Server VM WebLogic Server Version 24.51 - b03 of Oracle Corporation. >

    < 27 July 2015 15:52:30 IST > < Info > < management > < BEA-141107 > < Version: WebLogic Server 12.1.3.0.0 Wed May 21 18:53:34 PDT 2014 1604337 >

    < 27 July 2015 15:52:32 IST > < opinion > < WebLogicServer > < BEA-000365 > < Server State has changed at the START. >

    < 27 July 2015 15:52:32 IST > < Info > < WorkManager > < BEA-002900 > < Initializing self-adjusting thread pool. >

    < 27 July 2015 15:52:32 IST > < Info > < WorkManager > < BEA-002942 > < CMM level memory becomes 0. Sleep thread pool to 256. >

    < 27 July 2015 15:52:33 IST > < opinion > < Log Management > < BEA-170019 > < C:\Users\pk\AppData\Roaming\JDeveloper\system12.1.3.0.41.140521.1008\DefaultDomain\servers\DefaultServer\logs\DefaultServer.log server log file is opened. All events in the log server-side will be written to this file. >

    27 July 2015 start of oracle.security.jps.JpsStartup 15:52:33

    INFO: Jps at initialization.

    27 July 2015 15:52:35 oracle.security.jps.internal.idstore.util.LibOvdUtil pushLdapNamesToLibOvd

    INFO: Pushed ldap name and types of information to libOvd. LDAPS: DefaultAuthenticator:idstore.ldap.provideridstore.ldap.

    27 July 2015 start of oracle.security.jps.JpsStartup 15:52:37

    INFO: Jps began.

    < 27 July 2015 15:52:38 IST > < opinion > < security > < BEA-090082 > < security initialization using security realm myrealm. >

    2015-07-27 15:52:39.491/10.031 Oracle coherence 12.1.3.0.0 < Info > (thread = ExecuteThread [ASSET]: '0' for the queue: "(self-adjusting) weblogic.kernel.Default" Member = n/a): responsible operational configuration of "jar:file:/C:/Oracle/Middleware/Oracle_Home/coherence/lib/coherence.jar!/tangosol-coherence.xml".

    2015-07-27 15:52:39.552/10.092 Oracle coherence 12.1.3.0.0 < Info > (thread = ExecuteThread [ASSET]: '0' for the queue: "(self-adjusting) weblogic.kernel.Default" Member = n/a): charge of operational substitutions of "jar:file:/C:/Oracle/Middleware/Oracle_Home/coherence/lib/coherence.jar!/tangosol-coherence-override-dev.xml".

    2015-07-27 15:52:39.554/10.094 Oracle coherence 12.1.3.0.0 < D5 > (thread = ExecuteThread [ASSET]: '0' for the queue: "(self-adjusting) weblogic.kernel.Default" Member = n/a): configuration optional override ' / tangosol-coherence - override.xml ' is not specified

    2015-07-27 15:52:39.558/10.098 Oracle coherence 12.1.3.0.0 < D5 > (thread = ExecuteThread [ASSET]: '0' for the queue: "(self-adjusting) weblogic.kernel.Default" Member = n/a): configuration optional override "cache-factory - config.xml" is not specified

    2015-07-27 15:52:39.560/10.100 Oracle coherence 12.1.3.0.0 < D5 > (thread = ExecuteThread [ASSET]: '0' for the queue: "(self-adjusting) weblogic.kernel.Default" Member = n/a): configuration optional override "cache-factory-generator - config.xml" is not specified

    2015-07-27 15:52:39.562/10.102 Oracle coherence 12.1.3.0.0 < D5 > (thread = ExecuteThread [ASSET]: '0' for the queue: "(self-adjusting) weblogic.kernel.Default" Member = n/a): configuration optional override "/ custom - mbeans.xml ' is not specified

    Oracle Version 12.1.3.0.0 Build 52031 consistency

    Grid edition: development Mode

    Copyright (c) 2000, 2014, Oracle and/or its affiliates. All rights reserved.

    Exception in thread "ExecuteThread [ASSET]: '0' for the queue:"(self-adjusting) weblogic.kernel.Default"" Exception in thread "[STANDBY] ExecuteThread: '3' for the queue:"(self-adjusting) weblogic.kernel.Default"" Exception in thread "[STANDBY] ExecuteThread: '1' for the queue:"(self-adjusting) weblogic.kernel.Default"" Exception in thread "[STANDBY] ExecuteThread: '2' for the queue:"(self-adjusting) weblogic.kernel.Default"" Exception in thread "Timer-2"»

    You can try and increase the settings memory used by WebLogic.

    Change the C:\Users\pk\AppData\Roaming\JDeveloper\system12.1.3.0.41.140521.1008\DefaultDomain\bin\setDomainEnv

    and set the Xms - & - Xmx be double what they are now.

  • SDM with integrated weblogic server

    I'm testing a simple application with SDM and saved searches with integrated weblogic server and the file system option. I have installed schema MDS on local DB (Oracle XE) but still not use it.

    I have enabled the option "Enable user customizations" in the option display ADF in the project properties and also checked the box 'on the doctors use sessions. Also in the application properties-> run-> MDS-> I prevail on the location of the location of the file.

    I have enabled security on the application and have put in place two or three users application. But when I run the application it does not show me saved searches that I set up in previous sessions. Nothing is getting stored in MDS.

    Y at - it something that I'm missing... any stage?

    Pointers is useful

    JDev: 11.1.2.4

    Thank you.

    You must set the layer of customization. You must add UserCC if you want to record things for a particular user. Go to adf - config-> MDS Confriguation-> add UserCC class provided by the framework of the adf.

    You must also define which component and the attributes, you must save in adf - config.xml-> view-> Tags (you must save the components) and tag attributes (attributes of the components that you want to record).

    Now do not run the application, deploy the application to your built-in wls and select Basic MDS file and complete the deployment.

    Thank you

  • Issue with weblogic server startup

    Gurus, can help body on the issue below: installed Obiee 11 g and stopped and you try to start the services on linux. -check, specify - Dweblogic.security.allowCryptoJDefaultJCEVerification = true > password to boot WebLogic server: < s ubsystem Server has failed. Reason: weblogic.security.SecurityInitializationException: Auth entication for user weblogic - Dweblogic.management.password = welcome1 denied weblogic.security.SecurityInitializationException: authentication of user breed gc - Dweblogic.management.password = welcome1 refused to weblogic.security.service.CommonSecurityServiceManagerDelegateImpl.do BootAuthorization(CommonSecurityServiceManagerDelegateImpl.java:966) to weblogic.security.service.CommonSecurityServiceManagerDelegateImpl.in itialize(CommonSecurityServiceManagerDelegateImpl.java:1054) to weblogic.security.service.SecurityServiceManager.initialize to weblogic.security.SecurityService.start(SecurityService.java:141) to weblogic.t3.srvr.SubsystemRequest.run(SubsystemRequest.java:64) truncated (SecurityS erviceManager.java:873). check the log file full stacktrace caused by: javax.security.auth.login.FailedLoginException: [Security: 090304] Auth entication Failed: user weblogic - Dweblogic.management.password = welcome1 javax.se curity.auth.login.LoginException: [Security: 090301] password not supplied to weblogic.security.providers.authentication.LDAPAtnLoginModuleImpl.log in(LDAPAtnLoginModuleImpl.java:261) to com.bea.common.security.internal.service.LoginModuleWrapper$ 1.run at java.security.AccessController.doPrivileged (Native Method) at com.bea.common.security.internal.service.LoginModuleWrapper.login (Log inModuleWrapper.java:110) regards R

    Hello

    Try with this:

    (1) create the file boot.properties in/domain/servers/AdminServer/security /.

    (2) file contains:

    1. Username =
    2. Password =

    (3) rename ldap directory to ldap_bacup/domain/servers/AdminServer/data

    (4) restart Server Admin using startWebLogic.sh

    Thank you

  • Install PT8.53 with Linux question: setup.sh can't recreate WebLogic Server PIA

    People,

    Hello. I install PeopleTools 8.53 with the server database Oracle 11 GR 1 material and OS Oracle Linux 5. Data Mover Bootstrap and application designer can connect to the instance of database successfully. About PIA, Oracle Database Server and Application Server Tuxedo11gR1 runs correctly. But when to start WebLogic Server in the opt/PT8.53/webserv/PT853/bin directory, I get an error message like below:

    [user@userlinux bin] $./startPIA.sh

    Its output:

    Try to start WebLogic Server PIA
    No activity will be connected to this window.
    Activity on the server will be connected to /opt/PT8.53/webserv/PT853/servers/PIA/logs/PIA_*
    PID for WebLogic Server PIA is: 5462

    In the direcctory /opt/PT8.53/webserv/PT853/servers/PIA/logs, I run the following command:

    [user@mylinux log] $ vi PIA_stdout.log

    Its release containing the primary error message:

    Another process is using port 80: exception java.net.BindException: Permission denied.

    The 127.0.0.1 address may be incorrect or another process is using port 443: exception java.net.BindException: Permission denied.

    Because I changed the MAX_FILE_DESCRIPTORS from 4096 to 1024 in the file 'setenv.sh', I can't start PIA on the ports lower then 1024 on Linux with a non-root users. I need to recreate PIAS and assign ports like 8000 and 4443. I have remove the PIA installed folder opt/PT8.53/webserv.  I recreate PIA in the directory /opt/PT8.53/setup/PsMpPIAInstall/ as below:

    [user@userlinux PsMpPIAInstall] $./setup.sh

    Its output:

    Select the web server root directory/home/user/oracle/Middleware

    Web server detected version: no choices available

    Error: The web server root directory entered is an invalid or incorrect version.

    Please try again. The version of the required web server is "Weblogic 10.3.


    My installed WebLogic directories are /home/user/oracle/Middleware/wlserver_10.3 and /home/user/oracle/Middleware/coherence_3.7 and I run WebLogic Console successfully with http://mylinux.mydomain:7001 / console. I think that the directory/home/user/oracle/Middleware is correct, but it says "no choices available".

    The first time, setup.sh runs correctly. In the second, setup.sh Gets the error above after deleting its previous /opt/PT8.53/webserv file installed.

    My question is:

    Can any folk solve the above problem to make run them "setup.sh" to recreate WebLogic PIA again assign ports greater than 1024?


    Thank you.

    See your original thread.

    Continue.

  • Problem with Integrated Weblogic Server in JDeveloper

    Hello

    I use JDeveloper version: 11.1.1.7

    I am facing problem with the Weblogic Server integrated into JDeveloper.

    When I start the server, the log shows as follows:

    Using the 7101 port *.

    D:\fmwps6\jdeveloper\system11.1.1.7.40.64.93\DefaultDomain\bin\startWebLogic.cmd

    [waiting for the server to complete its initialization...]

    .

    .

    Memory of JAVA arguments: - Xms768m-Xmx768m - XX: CompileThreshold = 8000 - XX: PermSize = 128 m - XX: MaxPermSize = 512 m

    .

    Start mode of WLS = development

    .

    CLASSPATH=D:\fmwps6\JDEVEL~1\SYSTEM~1.93\DEFAUL~1\UIM\lib\sdoapi.jar;D:\fmwps6\ORACLE~1\modules\oracle.jdbc_11.1.1\ojdbc6dms.jar;D:\fmwps6\patch_wls1035\profiles\default\sys_manifest_classpath\weblogic_patch.jar;D:\fmwps6\patch_jdev1111\profiles\default\sys_manifest_classpath\weblogic_patch.jar;D:\Java\JDK16~1.0_5\lib\tools.jar;D:\fmwps6\WLSERV~1.3\server\lib\weblogic_sp.jar;D:\fmwps6\WLSERV~1.3\server\lib\weblogic.jar;D:\fmwps6\modules\features\weblogic.server.modules_10.3.5.0.jar;D:\fmwps6\WLSERV~1.3\server\lib\webservices.jar;D:\fmwps6\modules\ORGAPA~1.1/lib/ant-all.jar;D:\fmwps6\modules\NETSFA~1.0_ 1/lib/Ant-contrib.jar;D:\fmwps6\ORACLE~1\modules\oracle.jrf_11.1.1\jrf.jar;D:\fmwps6\WLSERV~1.3\common\derby\lib\derbyclient.jar;D:\fmwps6\WLSERV~1.3\server\lib\xqrl.jar;;D:\ fmwps6\JDEVEL~1\SYSTEM~1.93\DEFAUL~1\UIM\config;D:\fmwps6\JDEVEL~1\SYSTEM~1.93\DEFAUL~1\UIM\lib\stringtemplate-2.3b6.jar

    .

    PATH=D:\fmwps6\patch_wls1035\profiles\default\native;D:\fmwps6\patch_jdev1111\profiles\default\native;D:\fmwps6\WLSERV~1.3\server\native\win\x64;D:\fmwps6\WLSERV~1.3\server\bin;D:\fmwps6\modules\ORGAPA~1.1\bin;D:\Java\JDK16~1.0_5\jre\bin;D:\Java\JDK16~1.0_5\bin; C:\Program Files\Common Files\Microsoft Shared live; C:\Program Files (x 86) \Common Files\Microsoft Shared live; C:\oraclexe\app\oracle\product\11.2.0\server\bin;;D:\ ADE\bin; C:\Windows\System32; C:\Windows; C:\windows\System32\Wbem; C:\windows\System32\WindowsPowerShell\v1.0\; C:\Program Widcomm logiciels\. C:\Program Widcomm Software\syswow64;D:\Java\jdk1.6.0_51\bin;D:\Softwares\apache-ant-1.7.1\bin. C:\Program Files (x 86) \Windows Live\Shared;D:\fmwps6\WLSERV~1.3\server\native\win\x64\oci920_8

    .

    ***************************************************

    * To start WebLogic Server, use a username and *.

    * password assigned to an administrator-level user.  For *.

    * server administration, using the WebLogic Server *.

    * the http://hostname:port\console console *.

    ***************************************************

    from weblogic with the Java version:

    Java version "1.6.0_51".

    Java (TM) SE Runtime Environment (build 1.6.0_51 - b31)

    Java for 64-bit Server VM (build 20, 51 - b02, mixed mode)

    WLS starting with line:

    "D:\Java\JDK16~1.0_5\bin\java-client-Xms768m-Xmx768m - XX: CompileThreshold = 8000 - XX: PermSize = 128 m - XX: MaxPermSize = 512m-Dweblogic.Name=DefaultServer-Djava.security.policy=D:\fmwps6\WLSERV~1.3\server\lib\weblogic.policy - agentlib: jdwp = transport = dt_socket, server = o, address =-Djavax.net.ssl.trustStore=D:\fmwps6\wlserver_10.3\server\lib\DemoTrust.jks 49879 - Dhttp.proxyHost = www-proxy.idc.oracle.com-Dhttp.proxyPort=80"-Dhttp.nonProxyHosts = localhost | 127.0.0.1 | rnaguban - in '-Dhttps.proxyHost = www-proxy.idc.oracle.com-Dhttps.proxyPort=80 "-Dhttps.nonProxyHosts = localhost | 127.0.0.1 | rnaguban -»-Doracle.jdeveloper.adrs=true-Dweblogic.nodemanager.ServiceEnabled=true-Duim.home=D:\fmwps6\JDEVEL~1\SYSTEM~1.93\DEFAUL~1\UIM-Dweblogic.log.Log4jLoggingEnabled_uim=true-Dlog4j.configuration_ = UIM loggingconfig.xml-Duim.logging.watchdog.timer=5000-Djava.io.tmpdir=D:\fmwps6\JDEVEL~1\SYSTEM~1.93\DEFAUL~1\UIM\tmp-Dweblogic.management.discover.retries=6-DtestConfig.home=D:\fmwps6\JDEVEL~1\SYSTEM~1.93\DEFAUL~1\UIM\testConfig-Dsun.lang.ClassLoader.allowArraySyntax=true - XX : - UseSSE42Intrinsics - DUSE_JAAS = faux - Djps.policystore.hybrid.mode=false-Djps.combiner.optimize.lazyeval=true-Djps.combiner.optimize=true-Djps.authz=ACC - Xverify : aucun-da-Dplatform.home=D:\fmwps6\WLSERV~1.3-Dwls.home=D:\fmwps6\WLSERV~1.3\server-Dweblogic.home=D:\fmwps6\WLSERV~1.3\server-Djps.app.credential.overwrite.allowed=true-Dcommon.components.home=D:\fmwps6\ORACLE~1-Djrf.version=11.1.1-Dorg.apache.commons.logging.Log=org.apache.commons.logging.impl.Jdk14Logger-Ddomain.home=D:\fmwps6\JDEVEL~1\SYSTEM~ 1.93\DEFAUL ~ 1- Djrockit.optfile=D:\fmwps6\ORACLE~1\modules\oracle.jrf_11.1.1\jrocket_optfile.txt-Doracle.server.config.dir=D:\fmwps6\JDEVEL~1\SYSTEM~1.93\DEFAUL~1\config\FMWCON~1\servers\DefaultServer-Doracle.domain.config.dir=D:\fmwps6\JDEVEL~1\SYSTEM~1.93\DEFAUL~1\config\FMWCON~1-Digf.arisidbeans.carmlloc=D:\fmwps6\JDEVEL~1\SYSTEM~1.93\DEFAUL~1\config\FMWCON~1\carml-Digf.arisidstack.home=D:\fmwps6\JDEVEL~1\SYSTEM~1.93\DEFAUL~1\config\FMWCON~1\arisidprovider-Doracle.security.jps.config=D:\fmwps6\JDEVEL~1\SYSTEM~1.93\DEFAUL~1\config\fmwconfig\jps-config.xml-Doracle.deployed.app.dir=D:\fmwps6\ JDEVEL~1\SYSTEM~1.93\DEFAUL~1\servers\DefaultServer\ tmp\_WL_user-Doracle.deployed.app.ext=\--Dweblogic.alternateTypesDirectory=D:\fmwps6\ORACLE~1\modules\oracle.ossoiap_11.1.1,D:\fmwps6\ORACLE~1\modules\oracle.oamprovider_11.1.1,D:\fmwps6\ORACLE~1\modules\oracle.jps_11.1.1-Djava.protocol.handler.pkgs=oracle.mds.net.protocol-Dweblogic.jdbc.remoteEnabled=false-Dwsm.repository.path=D:\fmwps6\JDEVEL~1\SYSTEM~1.93\DEFAUL~1\oracle\store\gmds-Dweblogic.management.discover=true-Dwlw.iterativeDev=-Dwlw.testConsole=-Dwlw.logErrorsToConsole=-Dweblogic.ext.dirs=D:\fmwps6\patch_wls1035\profiles\default\sysext_manifest_classpath;D:\fmwps6\patch_jdev1111\profiles\default\sysext_manifest_classpath weblogic. Server

    Listening to dt_socket to address transport: 49879

    The debugger is connected to the local process.

    < 16 August 2013 19:19:43 IST > < Info > < security > < BEA-090905 > < disabling CryptoJ JCE provider auto-intégrité for better startup performance. To allow this control, enter - Dweblogic.security.allowCryptoJDefaultJCEVerification = true >

    < 16 August 2013 19:19:43 IST > < Info > < security > < BEA-090906 > < change the default Random Number Generator in RSA CryptoJ of ECDRBG to FIPS186PRNG. To disable this change, specify - Dweblogic.security.allowCryptoJDefaultPRNG = true >

    < 16 August 2013 19:19:44 IST > < Info > < WebLogicServer > < BEA-000377 > < since Java hotspot 64-bit Server VM WebLogic Server Version 20, 51 - b02 Sun Microsystems Inc. >

    < 16 August 2013 19:19:44 IST > < Info > < management > < BEA-141107 > < Version: WebLogic Server temporary fix for BUG13114768 Sat Jan 21 16:14:44 IST 2012

    WebLogic Server 10.3.5.0 Fri Apr 1 20:20:06 PDT 1398638 2011 >

    < 16 August 2013 19:19:47 IST > < opinion > < WebLogicServer > < BEA-000365 > < server status changed initially >

    < 16 August 2013 19:19:47 IST > < Info > < WorkManager > < BEA-002900 > < self-adjusting Initializing of thread pool >

    < 16 August 2013 19:19:47 IST > < opinion > < LoggingService > < BEA-320400 > < D:\fmwps6\jdeveloper\system11.1.1.7.40.64.93\DefaultDomain\servers\DefaultServer\logs\DefaultServer.log log file will be rotated. Reopen the log file if stopped tailings. This can happen on some platforms such as Windows. >

    < 16 August 2013 19:19:47 IST > < opinion > < LoggingService > < BEA-320401 > < log file was shot in D:\fmwps6\jdeveloper\system11.1.1.7.40.64.93\DefaultDomain\servers\DefaultServer\logs\DefaultServer.log00115. Log messages will continue to be logged in D:\fmwps6\jdeveloper\system11.1.1.7.40.64.93\DefaultDomain\servers\DefaultServer\logs\DefaultServer.log. >

    < 16 August 2013 19:19:47 IST > < opinion > < Log Management > < BEA-170019 > < D:\fmwps6\jdeveloper\system11.1.1.7.40.64.93\DefaultDomain\servers\DefaultServer\logs\DefaultServer.log server log file is opened. All events in the log server-side will be written to this file. >

    < 16 August 2013 19:19:56 IST > < opinion > < security > < BEA-090082 > < security initialization using security realm myrealm. >

    < 16 August 2013 19:20 IST > < opinion > < LoggingService > < BEA-320400 > < D:\fmwps6\jdeveloper\system11.1.1.7.40.64.93\DefaultDomain\servers\DefaultServer\logs\access.log log file will be rotated. Reopen the log file if stopped tailings. This can happen on some platforms such as Windows. >

    < 16 August 2013 19:20 IST > < opinion > < LoggingService > < BEA-320401 > < log file was shot in D:\fmwps6\jdeveloper\system11.1.1.7.40.64.93\DefaultDomain\servers\DefaultServer\logs\access.log00066. Log messages will continue to be logged in D:\fmwps6\jdeveloper\system11.1.1.7.40.64.93\DefaultDomain\servers\DefaultServer\logs\access.log. >

    August 16, 2013 19:20:05 oracle.ods.virtualization.engine.util.VDELogger info

    INFO: Sent Notification of mapping object config reloaded

    August 16, 2013 19:20:05 oracle.ods.virtualization.engine.util.VDELogger info

    INFO: Sent Notification of mapping object config reloaded

    < 16 August 2013 19:20:18 IST > < opinion > < WebLogicServer > < BEA-000365 > < server changed to STANDBY status >

    < 16 August 2013 19:20:18 IST > < opinion > < WebLogicServer > < BEA-000365 > < server status changed initially >

    < 16 August 2013 19:20:20 IST > < WARNING > < JDBC > < BEA-001552 > < data source for logging last resource (LLR) InventoryTxDataSource does not work when it is a participant in a global transaction that spans several WebLogic Server instances because JDBC remote support is disabled. LLR will work in one configurations. >

    < 16 August 2013 19:20:22 IST > < WARNING > < JDBC > < BEA-001110 > < no table test didn't put in place for the pool "SDM-commsRepository" Connections will be tested. >

    < 16 August 2013 19:20:39 IST > < WARNING > < security > < BEA-090668 > < ignored the role 'Admin' resource deployment ' type = < url >, application is DMS Application #11.1.1.1.0, contextPath = / dms, uri = / ">".

    < 16 August 2013 19:20:58 IST > < WARNING > < J2EE > < BEA-160195 > < application version of the lifecycle event listener oracle.security.jps.wls.listeners.JpsAppVersionLifecycleListener is ignored, because the application UIMCMWSAdapter is not versioned. >

    < 16 August 2013 19:21:11 IST > < WARNING > < J2EE > < BEA-160195 > < application version of the lifecycle event listener oracle.security.jps.wls.listeners.JpsAppVersionLifecycleListener is ignored because the oracle.communications.inventory application is not versioned. >

    < TableBuilder > < _buildSchema > metric "webcache:request_filter_denied_stats" table has no key column.  It will not be seen.

    < TableBuilder > < _buildSchema > metric table "reports: Reports_Server_Information ' has no key column.  It will not be seen.

    < TableBuilder > < _buildSchema > metric table "reports: Reports_Server_Performance ' has no key column.  It will not be seen.

    < TableBuilder > < _buildSchema > metric table "reports: Reports_Server_Response ' has no key column.  It will not be seen.

    < TableBuilder > < _buildSchema > metric table "reports: Reports_Servlet_Response ' has no key column.  It will not be seen.

    < TableBuilder > < _buildSchema > metric table "reports: Remote_Bridge_Elements ' has no key column.  It will not be seen.

    < ConfigurationUtil > < getProperties > was not able to load runtime - poms.properties

    < 16 August 2013 19:21:52 IST > < error > < Net > < BEA-000903 > < could not communicate with the proxy: www-proxy.idc.oracle.com/80. Try to login www.terracotta.org/80 now.

    java.net.UnknownHostException: www-proxy.idc.oracle.com

    at java.net.Inet6AddressImpl.lookupAllHostAddr (Native Method)

    in java.net.InetAddress$ 1.lookupAllHostAddr(InetAddress.java:876)

    at java.net.InetAddress.getAddressFromNameService(InetAddress.java:1229)

    at java.net.InetAddress.getAllByName0(InetAddress.java:1180)

    at java.net.InetAddress.getAllByName(InetAddress.java:1110)

    Truncated. check the log file full stacktrace

    >

    < 16 August 2013 19:21:53 IST > < error > < Net > < BEA-000903 > < could not communicate with the proxy: www-proxy.idc.oracle.com/80. Try to login svn.terracotta.org/80 now.

    java.net.UnknownHostException: www-proxy.idc.oracle.com

    at java.net.InetAddress.getAllByName0(InetAddress.java:1184)

    at java.net.InetAddress.getAllByName(InetAddress.java:1110)

    at java.net.InetAddress.getAllByName(InetAddress.java:1046)

    at weblogic.net.http.HttpClient.openServer(HttpClient.java:309)

    at weblogic.net.http.HttpClient.openServer(HttpClient.java:414)

    Truncated. check the log file full stacktrace

    >

    < LoggerHelper > < Journal > cannot map non-serializable type "interface oracle.adf.mbean.share.config.runtime.resourcebundle.BundleListType" to open MBean Type for mbean interface oracle.adf.mbean.share.config.runtime.resourcebundle.AdfResourceBundleConfigMXBean, attribute BundleList.

    < AdfDiagnosticsJarsVersionDumpImpl > < dumpVersionInfo > version jars discharge path: D:\fmwps6\jdeveloper\system11.1.1.7.40.64.93\DefaultDomain\servers\DefaultServer\logs\oracle.communications.inventory-Versions.csv

    < FeatureUtils > < _resolveFeatures > Ignoring feature-dependency on the function "AdfDvtCommon".  There is no such feature.

    ATTENTION: From post-deployment of ADF library jar on WebLogic Server. "Provider-lazy-inited" init-param missing LibraryFilter? Ignore this warning if the ADFJspResourceProvider is not used.

    On the road: ADF library non-ADFJspResourceProvider after deployment

    Finishing: ADF library non-ADFJspResourceProvider after deployment (millis): 223

    < 16 August 2013 19:22:08 IST > < opinion > < LoggingService > < BEA-320400 > < D:\fmwps6\jdeveloper\system11.1.1.7.40.64.93\DefaultDomain\servers\DefaultServer\logs\DefaultDomain.log log file will be rotated. Reopen the log file if stopped tailings. This can happen on some platforms such as Windows. >

    < 16 August 2013 19:22:08 IST > < opinion > < LoggingService > < BEA-320401 > < log file was shot in D:\fmwps6\jdeveloper\system11.1.1.7.40.64.93\DefaultDomain\servers\DefaultServer\logs\DefaultDomain.log00118. Log messages will continue to be logged in D:\fmwps6\jdeveloper\system11.1.1.7.40.64.93\DefaultDomain\servers\DefaultServer\logs\DefaultDomain.log. >

    < 16 August 2013 19:22:08 IST > < opinion > < Log Management > < BEA-170027 > < server has established the connection with the Service of diagnosis level domain successfully. >

    < 16 August 2013 19:22:09 IST > < opinion > < WebLogicServer > < BEA-000365 > < server status changed to ADMIN >

    < 16 August 2013 19:22:09 IST > < opinion > < WebLogicServer > < BEA-000365 > < Server State has changed for RESUMING >

    < 16 August 2013 19:22:09 IST > < opinion > < Server > < BEA-002613 > < Channel "Default" is now listening on 14.96.8.250:7101 for iiop, t3, ldap, snmp, http protocols. >

    < 16 August 2013 19:22:09 IST > < opinion > < WebLogicServer > < BEA-000331 > < started WebLogic Admin Server "DefaultServer" domain "DefaultDomain" running in development Mode >

    < 16 August 2013 19:22:09 IST > < opinion > < WebLogicServer > < BEA-000365 > < Server State has changed in the RACE >

    < 16 August 2013 19:22:09 IST > < opinion > < WebLogicServer > < BEA-000360 > < server started operation >

    But it does not list the server while deploying the application.

    I don't see the problem to my office network. But I have this problem when I work from my home.

    Ideally, it should show the following lines after the server is started:

    DefaultServer startup time: 195467 ms.

    DefaultServer began.

    This is not the case if I start the server without network.

    How can I solve this problem?

    Thank you

    Ravi

    I see some message on a proxy. Have you checked that you can use the proxy on your network?

    If this isn't the case, you must disable the proxy.

    Timo

  • problem with integrated start weblogic server

    Hello world
    I used jDeveloper 11.1.1.6 and used to run my applications (JSF pages) without any problem
    But today I faced the following error when I tried to run an application by integrated weblogic server:

    from weblogic with the Java version:
    Java version "1.7.0_02".
    Java (TM) SE Runtime Environment (build 1.7.0_02 - b13)
    Java for 64-bit Server VM (build 22, 0 - b10, mixed mode)
    WLS starting with line:
    C:\PROGRA~1\Java\JDK17~1.0_0\bin\java-Xms256m-Xmx512m - XX : MaxPermSize = 1024m-Dweblogic.Name=DefaultServer-Djava.security.policy=C:\Oracle\Middleware116\wlserver_10.3\server\lib\weblogic.policy-Djavax.net.ssl.trustStore=C:\Oracle\Middleware116\wlserver_10.3\server\lib\DemoTrust.jks-Dweblogic.nodemanager.ServiceEnabled=true-da-Dplatform.home=C:\Oracle\Middleware116\wlserver_10.3-Dwls.home=C:\Oracle\Middleware116\wlserver_10.3\server-Dweblogic.home=C:\Oracle\Middleware116\wlserver_10.3\server-Djps.app.credential.overwrite.allowed=true-Dcommon.components.home=C:\Oracle\Middleware116\oracle_common-Djrf.version=11.1.1-Dorg.apache.commons.logging.Log=org.apache.commons.logging.impl.Jdk14Logger-Ddomain.home=C:\Users\eslami\AppData\Roaming\JDEVEL~1\SYSTEM~1.92\DEFAUL~ 1-Djrockit.optfile=C:\Oracle\ Middleware116\oracle_common\modules\oracle.jrf_11.1.1\jrocket_optfile.txt-Doracle.server.config.dir=C:\Users\eslami\AppData\Roaming\JDEVEL~1\SYSTEM~1.92\DEFAUL~1\config\FMWCON~1\servers\DefaultServer-Doracle.domain.config.dir=C:\Users\eslami\AppData\Roaming\JDEVEL~1\SYSTEM~1.92\DEFAUL~1\config\FMWCON~1-Digf.arisidbeans.carmlloc=C:\Users\eslami\AppData\Roaming\JDEVEL~1\SYSTEM~1.92\DEFAUL~1\config\FMWCON~1\carml-Digf.arisidstack.home=C:\Users\eslami\AppData\Roaming\JDEVEL~1\SYSTEM~1.92\DEFAUL~1\config\FMWCON~1\arisidprovider-Doracle.security.jps.config=C:\Users\eslami\ AppData\Roaming\JDEVEL~1\SYSTEM~1.92\DEFAUL~1\ config\fmwconfig\jps-config.xml-Doracle.deployed.app.dir=C:\Users\eslami\AppData\Roaming\JDEVEL~1\SYSTEM~1.92\DEFAUL~1\servers\DefaultServer\tmp\_WL_user-Doracle.deployed.app.ext=\--Dweblogic.alternateTypesDirectory=C:\Oracle\Middleware116\oracle_common\modules\oracle.ossoiap_11.1.1,C:\Oracle\Middleware116\oracle_common\modules\oracle.oamprovider_11.1.1-Djava.protocol.handler.pkgs=oracle.mds.net.protocol-Dweblogic.jdbc.remoteEnabled=false-Dwsm.repository.path=C:\Users\eslami\AppData\Roaming\JDEVEL~1\SYSTEM~1.92\DEFAUL~1\oracle\store\gmds-Dweblogic.management.discover=true-Dwlw.iterativeDev=-Dwlw.testConsole=-Dwlw.logErrorsToConsole= weblogic. Server
    Error: Could not find or load the class main weblogic. Server
    Process is complete.

    could someone help me with this problem?
    Thank you so much.

    Hello

    System folder: http://tompeez.wordpress.com/tag/system-folder/

    Change the setDoaminEnv (bat / sh - depending on your OS) and change the JAVA_HOME accordingly.

    Arun-

  • Docs for QA configuration with weblogic server 11g

    Hi Experts,

    Can anyone share a link or a any doc that would give step by step configuration to configure Oracle AQ with weblogic server 11g (10.3.4).

    Thank you.

    [Url http://download.oracle.com/docs/cd/E17904_01/web.1111/e14529/messaging.htm#sthref23] JMS Information Roadmap serves as the central repository for WebLogic Messaging documentation.

    Depending on the use case, you can use multilateral development banks, resource references or the e-mail gateway for son of JMS in the applications server - including QA - JMS-side. These options are usually used in combination with the 'foreign' configured server - same mappings when you are working with WebLogic JMS. You can see "Integrating remote and foreign suppliers JMS" on the roadmap to help choose between these approaches.

    For details of the integration of the QA - JMS supported, consult 'Interaction with Oracle Advanced queue' on the same road map.

    In addition, you can find examples AQ - JMS integration on our homepage 'grid of e-mail:
    * Step 1: Goto [url http://www.oracle.com/technetwork/middleware/weblogic/overview/index.html] Oracle WebLogic product Page.
    * Step 2: Click the grid corporate email link in the technical information section
    * (Direct linking is not possible currently, link changes often.) Fixed link keeps breaking.)

    Hope this helps,

    Tom

    Published by: falls on April 27, 2011 14:06

  • 11.1.1.1 with WebLogic Server 10.3 EPM system

    I'm installing 11.1.1.1 EPM system and that you have already installed WebLogic Server 10.3, which seems to be the Oracle AS 10gR 3 GPE 11.1.1.1-compatible server.

    However, I get the following error:
    The specified location is a directory of Oracle AS 10 g 3 invalid. Specify a valid location.

    11.1.1.1 EPM system is compatible with WebLogic Server 10.3?
    Y at - it a 10gR 3 Oracle AS different I should use? If Yes, where can I get it?

    Thank you
    Mark

    Hello

    I don't think that it is officially supported for 11.1.1.1.
    Take a look on:-http://download.oracle.com/docs/cd/E12825_01/epm.111/epm_install_start_here_11111/ch04s03s01.html
    It lists the supported web application servers.

    See you soon

    John
    http://John-Goodwin.blogspot.com/

  • Just install JDeveloper 12 c with webLogic server

    Hello friends,

    I am new to Oracle ADF. I have just installed Oracle JDeveloper and observed that WebLogic Server-12 c got also installed.

    I'm learning Oracle ADF to develop a web application independent.

    Can someone help me understand the following:

    (1) is it mandatory to use for Oracle ADF WebLogic Server

    (2) when we compile and run our program developed in the JDeveloper environment, he deployed on weblogic Server (which got installed)?

    (3) we configure the weblogic Server development in JDeveloper before?

    Thanks and greetings

    Hawker

    (1) Weblogic is the application most commonly used server. However, you can use glassfish as well - http://www.oracle.com/technetwork/developer-tools/jdev/documentation/1212-cert-1964670.html#Abrams-SupportInformation-ApplicationServers

    (2) you must deploy on the weblogic Server (this is the integrated weblogic server that has installed). You can run your jspx page or deploy the profile of the EAR.

    http://docs.Oracle.com/middleware/1212/ADF/ADFAG/deploy.htm

    (3) you must create a data source that points to the databases you use. Other than for a standard ADF application running on Weblogic Server integrated, there are not much he must use configurations. However, when deploying in production environments, you need to make sure, you install and configure the environment to weblogic for performance and scalability. The link above should have a few details.

    Nassima

    http://ptotech.blogspot.com

  • With regard to Apex configuring the listener using Weblogic Server.

    Dear all,

    Well, I have configured my interlocutor Apex in my Web server and everything worked fine. But my requirement is like I need for my URL should like this format http://hostname/ReportServer: port/dev/apex but by default, as we know it comes as http://hostname/ReportServer: port/apex/dev (as I gave the url mapping path/dev). So I tried by changing its name as DEV while deploying the APEX. File. WAR and I gave the root context than dev. Now question is even if configuration directory given i like "dev" but still its showing as 'Listener not configured'. Pls someone help me in this. Help is very appreciated.

    My configuration file is "/home/oracle/apex_listener.2.0.3.221.10.13/dev"

    But even once apex named subdirectory is created inside this dev automatically.

    In regards to this link, I had an idea but its incomplete since his unanswered, so I'm bit confused too.

    https://community.Oracle.com/thread/2134379

    I thought to change httpd.conf file and give redirect URL but I'm not sure that can we redirect modulewise as separate 'apex' named subdirectory is created in "dev" then configuration gets effect as how it will work and mod_rewrite option I have seen but can't understand as including one to pick up. Please suggest...

    My Version of the apex is 4.2.3

    Apex listener Version is 2.0.3

    As appropriate, any other information please ask me.

    Kind regards

    Nitesh Perron.

    Dear all,

    Finally I found the solution for this.  I put here so that it can be useful to others who may face difficulties like me,.

    Floorconstruction:

    After changing the root of context just start your deployed war file and test it.

    While reaching the URL,

    Web page showing "listener apex not configured" and it will show you the location of the configuration on the Web page itself.

    Then you simply copy all directories and subdirectories (that were created when you set up your database using the file. War) at the location that shown on the Web page.

    As we change the root context so a named directory context root allows to create inside the path configured, if web is unable to find configurations because it happens inside the different directory so just copy everything and try. It worked for me very smoothly.

    My position was ' /home/oracle/apex_listener.2.0.3.221.10.13/apex"(before changing the context root in weblogic server).

    Then after the change and start the deployment once again, it became ' /home/oracle/apex_listener.2.0.3.221.10.13/dev', since I gave my root of context like "dev."

    So here I just copied directory "apex" on the dev directory and it worked fine and I got my desired URL as http://localhost:port/dev/apexhttp://localhostport .

    And all applications also works very well.

    Still, I felt its not correct way to view security, but this is the solution I found and I will try apache to redirect my URL.

    Thank you

    Kind regards

    Nitesh Perron.

  • Error with PivotTable in 10.3.6 weblogic server

    Hello world

    I created an ADF application and that I have a pivot table I developed using Jdeveloper 11.1.1.3 it worked very well when we deployed the Weblogic Server 10.3.3 application.

    Now, s/n of updated the Weblogic Server to 10.3.6 so I downloaded 11.1.1.6 Jdeveloper and generated the EAR file and deployed in the 10.3.6 new server. The PivotTable does not work I get the following error message

    Cause first of ServletException.

    1. java.lang.NoSuchMethodError: oracle.adfinternal.view.faces.bi.renderkit.imageView.ImageViewRendererUtils.isAttachmentMode (Z)
      at oracle.adfinternal.view.faces.bi.renderkit.pivotTable.RichPivotTableRenderer.getRowBlockSize(RichPivotTableRenderer.java:1489)
      at oracle.adfinternal.view.faces.bi.renderkit.pivotTable.RichPivotTableRenderer.getPivotTableEncodeContext(RichPivotTableRenderer.java:1616)
      at oracle.adfinternal.view.faces.bi.renderkit.pivotTable.RichPivotTableRenderer.encodeAll(RichPivotTableRenderer.java:1789)

    Here is the code

    < dvt:pivotTable id = "employeeDocuments_pt".

    value = "#{Bindings.lum_EmployeeDocumentsReportView1.pivotTableModel} '"

    Binding = "#{backingBeanScope.backing_LUM_EMPLOYEE_DOCUMENTS_REPORT.employeeDocuments_pt} '"

    var = 'cellData"varStatus ="cellStatus"size = 'auto' summary = 'entries '.

    inlineStyle = "width: 1400px; height: 900.0px; »

    rowFetchSize = "-1" columnFetchSize = "75" >

    < dvt:dataCell dataAttribute = "DocumentFlag" >

    < af:selectBooleanCheckbox id = "idselectbooleancheckbox" label = "SELECT" value = "#{cellData.dataValue} '"

    readOnly = "true" / >

    < / dvt:dataCell >

    < / dvt:pivotTable >

    The code remains the same, that nothing has changed since 10.3.3 to 10.3.6 and I even tried to deploy the ear file generated by jdeveloper 11.1.1.3 even that did not work.

    This soemthing is related to the problem of the libraries?

    Can someone help me on this.


    Thank you

    Harika.


    Herald, yes the runtime adf of mass to be installed separately after the installation of wls. Not sure about the impact of the discoverer installation 11.1.1.7.

    Maybe you need to use Jdev 11.1.1.7.0 in this case. However, as this version works on wls 10.3.6 that shouldn't be a problem.

    Like I dunno discoverer you should check the certification matrix got the two products to ensure that they work together on a single server.

    Timo

Maybe you are looking for

  • Satellite Pro P70 - Has: 2nd invisible HARD drive - how to initialize the 2nd HARD drive

    I have a P70 - A. Satellite Pro'Primary' hard disk failed, and has been replaced by the service centre. Now, only the main hard drive is shown and the Service Center said that I had to 'initialize' the second hard drive to make it visible. They assur

  • Air of 2013: fan always on top

    I have a MacBook Air from mid-2013, the last El Capitan running everything. He began to have constantly the fan at the top at all times. Well, when the computer wakes up first, he is silent, but within 5-10 minutes, the fan speed increases, computer

  • IM get emails from FBI

    Im getting emails from false people tell their FBI, just win million dollars from different countries, or has just arrived at the airport with your money, it will never heard so much Bull. I sweep and block junk mail but it just comes back constantly

  • The screen colors are not correct

    While using my computer my bright red became dark Cherry color or pink, Brown became lila etc etc... It is not the screen that I use my TV and it's ok? any help in simple terms most welcome, thank you

  • I can't click a link in the emails

    HI, I have no Windows Mail application on my desktop.  Today when I tried to click on a link in any email I get an error message indicating that the application is not found.  Exactly what this means and what I can do to solve this problem. Thank you