08-25-2009 03:31 AM - edited 07-03-2021 05:58 PM
Hi
The loaction appliance is not working properly. I'm using version 4.0.38
Here is the erro messages i've getting:
how can i fix this
loc1# /etc/init.d/locserverd status
Getting the status locserverd: com.aes.client.AesClientException: Request to server failed, reason: java.security.PrivilegedActionException: com.sun.xml.messaging.saaj.SOAPExceptionImpl: Message send failed
at com.aes.client.AesClientAdminImpl.getServerInfo(Unknown Source)
at com.aes.server.cli.CmdGetServerInfo.run(Unknown Source)
at com.aes.server.cli.CmdGetServerInfo.main(Unknown Source)
at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at sun.reflect.NativeMethodAccessorImpl.invoke(Unknown Source)
at sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
at java.lang.reflect.Method.invoke(Unknown Source)
at com.zerog.lax.LAX.launch(DashoA8113)
at com.zerog.lax.LAX.main(DashoA8113)
when i try to restart it: this is waht happens
loc1#/etc/init.d/locserverd restart
Shutting down locserverd: Shutdown request to server failed, server may be already shutdown.
Starting locserverd: [ OK ]
Thanks
08-26-2009 10:35 AM
the status output means the location is stopped.
In that case instead of the restart command, use the start command.
If it still does not work on the status after a few minutes (the appliance needs a few minutes to start even though it says an OK right away), then reboot it.
08-26-2009 11:05 AM
i tried it, i'm sitll getting the same message afterwards: even when i do the getserverinfo: this is what i get
getserverinfo
com.aes.client.AesClientException: Request to server failed, reason: java.security.PrivilegedActionException: com.sun.xml.messaging.saaj.SOAPExceptionImpl: Message send failed
at com.aes.client.AesClientAdminImpl.getServerInfo(Unknown Source)
at com.aes.server.cli.CmdGetServerInfo.run(Unknown Source)
at com.aes.server.cli.CmdGetServerInfo.main(Unknown Source)
at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at sun.reflect.NativeMethodAccessorImpl.invoke(Unknown Source)
at sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
at java.lang.reflect.Method.invoke(Unknown Source)
at com.zerog.lax.LAX.launch(DashoA8113)
at com.zerog.lax.LAX.main(DashoA8113)
08-29-2009 09:22 AM
Try to clear the DB:
Create an empty database and check if you can synchronize with the WCS after this is done.
1. Stop the location server. root @ localhost > service locserverd stop Shutting down locserverd: Request server shutdown now... Server shutdown complete.
2. Move the existing database file root @ localhost > mv /opt/locserver/db/linux/server-eng.db /opt/locserver/db/linux/server-eng.db.old or Use the command: rm -rf /opt/locserver/db/linux/server-eng.db
3. Start the location server back. root @ localhost / > service locserverd start Starting locserverd:
4. Run the synchronization job in WCS. Run the Location Server Synchronization job after selecting all the network designs and the controllers form the sync page.
Else, if that doesnt help, re install the software from I believe /opt/locserver/installers/
Discover and save your favorite ideas. Come back to expert answers, step-by-step guides, recent topics, and more.
New here? Get started with these tips. How to use Community New member guide