New in Web logic server

Hi all...
I am a oracle developer(pl/sql,portal, discoverer and SES). I wish to become a weblogic server administrator. Have to need any JAVA knowledge to learn this weblogic server? I am bit confused. Please give me some feedback and tell me how to start?
Thanking you!
regards,
Ram

Ram,
Jay's site has lots of great examples and I'm looking forward to his "getting started" page.
I have an older post that was intended to do this in Dec of 2008 which still has some good content, but it needs to be updated because it has links to documentation / sites that have been moved, etc
http://blogs.oracle.com/jamesbayer/2008/12/weblogic_server_resources_my_c.html
So in addition I would primarily recommend the docs and the book "Professional Oracle WebLogic Server"
http://www.amazon.com/exec/obidos/ASIN/0470484306/qsuccess-20
For the docs, I always start on OTN because that's how I know what the current way to get to the deep information is and explain it to someone else.
http://www.oracle.com/technetwork/index.html
Then in the header menu use the right-side drop-down menu for the documentation for Oracle Fusion Middleware - 11g R1 is the latest release as of this post.
http://www.oracle.com/technology/documentation/middleware.html
That latest subset of WLS within FMW 11gR1 is 11.1.1.3 - so use the "View Library" link for that.
http://download.oracle.com/docs/cd/E14571_01/index.htm
On the bottom left of the resulting page there is a link to the WebLogic Server product area:
http://download.oracle.com/docs/cd/E14571_01/wls.htm
Then of course there is a "getting started" section in the documentation:
http://download.oracle.com/docs/cd/E14571_01/web.1111/e14529/getting_started.htm
On the other hand if you have older releases prior to WLS 10.3 then you should use the BEA legacy documentation.
http://www.oracle.com/technology/documentation/bea_doc_index.html
You've obviously already for the forum - so interacting with well-researched questions is a great start on getting you going. Good luck.

