Weblogic server Principal error

Hi all,
I searched and searched and of course searched again in google and i didn't find any answer for my problem.
The problem is what that means when i using weblogic server?
<Notice> <WebLogicServer> <BEA-000386> <Cannot get the server version, the request was from an anonymous user (Principal).>

Hello,
this is not a hardware problem, it's an error message from an application (BEA WebLogic).
I searched and searched and of course searched again in google and i didn't find any answer for my problem.
Why do you think that someone from the Sun Hardware Support forum can answer your question about BEA WebLogic?
Using the error code and the product name as the keywords for a search with google (BEA-000386 +WebLogic) revealed a thread in the BEA Support Forum. Go ahead, register with BEA and read the thread or search their knowledge base.
Using the error message text and the company name with google ("Cannot get the server version, the request was from an anonymous user" +BEA) revealed one thread and surprise, surprise a document from BEA's web site.
BEA WebLogic Server and WebLogic Express 8.1 Messages
This is an excerpt from the document
BEA-000386    Notice: Cannot get the server version, the request was from
an anonymous user (Principal).
Description
An anonymous user cannot get the versions of servers.
Cause
The request for server versions is refused because the request came from an
anonymous user.
Action
Only authorized, non-anonymous users can get the versions of servers. Please
retry the request with an authorized user.Michael

