WebLogic Server 9.2.2 & running WLS 9.1 generated WLST config.py

Hello everybody,
I am running a WLS 9.1 WLST ConfigToScript config.py in a blank new WLS 9.2 installation to recreate a WLS Server domain.
The original script generated reflects the Administration Server residing on one machine while the Application Server, applications, and node manager reside on another machine. I've edited the script for the new target machine. In this case they want to everything to reside in a single Solaris 10 Zone. The Administration Server resides on one virtual IP address while the nodemanger, application server, and applications all reside on another virtual IP address. Both these addresses are defined in the zone, which has it's own IP address in which WLS 9.2 is installed.
When the script runs it tries to connect to the Administration Server I've defined and when it fails to connect it proceeds to create a brand new administration server. This proceeds as expected and finally when WLST attempts to connect to the now running Administration Server I get the following errors:
WLST-WLS-1207767457017: <Apr 9, 2008 2:58:49 PM EDT> <Notice> <WebLogicServer> <BEA-000365> <Server state changed to RUNNING>
WLST-WLS-1207767457017: <Apr 9, 2008 2:58:49 PM EDT> <Notice> <WebLogicServer> <BEA-000360> <Server started in RUNNING mode>
Server started successfully.
Started Server. Trying to connect to the server ...
Connecting to t3://10.99.99.99:8082 with userid system ...
WLST-WLS-1207767457017: Exception in thread "[ACTIVE] ExecuteThread: '0' for queue: 'weblogic.kernel.Default (self-tuning)'" java.lang.OutOfMemoryError: PermGen space
WLST-WLS-1207767457017: Exception in thread "Timer-1" java.lang.OutOfMemoryError: PermGen space
WLST-WLS-1207767457017: Exception in thread "[STANDBY] ExecuteThread: '2' for queue: 'weblogic.kernel.Default (self-tuning)'" java.lang.OutOfMemoryError: PermGen space
I've tried adding "-XX:MaxPermSize=256m" when I invoke java to run WLST but of course after I got the error again I realized that it is the newly created WLS Administration Server that is getting this error.
I would have thought the WLST configToScript would have exported any special JVM flags used by the original Administration Server, nodemangers, and such.
Could you please explain how I fix this?
Do I need to lookup in the original 9.1 environment all of these JVM flags and integrate them somehow in the ConfigToScript config.py script?
Thanks very much.

