access to the weblogic Server console problem

Hi all

We have a problem of access to the weblogic Server console page.

We have fresh installed the Enterprise Manager Cloud control 12 c and we can access the MS pages without problems.

When trying to connect to the weblogic Server (https:// < our_server >: 7101/console) with Firefox, IE11 or if the page is loading and loading without showing the login page.

But when trying to connect to this address with a place (elinks) browser on the unix machine we'll see the first page immediately.

Any ideas?

Thank you

Michael

Hi all

We solved the problem in another way: we opened the ports http access.

Because issues were security settings in Internet Explorer.

Thank you

Michael

Tags: Fusion Middleware

Similar Questions

  • Cannot access the weblogic Server console.

    Hello

    In my windows server 2012 I created the virtual machine using the Hyper-V Manager.

    In this virtual machine, I installed the weblogic Server 10.3.6. The ip address of the virtual machine is 192.168.1.9.

    In my virtual machine using localhost I can able to access the console. But when I try to access the console to another computer that has windows 7, cannot able to access the console.

    Check if the AdminServer is listening on all addresses to link or not?

    Can you try to set an IP address to your AdminServer as following in your "$DOMAIN_HOME/config/config.xml", and then try again

    
        AdminServer
        
          false
        
        7001
        true
        192.168.1.9   
    

    Still, if you face any problem, then it might be a firewall problem.

    Please, try the following on the remote computer to see if the port is accessible from the other box or not:

    From your windows 7 computer customer trying to see if this port is available or not on this IP address

    telnet  192.168.1.9   7001
    

    Also several times the IPv6 configuration can cause this problem, where can you try to start your WebLogic using the following JVM option:

    -Djava.net.preferIPv4Stack=true
    
  • Error when starting the weblogic Server

    Hi all

    I get the following error when starting the weblogic server (10.3.5.0). I couldn't access the EM.

    < 9 July 2012 19:00:23 IST > < error > < org.apache.beehive.netui.pageflow.internal.AdapterManager > < BEA-000000 > < ServletContainerAdapter manager not initialized successfully. >

    java.lang.NoClassDefFoundError: HTTPClient/ProtocolNotSuppException

    at oracle.sysman.eml.app.EMDClientInitializer.setHttpConnectionTimeout(EMDClientInitializer.java:97)

    at oracle.sysman.eml.app.EMDClientInitializer.init(EMDClientInitializer.java:85)

    at oracle.sysman.emSDK.svc.ServiceUtil.initService(ServiceUtil.java:94)

    at oracle.sysman.eml.app.ContextInitializer.contextInitialized(ContextInitializer.java:432)

    to weblogic.servlet.internal.EventsManager$ FireContextListenerAction.run (EventsManager.java:481)

    at weblogic.security.acl.internal.AuthenticatedSubject.doAs(AuthenticatedSubject.java:321)

    at weblogic.security.service.SecurityManager.runAs(SecurityManager.java:120)

    at weblogic.servlet.internal.EventsManager.notifyContextCreatedEvent(EventsManager.java:181)

    at weblogic.servlet.internal.WebAppServletContext.preloadResources(WebAppServletContext.java:1872)

    at weblogic.servlet.internal.WebAppServletContext.start(WebAppServletContext.java:3153)

    at weblogic.servlet.internal.WebAppModule.startContexts(WebAppModule.java:1508)

    at weblogic.servlet.internal.WebAppModule.start(WebAppModule.java:482)

    to weblogic.application.internal.flow.ModuleStateDriver$ 3.next(ModuleStateDriver.java:425)

    at weblogic.application.utils.StateMachineDriver.nextState(StateMachineDriver.java:52)

    at weblogic.application.internal.flow.ModuleStateDriver.start(ModuleStateDriver.java:119)

    at weblogic.application.internal.flow.ScopedModuleDriver.start(ScopedModuleDriver.java:200)

    at weblogic.application.internal.flow.ModuleListenerInvoker.start(ModuleListenerInvoker.java:247)

    to weblogic.application.internal.flow.ModuleStateDriver$ 3.next(ModuleStateDriver.java:425)

    at weblogic.application.utils.StateMachineDriver.nextState(StateMachineDriver.java:52)

    at weblogic.application.internal.BaseDeployment.activate(BaseDeployment.java:205)

    at weblogic.application.internal.EarDeployment.activate(EarDeployment.java:58)

    at weblogic.application.internal.DeploymentStateChecker.activate(DeploymentStateChecker.java:161)

    at weblogic.deploy.internal.targetserver.AppContainerInvoker.activate(AppContainerInvoker.java:79)

    at weblogic.deploy.internal.targetserver.BasicDeployment.activate(BasicDeployment.java:184)

    at weblogic.deploy.internal.targetserver.BasicDeployment.activateFromServerLifecycle(BasicDeployment.java:361)

    to weblogic.management.deploy.internal.DeploymentAdapter$ 1.doActivate(DeploymentAdapter.java:51)

    at weblogic.management.deploy.internal.DeploymentAdapter.activate(DeploymentAdapter.java:200)

    to weblogic.management.deploy.internal.AppTransition$ 2.transitionApp(AppTransition.java:30)

    at weblogic.management.deploy.internal.ConfiguredDeployments.transitionApps(ConfiguredDeployments.java:240)

    at weblogic.management.deploy.internal.ConfiguredDeployments.activate(ConfiguredDeployments.java:169)

    at weblogic.management.deploy.internal.ConfiguredDeployments.deploy(ConfiguredDeployments.java:123)

    at weblogic.management.deploy.internal.DeploymentServerService.resume(DeploymentServerService.java:180)

    at weblogic.management.deploy.internal.DeploymentServerService.start(DeploymentServerService.java:96)

    at weblogic.t3.srvr.SubsystemRequest.run(SubsystemRequest.java:64)

    at weblogic.work.ExecuteThread.execute(ExecuteThread.java:209)

    at weblogic.work.ExecuteThread.run(ExecuteThread.java:178)

    Caused by: java.lang.ClassNotFoundException: HTTPClient.ProtocolNotSuppException

    at weblogic.utils.classloaders.GenericClassLoader.findLocalClass(GenericClassLoader.java:297)

    at weblogic.utils.classloaders.GenericClassLoader.findClass(GenericClassLoader.java:270)

    at weblogic.utils.classloaders.ChangeAwareClassLoader.findClass(ChangeAwareClassLoader.java:64)

    at java.lang.ClassLoader.loadClass(ClassLoader.java:306)

    at java.lang.ClassLoader.loadClass(ClassLoader.java:247)

    at weblogic.utils.classloaders.GenericClassLoader.loadClass(GenericClassLoader.java:179)

    at weblogic.utils.classloaders.ChangeAwareClassLoader.loadClass(ChangeAwareClassLoader.java:43)

    ... more than 40

    PostInstallConfigIntegration:oracle_ias_farm target auth check is performed.

    < 9 July 2012 19:00:49 IST > < WARNING > < HTTP > < BEA-101162 > < oracle.sysman.eml.app.ContextInitializer listener has not defined by user: java.lang.NoClassDefFoundError: HTTPClient/ProtocolNotSuppException.

    java.lang.NoClassDefFoundError: HTTPClient/ProtocolNotSuppException

    at oracle.sysman.eml.app.ContextInitializer.contextInitialized(ContextInitializer.java:1035)

    to weblogic.servlet.internal.EventsManager$ FireContextListenerAction.run (EventsManager.java:481)

    at weblogic.security.acl.internal.AuthenticatedSubject.doAs(AuthenticatedSubject.java:321)

    at weblogic.security.service.SecurityManager.runAs(SecurityManager.java:120)

    at weblogic.servlet.internal.EventsManager.notifyContextCreatedEvent(EventsManager.java:181)

    Truncated. check the log file full stacktrace

    Caused by: java.lang.ClassNotFoundException: HTTPClient.ProtocolNotSuppException

    at weblogic.utils.classloaders.GenericClassLoader.findLocalClass(GenericClassLoader.java:297)

    at weblogic.utils.classloaders.GenericClassLoader.findClass(GenericClassLoader.java:270)

    at weblogic.utils.classloaders.ChangeAwareClassLoader.findClass(ChangeAwareClassLoader.java:64)

    at weblogic.utils.classloaders.ChangeAwareClassLoader.findClass(ChangeAwareClassLoader.java:64)

    at java.lang.ClassLoader.loadClass(ClassLoader.java:306)

    at java.lang.ClassLoader.loadClass(ClassLoader.java:247)

    Truncated. check the log file full stacktrace

    >

    < 9 July 2012 19:00:49 IST > < WARNING > < HTTP > < BEA-101162 > < oracle.sysman.eml.app.ContextInitializer listener has not defined by user: java.lang.NoClassDefFoundError: HTTPClient/ProtocolNotSuppException.

    java.lang.NoClassDefFoundError: HTTPClient/ProtocolNotSuppException

    at oracle.sysman.eml.app.ContextInitializer.contextDestroyed(ContextInitializer.java:1242)

    to weblogic.servlet.internal.EventsManager$ FireContextListenerAction.run (EventsManager.java:482)

    at weblogic.security.acl.internal.AuthenticatedSubject.doAs(AuthenticatedSubject.java:321)

    at weblogic.security.service.SecurityManager.runAs(SecurityManager.java:120)

    at weblogic.servlet.internal.EventsManager.notifyContextDestroyedEvent(EventsManager.java:200)

    Truncated. check the log file full stacktrace

    Caused by: java.lang.ClassNotFoundException: HTTPClient.ProtocolNotSuppException

    at weblogic.utils.classloaders.GenericClassLoader.findLocalClass(GenericClassLoader.java:297)

    at weblogic.utils.classloaders.GenericClassLoader.findClass(GenericClassLoader.java:270)

    at weblogic.utils.classloaders.ChangeAwareClassLoader.findClass(ChangeAwareClassLoader.java:64)

    at java.lang.ClassLoader.loadClass(ClassLoader.java:306)

    at java.lang.ClassLoader.loadClass(ClassLoader.java:247)

    Truncated. check the log file full stacktrace

    >

    < 9 July 2012 19:00:49 IST > < error > < hats > < BEA-149231 > < cannot create the activation to true for the em application state '.

    weblogic.application.ModuleException:

    at weblogic.servlet.internal.WebAppModule.startContexts(WebAppModule.java:1510)

    at weblogic.servlet.internal.WebAppModule.start(WebAppModule.java:482)

    to weblogic.application.internal.flow.ModuleStateDriver$ 3.next(ModuleStateDriver.java:425)

    at weblogic.application.utils.StateMachineDriver.nextState(StateMachineDriver.java:52)

    at weblogic.application.internal.flow.ModuleStateDriver.start(ModuleStateDriver.java:119)

    Truncated. check the log file full stacktrace

    Caused by: java.lang.ClassNotFoundException: HTTPClient.ProtocolNotSuppException

    at weblogic.utils.classloaders.GenericClassLoader.findLocalClass(GenericClassLoader.java:297)

    at weblogic.utils.classloaders.GenericClassLoader.findClass(GenericClassLoader.java:270)

    at weblogic.utils.classloaders.ChangeAwareClassLoader.findClass(ChangeAwareClassLoader.java:64)






    How to solve this problem. Pls suggest me.


    Kind regards
    Deena.

    Copy the file http_client.jar in $ORACLE_HOME/Yes/jlib to $DOMAIN_HOME/lib. Also check if the classpath has been defined for this under $DOMAIN_HOME/bin/setDomainEnv.sh jar file

    https://forums.Oracle.com/forums/thread.jspa?MessageID=10200685

  • Run the event at the start of the Weblogic Server

    Hi all

    I want to run some events at the start of the weblogic server.

    What the version u use?

    One way is

    ServletContextListener

    A better way to implement a class of application startup is to use the servlet context listener. He listens to the start and stop application events by implementing the methods contextInitialized() and contextDestroyed(). You can configure the listener in your web.xml () file, or even use the @WebServletContextListener annotation.

    / public class StartupListener implements javax.servlet.ServletContextListener {}

    ....

    {} public void contextInitialized (dry ServletContextEvent)

    ....

    }

    {} public void contextDestroyed (dry ServletContextEvent)

    ....

    }

    }

    Downside again; There is a context per "web application" per Java Virtual Machine. You would then have to manage cluster problems yourself. But positive on this subject is that you don't have to worry about that whether the external call, as this could occur with startup servlets. But it is portable and can be used on any Java EE server.

    If you use version 12. You can use

    Another way to use ApplicationListener. You can 4 event to capture it...

    See this http://docs.oracle.com/cd/E24329_01/web.1211/e24368/lifecycle.htm#i1058406

  • PIX 501 to allow access to the ftp server

    Hello

    We have a public ip address of the pix 501 and the other, I want to access the ftp server on the internal network from the outside. I tried to configure the PDM by a static nat, which translate to the address of the FTP to the public address, but then none of the stations networks could out - how can I configure it?

    I would also like to know what ports should I open on the acl for access to the ftp server.

    Thank you, daguech

    Yes, sorry... You must use the unique host for addresses command. The access list is applied to your external interface?

    for example, the command would be:

    Access-group acl_out in interface outside

    Also, can you connect to the local ftp server behind a firewall?

  • DreamWeaver - has access to the customer server languages and scripts?

    DreamWeaver - has access to the customer server languages and scripts?

    Thanks to anyone who responds to this in advance.

    If the access you want to say, "can I write a JavaScript or PHP with Dreamweaver code?  Yes.

    If you mean something else, please provide details.

    Nancy O.

  • Problem on the weblogic server application deployment

    Nice day

    I had one job the next on Oracle WebCenter forum, Thread but it seems the problem with weblogic. weblogic Server deployment:

    *Re: cannot record contained in the Complutense University of MADRID through servlet depolyed on weblogic server

    All of the Suggestions.

    Concerning

    Dear,
    The problem is resolved. It's a delicate question.

    The type of method in my jsp page was 'post'

    *

    *

    This is what is written in Netbeans and deployed to the Glassfish server.

    When a war file created and deployed on weblogic server and the parameters obtained with the value null of the application; the request had the value zero. This is because weblogic seems to read the type of method that is case-sensitive. When I change post everything works fine.

    Kind regards.

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

    Hi friends,

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

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

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

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

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

    Timo

  • Reasons to restrict access to the Virtual Center Console

    We have the latest version of Virtual Center 2.5 with the latest version of ESX 3.5.

    Our technical staff has full access to Virtual Center but, I limited our permissions of LWOP. A common request of the NOC is the console access. I hesitate to give them that because in our group I have see it used for convenience rather than need. If that's my only reason, I'll probably have to acquiesce. I wanted to see if there are other reasons to restrict access to VC console which I think not. Perhaps around resources or other?

    Hello

    OK, you don't want the users to use the VIC, as it will take away from your service console resources.

    The COS runs by default on the heart of processor 0 0. So even if other CPU resources are available after having users end up using the console instead of remote desktop software such as RDP/Citrix means that your server becomes past. It might even cause problems on execution of virtual machines with lots of CPU available on the rest of the host.

    If you use appropriate remote desktop software - in a VMware guest - he gets the ability to run on any kernel and it is properly limited to the resources that you assign to it have.

    So YES you are right, you don't want anyone to give access to the consoles of VIC.

    Hope this helps,

    --

    Wil

    _____________________________________________________

    VI-box tools & scripts wiki at http://www.vi-toolkit.com

  • blocking direct access to the oracle server

    Dear Sir

    One of our condition of pci - dss to stop direct access to the db. One solution I know:

    TCP.validnode_checking = YES

    TCP.invited_nodes = (192.168.1.91, visionhost.solutionbeacon.com)

    But this option will allow the IP address of the node invited with sqlplus using tns names also. Have any have experience to solve the problem of ending up with pci - dss?

    In which paragraph of the PCI - DSS doc that makes you think that there is a problem? I work with version 3.0 (November 2013) and I can't find anything like that. For example, paragraph 8.7 c, "review of database access control settings and application of database to verify configuration settings that the user access directly to the or queries of databases are limited to database administrators" does not say that the DBA is not able to connect to the application server. And all the stuff of firewall in requirement 1 close the access to the network and between networks, not within the network.

    Are you sure that you have a problem? There is no interest to 'fix' something that doesn't have a reference in the doc.

  • Newbie question on access to the RADIUS server

    I've worked before on RADIUS servers running on Windows but not on Unix. I'm new to an environment without any documentation and I make sure I have access to the GANYMEDE/ACS config.

    I go to my config switch and I see that ' 10.0.0.1 radius-server.

    Then I ssh into ' 10.0.0.1' and I see the below after "method.

    From the bottom, you have an idea on how to access the configuration of the ACS in case I need to change any setting it? I tried http://10.0.0.1 but it does not work.

    -bash-3, $00 ls
    bin features core net sbin TT_DB
    Start the etc. opt system usr lib
    export of CDROM lost + found tftpboot var platform
    dev House Dem proc tmp flight-bash-3. $00 ls
    bin features core net sbin TT_DB
    Start the etc. opt system usr lib
    export of CDROM lost + found tftpboot var platform
    dev House Dem proc tmp flight

    Try http://10.0.0.1:2002 for ACS listening on port default 2002.

    Pete

  • How to change the name of the weblogic Server

    Hello world!

    I followed a weblogic server. Now I want to change the name of this server

    \

    What should I do?

    THX!

    Most clients choose not to monitor WebLogic AdminServer, as this JVM does not normally process applications the user.

    While the X-Agent showing your screenshot application servers are normally named and grouped using the agent configuration, WebLogic servers are normally named after the WebLogic configuration. The best practice would be to change the name of the app server in WebLogic, but you can probably change this name by using a setting of additional agent:

    -Dquest.agent.appserverinfo = MyAppServer

    This setting has additional options to set the type of application server, the version and the group.

    Kind regards

    Brian Wheeldon

  • Question on the WebLogic Server 10.3.6.0 - power supply 10.3.6.0.7 application (Patch 17572726)

    Hello:

    I am applying the latter following PSU of E-Business (Doc ID 1668237.1) for Oracle WebLogic Server 10.3.6.0 - power supply 10.3.6.0.7 ( ) Patch 17572726) on E - Business R12.2.3 and my question is what I have to apply this hotfix on filesystem fs1 & fs2 the or just run the fs_clone to synchronize the patch for both file system.  I appreciate if someone can throw some information in support of doc id


    Thanks in advance.


    Syed.

    Syed,

    Please see (Oracle E - Business Suite 12.2 Patching components Guide technology (Doc ID 1355068.1)), it answers your question.

    Thank you

    Hussein

  • Locking ESXi 4.1 mode access confirmation no access to the vCenter Server

    Hello

    ESXi 4.1.  I see options in conflict with access to a crowd that had lockdown normal mode activated via a server vCenter VM on a host in the cluster.  The vCenter server that sits on one of the hosts in the cluster lockeddown then became inaccessible or unresponsive connectivity wise.  So no connectivity between vCenter VM or VM vCenter and hosts.  Is someone can confirm if you can connect to this host lockedown by DCUI with root and disable lockdown configuration to allow the vSphere client to then connect to the host with root and troubleshoot the server vCenter VM?

    I read in some messages that this is only possible if the vCenter VM is in place and the communication to the host.  I also read that it is possible no matter what the State of the vCenter server once Total lockdown (disabling DCUI) is not enabled.

    I have this reference of the 'The new lock in ESXi 4.1 Mode' blog http://blogs.vmware.com/vsphere/2010/09/the-new-lockdown-mode-in-esxi-41.html

    "With active locking Mode, the only direct access to the host that remains open is through the DCUI. This allows to perform administrative tasks limited outside vCenter Server, such as restarting the management agents and the display of the log files. In addition, you can also disable Mode of Lockdown since the DCUI. This can be useful if vCenter Server is down or unavailable, and you want to return to a direct management of the host. Normally, without locking Mode, any user to the Administrator role can open a session in the DCUI.  However, in lock Mode, the root password is necessary; no other user can connect.

    Can anyone confirm.

    Any other person who may not be sure these questions, I can confirm that with root credentials, you can connect to the host directly and disable the lock mode regardless of the availability of vCenter.  Only if the Total lock mode turned on, or should I say DCUI is disabled, then you have no choice but to go through vCenter or reinstall and reconfigure the network.  VM would be always available if local or have to be reassembled and re inventoried etc.

  • Access to the web server that is running in VMWare Fusion (Windows 7)

    Hello:

    I have an old asp application running on the Windows IIS7 server running in VMWare Fusion on my Macbook. It works very well if access http://localhost side windows in Fusion.  How do you get it from other computers on the network? I usually not done anything with access to the network on the windows side. I tried to use the same IP Mac address is visible, which is 192.168.0.xxx, that does not work. On the Windows operating system side it has the IP address 192.168.216.xxx, I think it's just a fake to connect with the Macbook side of things.

    What URL to use? VMWare Fusion additional requirements?

    Thank you!

    If you value Network Adapter to the Virtual Machine Bridged then use either DHCP or assign a proper IP address provision that is beyond the scope of the address Pool IP DHCP from the router to the network card in the Windows Virtual Machine, you can reach then the virtual machine just like any other physical local network Machine by using its IP address example: http://192.168.0.10

    If you cannot use Bridged so you use NAT with Port Forwarding.  To enable Port Forwarding on VMnet8, change you the [incomingtcp] section in Library/Preferences/VMware Fusion/vmnet8/nat.conf by the example shown in the config file.  Do it with the stop the Virtual Machine, not suspended, and VMware Fusion closed.

Maybe you are looking for