Similar Messages

  • Changes not showing in other instance of web logic server after deployment

    Hi Everyone,
    My Jdev version is 11.1.2.3.0.
    I have developed one ADF application and deployed into web logic server from Jdev itself and is working fine with the URL.
    Now the same EAR file is deployed into other instance of web logic server. it was working fine too.
    NOw i have modified some columns in the table in ADF page and modified the URL of the page in Controller project properties Java EE Application tab and deployed the page in first instance through Jdeveloper only and is working very fine with the new URL and with the new changes.
    But when i deploy this EAR file into other instance of the web logic server i got following problems:
    1. URL is not being changed. --> page is running with the old URL only.
    2. Changes to the ADF page is not reflected.
    3. Test point for this application is blank in web logic server.
    What can be the issues with this?
    Any suggestions will be really useful.
    Thanks.....

    About the context URL:
    There are 2 ways to change the context URL, 1 for design time (the one you used) and 1 for deploy time.
    All info here: http://one-size-doesnt-fit-all.blogspot.be/2010/12/adf-changing-your-applications-url-or.html

  • Is it mandatory to install oracle web logic server along with EM?

    Hello All, I am a new user for EM. i was going through the EM installation with OBE. I found that Web logic server installation is thier along with EM but my question is if i am not monitoring my application (which is SAP) with the help of EM then is it compulsory to install web logic server. i want EM only for Database Monitoring.
    Thanks in advance.
    Regards,
    Ajay

    Hello Rob,
    Thank you very much for the answer. I had a check in installation guide from oracle documentation and i came to know that it is a prerequisite for oracle 11 release.
    Thanks & Regards,
    Ajay

  • Error deploying entity bean on web logic server

    i am trying to deploy a container managed persistence entity bean on web logic server when i run the command ejbc which generates the final jar file ready to deploy having its stub and skeleton it gives me the error that the return type of create(int) method should have a type of bean home interface while in accordance with ejb1.1 specicication it should be the type of primary key and a null value should be returned.
    plz let me know where i am doing it wrong.

    thanks for ur quick response sir i am using this services provided by sun microsystem first time and
    am really thankful to Sun Microsystem for this great deal of help to the new commers but sir my problem is still there.
    following is the method which i have written in the code
         public InvoicePK ejbCreate(int id)
              this.id=id;
              return null;
    and here it is the error generated by the server deployment tool.
    [9.2.8] In EJB Invoice, the return type for the create method create(int) must be the bean's remote interface type.
    [9.2.8] In EJB Invoice, the findByPrimaryKey method must return the Entity bean's remote interface type.
    [9.2.8] In EJB Invoice, the return type for the method findByPrimaryKey(com.swi.InvoicePK) must be the entity bean's remote interface type (for a single-object finder) or a collection thereof (for a mult-object finder).
    the detail of files created by me are as follows.
    1. Invoice (Entity Bean)
    2. InvoicePK (Primary Key file)
    3. MyRemoteInterface (remote interface for entity bean)
    4. MyHomeInterface (home interface for entity bean)
    plz let me know where i am doing wrong and oblige.

  • Distributed destination issue on Web Logic server 8.1

    Hi,
    I'm using distributed JMS destination (Cluster) of Web Logic server 8.1.
    I'm using Oracle B2B to talk to the cluster. Oracle B2B is only creating a consumer on one of the managed servers in this cluster. This is resulting in loss of messages when messages are placed by the WLI on the other managed server.
    Further the consumers are created randomly by Oracle B2B.
    My question here is whether Web Logic Server 8.1 supports multiple consumers for its clusters?
    Please Help!
    Thanks in advance.
    Warm Regards,
    Suhas.

    Are your consumers co-located with each managed server or remote?
    Let me preface this by this is the way I believe it works...
    The reason I ask is that distributed destinations route to one managed server at connect time. So for producers, when 1 message is placed on a distributed destination, it is really routed to only 1 managed server queue. From a remote consumer standpoint, when connecting to a distributed destination to read messages, you are only routed to one of the managed server queues to read from, not the logical superset of all queues in the distributed destination. So you would need to connect to each distributed destination member queue directly to ensure each had consumers. Whereas if your consumers are co-located on the cluster, then they can each connect to the local member queue for that distributed destination and ensure that each member of the distributed destination has consumers.
    I'd recommend you note the follow docs:
    QueueReceivers
    http://edocs.bea.com/wls/docs103/jms/dds.html
    When creating a queue receiver, if the supplied queue is a distributed queue, then a single physical queue member is chosen for the receiver at creation time. The created QueueReceiver is pinned to that queue member until the queue receiver loses its access to the queue member. At that point, the consumer will receive a JMSException, as follows:
    If the queue receiver is synchronous, then the exception is returned to the user directly.
    If the queue receiver is asynchronous, then the exception is delivered inside of a ConsumerClosedException that is delivered to the ExceptionListener defined for the consumer session, if any.
    Upon receiving such an exception, an application can close its queue receiver and recreate it. If any other queue members are available within the distributed queue, then the creation will succeed and the new queue receiver will be pinned to one of those queue members. If no other queue member is available, then the application won’t be able to recreate the queue receiver and will have to try again later.
    Note:      For information on the load-balancing heuristics for distributed queues with zero consumers, see “Configuring Distributed Destination Resources”.
    http://edocs.bea.com/wls/docs103/jms_admin/advance_config.html#jms_distributed_destination_config
    The producer makes such a decision each time it sends a message. However, there is no compromise of ordering guarantees between a consumer and producer, because consumers are load balanced once, and are then pinned to a single destination member.

  • LDAP + Web Logic Server

    Hi,
    I'm new to weblogic server as well as LDAP.
    Can anyone tell us, is it possible to configure LDAPContextFactory to Foreign JNDI in web logic server console.
    If so how we can access the newly created Foreign Context?
    I have created the Foreign JNDI content for com.sun.jndi.ldap.LdapCtxFactory and i have given the Foreign JNDI Link in web logic server. But i'm not sure how to get the reference of newly configured Foreign JNDI Context in the JAVA class.
    Intial Context : com.sun.jndi.ldap.LdapCtxFactory
    Provider URL : ldap://<Domain>:<PORT>
    User Name : ""
    Password : ""
    Properties : SECURITY_AUTHENTICATION="Simple",REFERRAL="follow"               
    Have created the name as "LDAPTest" and created the foriegn Link with the name "LDAPLink" with Local JNDI as :LDAPTest" and remote JNDI as : "LDAP Test"
    After that when i try to access LDAPTest using the following code
    Object o = ctx.lookup(new CompositeName().add("LDAPTest"));
    I'm getting NoInitialContext Exception
    Can anyone help me out to solve this issue.
    Thanks in advance for a valuable help. !!

    Hi,
    I'm new to weblogic server as well as LDAP.
    Can anyone tell us, is it possible to configure LDAPContextFactory to Foreign JNDI in web logic server console.
    If so how we can access the newly created Foreign Context?
    I have created the Foreign JNDI content for com.sun.jndi.ldap.LdapCtxFactory and i have given the Foreign JNDI Link in web logic server. But i'm not sure how to get the reference of newly configured Foreign JNDI Context in the JAVA class.
    Intial Context : com.sun.jndi.ldap.LdapCtxFactory
    Provider URL : ldap://<Domain>:<PORT>
    User Name : ""
    Password : ""
    Properties : SECURITY_AUTHENTICATION="Simple",REFERRAL="follow"               
    Have created the name as "LDAPTest" and created the foriegn Link with the name "LDAPLink" with Local JNDI as :LDAPTest" and remote JNDI as : "LDAP Test"
    After that when i try to access LDAPTest using the following code
    Object o = ctx.lookup(new CompositeName().add("LDAPTest"));
    I'm getting NoInitialContext Exception
    Can anyone help me out to solve this issue.
    Thanks in advance for a valuable help. !!

  • Start web logic server 12cr1 falls

    Hi
    I'm new in Oracle world.
    I don't have any idea but mt situation is following
    i created'new domain in Web Logic Server wizard (everything is looking fine) but when I try to staed I get a following
    at weblogic.work.ExecuteThread.execute(ExecuteThread.java:256)
         at weblogic.work.ExecuteThread.run(ExecuteThread.java:221)
    Caused By: <openjpa-1.1.1-SNAPSHOT-r422266:957329 fatal internal error> org.apache.openjpa.util.InternalException: There was an error when invoking the static getInstance method on the named factory *class "kodo.jdbc.kernel.KodoJDBCBrokerFactory".* See the nested exception for details.
         at org.apache.openjpa.kernel.Bootstrap.getBrokerFactory(Bootstrap.java:95)
         at com.bea.common.security.storeservice.util.StoreServiceDelegate$StoreSerivceHelper.getPersistenceManagerFactory(StoreServiceDelegate.java:347)
         at com.bea.common.security.storeservice.util.StoreServiceDelegate.initJDO(StoreServiceDelegate.java:145)
         at com.bea.common.security.storeservice.util.StoreServiceDelegate.<init>(StoreServiceDelegate.java:98)
    at com.bea.common.security.internal.service.StoreServiceImpl.init(StoreServiceImpl.java:76)
         at com.bea.common.engine.internal.ServiceEngineImpl.findOrStartService(ServiceEngineImpl.java:363)
         at com.bea.common.engine.internal.ServiceEngineImpl.findOrStartService(ServiceEngineImpl.java:315)
         at com.bea.common.engine.internal.ServiceEngineImpl.lookupService(ServiceEngineImpl.java:257)
         at com.bea.common.engine.internal.ServicesImpl.getService(ServicesImpl.java:72)
         at weblogic.security.service.internal.WLSIdentityServiceImpl.initialize(WLSIdentityServiceImpl.java:46)
         at weblogic.security.service.CSSWLSDelegateImpl.initializeServiceEngine(CSSWLSDelegateImpl.java:299)
         at weblogic.security.service.CSSWLSDelegateImpl.initialize(CSSWLSDelegateImpl.java:220)
         at weblogic.security.service.CommonSecurityServiceManagerDelegateImpl.InitializeServiceEngine(CommonSecurityServiceManagerDelegateImpl.java:1789)
         at weblogic.security.service.CommonSecurityServiceManagerDelegateImpl.initializeRealm(CommonSecurityServiceManagerDelegateImpl.java:443)
         at weblogic.security.service.CommonSecurityServiceManagerDelegateImpl.loadRealm(CommonSecurityServiceManagerDelegateImpl.java:841)
         at weblogic.security.service.CommonSecurityServiceManagerDelegateImpl.initializeRealms(CommonSecurityServiceManagerDelegateImpl.java:870)
         at weblogic.security.service.CommonSecurityServiceManagerDelegateImpl.initialize(CommonSecurityServiceManagerDelegateImpl.java:1032)
         at weblogic.security.service.SecurityServiceManager.initialize(SecurityServiceManager.java:873)
         at weblogic.security.SecurityService.start(SecurityService.java:148)
         at weblogic.t3.srvr.SubsystemRequest.run(SubsystemRequest.java:64)
         at weblogic.work.ExecuteThread.execute(ExecuteThread.java:256)
         at weblogic.work.ExecuteThread.run(ExecuteThread.java:221)
    Caused By: java.lang.RuntimeException: There were errors initializing your configuration: <openjpa-1.1.1-SNAPSHOT-r422266:957329 fatal store error> org.apache.openjpa.util.StoreException: *[FMWGEN][SQLServer JDBC Driver]The requested instance is either invalid or not running*.
         at org.apache.openjpa.jdbc.schema.DataSourceFactory.installDBDictionary(DataSourceFactory.java:235)
    There are 1 nested errors:
    weblogic.security.service.SecurityServiceRuntimeException: [Security:090399]Security Services Unavailable
         at weblogic.security.service.CommonSecurityServiceManagerDelegateImpl.doBootAuthorization(CommonSecurityServiceManagerDelegateImpl.java:917)
         at weblogic.security.service.CommonSecurityServiceManagerDelegateImpl.initialize(CommonSecurityServiceManagerDelegateImpl.java:1054)
         at weblogic.security.service.SecurityServiceManager.initialize(SecurityServiceManager.java:873)
         at weblogic.security.SecurityService.start(SecurityService.java:148)
         at weblogic.t3.srvr.SubsystemRequest.run(SubsystemRequest.java:64)
         at weblogic.work.ExecuteThread.execute(ExecuteThread.java:256)
         at weblogic.work.ExecuteThread.run(ExecuteThread.java:221)
    HELP!
    I'm running on win2008 and DB is MSSQL2008r2
    Laslo

    Hi
    thanks for quick reply
    I created a new web logic domain without security store... right now when I start it loog ok
    ####<Sep 6, 2012 1:59:31 PM CEST> <Notice> <Security> <WIN-DKF42PM30J6> <AdminServer> <[ACTIVE] ExecuteThread: '0' for queue: 'weblogic.kernel.Default (self-tuning)'> <<WLS Kernel>> <> <> <1346932771559> <BEA-090082> <Security initializing using security realm myrealm.>
    ####<Sep 6, 2012 1:59:35 PM CEST> <Notice> <WebLogicServer> <WIN-DKF42PM30J6> <AdminServer> <main> <<WLS Kernel>> <> <> <1346932775105> <BEA-000365> <Server state changed to STANDBY.>
    ####<Sep 6, 2012 1:59:35 PM CEST> <Notice> <WebLogicServer> <WIN-DKF42PM30J6> <AdminServer> <main> <<WLS Kernel>> <> <> <1346932775109> <BEA-000365> <Server state changed to STARTING.>
    ####<Sep 6, 2012 1:59:35 PM CEST> <Notice> <Log Management> <WIN-DKF42PM30J6> <AdminServer> <[STANDBY] ExecuteThread: '1' for queue: 'weblogic.kernel.Default (self-tuning)'> <<WLS Kernel>> <> <> <1346932775369> <BEA-170027> <The server has successfully established a connection with the Domain level Diagnostic Service.>
    ####<Sep 6, 2012 1:59:35 PM CEST> <Notice> <WebLogicServer> <WIN-DKF42PM30J6> <AdminServer> <main> <<WLS Kernel>> <> <> <1346932775495> <BEA-000365> <Server state changed to ADMIN.>
    ####<Sep 6, 2012 1:59:35 PM CEST> <Notice> <WebLogicServer> <WIN-DKF42PM30J6> <AdminServer> <main> <<WLS Kernel>> <> <> <1346932775544> <BEA-000365> <Server state changed to RESUMING.>
    ####<Sep 6, 2012 1:59:35 PM CEST> <Notice> <Server> <WIN-DKF42PM30J6> <AdminServer> <[ACTIVE] ExecuteThread: '0' for queue: 'weblogic.kernel.Default (self-tuning)'> <<WLS Kernel>> <> <> <1346932775566> <BEA-002613> <Channel "Default[2]" is now listening on fe80:0:0:0:0:5efe:c0a8:8380:7001 for protocols iiop, t3, ldap, snmp, http.>
    ####<Sep 6, 2012 1:59:35 PM CEST> <Notice> <Server> <WIN-DKF42PM30J6> <AdminServer> <[ACTIVE] ExecuteThread: '0' for queue: 'weblogic.kernel.Default (self-tuning)'> <<WLS Kernel>> <> <> <1346932775568> <BEA-002613> <Channel "Default" is now listening on 192.168.131.128:7001 for protocols iiop, t3, ldap, snmp, http.>
    ####<Sep 6, 2012 1:59:35 PM CEST> <Notice> <Server> <WIN-DKF42PM30J6> <AdminServer> <[ACTIVE] ExecuteThread: '0' for queue: 'weblogic.kernel.Default (self-tuning)'> <<WLS Kernel>> <> <> <1346932775572> <BEA-002613> <Channel "Default[4]" is now listening on 127.0.0.1:7001 for protocols iiop, t3, ldap, snmp, http.>
    ####<Sep 6, 2012 1:59:35 PM CEST> <Notice> <Server> <WIN-DKF42PM30J6> <AdminServer> <[ACTIVE] ExecuteThread: '0' for queue: 'weblogic.kernel.Default (self-tuning)'> <<WLS Kernel>> <> <> <1346932775577> <BEA-002613> <Channel "Default[5]" is now listening on 0:0:0:0:0:0:0:1:7001 for protocols iiop, t3, ldap, snmp, http.>
    ####<Sep 6, 2012 1:59:35 PM CEST> <Notice> <Server> <WIN-DKF42PM30J6> <AdminServer> <[ACTIVE] ExecuteThread: '0' for queue: 'weblogic.kernel.Default (self-tuning)'> <<WLS Kernel>> <> <> <1346932775586> <BEA-002613> <Channel "Default[1]" is now listening on fe80:0:0:0:0:ffff:ffff:fffe:7001 for protocols iiop, t3, ldap, snmp, http.>
    ####<Sep 6, 2012 1:59:35 PM CEST> <Notice> <Server> <WIN-DKF42PM30J6> <AdminServer> <[ACTIVE] ExecuteThread: '0' for queue: 'weblogic.kernel.Default (self-tuning)'> <<WLS Kernel>> <> <> <1346932775591> <BEA-002613> <Channel "Default[3]" is now listening on fe80:0:0:0:7ca4:9afd:eba:23ad:7001 for protocols iiop, t3, ldap, snmp, http.>
    ####<Sep 6, 2012 1:59:35 PM CEST> <Notice> <WebLogicServer> <WIN-DKF42PM30J6> <AdminServer> <[ACTIVE] ExecuteThread: '0' for queue: 'weblogic.kernel.Default (self-tuning)'> <<WLS Kernel>> <> <> <1346932775594> <BEA-000331> <Started the WebLogic Server Administration Server "AdminServer" for domain "Test_base_domain" running in development mode.>
    ####<Sep 6, 2012 1:59:35 PM CEST> <Notice> <WebLogicServer> <WIN-DKF42PM30J6> <AdminServer> <main> <<WLS Kernel>> <> <> <1346932775637> <BEA-000365> <Server state changed to RUNNING.>
    ####<Sep 6, 2012 1:59:35 PM CEST> <Notice> <WebLogicServer> <WIN-DKF42PM30J6> <AdminServer> <main> <<WLS Kernel>> <> <> <1346932775685> <BEA-000360> <The server started in RUNNING mode.>
    Thanks a lot ... But still I'm not understand why I cannot connect to mssql with my previous domain even I put extracted sqljdbc.jar and sqljdbc4.jar to $JAVA_HOME/jre/lib/ext AND I put this jar files to C:\Oracle\Middleware\jdk160_29\jre\lib\ext as well
    Also:
    i dont have a problem to connect to http://win-dkf42pm30j6:7001/console to get Admin Console BUT WHY I cannot see the http://win-dkf42pm30j6:7001/ page !!!
    thanks in advance
    Edited by: LPastor on Sep 6, 2012 5:45 AM
    Edited by: LPastor on Sep 6, 2012 5:46 AM
    Edited by: LPastor on Sep 6, 2012 5:47 AM
    Edited by: LPastor on Sep 6, 2012 5:47 AM

  • The Web Logic Server did not start up properly

    Trying to start Weblogic Portal Server
    Result is :
    # Note: Server initialization may take several minutes.
    # Please be patient.
    <Jan 26, 2002 11:45:43 PM EST> <Info> <Security> <Getting boot password from user.>
    Enter password to boot WebLogic server:
    Starting WebLogic Server ....
    The WebLogic Server did not start up properly.
    Exception raised:
    java.lang.IllegalAccessError: try to access method weblogic.management.internal.Helper.preloadMBeanInfos()V
    from class weblogic.management.Admin
    at weblogic.management.Admin.initialize(Admin.java:212)
    at weblogic.t3.srvr.T3Srvr.initialize(T3Srvr.java:362)
    at weblogic.t3.srvr.T3Srvr.run(T3Srvr.java:202)
    at weblogic.Server.main(Server.java:35)
    Reason: Fatal initialization exception
    Press any key to continue . . .
    What is goin on ??????

    "Bernie Ferguson" <[email protected]> wrote in
    news:3c7c6672$[email protected]:
    >
    Trying to start Weblogic Portal Server
    Result is :
    # Note: Server initialization may take several minutes.
    # Please be patient.
    <Jan 26, 2002 11:45:43 PM EST> <Info> <Security> <Getting boot
    password from user.> Enter password to boot WebLogic server:
    Starting WebLogic Server ....
    **** The WebLogic Server did not start up properly.
    Exception raised:
    java.lang.IllegalAccessError: try to access method
    weblogic.management.internal.Helper.preloadMBeanInfos()V from class
    weblogic.management.Admin
    at weblogic.management.Admin.initialize(Admin.java:212)
    at weblogic.t3.srvr.T3Srvr.initialize(T3Srvr.java:362)
    at weblogic.t3.srvr.T3Srvr.run(T3Srvr.java:202)
    at weblogic.Server.main(Server.java:35)
    Reason: Fatal initialization exception
    **** Press any key to continue . . .
    What is goin on ??????
    I had this problem when I tried using Web Logic Server 6.1 SP2. When I
    switched back to SP1 it was fine.

  • How do i get the current version of web logic server on obiee 11g

    Hey
    I am pretty new to 11g and Weblogic
    How do i get the current version of web logic server on obiee 11g(11.1.1.5), I know that it should be higher than 10.3.5.
    Thanks

    Hi,
    Obiee11.1.1.5.0/6.0 both version supporting weblogic 10.3.5.0/6.0 both are no issues.
    http://blog.whitehorses.nl/2012/02/26/a-few-quick-tips-for-upgrading-ofm-11g-to-patch-set-5/
    also refer
    http://docs.oracle.com/cd/E23943_01/bi.1111/e16452/bi_plan.htm#BABECJJH
    Thanks
    Deva

  • IIS Redirect to Web Logic Server

    I have a web server Machine A dedicated to provide static web pages on port 80. I have weblogic server 7.0 sp 4 installed on Machine B. The web applications are deployed on port 8200. If a user comes with a port number 8200 on the URL. I want to redirect him to Machine B which runs the web logic server. How do i configure Machine A to redirect the request to Machine B.? Any Ideas?

    normally you do this with iisproxy.
    You can proxy by path, i.e if they type in
    http://myserver.com/proxythispath/
    or you can proxy by extension: i.e.
    http://myserver.com/proxythisextension.jsp
    refer to this: http://e-docs.bea.com/wls/docs70/plugins/isapi.html
    "Chandra" <[email protected]> wrote in message
    news:401834eb$[email protected]..
    I have a web server Machine A dedicated to provide static web pages onport 80. I have weblogic server 7.0 sp 4 installed on Machine B. The web
    applications are deployed on port 8200. If a user comes with a port number
    8200 on the URL. I want to redirect him to Machine B which runs the web
    logic server. How do i configure Machine A to redirect the request to
    Machine B.? Any Ideas?

  • Error while running application under  Oracle Web logic server 10.3

    Hi all,
    I am using  Oracle Web logic server 10.3 to run reports(CR4E).when at the time of adding server in to crystal report application
    i had taken Application Development Support Then at run time it is showing following error message
    com.crystaldecisions.sdk.occa.report.lib.ReportSDKException---- Error code:-2147467259 Error code name:failed
    How to Solve these critical  problem
    Thanks ,
    Amol Patil

    Hi Rahul,
    Server logs may contain JDK warnings such as the following if the jdk folder is an mklink.
    *[WARN ][osal ] Could not add counter (null)\ for query*
    *[WARN ][osal ] Failed to init virtual size counter.*
    These are just warnings and do not affect any servers.
    Workaround
    To suppress these warnings, add the following line in the FRAMEWORK_LOCATION\provisioning\provisioning-plan\fusionapps_start_params.properties file
    -Xverbose:osal=error
    You can even try the solution provided in below link
    http://hirt.se/blog/?p=169
    Regards
    Fabian

  • Web Logic Server Administration Console

    Hi All,
    I loged into Admin Console of Oracle Web Logic Server Administration Console
    For DeployingP6WebServices::
    Created aWebLogicdomain for the WebServices application.
    DeployingP6WebServicesintotheWebLogicdomain. giving an error:
    In Deployments Tab which is left corner:Deployed a WAR File but while starting all rquests its giving me the java error
    javax.servlet.ServletException: [HTTP:101249]
    [weblogic.servlet.internal.WebAppServletContext@d025b9 - appName: 'p6ws', name: 'p6ws.war', context-path: '/p6ws', spec-version: 'null']:
    Servlet class org.apache.cxf.transport.servlet.CXFServlet for servlet cxf could not be loaded
    because the requested class was not found in the classpath .
    java.lang.ClassNotFoundException: org.apache.cxf.transport.servlet.CXFServlet.
    Please help me its urgent

    check in the documentation http://www.oracle.com/technetwork/indexes/documentation/index.html , select your primavera version, and check document called: tested_configuration, check if you are using the right weblogic and jdk version for your primavera p6 version.

  • Web Logic server 10.3.5 not running

    I am starting the WLS from START-->All Programs-->Oracle Classic Instance - asinst_1-->Start Web Logic Admin Server.
    When it starts it is giving error highlighted in bold.After Logging in the error in bold keeps coming.I am unable to understand this .Can anybody explain me the what should I do?Please assist me as I am not able to understand.
    JAVA Memory arguments: -Xms256m -Xmx512m
    WLS Start Mode=Production
    CLASSPATH=C:\oracle\MIDDLE~1\ORACLE~1\modules\oracle.jdbc_11.1.1\ojdbc6dms.jar;C
    :\oracle\MIDDLE~1\patch_wls1035\profiles\default\sys_manifest_classpath\weblogic
    patch.jar;C:\oracle\MIDDLE~1\patchocp360\profiles\default\sys_manifest_classpa
    th\weblogic_patch.jar;C:\oracle\MIDDLE~1\JROCKI~1.2-4\lib\tools.jar;C:\oracle\MI
    DDLE~1\WLSERV~1.3\server\lib\weblogic_sp.jar;C:\oracle\MIDDLE~1\WLSERV~1.3\serve
    r\lib\weblogic.jar;C:\oracle\MIDDLE~1\modules\features\weblogic.server.modules_1
    0.3.5.0.jar;C:\oracle\MIDDLE~1\WLSERV~1.3\server\lib\webservices.jar;C:\oracle\M
    IDDLE~1\modules\ORGAPA~1.1/lib/ant-all.jar;C:\oracle\MIDDLE~1\modules\NETSFA~1.0
    _1/lib/ant-contrib.jar;C:\oracle\Middleware\wlserver_10.3\server\lib\weblogic.ja
    r;C:\Oracle\Middleware\oracle_common\modules\oracle.dms_11.1.1\dms.jar;C:\Oracle
    \Middleware\oracle_common\modules\oracle.jmx_11.1.1\jmxframework.jar;C:\Oracle\M
    iddleware\oracle_common\modules\oracle.jmx_11.1.1\jmxspi.jar;C:\Oracle\Middlewar
    e\oracle_common\modules\oracle.odl_11.1.1\ojdl.jar;C:\Oracle\Middleware\Oracle_F
    RHome1\common\wlst\lib\adf-share-mbeans-wlst.jar;C:\Oracle\Middleware\Oracle_FRH
    ome1\common\wlst\lib\mdswlst.jar;C:\Oracle\Middleware\Oracle_FRHome1\common\wlst
    \resources\auditwlst.jar;C:\Oracle\Middleware\Oracle_FRHome1\common\wlst\resourc
    es\jps-wlst.jar;C:\Oracle\Middleware\Oracle_FRHome1\common\wlst\resources\jrf-wl
    st.jar;C:\Oracle\Middleware\Oracle_FRHome1\common\wlst\resources\oamap_help.jar;
    C:\Oracle\Middleware\Oracle_FRHome1\common\wlst\resources\oamAuthnProvider.jar;C
    :\Oracle\Middleware\Oracle_FRHome1\common\wlst\resources\ossoiap_help.jar;C:\Ora
    cle\Middleware\Oracle_FRHome1\common\wlst\resources\ossoiap.jar;C:\Oracle\Middle
    ware\Oracle_FRHome1\common\wlst\resources\sslconfigwlst.jar;C:\Oracle\Middleware
    \Oracle_FRHome1\common\wlst\resources\wsm-wlst.jar;C:\oracle\MIDDLE~1\ORACLE~1\s
    oa\modules\commons-cli-1.1.jar;C:\oracle\MIDDLE~1\ORACLE~1\soa\modules\oracle.so
    a.mgmt_11.1.1\soa-infra-mgmt.jar;C:\oracle\MIDDLE~1\ORACLE~1\modules\oracle.jrf_
    11.1.1\jrf.jar;C:\oracle\MIDDLE~1\WLSERV~1.3\common\derby\lib\derbyclient.jar;C:
    \oracle\MIDDLE~1\WLSERV~1.3\server\lib\xqrl.jar;.;C:\Program Files\Java\jre6\lib
    \ext\QTJava.zip
    PATH=C:\oracle\MIDDLE~1\patch_wls1035\profiles\default\native;C:\oracle\MIDDLE~1
    \patch_ocp360\profiles\default\native;C:\oracle\MIDDLE~1\WLSERV~1.3\server\nativ
    e\win\32;C:\oracle\MIDDLE~1\WLSERV~1.3\server\bin;C:\oracle\MIDDLE~1\modules\ORG
    APA~1.1\bin;C:\oracle\MIDDLE~1\JROCKI~1.2-4\jre\bin;C:\oracle\MIDDLE~1\JROCKI~1.
    2-4\bin;C:\Oracle\Middleware\Oracle_FRHome1\bin;C:\oracle\product\10.2.0\db_1\bi
    n;E:\oracle\product\10.2.0\db_1\bin;C:\Program Files\PC Connectivity Solution\;C
    :\Program Files\WIDCOMM\Bluetooth Software\;C:\Program Files\NTRU Cryptosystems\
    NTRU TCG Software Stack\bin\;C:\Program Files\Java\jdk1.6.0_24\bin;C:\Windows;C:
    \Windows\system32;C:\Oracle\Middleware\Oracle_FRHome1\opmn\bin;C:\Oracle\Middlew
    are\Oracle_FRHome1\opmn\lib;C:\Oracle\Middleware\Oracle_FRHome1\perl\bin;C:\Prog
    ram Files\Java\jdk1.6.0_24\bin;C:\oracle\MIDDLE~1\WLSERV~1.3\server\native\win\3
    2\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:
    *[WARN ][osal   ] Could not enumerate processes (1) error=-1073738819*
    *[WARN ][osal   ] Could not add counter (null)\ for query*
    *[WARN ][osal   ] Failed to init virtual size counter.*
    java version "1.6.0_24"
    Java(TM) SE Runtime Environment (build 1.6.0_24-b07)
    Oracle JRockit(R) (build R28.1.3-11-141760-1.6.0_24-20110301-1429-windows-ia32,
    compiled mode)
    Starting WLS with line:
    C:\oracle\MIDDLE~1\JROCKI~1.2-4\bin\java -jrockit -Xms256m -Xmx512m -Dweblogic
    .Name=AdminServer -Djava.security.policy=C:\oracle\MIDDLE~1\WLSERV~1.3\server\li
    b\weblogic.policy -Dweblogic.ProductionModeEnabled=true -da -Dplatform.home=C
    :\oracle\MIDDLE~1\WLSERV~1.3 -Dwls.home=C:\oracle\MIDDLE~1\WLSERV~1.3\server -Dw
    eblogic.home=C:\oracle\MIDDLE~1\WLSERV~1.3\server -Xms512m -Xmx1024m -Doracle.
    home=C:\Oracle\Middleware\Oracle_FRHome1 -Ddomain.home=C:\Oracle\Middleware\user
    _projects\domains\ClassicDomain -Dcommon.components.home=C:\oracle\MIDDLE~1\ORAC
    LE~1 -Djrf.version=11.1.1 -Dorg.apache.commons.logging.Log=org.apache.commons.lo
    gging.impl.Jdk14Logger -Ddomain.home=C:\oracle\MIDDLE~1\USER_P~1\domains\CLASSI~
    1 -Djrockit.optfile=C:\oracle\MIDDLE~1\ORACLE~1\modules\oracle.jrf_11.1.1\jrocke
    t_optfile.txt -Doracle.server.config.dir=C:\oracle\MIDDLE~1\USER_P~1\domains\CLA
    SSI~1\config\FMWCON~1\servers\AdminServer -Doracle.domain.config.dir=C:\oracle\M
    IDDLE~1\USER_P~1\domains\CLASSI~1\config\FMWCON~1 -Digf.arisidbeans.carmlloc=C:
    \oracle\MIDDLE~1\USER_P~1\domains\CLASSI~1\config\FMWCON~1\carml -Digf.arisidst
    ack.home=C:\oracle\MIDDLE~1\USER_P~1\domains\CLASSI~1\config\FMWCON~1\arisidprov
    ider -Doracle.security.jps.config=C:\oracle\MIDDLE~1\USER_P~1\domains\CLASSI~1\c
    onfig\fmwconfig\jps-config.xml -Doracle.deployed.app.dir=C:\oracle\MIDDLE~1\USER
    P~1\domains\CLASSI~1\servers\AdminServer\tmp\WL_user -Doracle.deployed.app.ext
    =\- -Dweblogic.alternateTypesDirectory=C:\oracle\MIDDLE~1\ORACLE~1\modules\oracl
    e.ossoiap_11.1.1,C:\oracle\MIDDLE~1\ORACLE~1\modules\oracle.oamprovider_11.1.1 -
    Djava.protocol.handler.pkgs=oracle.mds.net.protocol -Dweblogic.jdbc.remoteEnabl
    ed=false -Dwc.oracle.home=C:\oracle\Middleware\Oracle_FRHome1 -Dclassic.oracle.
    home=C:\oracle\Middleware\Oracle_FRHome1 -Dem.oracle.home=C:\oracle\Middleware\
    oracle_common -Djava.awt.headless=true -Dweblogic.management.discover=true -Dwl
    w.iterativeDev=false -Dwlw.testConsole=false -Dwlw.logErrorsToConsole=false -Dwe
    blogic.ext.dirs=C:\oracle\MIDDLE~1\patch_wls1035\profiles\default\sysext_manifes
    t_classpath;C:\oracle\MIDDLE~1\patch_ocp360\profiles\default\sysext_manifest_cla
    sspath weblogic.Server
    *[WARN ] Use of -Djrockit.optfile is deprecated and discouraged.*
    *[WARN ][osal   ] Could not enumerate processes (1) error=-1073738819*
    *[WARN ][osal   ] Could not add counter (null)\ for query*
    *[WARN ][osal   ] Failed to init virtual size counter.*
    <Jul 14, 2012 9:52:53 PM IST> <Info> <Security> <BEA-090905> <Disabling CryptoJ
    JCE Provider self-integrity check for better startup performance. To enable this
    check, specify -Dweblogic.security.allowCryptoJDefaultJCEVerification=true>
    <Jul 14, 2012 9:52:53 PM IST> <Info> <Security> <BEA-090906> <Changing the defau
    lt Random Number Generator in RSA CryptoJ from ECDRBG to FIPS186PRNG. To disable
    this change, specify -Dweblogic.security.allowCryptoJDefaultPRNG=true>
    <Jul 14, 2012 9:52:54 PM IST> <Info> <WebLogicServer> <BEA-000377> <Starting Web
    Logic Server with Oracle JRockit(R) Version R28.1.3-11-141760-1.6.0_24-20110301-
    1429-windows-ia32 from Oracle Corporation>
    <Jul 14, 2012 9:52:55 PM IST> <Info> <Management> <BEA-141107> <Version: WebLogi
    c Server 10.3.5.0 Fri Apr 1 20:20:06 PDT 2011 1398638 >
    <Jul 14, 2012 9:52:56 PM IST> <Info> <Security> <BEA-090065> <Getting boot ident
    ity from user.>
    Enter username to boot WebLogic server:Oracle Classic Instance - asinst_1

    Hi Rahul,
    Server logs may contain JDK warnings such as the following if the jdk folder is an mklink.
    *[WARN ][osal ] Could not add counter (null)\ for query*
    *[WARN ][osal ] Failed to init virtual size counter.*
    These are just warnings and do not affect any servers.
    Workaround
    To suppress these warnings, add the following line in the FRAMEWORK_LOCATION\provisioning\provisioning-plan\fusionapps_start_params.properties file
    -Xverbose:osal=error
    You can even try the solution provided in below link
    http://hirt.se/blog/?p=169
    Regards
    Fabian

  • Web logic server found error

    hi guys, i have successfully deployed my first container managed persistence entity bean
    on web logic server 5.1 but i am unable to run my client application the following error
    occurs when i try to run my client application on windows 98 platform
    we are unable to get a connection to the web logic server at t3:\\localhost:7001
    please make sure that the server is running
    unable to lookup the beans home: cannot instantiate
    class:weblogic.jndi.WLInitialContextFactory
    plz let me know how to overcome this problem
    and what does it mean by t3 why we use it instead of http.
    with regards
    abid

    we are unable to get a connection to the web logic
    server at t3:\\localhost:7001
    please make sure that the server is running
    unable to lookup the beans home: cannot instantiate
    class:weblogic.jndi.WLInitialContextFactoryt3 is a proprietary protocol used by weblogic. First of all tcp/ip needs to be set up in order for you to access localhost. You can check this by opening your browser and typing http://localhost in the address bar. This should bring up the weblogic homepage. If this does not happen, all you need to do is install the TCP/IP services.
    Amit Rajaram

  • Web Logic Server in IBM Power 6 Based (AIX 6.1)

    Hi,
    Please share the documentation for 11g R1 Web Logic Server in IBM Power 6 Based (AIX 6.1) cluster environment.
    Regards,

    Hi
    You could review Oracle® Fusion Middleware High Availability Guide 11g Release 1 (11.1.1) at
    http://download.oracle.com/docs/cd/E14571_01/core.1111/e10106/aa.htm#CFADJHAC
    regards

