简体   繁体   中英

Errors while launching Webspher server

Back to SO after a long time :-). I have deployed an ear for our application in Websphere (using this server for the first time). When I started the server, am getting a lot of errors (am not sure if it has got something to do with the bean configurations in the code).

I have attached the errors with this post. Can you please shed some light on it ? Am I missing something? Do jars need to be placed explicitly in some location? Log 1 Log 2

I have been breaking head with this for more than 2 days now. Did all the search in Google but no clue where to start or what exactly is going wrong.

(i) I am able to deploy ear successfully.

(ii) When I start the server, am getting all the errors which I attached in the logs.

(iii) I am able to launch the application successfully (Can see the login page), but when I login, I get a 'WebPage CAnnot be found'. Well I can see the url changing as ' siteminderagent/forms/login.fcc '. This should be some kind of 3rd party authentication tool. I need to do some configuration for the same somewhere ?

First, WAS 7 is getting pretty old. For getting started with Websphere, if you can choose your version, use the current one. Second, read about the WAS class loaders because they may be a bit different than what you are familiar with from other app servers.

The error in log 1 looked like it may be associated with JPA. For JPA with WAS 7 IBM recommends installing a separate feature pack which provides Apache OpenJPA. If you still wanted/needed to use Hibernate there are instructions for how to configure an alternative JPA provider.

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM