RE: Cannot checkout any configurations in wsadmin Marco Ensing 6.Aug.08 04:33 AM a Web browser Administration 2.0 Windows
Hello Louis,
We saw the same error in our config.
I noticed you trying to execute the wsadmin script for port 8886 which in most cases indicates that you are using multiple server instances.
In our sittuation we also have one was profile with 6 servers instances on it, one server instance for every part of connections.
Whenever we want to use the checkoutconfig task for server2 ( or server3 till server6 ) we have to do this on server1.
example:
./wsadmin.sh -lang jython -user wasadmin -password ********** -port 8880
execfile("communitiesAdmin.py")
CommunitiesConfigService.checkOutConfig('/tmp', 'con10Node01Cell')
For changes on a part of connections that not require you to use the checkOutConfig task you can do this directly at the port of the
server instance.
example:
./wsadmin.sh -lang jython -user wasadmin -password ********** -port 8883
execfile("communitiesAdmin.py")
CommunitiesService.purgeIndex()
CommunitiesService.startIndexing()
Hope this help you get further.
Kind regards,
Marco Ensing

Cannot checkout any configurations ... (Louis Wevers 4.Aug.08)
. . RE: Cannot checkout any configurati... (Sjaak Ursinus 4.Aug.08)
. . . . RE: Cannot checkout any configurati... (Louis Wevers 6.Aug.08)
. . RE: Cannot checkout any configurati... (Marco Ensing 6.Aug.08)
. . . . RE: Cannot checkout any configurati... (Louis Wevers 6.Aug.08)
. . RE: Cannot checkout any configurati... (ABDUL KHADER AZ... 6.Aug.08)
|