Anonymous_User

Absent Member.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
2016-02-15
15:59
1383 views
4.5.3 Error: Could not find or load main class com.novell.naudit.lcache.LCache
I am trying to update from 4.5 to 4.5.3, SLES with everything installed
on one box (engine, UA, RPT, OSP, SSPR etc) used for demo/devel
purposes.
All the web apps run in Tomcat.
I keep on getting this error in catalina.out
Have tried both with and without the updating the platform agent. No
success.
Any ideas?
on one box (engine, UA, RPT, OSP, SSPR etc) used for demo/devel
purposes.
All the web apps run in Tomcat.
I keep on getting this error in catalina.out
Have tried both with and without the updating the platform agent. No
success.
Any ideas?
5 Replies
Anonymous_User

Absent Member.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
2016-02-15
16:10
On 15.02.2016 16:59, Alex McHugh wrote:
> I am trying to update from 4.5 to 4.5.3, SLES with everything installed
> on one box (engine, UA, RPT, OSP, SSPR etc) used for demo/devel
> purposes.
>
> All the web apps run in Tomcat.
>
> I keep on getting this error in catalina.out
>
> Have tried both with and without the updating the platform agent. No
> success.
Hi Alex,
have you applied Platform Agent 2011.1r2
(https://dl.netiq.com/Download?buildid=dpHkpNu89zw~) and set
LogJavaClassPath in /etc/logevent.conf accordingly?
--
Norbert
> I am trying to update from 4.5 to 4.5.3, SLES with everything installed
> on one box (engine, UA, RPT, OSP, SSPR etc) used for demo/devel
> purposes.
>
> All the web apps run in Tomcat.
>
> I keep on getting this error in catalina.out
>
> Have tried both with and without the updating the platform agent. No
> success.
Hi Alex,
have you applied Platform Agent 2011.1r2
(https://dl.netiq.com/Download?buildid=dpHkpNu89zw~) and set
LogJavaClassPath in /etc/logevent.conf accordingly?
--
Norbert
Anonymous_User

Absent Member.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
2016-02-15
17:14
Norbert Klasen wrote:
>
> Hi Alex,
> have you applied Platform Agent 2011.1r2
> (https://dl.netiq.com/Download?buildid=dpHkpNu89zw~) and set
> LogJavaClassPath in /etc/logevent.conf accordingly?
That was it! I had tried this earlier but must have messed up something
as it didn't work the first time around.
>
> Hi Alex,
> have you applied Platform Agent 2011.1r2
> (https://dl.netiq.com/Download?buildid=dpHkpNu89zw~) and set
> LogJavaClassPath in /etc/logevent.conf accordingly?
That was it! I had tried this earlier but must have messed up something
as it didn't work the first time around.
Anonymous_User

Absent Member.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
2016-02-15
23:41
On 2/15/16 12:14 PM, Alex McHugh wrote:
> Norbert Klasen wrote:
>
>>
>> Hi Alex,
>> have you applied Platform Agent 2011.1r2
>> (https://dl.netiq.com/Download?buildid=dpHkpNu89zw~) and set
>> LogJavaClassPath in /etc/logevent.conf accordingly?
>
> That was it! I had tried this earlier but must have messed up something
> as it didn't work the first time around.
>
Greetings,
Please use the nauditpa.jar that will be in your
/opt/netiq/idm/apps/UserApplication directory This is the version that
is required to use with the Apps.
--
Sincerely,
Steven Williams
Lead Software Engineer
Micro Focus
> Norbert Klasen wrote:
>
>>
>> Hi Alex,
>> have you applied Platform Agent 2011.1r2
>> (https://dl.netiq.com/Download?buildid=dpHkpNu89zw~) and set
>> LogJavaClassPath in /etc/logevent.conf accordingly?
>
> That was it! I had tried this earlier but must have messed up something
> as it didn't work the first time around.
>
Greetings,
Please use the nauditpa.jar that will be in your
/opt/netiq/idm/apps/UserApplication directory This is the version that
is required to use with the Apps.
--
Sincerely,
Steven Williams
Lead Software Engineer
Micro Focus
ScorpionSting

Absent Member.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
2016-02-16
00:01
Found I had to do quite a few manual steps to make this work right.....
Code:
--------------------
mkdir -p /var/opt/novell/naudit/cache
chown -R novlua:novlua /var/opt/novell/naudit
find /var/opt/novell -type d -exec chmod og+rx '{}' \;
ln -s /opt/netiq/idm/apps/osp_sspr/conf/logevent.conf /etc/logevent.conf
--------------------
Then make sure logevent.conf was something like:
Code:
--------------------
LogHost=x.x.x.x
#LogHost=localhost
JLogCacheDir=/var/opt/novell/naudit/jcache
JLogCachePort=1287
LogCachePort=1288
LogJavaClassPath=/opt/netiq/idm/apps/osp_sspr/lib/nauditpa.jar
LogMaxBigData=8192
LogEnginePort=289
#LogEnginePort=1289
LogCacheUnload=no
LogCacheSecure=no
LogCacheLimitAction=keep logging
LogCacheDir=/var/opt/novell/naudit/cache
LogReconnectInterval=120
#LogCacheDir=/var/opt/novell/idm/audit
--------------------
--
-"Also now available in 'G+'
(http://plus.google.com/+BenWalter-Kiwi) and 'Website'
(https://www.isam.kiwi/) format".- 😉
------------------------------------------------------------------------
ScorpionSting's Profile: https://forums.netiq.com/member.php?userid=469
View this thread: https://forums.netiq.com/showthread.php?t=55367
Visit my Website for links to Cool Solution articles.
Anonymous_User

Absent Member.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
2016-02-16
08:07
Hi Steven,
On 16.02.2016 00:41, Steven Williams wrote:
> On 2/15/16 12:14 PM, Alex McHugh wrote:
>> Norbert Klasen wrote:
>>
>>>
>>> Hi Alex,
>>> have you applied Platform Agent 2011.1r2
>>> (https://dl.netiq.com/Download?buildid=dpHkpNu89zw~) and set
>>> LogJavaClassPath in /etc/logevent.conf accordingly?
>>
>> That was it! I had tried this earlier but must have messed up something
>> as it didn't work the first time around.
>>
> Greetings,
> Please use the nauditpa.jar that will be in your
> /opt/netiq/idm/apps/UserApplication directory This is the version that
> is required to use with the Apps.
>
how does the nauditpa.jar in /opt/netiq/idm/apps/UserApplication differ
from the official platform agent release 2011.1r2?
Does it include the fix for CVE-2014-3566 (ie. disable SSLv3)?
--
Norbert
On 16.02.2016 00:41, Steven Williams wrote:
> On 2/15/16 12:14 PM, Alex McHugh wrote:
>> Norbert Klasen wrote:
>>
>>>
>>> Hi Alex,
>>> have you applied Platform Agent 2011.1r2
>>> (https://dl.netiq.com/Download?buildid=dpHkpNu89zw~) and set
>>> LogJavaClassPath in /etc/logevent.conf accordingly?
>>
>> That was it! I had tried this earlier but must have messed up something
>> as it didn't work the first time around.
>>
> Greetings,
> Please use the nauditpa.jar that will be in your
> /opt/netiq/idm/apps/UserApplication directory This is the version that
> is required to use with the Apps.
>
how does the nauditpa.jar in /opt/netiq/idm/apps/UserApplication differ
from the official platform agent release 2011.1r2?
Does it include the fix for CVE-2014-3566 (ie. disable SSLv3)?
--
Norbert