cancel
Showing results for 
Search instead for 
Did you mean: 
cancel
3185
Views
0
Helpful
2
Replies

Linux Tidal Agent not Connecting

jimmboyc70
Level 1
Level 1

I installed the Tidal agent for UNIX v3.0.2.06 on a Linux (Red Hat 4.1.2-48). the install went well I thought.  when trying to start the Tidal service it fails on the "Opening Connection."

I opened a telnet session to the Tidal Master on port 5912 so I know that the Linux box can talk to the Tidal Master. 

So can someone tell me why the connection is failing?

Below are the Linux flavor and the error message from the Tidal service start failure:

# cat /proc/version

Linux version 2.6.18-194.el5 (mockbuild@ca-build10.us.oracle.com) (gcc version 4.1.2 20080704 (Red Hat 4.1.2-48)) #1 SMP Mon Mar 29 22:10:29 EDT 2010

#

# /sbin/service tidal start

Starting TES agent: ------------------------------------------------

*** Agent Instance : tidal_agent

------------------------------------------------

TIDAL Agent for UNIX

Starting agent tidal_agent on port 5912

Opening Connection.............................Failed

#

2 Replies 2

jimmboyc70
Level 1
Level 1

I was looking in the log file for the Tidal agent instance and it looks like it

is a NoClassDefFoundError and a ClassNotFoundException issue. Here is the

complete log.


Exception in thread "Thread-1" java.lang.NoClassDefFoundError: v

at java.lang.Class.initializeClass(libgcj.so.7rh)

at java.lang.Class.initializeClass(libgcj.so.7rh)

at k.(Unknown Source)

at JAgent.run(Unknown Source)

Caused by: java.lang.ClassNotFoundException:

sun.security.action.GetPropertyAction not found in

gnu.gcj.runtime.SystemClassLoader{urls=[file:/opt/TIDAL/Agent/lib/TAgent.jar,fil\

e:/opt/TIDAL/Agent/lib/agutil.jar],

parent=gnu.gcj.runtime.ExtensionClassLoader{urls=[], parent=null}}

at java.net.URLClassLoader.findClass(libgcj.so.7rh)

at java.lang.ClassLoader.loadClass(libgcj.so.7rh)

at java.lang.ClassLoader.loadClass(libgcj.so.7rh)

at java.lang.Class.forName(libgcj.so.7rh)

at java.lang.Class.initializeClass(libgcj.so.7rh)




Any ideas?

Hi,

What version of java is the agent picking up?

I'd suggest getting hold of java 1.6.0_xx from Oracle and run with that. xx is currently in the high 30s.

Cheers