Hi All,
I have solved this issue today, i am not sure if it is a known error or bug but it will be useful to share for others that may face with the same error ;
Shortly my problem was related with load balancer&web server that web server was looking its own root instead of using lb plugin. What i have changed so far was
magnus.conf file as ;
#
# Copyright 2006 Sun Microsystems, Inc. All rights reserved.
# Use is subject to license terms.
#
Init fn="load-modules" shlib="C:/Sun/WebServer7/lib/j2eeplugin.dll" shlib_flags="(global|now)"
##BEGIN EE LB Plugin Parameters
Init fn="load-modules" shlib="C:/Sun/WebServer7/plugins/lbplugin/bin/passthrough.dll" funcs="init-passthrough,service-passthrough,name-trans-passthrough" Thread="no"
Init fn="init-passthrough"
##END EE LB Plugin Parameters
instead of (original!!!!) ;
#
# Copyright 2006 Sun Microsystems, Inc. All rights reserved.
# Use is subject to license terms.
#
Init fn="load-modules" shlib="j2eeplugin.dll"
##BEGIN EE LB Plugin Parameters
Init fn="load-modules" shlib="C:/Sun/WebServer7/plugins/lbplugin/bin/passthrough.dll" funcs="init-passthrough,service-passthrough,name-trans-passthrough" Thread="no"
Init fn="init-passthrough"
##END EE LB Plugin Parameters
Init fn="load-modules" shlib="C:/Sun/WebServer7/lib/j2eeplugin.dll" shlib_flags="(global|now)"
Wow ,It seems so easy after solving :)
I hope it may be helpful...
Regards
[Message sent by forum member 'cebeci' (cebeci)]
http://forums.java.net/jive/thread.jspa?messageID=305388