Similar Messages

  • Getting weblogic server startup error

    getting the following erro while starting weblogic server
    An error has occurred. The following chain of information is available:
    error 1: /Arg/Arg/Tag/
    message: Tag not found in dictionary.
    argument position: 50979500
    tag: "vnum"
    issue is coming when we configure the application.

    Has the server ever started prior to deployment of services?

  • Cannot run PAPI in Weblogic Server 10g - Error 500--Internal Server Error

    I use Jdev 11g to create an ADF (PAPI) and deploy it to Weblogic 10g.
    The code is copied from Jdev 10g. The PAPI works fine in when running in Jdev 10g
    However, after I deploy the ADF (PAPI) created using Jdev 11g to the Weblogic server. The following error appears.
    How to modify the code? Should I add the fuego lib to the weblogic domain?
    I try to add the fuegopapi-client.jar to Weblogic Server. But it shows error: Unable to access the selected application. java.lang.NullPointerException
    BPM is running in BPM standalone. I do not use PAPI webservice
    Sincerely
    Error 500--Internal Server Error
    javax.faces.el.EvaluationException: fuego.directory.exception.DirectoryNotAvailableException: Unable to connect to the Directory Service. If the problem persists, contact your system administrator.
         at org.apache.myfaces.trinidad.component.MethodExpressionMethodBinding.invoke(MethodExpressionMethodBinding.java:51)
         at com.sun.faces.application.ActionListenerImpl.processAction(ActionListenerImpl.java:102)
         at org.apache.myfaces.trinidad.component.UIXCommand.broadcast(UIXCommand.java:190)
         at javax.faces.component.UIViewRoot.broadcastEvents(UIViewRoot.java:458)
         at javax.faces.component.UIViewRoot.processApplication(UIViewRoot.java:763)
         at oracle.adfinternal.view.faces.lifecycle.LifecycleImpl._invokeApplication(LifecycleImpl.java:640)
         at oracle.adfinternal.view.faces.lifecycle.LifecycleImpl._executePhase(LifecycleImpl.java:275)
         at oracle.adfinternal.view.faces.lifecycle.LifecycleImpl.execute(LifecycleImpl.java:175)
         at javax.faces.webapp.FacesServlet.service(FacesServlet.java:265)
         at weblogic.servlet.internal.StubSecurityHelper$ServletServiceAction.run(StubSecurityHelper.java:227)
         at weblogic.servlet.internal.StubSecurityHelper.invokeServlet(StubSecurityHelper.java:125)
         at weblogic.servlet.internal.ServletStubImpl.execute(ServletStubImpl.java:292)
         at weblogic.servlet.internal.TailFilter.doFilter(TailFilter.java:26)
         at weblogic.servlet.internal.FilterChainImpl.doFilter(FilterChainImpl.java:42)
         at oracle.adf.share.http.ServletADFFilter.doFilter(ServletADFFilter.java:61)
         at weblogic.servlet.internal.FilterChainImpl.doFilter(FilterChainImpl.java:42)
         at oracle.adfinternal.view.faces.webapp.rich.RegistrationFilter.doFilter(RegistrationFilter.java:85)
         at org.apache.myfaces.trinidadinternal.webapp.TrinidadFilterImpl$FilterListChain.doFilter(TrinidadFilterImpl.java:279)
         at org.apache.myfaces.trinidadinternal.webapp.TrinidadFilterImpl._invokeDoFilter(TrinidadFilterImpl.java:239)
         at org.apache.myfaces.trinidadinternal.webapp.TrinidadFilterImpl._doFilterImpl(TrinidadFilterImpl.java:196)
         at org.apache.myfaces.trinidadinternal.webapp.TrinidadFilterImpl.doFilter(TrinidadFilterImpl.java:139)
         at org.apache.myfaces.trinidad.webapp.TrinidadFilter.doFilter(TrinidadFilter.java:92)
         at weblogic.servlet.internal.FilterChainImpl.doFilter(FilterChainImpl.java:42)
         at weblogic.servlet.internal.RequestEventsFilter.doFilter(RequestEventsFilter.java:27)
         at weblogic.servlet.internal.FilterChainImpl.doFilter(FilterChainImpl.java:42)
         at weblogic.servlet.internal.WebAppServletContext$ServletInvocationAction.run(WebAppServletContext.java:3496)
         at weblogic.security.acl.internal.AuthenticatedSubject.doAs(AuthenticatedSubject.java:321)
         at weblogic.security.service.SecurityManager.runAs(Unknown Source)
         at weblogic.servlet.internal.WebAppServletContext.securedExecute(WebAppServletContext.java:2180)
         at weblogic.servlet.internal.WebAppServletContext.execute(WebAppServletContext.java:2086)
         at weblogic.servlet.internal.ServletRequestImpl.run(ServletRequestImpl.java:1406)
         at weblogic.work.ExecuteThread.execute(ExecuteThread.java:201)
         at weblogic.work.ExecuteThread.run(ExecuteThread.java:173)
    Caused by: fuego.directory.exception.DirectoryNotAvailableException: Unable to connect to the Directory Service. If the problem persists, contact your system administrator.
         at fuego.directory.exception.DirectoryNotAvailableException.wrapDNAException(DirectoryNotAvailableException.java:33)
         at fuego.directory.jdbc.JDBCConnectionProvider.getEntry(JDBCConnectionProvider.java:81)
         at fuego.directory.jdbc.JDBCConnectionProvider.getEntry(JDBCConnectionProvider.java:34)
         at fuego.directory.provider.jdbc.JDBCPersistenceManager.getConnection(JDBCPersistenceManager.java:437)
         at fuego.directory.provider.jdbc.JDBCPersistenceManager.checkConnectivity(JDBCPersistenceManager.java:91)
         at fuego.directory.provider.DirectorySessionImpl.connect(DirectorySessionImpl.java:242)
         at fuego.directory.provider.Factory.startSession(Factory.java:405)
         at fuego.directory.Directory.startAnonymousSession(Directory.java:214)
         at fuego.papi.impl.ProcessServiceFactoryImpl.obtainSchemaId(ProcessServiceFactoryImpl.java:193)
         at fuego.papi.impl.ProcessServiceFactoryImpl.create(ProcessServiceFactoryImpl.java:75)
         at fuego.papi.impl.ProcessServiceFactoryImpl.create(ProcessServiceFactoryImpl.java:63)
         at fuego.papi.ProcessService.create(ProcessService.java:335)
         at hypapai2.view.backing.P1.commandButton1_action(P1.java:54)
         at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
         at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39)
         at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
         at java.lang.reflect.Method.invoke(Method.java:597)
         at com.sun.el.parser.AstValue.invoke(AstValue.java:157)
         at com.sun.el.MethodExpressionImpl.invoke(MethodExpressionImpl.java:283)
         at org.apache.myfaces.trinidad.component.MethodExpressionMethodBinding.invoke(MethodExpressionMethodBinding.java:46)
         ... 32 more
    Caused by: fuego.connector.ConnectorException: External resource [fuego] of type [SQL] is not initialized.
    Detail:External resource [fuego] cannot be used because it failed to initialize correctly at service startup.
    That failure generated a warning in the server log.
    Check the logs for the details on the failure.
         at fuego.connector.ConnectorException.connectorNotInitialized(ConnectorException.java:60)
         at fuego.connector.ConnectorService.getConnectorInterface(ConnectorService.java:527)
         at fuego.connector.CompositeConnectorService.getDirectoryConnectorInterface(CompositeConnectorService.java:446)
         at fuego.connector.CompositeConnectorService.getConnectorInterface(CompositeConnectorService.java:293)
         at fuego.connector.ConnectorTransaction.registerConnectorInterfaceCoordinator(ConnectorTransaction.java:656)
         at fuego.connector.ConnectorTransaction.getResource(ConnectorTransaction.java:315)
         at fuego.directory.jdbc.JDBCConnectionProvider.getEntry(JDBCConnectionProvider.java:68)
         ... 50 more

    While still using PAPI, try also adding b1oracle.jar, b1base.jar and b1util.jar to your ADF project.
    These jars could be found from your BPM Studio installation.
    HTH

  • Weblogic server installation error

    Hi,
    I has installed weblogic server 10.3.2 in C:\Oracle\Middleware, then i uninstalled weblogic server. Now i want to install again, but i got this error: http://imageshack.us/photo/my-images/812/asdasdmi.jpg/
    Please help me and give me some ideas of what to do, i'm so confused.
    Thanks
    Edited by: Roger22 on 29.06.2011 19:37

    Hi,
    If no other weblogic serverss installed on that machine, then you could delete the registry key corresponding to the old installation.
    It seems you are using windows.
    click start button-->Run-->type 'regedit' without quotes and then search for the key weblogic and delete that key.
    *Please make sure you will have a backup of registry keys.
    presee CTRL + F and type weblogic and click next and find a key smiliar to this below.
    HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\Uninstall\BEA Products
    select the BEA Products folder lefthandside and delete that.
    remove BEA products shortcut from start menu and reboot your machine once and then try installing weblogic server.
    Thanks
    Weblogic Admin

  • Weblogic server giving error , at the time of implementing log4j

    i have implemented log4j logging in weblogic server 11 g release , when i am copying log4j.jar in DOMAIN_HOME/lib folder server is not getting started instead its throwing following error
    [6:57:44 PM] Girish A Patil: <Aug 7, 2012 6:56:02 PM IST> <Critical> <WebLogicServer> <BEA-000386> <Server su
    bsystem failed. Reason: java.lang.NoSuchMethodError: com.bea.logging.LogBufferHa
    ndler.getServerLogBufferHandler()Lcom/bea/logging/LogBufferHandler;
    java.lang.NoSuchMethodError: com.bea.logging.LogBufferHandler.getServerLogBuffer
    Handler()Lcom/bea/logging/LogBufferHandler;
    at weblogic.logging.log4j.JDKLog4jAdapterFactory.createAndInitializeServ
    erLogger(JDKLog4jAdapterFactory.java:82)
    at weblogic.logging.ServerLoggingInitializer.initializeServerLogging(Ser
    verLoggingInitializer.java:50)
    at weblogic.diagnostics.lifecycle.ServerLoggingLifecycleImpl.initialize(
    ServerLoggingLifecycleImpl.java:43)
    at weblogic.diagnostics.lifecycle.DiagnosticFoundationService.start(Diag
    nosticFoundationService.java:108)
    at weblogic.t3.srvr.SubsystemRequest.run(SubsystemRequest.java:64)
    Truncated. see log file for complete stacktrace
    The WebLogic Server encountered a critical failure
    Reason: Assertion violated
    Exception in thread "main" java.lang.NoClassDefFoundError: Could not initialize
    class weblogic.protocol.ServerIdentityManager$Initializer
    at weblogic.protocol.ServerIdentityManager.findServerIdentity(ServerIden
    tityManager.java:64)
    at weblogic.protocol.URLManager.findAdministrationURL(URLManager.java:17
    3)
    at weblogic.server.ServerLifeCycleRuntime.getLifeCycleOperationsRemote(S
    erverLifeCycleRuntime.java:1078)
    at weblogic.t3.srvr.ServerRuntime.sendStateToAdminServer(ServerRuntime.j
    ava:429)
    at weblogic.t3.srvr.ServerRuntime.updateRunState(ServerRuntime.java:415)
    at weblogic.t3.srvr.T3Srvr.setState(T3Srvr.java:206)
    at weblogic.t3.srvr.T3Srvr.run(T3Srvr.java:482)
    at weblogic.Server.main(Server.java:71)
    please specify how to get rid of this error
    Regards
    Mayur Mitkari

    [Transfer SQL Server Objects Task] Error: Execution failed with the following error: "Invalid filegroup
    'SFG_1_Application' specified.".
    Hello Niraj,
    Seems in the source database a filegroup is used, which is not available in the Destination database.
    Olaf Helper
    [ Blog] [ Xing] [ MVP]

  • Weblogic server console error.

    HI,
    I am working on weblogic server . I am having only one domain and same domain i am having one managed server and one admin server.
    I can start the managed server from command line but not from the weblogic console.It is showing in shutdown state.Please help what to do? Please suggest some key area to look for this error.I need to deploy application on managed server from console.

    Thanks for the replay..
    1> Is there any way to start any managed server from admin console without configuring node manager.
    2> For my case i have started managed server from command line.
    3>So should i have to configure node manager for starting managed server from console.

  • Weblogic server givning error http: 500

    Greetings !
    i had an issue with weblogic server , i configured weblogic server 10.3.5.0 front with apex 4.1, while working on apex i got an error http: 500 page not found, when i i saw weblogic console i found error
    "EXEC FAILED:No more data to read from socketNo more data to read from socket
    No more data to read from socket
    _init_: # headers=44
    declare nm owa.vc_arr := ?;
    vl owa.vc_arr := ?;
    begin
    owa.init_cgi_env( ?, nm, vl );
    htp.init; htp.HTBUF_LEN := 63;
    ? := sys_context('USERENV','SID');
    end;
    SID:108
    CALL:
    begin
    f(p=>?);
    commit;
    end;
    BINDS
    p:4000:4651:469023450452601:::RP,4651,960,420,601,4050,27,196,121,232,695,754,83
    2,287,2000:FB_FLOW_ID,FB_FLOW_PAGE_ID,F4000_P4651_ID:110,1,2562922062661389
    EXEC FAILED:No more data to read from socketNo more data to read from socket
    No more data to read from socket
    i restarted weblogic server but the error was remain there, also restarted my network card but nothing would happen, then i had to restart my database but again nothing happens, then i had toi restart my entire server and the error resolves. This was happened to me many times and i had to do the same activity for resolving that issue. i deployed apex.war in it, already changed its xml file location from temp tp my d drive.
    will any one help what it means ?
    and how to overcome from this error

    This is not a PL/SQL error. And from the sounds of it, not even an Oracle database related error.
    Apex is a suite of PL/SQL software. Apex is in other words, tables, views, synonyms and stored procedure code. That is it.
    For a web server to make an Oracle database call, a web server module is needed to
    a) service a URL
    b) convert the URL into a database call
    c) connect to the database and make the call
    d) read the HTP PL/SQL buffer via a 2nd database call
    e) send that HTML response buffer to the web browser client
    I assume that this is what that apex.jar is suppose to do - and fails to do correctly for whatever reason. I prefer not to use Java in this way, and have used for over a decade the mod_plsql Apache web server module interface. It is reliable. It is robust. It is mature. It is easier to use IMO as this is standard Apache and not some silly convoluted XML and Java gunk.
    The error "+No more data to read from socket+" is not really an error message. It simply says that a socket read was done and there was no data to read. This is not an error. Unless the reader expected data to read from the socket.
    Bottom line. Unfortunately you are on the wrong side of OTN raising your problem - as your problem does not show any database side, never mind SQL or PL/SQL side, problems. The error as far the database/Apex side is concerned, is on the client (weblogic/jar) side.

  • WebLogic Server launch Error

    Dear,
    We are trying to execute the Web Logic Server on Sun Solaris 5.7 and web logic server 7.0.1.0. We are facing the following java related error.
    Pl. let us know if any suggestion can be made?
    Thanks,
    Sachin
    Starting WebLogic Server...
    <Sep 22, 2002 4:03:16 PM GMT-05:00> <Notice> <Management> <140005> <Loading configuration /u02/webusr/bea701/u
    ser_projects/mydomain/./config.xml>
    <Sep 22, 2002 4:03:45 PM GMT-05:00> <Notice> <Security> <090082> <Security initializing using realm myrealm.>
    <Sep 22, 2002 4:03:47 PM GMT-05:00> <Notice> <WebLogicServer> <000327> <Starting WebLogic Admin Server "myserv
    er" for domain "mydomain">
    # HotSpot Virtual Machine Error, Internal Error
    # Please report this error at
    # http://java.sun.com/cgi-bin/bugreport.cgi
    # Error ID: 53484152454432554E54494D450E43505000EA 01
    # Problematic Thread: prio=5 tid=0x29300 nid=0x1 runnable
    Abort - core dumped
    + set +x

    I am getting the same error during launching Weblogic Server SP2 on Sun Solaris 7.
    Do let me know if you could solve this problem.
    The error is given below:
    <Jul 4, 2003 5:16:53 PM GMT-05:00> <Notice> <WebLogicServer> <000327> <Starting WebLogic Admin Server "examplesServer" for domain "examples">
    # HotSpot Virtual Machine Error, Internal Error
    # Please report this error at
    # http://java.sun.com/cgi-bin/bugreport.cgi
    # Error ID: 53484152454432554E54494D450E43505000EA 01
    # Problematic Thread: prio=5 tid=0x28fa0 nid=0x1 runnable
    Abort - core dumped
    + set +x
    9365 Killed

  • Weblogic server shutdown error

    I am using the following script to shutpdown weblogic server
    # Set the server classpath
    WEBLOGICCLASSPATH=/weblogic/lib/weblogic510sp4.jar:/weblogic/license:/weblgi
    c/classes:/weblogic/lib/weblogicaux.jar
    # Java 2
    JAVACLASSPATH=/weblogic/classes/boot
    java -classpath $JAVACLASSPATH -Dweblogic.class.path=$WEBLOGICCLASSPATH
    weblogic.Admin www.kubrick.com SHUTDOWN system 12345678
    It dives class not def found error for weblogic.Admin. Any solution ?

    Since WLS doesn't need to load anything from weblogic classpath, you can put all
    classes in java
    classpath . Try this
    java -classpath $WL_HOME/classes:$WL_HOME/lib/weblogicaux.jar weblogic.Admin
    <url> SHUTDOWN system password.
    Kumar
    Rakesh Gupta wrote:
    I am using the following script to shutpdown weblogic server
    # Set the server classpath
    WEBLOGICCLASSPATH=/weblogic/lib/weblogic510sp4.jar:/weblogic/license:/weblgi
    c/classes:/weblogic/lib/weblogicaux.jar
    # Java 2
    JAVACLASSPATH=/weblogic/classes/boot
    java -classpath $JAVACLASSPATH -Dweblogic.class.path=$WEBLOGICCLASSPATH
    weblogic.Admin www.kubrick.com SHUTDOWN system 12345678
    It dives class not def found error for weblogic.Admin. Any solution ?

  • Weblogic server start error: java.lang.OutOfMemoryError

    Hi:
              when i start weblogic server, i met following error !
              java.lang.OutOfMemoryError
              <<no stack trace available>>
              why?
              thanks!
              starting output as follow :
              C:\bea7\user_projects\zhudomain>startweblogic
              C:\bea7\user_projects\zhudomain>echo off
              CLASSPATH=C:\bea7\jdk131_03\lib\tools.jar;C:\bea7\weblogic700\integration\li
              b\wl
              pi-worklist.jar;C:\bea7\weblogic700\samples\server\eval\pointbase\lib\pbserv
              er42
              ECF172.jar;C:\bea7\weblogic700\server\lib\weblogic_sp.jar;C:\bea7\weblogic70
              0\se
              rver\lib\weblogic.jar;
              PATH=.;C:\bea7\weblogic700\server\bin;C:\bea7\jdk131_03\bin;C:\PROGRA~1\RATI
              ONAL
              \RATION~1\NUTCROOT\bin;C:\PROGRA~1\RATIONAL\RATION~1\NUTCROOT\bin\x11;C:\PRO
              GRA~
              1\RATIONAL\RATION~1\NUTCROOT\mksnt;c:\Oracle\Ora81\bin;C:\WINNT\system32;C:\
              WINN
              T;C:\WINNT\System32\Wbem;C:\PROGRA~1\ULTRAE~1;C:\CTEX\MiKTeX\TeXMF\miktex\bi
              n;C:
              \CTEX\MiKTeX\LocalT~1\cct\bin;C:\Program Files\Rational\common;C:\Program
              Files\
              Rational\ClearQuest;C:\Program Files\Rational\Rose\TopLink\;C:\Program
              Files\Rat
              ional\Rational Test;C:\bea7\jdk131_03\bin
              * 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 *
              C:\bea7\user_projects\zhudomain>"C:\bea7\jdk131_03\bin\java" -hotspot -Xms32
              m -X
              mx200m -Dweblogic.security.SSL.trustedCAKeyStore=C:\bea7\weblogic700\server\
              lib\
              cacerts -Dweblogic.Name=myserver -Dbea.home="C:\bea7" -Dweblogic.management.
              user
              name= -Dweblogic.management.password= -Dweblogic.ProductionModeEnabled= -Dja
              va.s
              ecurity.policy="C:\bea7\weblogic700\server\lib\weblogic.policy"
              weblogic.Server
              <2002-11-13 ÏÂÎç04ʱ21·Ö01Ãë> <Info> <Security> <090065> <Getting boot
              identity
              from user.>
              Enter username to boot WebLogic server:system
              Enter password to boot WebLogic server:
              Starting WebLogic Server...
              <2002-11-13 ÏÂÎç04ʱ21·Ö08Ãë> <Notice> <Management> <140005> <Loading
              configurat
              ion C:\bea7\user_projects\zhudomain\.\config.xml>
              java.lang.OutOfMemoryError
              <<no stack trace available>>
              

    Hi JLK,
    Now as you can see that you are getting "java.lang.OutOfMemoryError: PermGen space" during the activation on an application it means that you are application needs more space in the non-heap part of the JVM which is PermGen to create the Classes, Class Structures, Methods and Reflection Objects of this applications hence you are getting this issue.
    Now how to solve this issue you try the following check list which would help you resolve this issue and overcome same type of issue in future
    1). Make Sure that the PermGen Area is not set to a very less value.
    2). Usually if an Application has Many JSP Pages in that case every JSP will be converted to a *.class file before JSP Request Process. So a large number of JSPs causes generation of a Large number of *.class files all these classes gets loaded in the PermGen area.
    3). While allocating the -XX:MaxPermSize make sure that you follow a rough Formula… which works in most of the Application Servers.
    MaxPermSize = (Xmx/3) —- Very Special Cases (One Third of maximum Heap Size)
    MaxPermSize = (Xmx/4) —- Recommended (One Fourth Of maximum Heap Size
    To get more information on this I would suggest you to have look at the below link which would surely help you in this case
    Topic: OutOfMemory Causes and First Aid Steps?
    http://middlewaremagic.com/weblogic/?p=4464
    Regards,
    Ravish Mody

  • 10.3.6 weblogic server start error

    on windows 7 I installed oepe-juno-installer-12.1.1.1.0.201207241647-10.3.6-win32 (bundled installer) from http://www.oracle.com/technetwork/developer-tools/eclipse/downloads/oepe-bundle-1861326.html
    at completion of the installation, started the Quickstart app, then clicked on 'Start WebLogic Server 10.3.6 Samples Domain'
    get error message "\Java\jre1.6.0.23\lib\ext\QTJava.zip was unexpected at this time."
    thanks for any assistance you can provide.

    QTJava.zip was in the system CLASSPATH. removed it and that resolved the issue.

  • Weblogic Server - Timeout error in AdminServer Diagnostic logs

    Hi,
    We have deployed our application (OAM 11g) on Weblogic 10.3.5. The application was working fine until thursday. After that we have only restarted the machine and the application start responding very slow. We can see the following errors in weblogic Admin Server Diagnostic logs.
    +[2012-06-18T17:23:00.481+05:30] [AdminServer] [ERROR] [] [] [tid: PoolWatcher] [userId: <anonymous>] [ecid: 1b8352126b8c9e0f:1ec8524a:137ff4bc247:-8000-0000000000000011,0] java.net.SocketTimeoutException: Read timed out+
    +[2012-06-18T17:24:01.000+05:30] [AdminServer] [ERROR] [] [] [tid: PoolWatcher] [userId: <anonymous>] [ecid: 1b8352126b8c9e0f:1ec8524a:137ff4bc247:-8000-0000000000000011,0] java.net.SocketTimeoutException: Read timed out+
    +[2012-06-18T17:25:01.536+05:30] [AdminServer] [ERROR] [] [] [tid: PoolWatcher] [userId: <anonymous>] [ecid: 1b8352126b8c9e0f:1ec8524a:137ff4bc247:-8000-0000000000000011,0] java.net.SocketTimeoutException: Read timed out+
    +[2012-06-18T17:26:02.071+05:30] [AdminServer] [ERROR] [] [] [tid: PoolWatcher] [userId: <anonymous>] [ecid: 1b8352126b8c9e0f:1ec8524a:137ff4bc247:-8000-0000000000000011,0] java.net.SocketTimeoutException: Read timed out++2012-06-18T17:27:00.496+05:30] [AdminServer] [ERROR] [] [] [tid: [ACTIVE].ExecuteThread: '0' for queue: 'weblogic.kernel.Default (self-tuning)'] [userId: <anonymous>] [ecid: 1b8352126b8c9e0f:1ec8524a:137ff4bc247:-8000-000000000000005b,0] [APP: oam_admin#11.1.1.3.0] java.net.SocketTimeoutException: Read timed out+
    +[2012-06-18T17:27:00.496+05:30] [AdminServer] [ERROR] [] [] [tid: [ACTIVE].ExecuteThread: '0' for queue: 'weblogic.kernel.Default (self-tuning)'] [userId: <anonymous>] [ecid: 1b8352126b8c9e0f:1ec8524a:137ff4bc247:-8000-000000000000005b,0] [APP: oam_admin#11.1.1.3.0] Failed to communicate with any of configured Access Server, ensure that it is up and running.+
    +[2012-06-18T17:27:00.700+05:30] [AdminServer] [NOTIFICATION] [OAMSSA-22005] [oracle.oam.diagnostic] [tid: [ACTIVE].ExecuteThread: '0' for queue: 'weblogic.kernel.Default (self-tuning)'] [userId: <anonymous>] [ecid: 1b8352126b8c9e0f:1ec8524a:137ff4bc247:-8000-000000000000005b,0] [APP: oam_admin#11.1.1.3.0] Number of collectors registered: "3".+
    +[2012-06-18T17:27:00.700+05:30] [AdminServer] [NOTIFICATION] [OAMSSA-20032] [oracle.oam.user.identity.provider] [tid: [ACTIVE].ExecuteThread: '0' for queue: 'weblogic.kernel.Default (self-tuning)'] [userId: <anonymous>] [ecid: 1b8352126b8c9e0f:1ec8524a:137ff4bc247:-8000-000000000000005b,0] [APP: oam_admin#11.1.1.3.0] Finished constructing mediator.+
    +[2012-06-18T17:27:00.700+05:30] [AdminServer] [NOTIFICATION] [OAMSSA-20002] [oracle.oam.user.identity.provider] [tid: [ACTIVE].ExecuteThread: '0' for queue: 'weblogic.kernel.Default (self-tuning)'] [userId: <anonymous>] [ecid: 1b8352126b8c9e0f:1ec8524a:137ff4bc247:-8000-000000000000005b,0] [APP: oam_admin#11.1.1.3.0] Diagnostic Engine Initialized.+
    +[2012-06-18T17:27:00.715+05:30] [AdminServer] [NOTIFICATION] [] [oracle.oam.user.identity.provider] [tid: [ACTIVE].ExecuteThread: '0' for queue: 'weblogic.kernel.Default (self-tuning)'] [userId: <anonymous>] [ecid: 1b8352126b8c9e0f:1ec8524a:137ff4bc247:-8000-000000000000005b,0] [APP: oam_admin#11.1.1.3.0] resolved id store name : UserIdentityStore1+
    Anybody have any clue where is the issue and what is the fix required. Thanks for all your help.

    Hi,
    It seems there are some sort of communication laps try to enable Http tunneling on there for every individual server.
    You will find them under following option.
    Server >> <server name > >> Protocol >> General
    There you will find check box enable Tunneling.
    Regards,
    Kal

  • Weblogic Server Deployment Error

    I have built an ear file and tried to deploy it to local standalone server - the log when deploying is below.
    Any help would be appreciated.
    weblogic.application.ModuleException: Exception preparing module: EJBModule(SvcHcmLocGBPaySetupDataService_MiddleTier.jar)
    [EJB:011023]An error occurred while reading the deployment descriptor. The error was: Error processing annotations: .
    at weblogic.ejb.container.deployer.EJBModule.prepare(EJBModule.java:469)
    at weblogic.application.internal.flow.ModuleListenerInvoker.prepare(ModuleListenerInvoker.java:199) at weblogic.application.internal.flow.DeploymentCallbackFlow$1.next(DeploymentCallbackFlow.java:518)
    at weblogic.application.utils.StateMachineDriver.nextState(StateMachineDriver.java:52)
    at weblogic.application.internal.flow.DeploymentCallbackFlow.prepare(DeploymentCallbackFlow.java:159) at weblogic.application.internal.flow.DeploymentCallbackFlow.prepare(DeploymentCallbackFlow.java:47)
    at weblogic.application.internal.BaseDeployment$1.next(BaseDeployment.java:649)
    at weblogic.application.utils.StateMachineDriver.nextState(StateMachineDriver.java:52) at weblogic.application.internal.BaseDeployment.prepare(BaseDeployment.java:191)
    at weblogic.application.internal.EarDeployment.prepare(EarDeployment.java:59)
    at weblogic.application.internal.DeploymentStateChecker.prepare(DeploymentStateChecker.java:154) at weblogic.deploy.internal.targetserver.AppContainerInvoker.prepare(AppContainerInvoker.java:60)
    at weblogic.deploy.internal.targetserver.operations.ActivateOperation.createAndPrepareContainer(ActivateOperation.java:209)
    at weblogic.deploy.internal.targetserver.operations.ActivateOperation.doPrepare(ActivateOperation.java:98) at weblogic.deploy.internal.targetserver.operations.AbstractOperation.prepare(AbstractOperation.java:217)
    at weblogic.deploy.internal.targetserver.DeploymentManager.handleDeploymentPrepare(DeploymentManager.java:749)
    at weblogic.deploy.internal.targetserver.DeploymentManager.prepareDeploymentList(DeploymentManager.java:1216) at weblogic.deploy.internal.targetserver.DeploymentManager.handlePrepare(DeploymentManager.java:250)
    at weblogic.deploy.internal.targetserver.DeploymentServiceDispatcher.prepare(DeploymentServiceDispatcher.java:160)
    at weblogic.deploy.service.internal.targetserver.DeploymentReceiverCallbackDeliverer.doPrepareCallback(DeploymentReceiverCallbackDeliverer.java:171) at weblogic.deploy.service.internal.targetserver.DeploymentReceiverCallbackDeliverer.access$000(DeploymentReceiverCallbackDeliverer.java:13)
    at weblogic.deploy.service.internal.targetserver.DeploymentReceiverCallbackDeliverer$1.run(DeploymentReceiverCallbackDeliverer.java:47)
    at weblogic.work.SelfTuningWorkManagerImpl$WorkAdapterImpl.run(SelfTuningWorkManagerImpl.java:545) at weblogic.work.ExecuteThread.execute(ExecuteThread.java:256)
    at weblogic.work.ExecuteThread.run(ExecuteThread.java:221)
    Caused By: weblogic.utils.ErrorCollectionException:
    There are 1 nested errors:
    weblogic.j2ee.dd.xml.AnnotationProcessException: [EJB:015001]Unable to link class oracle.apps.hcm.locGB.payrollSetup.details.payrollPersonalDeductionService.applicationModule.ser
    ver.PayrollPersonalDeductionServiceImpl in Jar /scratch/software/mw_local/FMWTOOLS_11.1.1.6.0_GENERIC_120112.0037.2_PATCHES4FA_11.1.1.6.4_PLATFORMS/nbray/mw_home_standalone/user_
    projects/domains/fusion_domain1/servers/AdminServer/upload/HcmPayrollApp/V2.0/app/HcmPayrollApp/SvcHcmLocGBPaySetupDataService_MiddleTier.jar : java.lang.NoClassDefFoundError: oracle/apps/hcm/locGB/payrollSetup/details/payrollPersonalDeductionService/PayrollPersonalDeductionService
    at weblogic.j2ee.dd.xml.BaseJ2eeAnnotationProcessor.addProcessingError(BaseJ2eeAnnotationProcessor.java:1323)
    at weblogic.j2ee.dd.xml.BaseJ2eeAnnotationProcessor.addFatalProcessingError(BaseJ2eeAnnotationProcessor.java:1328) at weblogic.ejb.container.dd.xml.EjbAnnotationProcessor.processAnnotations(EjbAnnotationProcessor.java:161)
    at weblogic.ejb.container.dd.xml.EjbDescriptorReaderImpl.processStandardAnnotations(EjbDescriptorReaderImpl.java:344)
    at weblogic.ejb.container.dd.xml.EjbDescriptorReaderImpl.createReadOnlyDescriptorFromJarFile(EjbDescriptorReaderImpl.java:204) at weblogic.ejb.spi.EjbDescriptorFactory.createReadOnlyDescriptorFromJarFile(EjbDescriptorFactory.java:93)

    Hi,
    Can you clear cache and tmp file for your specific server and check whether issue is solved or not.
    Regards,
    Kal

  • Weblogic Server Startup Error.

    Hi All,
    I am using weblogic 9.2 and bea workshop. I am trying to start the server in debug mode. But I get the error saying that "Server could not be launched within timeout". Because of this I am unable to debug the application.
    Can anybody tell me how to fix this.

    I believe there's a setting in Eclipse/Workshop preferences that controls what the server start timeout value is. On challenged boxes you'll typically have to increase this value to prevent this situation.

  • Weblogic Server Start Error

    Hi,
    I am using windows 7 ultimate 64 bit.
    when i start the server with "startWebLogic.cmd" then it raises following error:
    "Unrecognized option: -jrockit
    Error: Could not create the Java Virtual Machine.
    Error: A fatal exception has occurred. Program will exit."
    while i did not install any jrockit. I installed Java JDK 7.0.
    so how can i resolve this issue.
    regards,
    Waqas Hassan

    The below i could see at my setDomainEnv.sh file
    COMMON_COMPONENTS_HOME="/home/oiam/Oracle/Middleware/oracle_common"
    export COMMON_COMPONENTS_HOME
    OAM_ORACLE_HOME="/home/oiam/Oracle/Middleware/Oracle_IDM1/oam"
    export OAM_ORACLE_HOME
    APPLICATIONS_DIRECTORY="/home/oiam/Oracle/Middleware/user_projects/applications/
    OAM_domain"
    export APPLICATIONS_DIRECTORY
    WL_HOME="/home/oiam/Oracle/Middleware/wlserver_10.3"
    export WL_HOME
    BEA_JAVA_HOME="/home/oiam/Desktop/OIAM11.1.2.1.0/JDK/jdk-new/jdk1.7.0_25"
    export BEA_JAVA_HOME
    SUN_JAVA_HOME=""
    export SUN_JAVA_HOME
    if [ "${JAVA_VENDOR}" = "Oracle" ] ; then
            JAVA_HOME="${BEA_JAVA_HOME}"
            export JAVA_HOME

Maybe you are looking for

  • Possible to connect Mac(MiniDisplay) to Standard TV?

    Hi. I have a new iMac with a mini displayport that I would like to connect to a standard TV (s-video/RCA ports) in order to view the Macs desktop on the TV, but am not quite sure which cables/adapters I need. I know that Apple makes a Mini Display to

  • KT3V/KT4V too low Vcore

    I'm still waiting for MSI KT3V/KT4V bios V1.9 and i'm very angry for MSI,because i wrote to MSI about it month ago. Nobody don't reply me and I lose my good opinion about MSI.I suggest MSI technicans to incerase Vcore voltage from default + 0,1V to d

  • Play Waveform Express vi: How to disable "Normalize waveform"?

    I am an EE professor. My students are using LabView to develop simple music synthesizers. How can we disable the "Normalize Waveform" function within the "Play Waveform" express vi, so that we can control volume with amplitude?

  • How do I determine the size of my photo library

    I want to know the size of my photo file so that I can determine how much space I need to store them in iCloud (iPhoto version 9.6)  Os Version 10.10.2 Thanks Dan

  • Top level navigation is lost

    Hi All, FYI We are building a sandbox system and doing branding for it. I had downloaded the par file zipped it and extracted its content made a lil change in a java script same as our existing portal, and uplaoded the file through administration con