I have a application running on weblogic server. i am getting these errors in logs very frequently. Could you please suggest any solution for this.
Code:
-02-09 10:02:32,346 ERROR [Main Thread] psn.properties.RemotePropertiesCache - Error occurred while attempting to retrieve property:
default.jms.topic.ConnectionFactory. Returning default value.
javax.naming.CommunicationException [Root exception is java.net.ConnectException: t3://voasams1,voasams2:7502: Destination unreachable; nested exception is:
java.net.ConnectException: Connection refused; No available router to destination]
2011-02-14 10:14:40,649 ERROR [Transport Shepherd] psn.properties.RemotePropertiesCache - Error occurred while attempting to retrieve property:
loggingevent.ExternalTransportError. Returning default value.
java.rmi.ConnectException: Could not establish a connection with
8802516135776057077S:voasams2:[7502,7502,-1,-1,-1,-1,-1]:voasams1:7502,voasams2:7502:vfop6dom:ams-stream1-svr2, java.rmi.ConnectException: Destination
unreachable; nested exception is:
Any help would be appreciated.
Thanks in advance
Regards,
SiddheshK
Last edited by radoulov; 03-18-2011 at 06:00 PM..
Reason: Code tags, please!
Hi All,
I am getting confused with the terms below. All I know is an application can be installed on a server. But I see the following terms used in a company. All of them are installed on same Unix box. Could you please help me out in layman terms as to what these exactly means. (PS: I don't... (1 Reply)
Hi All,
I am trying to change the log file to an incremental log file so that I do not needd to restart weblogic everytime the server /tmp directory reach 100% usage. I want to make it an incremental log, just like adm messages.
At the moment, operation process is written to a log file (eg:... (1 Reply)
I am getting following error during deployment in solaris. when i deploy same war in other machine (non-solaris) it works fine. the stacktrace is
< ExecuteThread: '0' for queue: 'weblogic.kernel.Default (self-tuning)'> <<WLS Kernel>> <> <> <1277738498407> <BEA-149205> <Failed to initialize the... (0 Replies)
Hi, all
Now i want write a shell to get the state of weblogic server,and when the Managed Server's state is not ok, after 3 times checking, i will send msg to the system administrator by sms.
BTW, my environment is :
Linux ,Redhat 5.4 64bit
weblogic version: 10.3.3
the count number... (1 Reply)
Discussion started by: wangsk
1 Replies
LEARN ABOUT DEBIAN
ns_logctl
ns_log(3aolserver) AOLserver Built-In Commands ns_log(3aolserver)__________________________________________________________________________________________________________________________________________________NAME
ns_log, ns_logctl - commands
SYNOPSIS
ns_log severity message
_________________________________________________________________DESCRIPTION
While the AOLserver is running it logs various events from Notices to Fatal errors. Usually the AOLserver is running in the background, in
which case these messages are placed in the server log. In absence of an ServerLog key in the AOLserver nsd.ini file, this file is the
/log/error.log under the AOLserver installation directory. When the AOLserver is running in the foreground the messages are redirected to
stderr.
ns_log writes the message to the server error log file. Allowable values for severity are:
Notice - Something interesting occurred.
Warning - Something that could mean something bad occurred.
Error - Something bad occurred.
Fatal - Something extremely bad occurred. The server will shut down after logging the message.
Bug - Something occurred that implies that there is a bug in the code.
Debug - If the server is in Debug mode, the message is printed. Debug mode is specified in the [ns/parameters] section of the configuration
file. Otherwise, the message is not printed.
SEE ALSO nsd(1), info(n)
KEYWORDS AOLserver 4.0 ns_log(3aolserver)