cbhogf
cbhogf

Reputation: 111

glassfish - admin console doesn't start anymore -

I am trying to start glassfish 3.1.2 with eclipse 3.7; Previously it was starting fine (I enter login/psw) but I tried to start it today, entered the login and password and that what I've got in my console :

Info: JMX005: JMXStartupService had Started JMXConnector on JMXService URL service:jmx:rmi://x.xx.xx.xx:8686/jndi/rmi://x.xx.xx.xx:8686/jmxrmi
...
Info: User [] from host x.xx.xx.xx does not have administration access
...
Severe: PWC6117: File "/.../glassfish3/glassfish/lib/install/applications/__admingui/login.jsp" not found

If not to delete expired cert as said here I can see this exception :

Severe: SEC5054: Certificate has expired: 

I tried http://localhost:4848/common/index.jsf but still I have 404 error :(

So my question is... how to find out why admin console doesn't start and how to fix that?

Thanks

Upvotes: 0

Views: 761

Answers (2)

cbhogf
cbhogf

Reputation: 111

The solution for my standalone glassfish 3.1.2 was to select jdk 1.7 instead of jdk 1.6;

p.s. I am still not sure why cause basically it should work on 1.6; its working but I am still searching the reason;

Upvotes: 1

Spyros K
Spyros K

Reputation: 2605

There is a similar question: Glassfish 3.1 says "admingui login.jsp" not found

Re-installing the server was the proposed solution there. Could be worth a try if it is an option for you.

Upvotes: 0

Related Questions