• Post Reply Bookmark Topic Watch Topic
  • New Topic
programming forums Java Mobile Certification Databases Caching Books Engineering Micro Controllers OS Languages Paradigms IDEs Build Tools Frameworks Application Servers Open Source This Site Careers Other Pie Elite all forums
this forum made possible by our volunteer staff, including ...
Marshals:
  • Campbell Ritchie
  • Jeanne Boyarsky
  • Ron McLeod
  • Paul Clapham
  • Liutauras Vilda
Sheriffs:
  • paul wheaton
  • Rob Spoor
  • Devaka Cooray
Saloon Keepers:
  • Stephan van Hulst
  • Tim Holloway
  • Carey Brown
  • Frits Walraven
  • Tim Moores
Bartenders:
  • Mikalai Zaikin

exception in ksvradmin and iasdeploy tools

 
Greenhorn
Posts: 17
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
I have installed the Iplanet aspplication server6.5 and IWS6.0 in NT.
Everything was working fine.
Today I removed administrative rights to the userid with which I installed the application.The server started perfectly but I could not use any tool like iasdeploy or ksvradmin.
It throws the following error.What is the reason.If I restore the admin rights to the user id will the application start working???
GXBindInit: GXBindBasic failed
GXContextInit: GXBindInit failed 2
[11/Oct/2002 12:21:13:8] error: ENGINE-context_init_failed: EngineClassSpace Con
textModule.createContextInit failed:
 
Ranch Hand
Posts: 79
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Yep, you have to give administrative rights to run the ksvradmin and iasdeploy tool.
Do you see any Permission Denied error?
Thanks,
Raj
[ October 14, 2002: Message edited by: raj sekar ]
 
yogendra babu
Greenhorn
Posts: 17
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Hi raj,
Thanks for your answer.once I restored the administrative rights to the userid everything started working fine.Now I face another problem.
I created a EAR with one jsp and a html page.I created that using IAS deployment tool and deployed using iasdeploy.bat.
But when I tried to access the html page of the application it throwed the following error.
<b>GX Error (GX2GX)
socket result code missing!!!</b>
How to debug this problem.
Thanks in advance for your help
 
yogendra babu
Greenhorn
Posts: 17
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Dear raj,
Can I have your email id.
I need more help from you.
THANKS
 
raj sekar
Ranch Hand
Posts: 79
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Hi yogendrababu,
This GX error is due to an
error in registering the application.
Try repackaging/redeploying the application using
the deploytool.

Hope this helps.
Raj
[ October 17, 2002: Message edited by: raj sekar ]
 
yogendra babu
Greenhorn
Posts: 17
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Hi raj,
I opened the example Helloworld.ear using IAS deployment tool.Added one JSP to it.Saved the ear and deployed in the server.Iam able to access JSPs in helloworld example but not the new JSP I added.I dont understand what Iam missing while adding the JSP.Help me
 
raj sekar
Ranch Hand
Posts: 79
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Hi yogendra,
Check your $IASROOT/ias/APPS directory and look for the new JSP file.
If it is not there, try redeploying the app.
Raj
 
yogendra babu
Greenhorn
Posts: 17
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
The new jsp is available in the $IASROOT/ias/APPS after redeploying helloworld with the new jsp.
Even then I am not able to access the jsp.I tried directly copying a jsp to the Apps folder($IASROOT/ias/APPS/[app name]/[module name]/).That is also not working.
I think the problem should be with the web connector plugin.Is there any way to reinstall that part alone or should I reinstall the whole server.
 
Hang a left on main. Then read this tiny ad:
a bit of art, as a gift, that will fit in a stocking
https://gardener-gift.com
reply
    Bookmark Topic Watch Topic
  • New Topic