RH 9 Server Web Admin's ' Sign In' button does nothing...

Hi all. I experimented earlier with a RH Server 9 trial version.

QUESTION: When I try to log on to the Web (photo below) administrator with admin/admin for ID/pwd, nothing happens when I click the Sign In button.

Notes:

  • My computer says it's probably a problem on Apache side, since 3 different browsers show the same behavior. He is not sure how to solve the problem though.
  • I use the HR on a Win 7 VM server on my laptop Win 7.
  • The VM system has installed 6.0.41 Tomcat.

Any thoughts on what might happen would be greatly appreciated.

sign-in.gif

Fixed by Adobe hotline.

The key is to ensure that JRE 7 17 update is installed, and no other JRE version/update is installed. The tech had me:

  1. Uninstall the existing JRE software (I had 8 JRE and a non updated 17 JRE 7, installed version).
  2. Uninstall Tomcat
  3. Uninstall the HR server.
  4. Install JRE 7 update 17.
  5. Install Tomcat
  6. Install HR server.

I am now able to get the RHS administration Console.

I hope this info helps others.

Thank you John d. for your var replies..

Tags: Adobe

Similar Questions

  • VSphere from VMware vCenter Server Web Access from the Internet

    I tested VMware vSphere (ESX 4) and tried to connect to the internet for the Web Admin Access VM only.  I can connect the vCenter Server (on Windows) http Web Access features and manage the configuration of all virtual machines. But when I try to connect to an actual vm via MKS, I get an error MKS as ' unable to connect to the MKS: unable to connect to the xxx.xxx.xxx.xxx:902 server.»  The xxx.xxx.xxx.xxx is the IP address of the ESX Server HOST and not the Server vCenter (which administers the host).   I have ports 80, 443, 902 and 903, on the firewall, open to point to the server vCenter Server.  When I'm on the LAN, I can do everything without a problem. Its only when I try to connect directly from the internet through our firewall I get the above error.

    Someone at - it suggestions?

    Andrej770,

    vCenter Server transfers you to the ESX host hosting the virtual machine, and the remote console runs on port 902.

    You want to go directly to the ESX host on port 902 through the firewall to connect to the Virtual Machine console.

    You want to see the pages "Guide de Configuration ESX" 146 for more information.

    http://www.VMware.com/PDF/vSphere4/R40/vsp_40_esx_server_config.PDF

    If you have found this or other useful information, please consider awarding points to 'Correct' or 'useful '.

  • SQL server web edition 2008 r2 SPLA replace with property

    Hello

    I currently run a web application with my hosting provider on a dedicated server, I have with them.
    It has an instance of SQL Server Web Edition 2008 R2 installed. They apparently have a contract SPLA from Microsoft. And so I have them pay a monthly subscription to use SQL Server to my ASP.Net applications.
    I am however able to afford buying a SQL Server Web Edition 2008 R2 license. So no longer need to pay the monthly fee they charge me.
    The problem is, I have a significant amount of custom jobs & configuration already set on this instance of SQL Server. And my host tells me they need to uninstall the instance, and then I have to install my own instance.
    As you know very well, a hosting site is a 24/7 operation and the uninstall process, installation and re-configuration has a severe impact on the web application that I offer my clients.
    If I understand well the problems of licenses etc I get the requirement. However, I think that it is - to be frank - stupid.
    All I want is to have the current instance left intact and everyone wins. My host does not have to uninstall the instance, Microsoft gets it's money and my clients using my web application may exercise by using the web site as if nothing ever happened.
    I would really appreciate help regarding this.
    Kind regards
    Michael Carroll

    Michael

    The Forum TechNet SQL Server Setup & upgrade would be best to answer this Question

    http://social.technet.Microsoft.com/forums/en-us/sqlsetupandupgrade/threads

  • ASA 5505 Firewall Transparent with a Server Web Question

    I need to replace my Sonicwall firewall and I got an ASA 5505. However, I need to have a transparent firewall, no Natting and Server Web will have a public IP with relevant ports remains open.

    The simple illustration is the Internet---> firewall Transparent - Web Server (With public IP Address)

    1. There should be no natting

    2. the web server must have a public IP address and be accessible from the internet.

    3 ports can be blocked or re-opened.

    Please let me know if its possible to conclude this agreement.

    If so, can I get a command line sequence that allows this work.

    My version is

    Cisco Adaptive Security Appliance Software Version 4,0000 5

    Version 6.4 Device Manager (9)

    Thanks in advance

    Post edited by: Don Charles

    It is a minimum configuration for your needs (runs on ASA 5520).

    !
    transparent firewall
    !
    interface GigabitEthernet0
    Description - the Internet-
    nameif outside
    Bridge-Group 1
    security-level 0
    !
    !
    interface GigabitEthernet3
    Description - connected to the LAN-
    nameif inside
    Bridge-Group 1
    security-level 100
    !
    !

    interface BVI1

    Description - for management only-
    IP 10.1.10.1 255.255.255.0
    !

    !
    network of the WWW-SERVER-OBJ object
    Description - webserver-
    host 123.123.123.123

    !
    !
    WWW-SERVER-SERVICES-TCP-OBJ tcp service object-group
    Description - Serices published on the WEB server-
    port-object eq www
    EQ object of the https port
    !
    !
    OUTSIDE-IN-ACL scopes permitted tcp access list any object WWW-SERVER-OBJ object-group WWW-SERVER-SERVICES-TCP-OBJ
    !
    !
    Access-group OUTSIDE-IN-ACL in interface outside
    !

    Samuel Petrescu

  • Server Web of DMZ problem

    Here's the situation. I have a Web server on in my DMZ. No wonder there but that serves as a Server Web pages it retrieves from the mail server that is behind the firewall to the private network for web access to mail server. My configuration allows access of the population the end Web server and Web server can recover and serve the pages of fine mail server but my setup is far from perfect. If someone were to enter this Web server, they would open in my network access. Here's what I have in my config for this part:

    access-list DMZ_access_in allow the host tcp a

    DMZ_access_in list of allowed access host tcp eq www host eq www

    If I change the first line at all (like trying to block downwards so that the http protocol), I get nothing. The server is no longer able to access the e-mail server. What I did was this:

    DMZ_access_in list of access permit tcp host all eq www

    DMZ_access_in list of allowed access host tcp eq www host eq www

    Ideas, thoughts or comments would be appreciated, as I'm sure there is a better way to do it. Thank you!

    * EDIT *: I just did a netstat - year on the mail server and it seems that the Web server is coming through on different ports, but it's a series of them. They begin to 3176 and go ahead to increase of a (3177, 3178, etc.). A single session (mine) has two 'ports' open - 3176 and 3177. Just for the record, the mail server is a Domino server (if this is useful at all). Once again, thank you for any help!

    It's exactly the same access list statement I suggested put in and then collect newspapers. It is good that things are working for you now.

    For what is the security of this statement is well, you must allow this to make things work. For you, there are two layers of security. No outside client strikes directly the internal server, so it is a layer. Secondly that the DMZ server is allowed to access the Server internal through http. In a nutshell your require this ACL statement on your DMZ. Just keep your patches to updated Web server security.

  • After changing the IP Server Web host, the datacontrol to AMX page needs to be recreated?

    Hello

    I had deployed a Web service to a Server Web standlonee in my laptop, when I have at home or in the office, wlan ip address will change, so my app of the adf cannot get response of webservice except to build datacontrol based on Web server again, how I change the IP Address of the Web server host in the mobile application and do not need to create the new datacontrol again?

    Please help me! Thank you very much!

    You can change the IP address in the connections.xml file.

    More about this in the video here https://blogs.oracle.com/shay/entry/updating_adf_web_service_data

    about 05:20 in the video

  • First slide and following slides are different sizes at the launch of the server web file .swf

    We use CP5.5, and a .cptx file has been published in .swf. When played locally, he plays very well. However, during the launch of our server web, the first slide is displayed correctly, but all the following slides are huge on the screen and playback controls and half of the screen are not available. I tried to copy all the slides in a new project and publication, same problem. I also deleted on all ppt slides and not republished, no chance. I can resize the project but the difference in size of screen between the first slide and remains of slides, even when I delete the first slide is displayed differently. When I erase it, the first new slide has the problem. Again, the issue is seen only when the .swf is launched from our web server.

    Are there widgets on these first slides?

    You mention that you launch the SWF from your Web site.  He launched you via the HTM files and JS Captivate also publishes?

  • What heppens if we start ManagedServer (e.g. SOA server) before Admin Server?

    What heppens if we start ManagedServer (e.g. SOA server) before Admin Server?

    Thank you

    Hello

    To prevent the server from Administration to become a single point of failure, managed servers can still function without the presence of a management server running. Starting a server managed, he contacted the management server to retrieve its configuration information. If a managed server is unable to connect to the Administration server specified during startup, it can directly retrieve its configuration by reading a copy of the config.xml file and other files located on the managed server file system.

    A managed server that begins this way runs in mode Managed Server independence . In this mode, a server uses the cached application files to deploy applications that are targeted on the server. You cannot change the configuration of the managed server until it is able to re-establish communication with the management server. For more information, see Server recovery failed. Managed servers failover is applicable to servers in cluster and non-clustered.

    This blogpost can also be interesting for you: WebLogic Server Infomania: is my point of failure single management server?

    Danilo

  • Asks Bishop Sign-in button disabled

    Finally, I pulled the trigger and signed cloud last night.  A Bill for the first month.  I already had Photoshop CS6 and LR 4 and wanted to use the new features only available via CC and some other applications.

    Initial experience is very frustrating.  I went to download, downloading the new Manager applications installed, but when he started I see this:

    NoSigninForU.jpg

    Note the Sign In button disabled. This is disabled or not something is entered for the adobe id and password.

    I tried the cat to support last night at about 22:30 on Saturday and was told that there were "server problems" and said try again in 2-3 hours.  I woke up at 5:00 and still the same thing.  This does not feel like a server problem, because I don't expect even to talk to waiters until I clicked on the button that is disabled.

    Help!

    RubyRedRick,

    I checked your adobe id and it seems fine. Looks like that the Manager (AAM) Application Adobe don't was not updated correctly or maybe something is unplugging it.

    What kind of environment do you work? Is it part of any field/office network or home network?

    The operating system you have?

    You use any sort of firewall or security software?

    Lets follow the steps below to Re-insall AAM and check:

    > Download and install the Creative Suite from Adobe cleaner tool: http://www.adobe.com/support/contact/cscleanertool.html

    > Extract and run.

    > Select 'e' for English.

    > Hit 'Y' for Yes if requested.

    > Select Option 3 for creative cloud.

    > Then select Option 1 for Creative Cloud Installer.

    > Rename the OOBE, OOBE folder to:

    Mac: MAC HD/Library/Application Support/Adobe

    Win: C:\Program Files (x 86) \Common Files\Adobe\

    > Also, if there is a process running named 'AAM Update Notifier' or 'AAM recording notify ". Kill these processes and try to reinstall Adobe Application Manager and check.

    > Download and install the latest version of Adobe Application Manager from the link below:

    Windows: http://www.adobe.com/support/downloads/detail.jsp?ftpID=4773

    Mac: http://www.adobe.com/support/downloads/detail.jsp?ftpID=4774

    Please answer these questions, same problems.

  • My 5s, IMessage iPhone does not work and when I try to activate it by electronic mail, the box opens, but I hit the sign in button and his stays there as it's frozen! Someone help me please find a solution

    My 5s, IMessage iPhone does not work and when I try to activate it by electronic mail, the box opens, but I hit the sign in button and his stays there as it's frozen! Help

    A deal with this * day. Only thing that worked was plugging it into the computer, it supported up to the computer. Do you have a reset, and when that went to spend he asked me to do an update "carrier". If you're on verizon? My co worker and I have the two are facing it today

  • My laptop can open internet explore properly, the cursor may work when you tap the address space to type a Web site, but the site it does not point to the search space to find anything except the right button

    My laptop can open internet explore properly, the cursor may work when you tap the address space to type a Web site, but the site it does not point to the search space to find anything except the right button. What is the problem? Harry

    When you try to search it's inside Windows or Internet explore?
    When is this last work fine?
    You did changes to the computer?
    Has it worked before, then you can try to run the system restore and check if that helps

    ;)

  • My problem is that when I try to save an image from Adobe Photoshop by using the 'save for Web' half of the dialog box does not appear.

    I use a Vista Home Premiuim Windows in an Acer Aspire One 10.1 "." My problem is that when I try to save an image from Adobe Photoshop by using the 'save for Web' half of the dialog box does not appear. Can someone help me please?

    Here is a screenshot of my problem...
    [IMG] http://i55.tinypic.com/of5w01.png [line]
    Help me please.

    Hello

    1. were you able to see the front dialog box?

    2. did you of recent changes to the computer?

    This happens because your screen resolution is less than the required minimum of 1024 x 768.

    You can try to change the resolution of the monitor and check.

    For more information, see the link:

    Change settings display on multiple monitors

    Change the screen resolution

    You can also refer to Adobe support links and also post your request in the Forum from Adobe for assistance:

    http://forums.Adobe.com/thread/433020?TSTART=0

    http://kb2.Adobe.com/CPS/403/kb403268.html

    http://forums.Adobe.com/community/Photoshop/photoshop_windows

    Hope this information is useful.

  • Password accepted but does nothing (admin) user. Locked user account? How can I register as a Admin to change?

    Had problems with Solution Explorer. While changing this and that, I blocked the user accounts. My password is not rejected, but does nothing. How can I get as long as a tool fix my problem?

    If you have an installation of Vista DVD (not a recovery DVDs), you can start the system with it. Select the default language, then select "repair your computer". Then select "Command Prompt". At the command prompt, type:

    NET user administrator / Active: Yes [press Enter]
    [Note: do not enter the brackets!]

    If you do not have a Vista installation DVD (only have a recovery disk), the computer mftr. may have given you the option to repair Vista (not a system recovery!) system in the diagnostic menu. This menu of diagnosis is the same one where you can choose Safe Mode. Get to this menu by repeatedly pressing the F8 key as the computer starts. If you do not have this option, you can make a bootable Vista file repair DVD in this link:

    http://NeoSmart.net/blog/2008/Windows-Vista-recovery-disc-download/

    Note: All the Neosmart recovery disk downloads are torrent files. There is a good explanation of the torrent on the site Web of Neosmart files. You will need a torrent as muTorrent client to get the files. Torrent client will download the .iso file with which to create the bootable DVD. You will need to use third-party burning software such as Nero, Roxio or the free ImgBurn (http://www.imgburn.com ) to burn the image .iso image file, not in the form of data.

    Remove the installation/rescue DVD and restart the computer. Now, you will be able to log on to the built-in Administrator compatible account now and make your changes. Once you have fixed things, connect to your additional administrative account (implemented by the recommendations below) and disable the administrator built-in again for security reasons.

    Start Orb > Search box > type: cmd
    When cmd appears in the above results, right-click and choose "Run as Administrator" [OK]. Now, you will get the command prompt. At the command prompt, type:

    NET user administrator / active: No. [Enter]

    Exit the command prompt.

    General recommendations for creating users in Vista:

    You absolutely don't want to have only one user account. As XP and all the other modern operating systems, Vista is a multi-user system with integrated system of accounts as default Administrator and comments. These accounts should be left alone because they are part of the structure of the operating system.

    In particular, you do not want one account user with administrative privileges on Vista because the administrator account integrated (normally only used in emergencies) is disabled by default. If you use as an administrator for your daily work, and this account is corrupt, things will be difficult.  It is not impossible to activate the built-in administrator to rescue things, but there may be more that you want to do. Better not to put you in a bad situation at first.

    The user account that is for your daily work must be a Standard user, with the extra administrative user (call it something like 'CompAdmin' or 'Tech' or similar) only it for elevation purposes. As a user Standard is recommended for security reasons and will help protect your computer against infections. After you have created "CompAdmin", connect to it and change your normal user account Standard. Then log on to your regular account.
    MS - MVP - Elephant Boy computers - don't panic!

  • I just signed up for InDesign and I can't open the creative cloud app gives me an error message to launch an app then does nothing. mention the firewall and all that. Someone at - it help him?

    I just signed up for InDesign and I can't open the creative cloud app gives me an error message to launch an app then does nothing. mention the firewall and all that. Someone at - it help him?

    Log, activation, or connection errors. CS5.5 and later, Acrobat DC

    https://helpx.Adobe.com/x-productkb/policy-pricing/activation-network-issues.html

  • Web Content 'scale content to Fit' does not work?

    I don't understand why "Scale content to Fit" does not work with managers 'Web content '?  It does nothing but gives you a cropped view of the site seen on the iPad.

    It works very well with the desktop (overview on desktop) Viewer well.  Why is this and does any have an answer or a solution to make it work?

    It works for someone else?

    Any comments would be nice.

    Thank you

    Ryan.

    Thanks Bob. I agree.

    I found other threads to discuss this very issue, and there is no easy solution.

    We were, including the animation in the vertical rendering with a "rotation" to view the badge of the animation in the rendering of the horizontal, but I was hoping that there is a simple solution. Now it's the decision-makers to decide whether they want to invest in animation twice (not quite twice, since I can copy/paste the original animation, but I still have to resize, etc...).

    Thanks again!

Maybe you are looking for

  • Sounds of notifications could not be changed

    So I've recently upgraded to IOS 10 However my notification sound had not acted the same as previously. All of my iMessages, Whatsapps, and Snapchats about the noise rang like how I recorded it. All this while they were still set to "Note". However,

  • will not process an order for photo book

    I tried to buy a book picture for the LAST 3 days and get the message, available software update not try again later. Why this is happening for so long?

  • Firefox 4 b 2 and Windows 7, several tabs appears as a Windows OS-taskbar

    I have been using Firefox on my computer Windows 7 basic (x 64 Ultimate) and I didn't have this experience when you use v3.6 and earlier versions. But since I updated to v4 (beta 1 and now beta 2), I noticed that when I have several tabs open in Fire

  • No release

    I have the Droid Maxx and have probably noticed that when you use the phone itself there is no release or when it is connected to my LG headset tone +. Is it possible to activate this?

  • entry keyboard does not appear in any application

    I have windows xp, sp2.  Earlier I found this and request that I had on my pc would open and run when double clicked, including, the browser web y7.  My mouse works fine, but everything I try to type in any application, including the browser, nothing