Configurind WebSphere cloning

gigi

gigi

VIP Member
Hi,
I'm configuring WebSphere cloning. These are steps that I implemented:
1) Installed WebSphere Applicarion Server 5.0.27 on 3 Windows 2003 server + WebSphere Enterprise Edition 5.0.2. On one server of these I installed Deplyment manager 5.0.27 + WebSphere Enterprise Edition 5.0.2.
2) Installed and tested an instance of EnterpriseOne 8.10 8.94_G1 on server with WebSphere application and Websphere Deployment
3) Started steps to imlpement WebSphere cloning (following Peoplesoft guide "WebSphere Network Deployment Installation PeopleBook"
4) Attacched nodes to Deployment manager (modify jas.ini, jdbj.ini, web.xml, created Virtual hosts). On deployment manager now I can see a new nodes and all Application server of this node (for examplemy EnterpriseOne instance). At this point due an unkown cause under EA_JS_srvweb\webclient.war\WEB-INF jas.ini and jdbj.ini disappear. Not bad I copy that from another installation and modified it.
5) With this last operation (copy) instance starts correctly from Deployment Manager console (http://servername:9091/admin). I see EnterpriseOne startup logs and They are correct.
6) Now when I try to connect to my instance (http://servername:83/jde/owhtml/index.html) error are logged in SystemOut.log files of my EnterpriseOne application server. Logs are (attacched to this post):

OSEListenerDi E PLGN0021E: Servlet Request Processor Exception: Virtual Host/WebGroup Not Found : The web group / has not been defined

[5/17/05 17:40:42:742 CEST] 13db382d OSEListenerDi E PLGN0021E: Servlet Request Processor Exception: Virtual Host/WebGroup Not Found : The web group /favicon.ico has not been defined


Have you already find these kind of errors?
Another related problem. While before attacch node to Deployment manager I was able to login Application Server Manager (http://servername:9090/admin), now I'm not able probably for the same reason.
Thanks in advance
Gigi
 

Attachments

  • 91029-SystemOut.txt
    15.5 KB · Views: 98
I solved my problem!!!!!!!!!!!!!

To solve it:
1) Connect to http://servername:9091/admin
2) Server\application Server, select my application for example AS_JS_83_srvweb
3) Select WebContainer parameter (My Virtual host is VH_JS_83_srvweb) and http transport
4) Here was defined an entry *:9098
5) Instead under Virtual Host Definition (Environment\Virtual Host\VH_JS_83_srvweb\Host Aliases) were defined only *:83 (socket prt where Websphere receive request by web)
6) TO SOLVE MY PROVLEM I ADDED TO VIRTUAL HOST DEFINITION (Environment\Virtual Host\VH_JS_83_srvweb\Host Aliases) THIS ENTRY
srvweb:9098

thanks
Gigi
 
Back
Top