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

Similar Messages

  • WebLogic server installation error:java.lang.NoSuchFieldError:CN

    Hi to all,
    I have execute a new installation using the command: java -d64 wls_121200.jar, but at the end of installation I receive the error message:
    2013-09-26 17:09:19,162 SEVERE [Thread-7] com.oracle.cie.domain.DomainGenerator - Creazione del dominio non riuscita.
    Posizione dominio: C:\Oracle\Middleware\Oracle_Home\user_projects\domains\base_domain
    Motivo: java.lang.NoSuchFieldError: CN
    Thanks in advance for any help.

    Hi,
    Do not use -d64 option here
    Use following option in windows.
    java -jar wls_121200.jar that will take 64bit if your OS is 64bit.
    Regards,
    Kal

  • WebLogic Server installation Crashing with a fatal error - SIGSEGV

    Hello WLS Gurus,
    I am in the process of installing Discoverer 11 and I am facing problems with launching wls1036_generic.jar installer.
    I have installed installed Java 7 as follows:
    cd /u02/appldisc/11.1.1/Middleware
    tar -xvzf jdk-7u25-linux-x64.tar.gz
    JAVA_HOME=/u02/appldisc/11.1.1/Middleware/jdk1.7.0_25
    I then excuted:
    $JAVA_HOME/bin/java -Xmx1024m -jar wls1036_generic.jar
    and the installer crashed with this error output:
    # A fatal error has been detected by the Java Runtime Environment:
    #  SIGSEGV (0xb) at pc=0x0000003b09e14d70, pid=28328, tid=139864618293008
    # JRE version: 7.0_25-b15
    # Java VM: Java HotSpot(TM) 64-Bit Server VM (23.25-b01 mixed mode linux-amd64 compressed oops)
    # Problematic frame:
    # C  [ld-linux-x86-64.so.2+0x14d70]
    # Failed to write core dump. Core dumps have been disabled. To enable core dumping, try "ulimit -c unlimited" before starting Java again
    # If you would like to submit a bug report, please visit:
    #   http://bugreport.sun.com/bugreport/crash.jsp
    # The crash happened outside the Java Virtual Machine in native code.
    # See problematic frame for where to report the bug.
    ---------------  T H R E A D  ---------------
    Current thread (0x00007f34d03b9000):  JavaThread "AWT-EventQueue-0" [_thread_in_native, id=28346, stack(0x00007f34c4d3d000,0x00007f34c4e3e000)]
    siginfo:si_signo=SIGSEGV: si_errno=0, si_code=128 (), si_addr=0x0000000000000000
    Registers:
    RAX=0x0000000000000001, RBX=0x00007f34d02bea50, RCX=0x000000009e982203, RDX=0x000000001fabfbff
    RSP=0x00007f34c4e39ab8, RBP=0x00007f34c4e39c00, RSI=0x0000000000000000, RDI=0x0000000000000058
    Can someone help?
    Thanks
    Mathias

    See
    “Generic WebLogic Server Installer generates a Crash immediately after opening GUI on ld-linux-x86-64.so.2 Library (Doc ID 1570688.1)” which states that
    “ This is an issue with AVX support appearing on newer hardware. Default glibc is incompatible with it. This problem happens due to a Red Hat Bug: Segmentation fault in dynamic loader on AVX enabled CPU “
    Solution:
    1. Set the following Environment Property on your active Shell.
      - open a bash terminal and type in:
    $ export LD_BIND_NOW=1
    2. Re-Run the installer as bellow example.
      $JAVA_HOME/bin ./java -jar wls1036_generic.jar
    Mathias

  • Start multiple domains simultaneously on 1 Weblogic server installation?

    Is it okay to start and run multiple domains simultaneously. Better yet, when having multiple domains on 1 WLS server, should each domain have a different port number in order to be run simultaneously?
    Here's my scenario - I installed Oracle Business Intellgence, which by default installs and configures WLS server for certain Business Intelligence applications (BI Publisher). This instance was running fine and good and still is.
    Then I had another application, Oracle Data Integrator, which has a Console piece that requires a domain on WLS. So instead of modifying the existing domain for Oracle Business Intelligence, I created a new domain via the Configuration Wizard and selected those components for Oracle Data Integrator.
    therefore current domains:
    ...\domains\bifoundation_domain --> installed automatically as part of Oracle Business Intelligence
    ...\domains\odi11g --> I created this domain after I
    Now I have 2 domains under 1 WLS Server (windows 7 64bit), but if I startWeblogic.cmd for the bifoundation_domain, and I startWeblogic.cmd for the odi11g...then only the components for the bifoundation_domain become available via the WLS Console.
    Questions:
    - Can I run both domains simultaneously?
    - Should I have modified the bifoundation_domain to include Oracle Data Integrator component; therefore only having 1 domain but having everything run under that domain?
    - Does the Port for each domain matter? both bifounddation_domain and odi11g domain use ports 7001
    Are there any other considerations? Thanks much.

    Hi,
    It is perfectly OK to run multiple domains on a single Weblogic server installation. Only constraint would be you have enough capacity available on your server to start multiple instances.
    Things to note is, if your domain1 is running on listen address : port { localhost : 7001 } then your other domain should be configured on a different port say {localhost : 8001 }. If you want both domain to run on same port then go for virtual IP's to be plumbed on your physical network interface and configure as,
    domain1 - { ip1 : 7001 }
    domain2 - { ip2 : 7001 }
    this way you will can access both domain admin console on same port.
    Remember, Weblogic resources cannot be shared between domain, however a single nodemanager will be enough to monitor both the domains.
    * rank it if answer is helpful :) *
    Thanks,
    Ranjan

  • Which Weblogic server installation do I need??

    I need to download and install Oracle 11g Portal, Forms, Reports and Discoverer (11.1.1.2.0) for Windows 7 Professional. On its main page, Oracle says that I have to download and install Weblogic Server before I can install Forms 11g. When I go to Weblogic Server download page, I see two versions: The package installer (815 MB), and the net installer (40 MB). Which one of them do I need for my purpose? Also, do I need something else (other than the database ofcourse and the Weblogic Server) to download and install before putting Forms 11g?
    Thanks

    When I go to Weblogic Server download page, I see two versions: The package installer (815 MB), and the net installer (40 MB)?
    Both Installer will do the same thing....You can choose any one of them
    *"Package Installer":* It's Size will be always much more than the Net-Installer....If you want to Once download the Installer in your PC and then want to run it in separate Boxes again & Again where u may not have Internet connectivity ...then you need to choose "Package Installer". When you run the Package installer, you can also select the specific product components you want to install, thereby also enabling you to minimize the installation footprint.
    Downloading the Package installer is recommended if you want to perform multiple WebLogic Server installations at your site. In a typical scenario, you download the Package installer only once, then make it available to each machine on which you wish to have the product installed. (You can run the installer from each machine directly over the local network, or copy the installer onto each machine and run it.)
    *"Net Installer":* If you want to install the WebLogic and donot want the Installer keeo with you for future use...This is good. It has 40 MB size ...because this 40MB installer will start Downloading rest of the part of the complete installer from the Oracle N/W on the fly. Unlike the Net installer, the Package installer does not provide for any reduction in download time or the amount of disk space required for the installation files.
    Thanks
    Jay SenSharma
    http://jaysensharma.wordpress.com (WebLogic Wonders Are Here)

  • 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

  • 64bit weblogic server installation on windows

    Hi,
    We are trying to install 64bit Oracle weblogic Server 10.3.2 on windows 2007 Server. As per the documentation, The installation requires 64bit java installation and then execute the wl_1032_server.jar file.
    We installed weblogic Server successfully and did not find any errors while installing the weblogic server. We created one Managed Server with the default options. We are able to start the Admin Server with out any problems.
    But we are unable to start the managed weblogic server and we are getting the following error message while starting the managed webserver.
    I have also tried with setting the following memory args also. But I am getting the same error in the managedserver log files.
    set MEM_ARGS=-Xms512m -Mmx1024m -MaxPermSize=512m
    <Feb 19, 2010 11:57:01 PM EST> <Notice> <WebLogicServer> <BEA-000330> <Started WebLogic Managed Server "new_ManagedServer_1" for domain "base_domain" running in Production Mode>
    Exception in thread "[STANDBY] ExecuteThread: '2' for queue: 'weblogic.kernel.Default (self-tuning)'" java.lang.OutOfMemoryError: PermGen space
    The WebLogic Server encountered a critical failure
    Reason: PermGen space
    Exception in thread "main" java.lang.OutOfMemoryError: PermGen space
    <Feb 19, 2010 11:57:10 PM> <FINEST> <NodeManager> <Waiting for the process to die: 1848>
    Can you please help us in configuring the 64bit weblogic server. Do we need to make any special configurations.
    Thanks and Regards,
    S R Prasad

    Thanks,
    You are right and I've found a documentation below. Did you checked your Environment Variables or try to use full path of 64 bit Java installation?
    How do I select between 32 and 64-bit operation? What's the default? The options -d32 and -d64 have been added to the Java launcher to specify whether the program is to be run in a 32 or 64-bit environment. On Solaris these correspond to the ILP32 and LP64 data models, respectively. Since Solaris has both a 32 and 64-bit J2SE implementation contained within the same installation of Java, you can specify either version. If neither -d32 nor -d64 is specified, the default is to run in a 32-bit environment.
    Other Java commands (javac, javadoc, etc.) will rarely need to be executed in a 64-bit environment. However, the -d32/-d64 options may be passed to these commands and then on to the Java launcher using the established -J prefix option (eg: -J-d64).
    All other platforms (Windows and Linux) contain separate 32 and 64-bit installation packages. If both packages are installed on a system, you select one or the other by adding the appropriate "bin" directory to your path. For consistency, the Java implementations on Linux accept the -d64 option.
    Regards,
    Kadir

  • Weblogic server installation in red hat linux 5

    hi i am new to the weblogic server i am trying to install weblogic server in redhat linux i downloaded .bin file from oracle
    i enter these commands
    chmod +x  wls1035_oepe111172_linux32.bin
    ./wls1035_oepe111172_linux32.bin
    The directory "/tmp" does not have enough space for extraction.
    Please input another directory or [Exit]: Exit
    i got the error message
    please reply i will appreciate your hep

    Steps for preparing the installation can be found here: http://download.oracle.com/docs/cd/E17904_01/doc.1111/e14142/prepare.htm#i1183981
    To run the installation steps presented here can be followed: http://download.oracle.com/docs/cd/E17904_01/doc.1111/e14142/guimode.htm#i1082009

  • 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.

  • ZENworks Single Server installation error

    Hi.
    I have a problem during the single server installation.
    Let me tell you server status.
    Server OS: MS Window server 2003 Enterprise
    SQL: MS-SQL 2005 Enterprise edition.
    with IIS and Active Directory.
    Error message show like this
    "Couldn't replace ~DSDATAFOLDER~ with "E:\Program Files\Microsoft SQL
    Server\MSSQL.1\MSSQL\DATA" in file Scripts\SQL_PSTOKEN.sql(error code -2)
    Would you let me know if you know how to figure out this?

    Originally Posted by lanoxox
    I have changed the installation procedure that was "distributed setup" in the CD.
    There was error during the "Policy Distribution Service". the message is
    "The Database STDSDB exists,but the password you entered for user account "DS_STDSDB_USER" is incorrect ,Try another passwor?"
    I could not go forward after this. and there was no account for "DS_STDSDB_USER"
    in the SQL Server. I think it could not create this account.
    Hi, how did you solve this? the TID doesn't solve this error.
    Regards.

  • 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 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

Maybe you are looking for

  • SOX report in SAP

    Hi all, We recently started implementing SAP and we started now with meetings to talk about SOX. I was wondering if there are any standard SAP reports to check users and authorizations on SOX compliant? We do have a customized report on an old landsc

  • Westell 327W will not allow internet connection to Samsung C6800

    After set up was complete, I ran a network test. The first (3) items were OK, but the last item camp up "The http port is blocked". Samsung tech support has no idea what the problem is. Verizon DSL tech support wants to charge me to try to fix. Any i

  • How to get the Users Name from the SSL certificate?

    Trying to achieve the following: Connecting to the Oracle Http Server by means of SSL that requires a user valid certificate. Then being able to get the Users Name from the SSL certificate to prepopulate the APEX login authentication page with the us

  • Trusted Location Settings not working after windows 7 installation

    Hi All, Recently, all the work stations in my office was upgraded to windows 7. I work on SAP Xcelsius dashboards whose output is in flash and it requires trusted location settings to be enabled in order to view the dashboard in any browser. In one o

  • When unchecking 'embed fonts' hyperlinks go away.

    LiveCycle 9.  When I reload a pdf that was generated by LC, and go to: Form Properties | Save Options, and uncheck the "embed fonts" checkbox, all the hyperlinks in the form dissapear. This is a secondary process after the form has been initially sav