Page 1 of 1

Admin hanging

Posted: Thu Apr 19, 2012 6:07 pm
by felixnutella
Hello

I have a problem with running the admin. I have tried following the getting Started which gives me a very simple store frontend, but when I try to log in to the admin, it just hangs after beginning to load. I have attached a picture to show what I'm trying to say...

I have tried using both the Jetty and a Tomcat. Exact same problem on both...

The version I'm using is the 1.5.4-GA and have made no changes to the project built by the archetype....

Any ideas ?

Regards,
Svend

Re: Admin hanging

Posted: Wed May 02, 2012 5:22 pm
by felixnutella
No one ?

I'm running the "demo" on OSX Lion, maybe that has something to do with it.....

Re: Admin hanging

Posted: Mon May 07, 2012 1:56 pm
by bpolster
Most likely there is an error in your logs. The admin can exhibit a "hanging" behavior when an exception is not handled.

See if you can find a stack-trace that occurs at the time the admin is hanging and post here.

Re: Admin hanging

Posted: Tue May 29, 2012 4:38 pm
by felixnutella
Hi

Sorry for the late reply - to few hours during the day.

I checked the logs, and no exception. The only thing I can see that occurs immediately after logging in is the following:

[artifact:mvn] [INFO] Starting scanner at interval of 10 seconds.
[artifact:mvn] [ INFO] 22:15:07 Ejb3Configuration - Processing PersistenceUnitInfo [
[artifact:mvn] name: blPU
[artifact:mvn] ...]
[artifact:mvn] [ERROR] 22:15:07 Ejb3Configuration - Container is providing a null PersistenceUnitRootUrl: discovery impossible

But I guess that the GWT is not compiled for Safari when doing a mvn:install since it works in Chrome and Firefox.