Try changing the config.py script:
And server for the line "startServer", and there add that MaxPermSize.
For example:
startServer("AdminServer", "Domain", t3://XXXX, "weblogic","weblogic","/opt/BEA/user_projects/domains/Domain", timeout=90000, jvmArgs='-XX:MaxPermSize=256m, -Xms512m, -Xmx512m')
Schelstraete Bart
[email protected]
http://www.schelstraete.org
http://www.linkedin.com/in/bschelst

Similar Messages

  • OEPE 1.6 - Oracle WebLogic Server 11gR1 PatchSet 3 requres WLS 10.3.4

    Hi!
    Anyone knowing when Weblogic Server 10.3.4 is planed GA
    Borre

    Borre,
    See the recent OTN post from 20110115 detailing the latest release of Oracle WebLogic Server and some retesting of the previous issues related to JSR-317 JPA 2.0 support below.
    Re: Deploy Hibernate based EAR file on Weblogic 10.3.3?
    The latest release of Oracle WebLogic Server has been available on OTN at the following location since 20110115.
    http://www.oracle.com/technetwork/middleware/weblogic/downloads/wls-main-097127.html
    This release provides support for JSR-317 JPA 2.0 container managed applications using the QWG8 patch or a manual prepending classpath change.
    In 10.3.3.0 you were required to use the FilteringClassLoader via the *<wls:prefer-application-packages>* addition to your application managed persistence unit - this workaround as well as the persistence.xml renaming one is now fully deprecated and not required in 10.3.4.0 for both application and container managed persistence contexts.
    As of 20110115 the 5 outstanding issues below look to be fixed by applying the http://download.oracle.com/docs/cd/E17904_01/web.1111/e13720/using_toplink.htm#EJBAD1309 patch for QWG8 or manually prepending to the WebLogic 10.3.4.0 server classpath.
    commEnv.cmd: line 67
    @rem Set BEA Home
    set BEA_HOME=C:\opt\wls1034r20110115
    @rem Enable JPA 2.0 functionality on WebLogic Server 10.3.4 with the following patch line for commEnv.cmd:67
    set PRE_CLASSPATH=%BEA_HOME%\modules\javax.persistence_1.0.0.0_2-0-0.jar;%BEA_HOME%\modules\com.oracle.jpa2support_1.0.0.0_2-0.jar
    A JPA 2.0 EE application using EclipseLink as the JPA2 persistence provider on WebLogic is detailed in the analysis section below1) JPA 2.0 XSD parsing - verified
    2) New JPA 2.0 schema elements like <shared-cache-mode>NONE</shared-cache-mode> - verified
    3) JPA 2.0 runtime API like a entityManager.getMetamodel(); call on the Servlet or Stateless session bean - verified
    4) JPA 2.0 weaving/instrumentation - this will require a more detailed lazy model and more debugging to fully verify
    5) Dependency Injection of a container managed JPA 2.0 entityManager on a EJB component like a stateless session bean - verified
    http://wiki.eclipse.org/EclipseLink/Development/JPA_2.0/weblogic#Enabling_JPA2_support
    OTN downloadhttp://www.oracle.com/technetwork/middleware/weblogic/downloads/wls-main-097127.html
    Patching
    http://download.oracle.com/docs/cd/E18476_01/doc.220/e18480/weblogicchap.htm
    Documentationhttp://download.oracle.com/docs/cd/E17904_01/web.1111/e13852/toc.htm
    Supported Oracle WebLogic Server Versionshttp://download.oracle.com/docs/cd/E15315_06/help/oracle.eclipse.tools.weblogic.doc/html/SupportedServerVersions.html
    TopLink JPA 2.0 Specific documentation/patchinghttp://download.oracle.com/docs/cd/E17904_01/web.1111/e13720/using_toplink.htm#EJBAD1309
    EclipseLink Wiki: JPA 2.0 using EclipseLink on WebLogic analysis (XSD, Weaving, DI of @PersistenceContext)http://wiki.eclipse.org/EclipseLink/Development/JPA_2.0/weblogic#Enabling_JPA2_support
    thank you
    /Michael O'Brien
    http://www.eclipselink.org

  • Migrate a webservice built in WebLogic Server 8.1 to Oracle WLS 10.3

    Hi
    I have built a webservice in a application server BEA WebLogic Server 8.1 SP6
    Now I want to migrate it to a application server Oracle WebLogic Server 10.3
    My problem is the webservice uses a file build.xml that contains some commands that are deprecated in version 10.3
    These deprecated commands include in the file build.xml are :
    <target name="generate-autotype">
    <*autotype* wsdl="${CLIENT_BUILDER_RESOURCES}/${webservice}.wsdl"
    targetNamespace="http://webservices/${modulo}/${webservice}.wsdl"
    packageName="webservices.${modulo}"
    destDir="${CLIENT_BUILDER_OUTPUT_DIR}"
    keepGenerated="false"/>
    <move file="${CLIENT_BUILDER_OUTPUT_DIR}/types.xml" todir="${CLIENT_BUILDER_BUILD_DIR}"/>
    </target>
    <*source2wsdd* javaSource="${SICAS_SRC}/webservices/${modulo}/${clase}.java"
    sourcePath="${CLIENT_BUILDER_OUTPUT_DIR}"
    typesInfo="${CLIENT_BUILDER_BUILD_DIR}/types.xml"
    ddFile="${CLIENT_BUILDER_BUILD_DIR}/web-services.xml"
    mergeWithExistingWS="true"
    serviceURI="/${webservice}"
    targetNamespace="http://webservices/${modulo}/${webservice}.wsdl"
    classpathref="source2wsdd.class.path"/>
    </target>
    <target name="generate-ear">
    <*wspackage* output="${CLIENT_BUILDER_BUILD_DIR}/sicasws.ear"
    codecDir="${CLIENT_BUILDER_OUTPUT_DIR}"
    webAppClasses="webservices.${modulo}/${webservice}"
    overwrite="false"
    ddFile="${CLIENT_BUILDER_BUILD_DIR}/web-services.xml"
    warName="sicasws.war"/>
    </target>
    I need to compile my webservice in Oracle WebLogic 10.3
    Before compile it, I must change the file build.xml of the webservice
    Can anybody tell me how can migrate this webservice to Oracle WebLogic Server 10.3?
    Thanks a lot
    Josep Maria

    Hi Josep,
    WLS8.1 webservice needs to have all the WebService annotations when we migrate it to WLS9.x onwards.
    Here is a Simplest way which can be used....As you already have the WSDL generated from your WLS8.1 WebService ....So Use WSDLC Task to genarate the Annotated WebService from it ...and then Copy and paste the Method Implementations from your OLD Service to the Newly Generated Service....
    How to do it?
    Answer: Here is have developed a Step by Step procedure to do it...Please have a look...
    http://jaysensharma.wordpress.com/2009/12/18/how-to-build-a-webservice-from-a-wsdl/
    Thanks
    Jay SenSharma
    http://jaysensharma.wordpress.com (WebLogic Wonders Are Here)

  • Weblogic server 9.2 security and administartion

    hi all,
    i have few questions in my mind can anybody answer for these.
    1> in weblogic server 9.2 can existing infrastrcture allow to generate auto alert on going down the server instance or due to any erroe during running and that should be available to the adminstrator anywhere?if yes then how?
    2>Can we administrator decide the previlieges/access to be given to the client by setting proxy with username and passoword?If yes how?
    3>For security purpose as user logs out can we make provision to shut down the browser instead of just signing out?
    4>If i need to deploye j2ee applciation on weblogic server that is created using by some another IDE,what is the steps/points to be considered as premigration study?
    i will be thankful if anybody try to answer these questions.
    with regards
    santoh.r

    Hello User,
    You can find the application under below path
    Domain_name - Expand "Environment" and Select " Deployments " - here your application will show which are deployed in this domain.
    Please refer -http://docs.oracle.com/cd/E13222_01/wls/docs100/intro/console.html
    Regards
    Laksh

  • Hanging Weblogic Server

    Hi,
    we have a J2EE application using an Oracle 8.1.7
    database, Oracle thin JDBC driver and WLS 5.1 running on
    a Tru64 WLS cluster.
    The entire Weblogic Server is hanging (!!!) after a database
    reconnect.
    The problem occurs when a EJB selects data from the database and
    the database is going down and the application server is trying
    to reconnect.
    If there is no database activity in the moment of the database
    reconnect, the application works fine
    (the server is not hanging).
    The application only reads (select) data from the database,
    no inserts/updates/deletes.
    We are using a database connect pool (initial 10, increment 10,
    max 30 connections, testConnsOnReserve=true,
    testConnsOnRelease=false, refreshTestMinutes=1).
    The problem is independend from
    a) The operating System
    (We tested Tru64 UNIX V4.0e, V4.0f and W2K SP2.)
    b) the java version
    (We tested on Tru64 UNIX V1.2.2-6 with and without
    Compaq fast VM V1.2.2-4, V1.3.1-1 and V1.3.1-2 with fast
    VM, on W2K V1.2.2 and V1.3.1)
    c) the Oracle thin driver
    (We tested an older one and the current version
    for Oracle V8.1.7 - downloaded last week from Oracle.
    I dont know the detailled version.
    All files are named
    classes12.jar or classes12_01.jar)
    d) the Oracle minor version
    (We tested Oracle V8.1.7.0, V8.1.7.2 and V8.1.7.3)
    e) WLS as a single server application or
    and all combinations from a) b) c) d) and e)
    (It was a lot of work to test it !!!)
    But the problem depends on the Weblogic Server service pack.
    a) With WLS SP7 we have no problem.
    b) With WLS SP9 and SP11 the entire application server is
    hanging.
    But we need WLS SP9 or higher with the bugfixing for
    CR 31604: Fixed a bug where EJBs with large Primary Keys
    caused OutOfMemoryErrors.
    Any Idea.
    Thanks in Advance.
    Regards
    Uwe Seyfert

    Hi. Are you sure you've editted the startWebLogic script
    to add the latest oracle driver zip ahead of all the weblogic stuff
    in the weblogic.classpath, not the java.classpath? Can we see
    a thread dump of the server when it hangs?
    thanks,
    joe
    Uwe Seyfert wrote:
    Hi,
    we have a J2EE application using an Oracle 8.1.7
    database, Oracle thin JDBC driver and WLS 5.1 running on
    a Tru64 WLS cluster.
    The entire Weblogic Server is hanging (!!!) after a database
    reconnect.
    The problem occurs when a EJB selects data from the database and
    the database is going down and the application server is trying
    to reconnect.
    If there is no database activity in the moment of the database
    reconnect, the application works fine
    (the server is not hanging).
    The application only reads (select) data from the database,
    no inserts/updates/deletes.
    We are using a database connect pool (initial 10, increment 10,
    max 30 connections, testConnsOnReserve=true,
    testConnsOnRelease=false, refreshTestMinutes=1).
    The problem is independend from
    a) The operating System
    (We tested Tru64 UNIX V4.0e, V4.0f and W2K SP2.)
    b) the java version
    (We tested on Tru64 UNIX V1.2.2-6 with and without
    Compaq fast VM V1.2.2-4, V1.3.1-1 and V1.3.1-2 with fast
    VM, on W2K V1.2.2 and V1.3.1)
    c) the Oracle thin driver
    (We tested an older one and the current version
    for Oracle V8.1.7 - downloaded last week from Oracle.
    I dont know the detailled version.
    All files are named
    classes12.jar or classes12_01.jar)
    d) the Oracle minor version
    (We tested Oracle V8.1.7.0, V8.1.7.2 and V8.1.7.3)
    e) WLS as a single server application or
    and all combinations from a) b) c) d) and e)
    (It was a lot of work to test it !!!)
    But the problem depends on the Weblogic Server service pack.
    a) With WLS SP7 we have no problem.
    b) With WLS SP9 and SP11 the entire application server is
    hanging.
    But we need WLS SP9 or higher with the bugfixing for
    CR 31604: Fixed a bug where EJBs with large Primary Keys
    caused OutOfMemoryErrors.
    Any Idea.
    Thanks in Advance.
    Regards
    Uwe Seyfert

  • Exception:weblogic.server.ServiceFailureException:

    JAVA Memory arguments: -Xms96m -Xmx256m
    WLS Start Mode=Development
    CLASSPATH=C:/cspDomain/lib/patches/CSP_patch_434.jar;;;C:\bea\WEBLOG~1\server\lib\weblogic_knex_patch.jar;C:\bea\WEBLOG~1\common\lib\log4j.jar;C:\bea\WEBLOG~1\server\lib\debugging.jar;C:\bea\WEBLOG~1\server\lib\knex.jar;C:\bea\WEBLOG~1\javelin\lib\javelin.jar;C:\bea\WEBLOG~1\server\lib\wlw-lang.jar;C:\bea\JROCKI~1\lib\tools.jar;C:\bea\WEBLOG~1\server\lib\weblogic_sp.jar;C:\bea\WEBLOG~1\server\lib\weblogic.jar;C:\bea\WEBLOG~1\server\lib\ant\ant.jar;C:\bea\JROCKI~1\jre\lib\rt.jar;;C:\bea\WEBLOG~1\common\eval\pointbase\lib\pbclient44.jar;C:\bea\WEBLOG~1\server\lib\webserviceclient.jar;C:\bea\WEBLOG~1\server\lib\webserviceclient+ssl.jar;C:\bea\WEBLOG~1\server\lib\xbean.jar;C:\bea\WEBLOG~1\server\lib\wlxbean.jar;C:\bea\WEBLOG~1\server\lib\xqrl.jar;C:\bea\WEBLOG~1\server\lib\netui\netui-compiler.jar;C:\bea\WEBLOG~1\server\lib\wli.jar;C:\bea\WEBLOG~1\server\lib\fop.jar;C:\bea\WEBLOG~1\integration\adapters\sample\lib\sample-eis.jar;C:\bea\WEBLOG~1\portal\lib\wps_system.jar;C:/cspDomain/lib/post/ClaimsServiceClient.jar;C:/cspDomain/lib/post/commons-beanutils.jar;C:/cspDomain/lib/post/commons-collections.jar;C:/cspDomain/lib/post/commons-digester.jar;C:/cspDomain/lib/post/commons-fileupload.jar;C:/cspDomain/lib/post/commons-logging.jar;C:/cspDomain/lib/post/commons-validator.jar;C:/cspDomain/lib/post/hibernate2.jar;C:/cspDomain/lib/post/junit.jar;C:/cspDomain/lib/post/log4j-1.2.8.jar;C:/cspDomain/lib/post/MemberServiceClient.jar;C:/cspDomain/lib/post/PhsAudit.jar;C:/cspDomain/lib/post/PhsBOD.jar;C:/cspDomain/lib/post/PhsExceptions.jar;C:/cspDomain/lib/post/PhsLogging.jar;C:/cspDomain/lib/post/PhsSchema.jar;C:/cspDomain/lib/post/PhsUtility.jar;C:/cspDomain/lib/post/ProductServiceClient.jar;C:/cspDomain/lib/post/ProviderServiceClient.jar;C:/cspDomain/lib/post/PurchaserServiceClient.jar;C:/cspDomain/lib/post/ServiceLocator.jar;C:/cspDomain/lib/post/struts-adapter.jar;C:/cspDomain/lib/post/struts.jar;C:/cspDomain/lib/post/strutstestcase.jar;C:/cspDomain/lib/post/west_fax_client.jar;C:/cspDomain/settings
    PATH=C:\bea\WEBLOG~1\server\bin;C:\bea\JROCKI~1\jre\bin;C:\bea\JROCKI~1\bin;C:\OraHome1\bin;C:\Program Files\Oracle\jre\1.1.8\bin;C:\WINDOWS\system32;C:\WINDOWS;C:\WINDOWS\System32\Wbem;C:\bea\WEBLOG~1\server\bin\oci920_8
    * To start WebLogic Server, use a username and *
    * password assigned to an admin-level user. For *
    * server administration, use the WebLogic Server *
    * console at http:\\hostname:port\console *
    starting weblogic with Java version:
    === Debugging ===
    This window is necessary for debugging code using WebLogic Workshop
    Starting WLS with line:
    C:\bea\JROCKI~1\bin\java -jrockit -Xdebug -Xnoagent -Xrunjdwp:transport=dt_socket,address=8453,server=y,suspend=n -Djava.compiler=NONE -Xms96m -Xmx256m -Xverify:none -ea -da:com.bea... -da:javelin... -da:weblogic... -Dplatform.home=C:\bea\WEBLOG~1 -Dwls.home=C:\bea\WEBLOG~1\server -Dwli.home=C:\bea\WEBLOG~1\integration -Dlog4j.configuration=file:C:\bea\WEBLOG~1\common\lib\workshopLogCfg.xml -Dweblogic.management.discover=true -Dweblogic.ProductionModeEnabled= -Dejbruntime.database=oracle81xthin -Dweblogic.security.SSL.ignoreHostnameVerify=false -Dwlw.iterativeDev=true -Dwlw.testConsole=true -Dwlw.logErrorsToConsole=true -Dweblogic.Name=cspServer -Djava.security.policy=C:\bea\WEBLOG~1\server\lib\weblogic.policy weblogic.Server
    ERROR: Proxy already running...
    <May 6, 2005 2:58:55 PM GMT+05:30> <Info> <WebLogicServer> <BEA-000377> <Starting WebLogic Server with BEA WebLogic JRockit(TM) 1.4.2_04 JVM Version ari-31788-20040616-1132-win-ia32 from BEA Systems, Inc.>
    <May 6, 2005 2:58:55 PM GMT+05:30> <Info> <Configuration Management> <BEA-150016> <This server is being started as the administration server.>
    <May 6, 2005 2:58:55 PM GMT+05:30> <Info> <Management> <BEA-141107> <Version: WebLogic Server 8.1 SP3 Tue Jun 29 23:11:19 PDT 2004 404973
    WebLogic XMLX Module 8.1 SP3 Tue Jun 29 23:11:19 PDT 2004 404973
    WebLogic Server 8.1 SP3 Tue Jun 29 23:11:19 PDT 2004 404973
    WebLogic Server 8.1 SP3 Tue Jun 29 23:11:19 PDT 2004 404973
    WebLogic Integration 8.1 SP3 Wed Jun 30 14:05:38 PDT 2004 405464
    WebLogic Portal 8.1 SP3 Wed Jun 30 14:02:15 PDT 2004 405464>
    <May 6, 2005 2:58:56 PM GMT+05:30> <Notice> <Management> <BEA-140005> <Loading domain configuration from configuration repository at C:\CSPDOM~3\domains\CSPDOM~1\.\config.xml.>
    Could not bind to Weblogic server (Error attaching to Weblogic Server.).
    <May 6, 2005 2:59:00 PM GMT+05:30> <Notice> <Log Management> <BEA-170019> <The server log file C:\CSPDomain\domains\cspDomain\cspServer\cspServer.log is opened. All server side log events will be written to this file.>
    <May 6, 2005 2:59:01 PM GMT+05:30> <Error> <EmbeddedLDAP> <000000> <Error Instantiating 'dc=cspDomain': null>
    <May 6, 2005 2:59:01 PM GMT+05:30> <Critical> <EmbeddedLDAP> <BEA-171522> <An error occurred while initializing the Embedded LDAP Server. The exception thown is java.lang.ClassCastException: com.octetstring.vde.backend.BackendRoot. This may indicate a problem with the data files for the Embedded LDAP Server. If the problem is with the data files and it can not be corrected, backups of previous versions of the data files exist in .\cspServer\ldap\backup.>
    <May 6, 2005 2:59:01 PM GMT+05:30> <Critical> <WebLogicServer> <BEA-000364> <Server failed during initialization. Exception:weblogic.server.ServiceFailureException: Error initializing Embedded LDAP Server - with nested exception:
    [java.lang.ClassCastException: com.octetstring.vde.backend.BackendRoot]
    java.lang.ClassCastException: com.octetstring.vde.backend.BackendRoot
         at weblogic.ldap.EmbeddedLDAP.initialize()V(EmbeddedLDAP.java:192)
         at weblogic.t3.srvr.T3Srvr.initializeHere()V(T3Srvr.java:816)
         at weblogic.t3.srvr.T3Srvr.initialize()V(T3Srvr.java:670)
         at weblogic.t3.srvr.T3Srvr.run([Ljava.lang.String;)I(T3Srvr.java:344)
         at weblogic.Server.main([Ljava.lang.String;)V(Server.java:32)
    --------------- nested within: ------------------
    weblogic.server.ServiceFailureException: Error initializing Embedded LDAP Server - with nested exception:
    [java.lang.ClassCastException: com.octetstring.vde.backend.BackendRoot]
         at weblogic.ldap.EmbeddedLDAP.initialize()V(EmbeddedLDAP.java:276)
         at weblogic.t3.srvr.T3Srvr.initializeHere()V(T3Srvr.java:816)
         at weblogic.t3.srvr.T3Srvr.initialize()V(T3Srvr.java:670)
         at weblogic.t3.srvr.T3Srvr.run([Ljava.lang.String;)I(T3Srvr.java:344)
         at weblogic.Server.main([Ljava.lang.String;)V(Server.java:32)
    >
    <May 6, 2005 2:59:01 PM GMT+05:30> <Emergency> <WebLogicServer> <BEA-000342> <Unable to initialize the server: weblogic.server.ServiceFailureException: Error initializing Embedded LDAP Server - with nested exception:
    [java.lang.ClassCastException: com.octetstring.vde.backend.BackendRoot]>
    Stopping the Weblogic Workshop debugger...
    Debugger Stopped.
    i am getting the above exception what is the problem
    thanks,
    siva
    Thanks & Regards,
    Siva VP,
    [email protected]

    Deletion of this folder works. But the error popups again while i am restarting server. Should i delete this everytime before i start. Is there any other way to fix this?

  • Minimum user rights to run WLS 8.1 as a Win2k service

    Anyone know what the "minimum" user rights are required to run WLS 8.1 as a service
    on Win2k?
    (no connections to remote server directories etc is required)

    "TomL" <[email protected]> wrote:
    Anyone know what the "minimum" user rights are
    required to run WLS 8.1 as a service on Win2k?Tom,
    WebLogic can log on to Microsoft Windows NT 5.0/2000 under the
    "LocalSystem" account. This is a local account used by system
    processes.
    So, your WebLogic Server 8.1 service, running in the context of the
    LocalSystem account, would inherit these characteristics:
    - This service cannot open the registry key: HKEY_CURRENT_USER...
    - This service is allowed to open registry key:
    HKEY_LOCAL_MACHINE\SECURITY...
    - This service has limited access to network resources,
    such as shares and pipes, because it has no credentials
    and must connect using a null session...
    - If the service opens a command window and runs a batch file,
    the user could use CTRL+C to terminate the batch file and
    gain access to a command window with LocalSystem permissions...
    - This service cannot share objects with other applications
    unless they are opened using a DACL or NULL DACL...
    - Finally, if this Service requires anything more than a
    brief moment to perform necessary initialization, it may
    be required to create another thread to do the common
    initialization while the main thread continues with
    processing.
    Brian J. Mitchell
    Systems Administrator, MIS
    TRX
    6 West Druid Hills Drive
    Atlanta, GA 30329 USA
    http://www.trx.com
    email: [email protected]
    office: +1 404 327 7238
    mobile: +1 678 283 6530

  • Anyone have Weblogic Server 5.1 and Firewall-1 mix authentication problems?

    We have a Weblogic Server 5.1 instance running behind Firewall-1 from
    Checkpoint. When an external client tries to connect, the following
    happens:
    1. an authentication dialog box from Firewall-1 pops up and once it
    authenticates the user, then
    2. ANOTHER authenticatino dialog box pops up from WLS but it says it is a
    combo of both WLS and Firewall-1???
    Bizzarre!
    Ideally, Just one popup should occur or people should be able to athenticate
    once in FW1 and then secondly in ONLY WLS realm (not some hybrid)
    Any ideas / suggestions
    Bart Jenkins, CTO, Globeflow SA
    Madrid Spain

    Bart,
    Could you please provide more details? For example, what is it that makes
    you believe that it is a combo?
    I ask because there is no integration between the two products. I would
    have expected that FW-1 would
    prompt because it is authenticating the user and then WLS would prompt via
    basic or form-based authentication
    if the resource is protected.
    Paul Patrick
    "Bart Jenkins" <[email protected]> wrote in message
    news:3a75efb6$[email protected]..
    We have a Weblogic Server 5.1 instance running behind Firewall-1 from
    Checkpoint. When an external client tries to connect, the following
    happens:
    1. an authentication dialog box from Firewall-1 pops up and once it
    authenticates the user, then
    2. ANOTHER authenticatino dialog box pops up from WLS but it says it is a
    combo of both WLS and Firewall-1???
    Bizzarre!
    Ideally, Just one popup should occur or people should be able toathenticate
    once in FW1 and then secondly in ONLY WLS realm (not some hybrid)
    Any ideas / suggestions
    Bart Jenkins, CTO, Globeflow SA
    Madrid Spain

  • Bea Weblogic Server performance question.

    Hello,
    Im wondering if there are big performance difference between Bea Weblogic Server
    versions.
    I run BWS 5.1 and find it great, I ve tested the application on 6.0 and it seems
    to run as good as 5.1, I ve tested with 6.1 and it works fine too.
    And now is my question... is it big difference between WLS from 5.1, 6.0, 6.1,
    7.0, 8.0, 8.1 ???
    I dont need any "super-hyper" features just run a simple EJB (30-40 EJBs) application.
    If there are big performance difference then there is a good reason to update
    to the latest WLS. (Do you have any benchmark urls for this issue?)
    Do I need to modify the EJBs if I want to upgrade from 5.1 to 8.1 ??
    When I upgraded from 5.1 to 6.1 there was a little changes I ve to make in the
    xml files.
    Thanks for all your help!
    /Sonny!

    "Sonny" <[email protected]> wrote in message
    news:3f0d6ca6$[email protected]..
    |
    | Hello,
    |
    | Im wondering if there are big performance difference between Bea Weblogic
    Server
    | versions.
    | I run BWS 5.1 and find it great, I ve tested the application on 6.0 and it
    seems
    | to run as good as 5.1, I ve tested with 6.1 and it works fine too.
    | And now is my question... is it big difference between WLS from 5.1, 6.0,
    6.1,
    | 7.0, 8.0, 8.1 ???
    | I dont need any "super-hyper" features just run a simple EJB (30-40 EJBs)
    application.
    |
    | If there are big performance difference then there is a good reason to
    update
    | to the latest WLS. (Do you have any benchmark urls for this issue?)
    |
    | Do I need to modify the EJBs if I want to upgrade from 5.1 to 8.1 ??
    | When I upgraded from 5.1 to 6.1 there was a little changes I ve to make in
    the
    | xml files.
    |
    | Thanks for all your help!
    |
    | /Sonny!
    As new versions release, there is differences in performance. One
    significant point to note is the JVM versions that are supported which
    significantly impact the application server performance. The new WLS 8.1 on
    the newest released 1.4.2 JVM is damn good. The 1.4.1_0x JVMs have been
    dramatically slower in tests that I've done. So even incremental releases
    will make an impact.
    In newer releases, code matures also. I also believe in 7.x they gave the
    capability of clustering JVM more effectively.
    anyway... good luck.
    ken k

  • ... migrate your iAS license to the equivalent WebLogic Server ...

    hi
    see http://www.oracle.com/technology/products/jdev/htdocs/jdeveloper11gfaq.html#L0
    If I am licensed for Oracle Internet Application Server (Standard edition, Enterprise Edition) can I run a ADF 11g application for free?
    No. The existing Oracle Internet Application Server(iAS) is not capable of running an ADF 11g application. You will need to deploy such applications on a WebLogic 10gR3 based Application Server. In order to be able to do this you will need to migrate your iAS license to the equivalent WebLogic Server or Suite license,. Please consult your sales contact or visit the Oracle Store.
    questions
    (q1) Has anyone been able to migrate his license to WebLogic Server?
    (q2) Which future (WLS based) Oracle Application Server release will allow to deploy JDeveloper 11g ADF applications without the need to buy a new license? Will there be such a release?
    many thanks
    Jan Vervecken

    As far as I know the final details of the license migration from OAS 10.1.2 to FMW11g are still being finalized.
    FMW 11g will have more components in it than OAS 10.1.2 had - and also more than what WLS had - so there will be a need to figure out what you had license for and what you are buying license for - and there will probably be various editions/packaging to match various needs.
    I think this discussion is better left of this forum and in the hands of the Oracle sales team and your managers who can figure out the right price, discount etc...
    Lets keep this forum focused on the technical aspects of any such migration.

  • Weblogic server 10.3.5 error during SSL handshake

    Please some one help to figure the issue with following logs.
    <16-Jan-2013 18:40:40 o'clock GMT> <Debug> <SecuritySSL> <BEA-000000> <Filtering JSSE SSLSocket>
    <16-Jan-2013 18:40:40 o'clock GMT> <Debug> <SecuritySSL> <BEA-000000> <SSLIOContextTable.addContext(ctx): 33092690>
    <16-Jan-2013 18:40:40 o'clock GMT> <Debug> <SecuritySSL> <BEA-000000> <SSLSocket will be Muxing>
    <16-Jan-2013 18:40:40 o'clock GMT> <Debug> <SecuritySSL> <BEA-000000> <Filtering JSSE SSLSocket>
    <16-Jan-2013 18:40:40 o'clock GMT> <Debug> <SecuritySSL> <BEA-000000> <SSLIOContextTable.addContext(ctx): 33095418>
    <16-Jan-2013 18:40:40 o'clock GMT> <Debug> <SecuritySSL> <BEA-000000> <SSLSocket will be Muxing>
    <16-Jan-2013 18:40:40 o'clock GMT> <Debug> <SecuritySSL> <BEA-000000> <isMuxerActivated: false>
    <16-Jan-2013 18:40:40 o'clock GMT> <Debug> <SecuritySSL> <BEA-000000> <33092490 SSL Version data invalid>
    <16-Jan-2013 18:40:40 o'clock GMT> <Debug> <SecuritySSL> <BEA-000000> <Connection to SSL port from Sa-PC - 150.1.104.124 appears to be either unknown SSL version or maybe is plaintext>
    <16-Jan-2013 18:40:40 o'clock GMT> <Warning> <Security> <BEA-090476> <Invalid/unknown SSL header was received from peer Sa-PC - 150.1.104.124 during SSL handshake.>
    <16-Jan-2013 18:40:40 o'clock GMT> <Debug> <SecuritySSL> <BEA-000000> <NEW ALERT with Severity: FATAL, Type: 70
    java.lang.Exception: New alert stack
         at com.certicom.tls.record.alert.Alert.<init>(Unknown Source)
         at com.certicom.tls.record.ReadHandler.getProtocolVersion(Unknown Source)
         at com.certicom.tls.record.ReadHandler.checkVersion(Unknown Source)
         at com.certicom.tls.record.ReadHandler.readRecord(Unknown Source)
         at com.certicom.tls.record.ReadHandler.readUntilHandshakeComplete(Unknown Source)
         at com.certicom.tls.interfaceimpl.TLSConnectionImpl.completeHandshake(Unknown Source)
         at javax.net.ssl.impl.SSLSocketImpl.startHandshake(Unknown Source)
         at weblogic.server.channels.DynamicSSLListenThread$1.run(DynamicSSLListenThread.java:130)
         at weblogic.work.ExecuteThread.execute(ExecuteThread.java:209)
         at weblogic.work.ExecuteThread.run(ExecuteThread.java:178)
    >
    <16-Jan-2013 18:40:40 o'clock GMT> <Debug> <SecuritySSL> <BEA-000000> <write ALERT, offset = 0, length = 2>
    <16-Jan-2013 18:40:40 o'clock GMT> <Debug> <SecuritySSL> <BEA-000000> <close(): 33092490>
    <16-Jan-2013 18:40:40 o'clock GMT> <Debug> <SecuritySSL> <BEA-000000> <close(): 33092490>
    <16-Jan-2013 18:40:40 o'clock GMT> <Debug> <SecuritySSL> <BEA-000000> <SSLIOContextTable.removeContext(ctx): 33092690>
    <16-Jan-2013 18:40:40 o'clock GMT> <Debug> <SecuritySSL> <BEA-000000> <isMuxerActivated: false>
    <16-Jan-2013 18:40:40 o'clock GMT> <Debug> <SecuritySSL> <BEA-000000> <33095215 SSL Version data invalid>
    <16-Jan-2013 18:40:40 o'clock GMT> <Debug> <SecuritySSL> <BEA-000000> <Connection to SSL port from Sa-PC - 150.1.104.124 appears to be either unknown SSL version or maybe is plaintext>
    <16-Jan-2013 18:40:40 o'clock GMT> <Warning> <Security> <BEA-090476> <Invalid/unknown SSL header was received from peer Sa-PC - 150.1.104.124 during SSL handshake.>
    <16-Jan-2013 18:40:40 o'clock GMT> <Debug> <SecuritySSL> <BEA-000000> <NEW ALERT with Severity: FATAL, Type: 70
    java.lang.Exception: New alert stack
         at com.certicom.tls.record.alert.Alert.<init>(Unknown Source)
         at com.certicom.tls.record.ReadHandler.getProtocolVersion(Unknown Source)
         at com.certicom.tls.record.ReadHandler.checkVersion(Unknown Source)
         at com.certicom.tls.record.ReadHandler.readRecord(Unknown Source)
         at com.certicom.tls.record.ReadHandler.readUntilHandshakeComplete(Unknown Source)
         at com.certicom.tls.interfaceimpl.TLSConnectionImpl.completeHandshake(Unknown Source)
         at javax.net.ssl.impl.SSLSocketImpl.startHandshake(Unknown Source)
         at weblogic.server.channels.DynamicSSLListenThread$1.run(DynamicSSLListenThread.java:130)
         at weblogic.work.ExecuteThread.execute(ExecuteThread.java:209)
         at weblogic.work.ExecuteThread.run(ExecuteThread.java:178)
    >
    <16-Jan-2013 18:40:40 o'clock GMT> <Debug> <SecuritySSL> <BEA-000000> <write ALERT, offset = 0, length = 2>
    <16-Jan-2013 18:40:40 o'clock GMT> <Debug> <SecuritySSL> <BEA-000000> <close(): 33095215>
    <16-Jan-2013 18:40:40 o'clock GMT> <Debug> <SecuritySSL> <BEA-000000> <close(): 33095215>
    <16-Jan-2013 18:40:40 o'clock GMT> <Debug> <SecuritySSL> <BEA-000000> <SSLIOContextTable.removeContext(ctx): 33095418>
    I just created domain with http and https ports. I installed an web app. When I am trying to access the app from browser through https the above error is occurring.
    Please somebody help me.
    Thanks in advance.
    SK

    This message indicates that the SSL connection is closed successfully. It is a warning message and normal to see in the logs when you enable the SSL debug flags. This is an expected behavior. If you see alerts when SSL debug is NOT ENABLED then it is a real alert and we need to take care of those issues. Also, it is not a real alert, it is a caught and handled exception from the certicom code which is not harmful and should be ignored, just because you have enabled the SSL debug flag. Once you turn it off, you won't see it in the logs.
    Edited by: sharmela on Jan 22, 2013 4:55 AM

  • Unable to view SVG files deployed on Weblogic Server (10.3)

    Hi,
    We are not able to view the svg file when we deploy our applciation to weblogic server. If we run in Eclipse it is running fine. We have also added ./config/mimemappings.properties file in the domain configuration for Mime Mapping File. The content for the same is
    htm=text/html
    gif=image/gif
    jpg=image/jpeg
    svg=image/svg+xml
    Can any body let us know the resolution for the same.
    We are using IE 9 and simple img tag of html
    The weblogic server is deployed on linux os

    Hi Kishore,
    Thanks for the reply. Though our issue is that when we execute through IDE (Eclipse Juno) the tag works with IE9. It stops working when deployed on Weblogic 11g server. We can not use object/embed tag as we have business specific functionality which works only for img tag. We have tried the mime mappings in Weblogic but that does not seem to work. Could you kindly let us know if you are aware of such an issue.
    Regards,
    Anup

  • Starting a weblogic server as a non system user

    How to Start Weblogic server as an NT Service with the user other thant
    "system". I have to start weblogic server with a differnt user name.
    Thanks
    Madhu

    I have included the user in the administrator group and the group has the
    permission to boot. But still it does not work. It throws an exception
    Fatal
    Initialization exception java.lang.illegalaccesserror unable to open process
    token--bad domain name.
    Thanks
    Madhu
    Jean-Michel GAUTREAU <[email protected]> wrote in message
    news:3c036d56$[email protected]..
    try creating a new user and make it a member of the Administrator group.
    Then verify that the Administrator group is a grantee in the "boot"
    permission in the weblogic.server ACL.
    To start WLS with this new user, try to specify this user in the wlscommand
    line (i think it must be like -Dweblogic.boot.user=<user name>, but i'mnot
    sure, so take a look at the WLS6 help).
    hope this will be useful
    best regards
    JM Gautreau
    WLS ADministrator
    France
    "m holur" <[email protected]> a écrit dans le message news:
    3bfac4d2$[email protected]..
    How to Start Weblogic server as an NT Service with the user other thant
    "system". I have to start weblogic server with a differnt user name.
    Thanks
    Madhu

  • Deployment warning -- Compiled by different version of Weblogic Server?

    ####<Aug 23, 2001 12:17:54 PM PDT> <Warning> <EJB> <alpha> <admin>
    <main> <system> <> <010004> <The EJB deployment named: registration
    was compiled by a different version of the WebLogic Server.>
    I'm using WLS 6.0 SP1.
    I'm getting the above warning messages for every jar file within my
    EAR file that I try and deploy. I can't figure out the source of this
    warning. I get this message in any of the following compilation
    cases:
    * compiling with BEA's default javac (Sun's JDK version 1.3.0)
    * compiling with Sun's javac (Sun's JDK version 1.3.0_02)
    * compiling with jikes
    The message seems misleading and doesn't make sense to me. Anyone
    know why I'm getting this error message? Anyone else getting these
    warning messages?
    Regards,
    JD

    Mihir Kulkarni <[email protected]> wrote in message news:<[email protected]>...
    Could you please post this message on the ejb newsgroup.
    The message does not seem to mean a different version of the java
    compiler, but different version of Weblogic's ejb compiler -
    weblogic.ejbc.
    Were these EJB's compiled by a previous version of ejbc, say, the one from
    51 ?
    No, these EJBs were never compiled against a previous version of ejbc.
    They were only created and deployed with WLS 6.0 SP1.
    Also, please check the generated file inside the build\ejbcgen directory:
    WLGENERATED to check which version of WL ejbc was used to compile it.
    Here's contents of the WLGENERATED file:
    #Wed Aug 29 11:04:33 PDT 2001
    WLVERSION=WebLogic Server Build\:\t6.0 Service Pack 1 03/04/2001
    22\:05\:05 \#
    101616\nWebLogic XML Module\:\tNot installed\n
    JD
    >
    JD Fagan wrote:
    ####<Aug 23, 2001 12:17:54 PM PDT> <Warning> <EJB> <alpha> <admin>
    <main> <system> <> <010004> <The EJB deployment named: registration
    was compiled by a different version of the WebLogic Server.>
    I'm using WLS 6.0 SP1.
    I'm getting the above warning messages for every jar file within my
    EAR file that I try and deploy. I can't figure out the source of this
    warning. I get this message in any of the following compilation
    cases:
    * compiling with BEA's default javac (Sun's JDK version 1.3.0)
    * compiling with Sun's javac (Sun's JDK version 1.3.0_02)
    * compiling with jikes
    The message seems misleading and doesn't make sense to me. Anyone
    know why I'm getting this error message? Anyone else getting these
    warning messages?
    Regards,
    JD

  • WebLogic Server Tools 1.1.3 Released

    A service release for WebLogic Server Tools is now available. The focus
    of this release was to fix several remaining issues affecting current
    users and to certify WLS Tools on Eclipse Europa SP2 that was released
    at the end of February. We recommend that all current users migrate to
    this release by using the Eclipse update manager. More information
    about this release can be found in the release notes.
    Main Page
    https://dev2devclub.bea.com/updates/wls-tools/
    Release Notes
    https://dev2devclub.bea.com/updates/wls-tools/release-notes/v1.1.3.html
    The Eclipse 3.4 "Ganymede" version of WebLogic Server Tools has also
    been updated. Version 2.0.2 is now available and has been tested with
    Ganymede M5 milestone build. Of course, since Ganymede platform is still
    under development we don't recommend this version for most users, but
    early adopters with tolerance for pre-release stability can get a sneak
    peak of what's coming in the next Eclipse release.
    Release Notes
    https://dev2devclub.bea.com/updates/wls-tools/release-notes/v2.0.2.html
    Konstantin Komissarchik
    Team Lead for WebLogic Server Tools

    WebLogic Server Tools is built on Eclipse Web Tools Platform which has a
    particular project structure that has to be followed. Basically, you
    create an EAR project. This contains your app-level descriptors,
    APP-INF/lib and any binary modules. Then, for every module in an EAR,
    you create a separate project. For web module, use the Dynamic Web
    Project. For EJB modules, there is an EJB project. The projects are
    wired up using the "J2EE Module Dependencies" project properties page.
    Use this page on the EAR project to specify which module projects should
    be included in the EAR. Once you've done that, you can use this page in
    the module projects to specify inter-module dependencies.
    Basically, you have to take your app and convert it into the form that
    Eclipse can understand. The easiest way to do that is to create the
    projects based on the module structure of your app and then copy content
    from your application into those projects. Once you are done, you will
    be able to use WebLogic Server Tools to deploy to WLS. The split
    directory magic will happen behind the scenes to give you a fast
    iterative development experience.
    Hope this answers your questions.
    - Konstantin

Maybe you are looking for