Maybe you are looking for

  • Have problem with Dictionary entries.

    When I type a word in Dictionary - intergrated software in Tiger, The entries are shown with broken fonts. They might be messed up with wrong encoding, I think. I use Korean for my system language and I changed that to English but it doesn't work for

  • App purchased in error

    I purchased the uk and Ireland Tom Tom app in error and deleted before it was installed. I then purchased the western Europe app which I needed. I was subsequently billed for the UK and Ireland app and therefore require a refund how would I go about

  • Does lightroom update photos in bridge

    does lightroom update photos that are shown in bridge?

  • Default gateway arp lookup failed

    Hi there On a 5500 series WLC I see I have an issue where peap clients get randomly disconnected with these errors MAX_EAPOL_KEY_RETRANS: 1x_ptsm.c:444 Max EAPOL-key M1 retransmissions exceeded for client 24:77:03:35:79:34 AAA-6-ARP_LOOKUP_FAIL: radi

  • Help with Live!Drive IR + Which Sound Card to Use (Live! vs Audi

    Hey guys-- Recently a friend and I started recording music, my neighbor gave me a few cards, and this Li've!Dri've IR. First, he gave me a Li've! 5. (SB0060) and an Audigy (SB0090) Card. The Li've!Dri've IR (SB000) isn't even listed on products on th