Re: 39695 : An error has occurred while loading a plug-in. (ARERR 8756)

2012-02-15 Thread Axton
You probably want to use the libjvm that matches the version of java
you are running.  Use 'which java' to see what java you are using,
then use the libjvm.so from that installation path.  If it is missing,
find out where it went and restore it, or install a new jdk and use
that instead.

You can use ldd to see what files the java executable resolves when
looking for dynamic libs.

Axton Grams

On Wed, Feb 15, 2012 at 10:06 AM, Danny Kellett
 wrote:
> **
>
> ./usr/jdk/jdk1.6.0_06/jre/lib/sparc/
>
>
>
> I would start the arplugin from the command line if this fails again just to
> see if there are any dependencies on this version of libjvm
>
>
>
> Regards
>
> Danny
>
>
>
> From: Action Request System discussion list(ARSList)
> [mailto:arslist@ARSLIST.ORG] On Behalf Of Frex Popo
> Sent: 15 February 2012 16:05
> To: arslist@ARSLIST.ORG
> Subject: Re : 39695 : An error has occurred while loading a plug-in. (ARERR
> 8756)
>
>
>
> **
>
> This is the java we are running:
>
> $ java -version
> java version "1.6.0_07"
> Java(TM) SE Runtime Environment (build 1.6.0_07-b06)
> Java HotSpot(TM) Server VM (build 10.0-b23, mixed mode)
>
>
>
> But not quite sure which one to include from the list!
>
>
>
> De : Danny Kellett 
> À : arslist@ARSLIST.ORG
> Envoyé le : Mercredi 15 février 2012 16h53
> Objet : Re: 39695 : An error has occurred while loading a plug-in. (ARERR
> 8756)
>
>
>
> **
>
> Hi,
>
>
>
> Is this a plugin you have created? If so then what java version do you need?
>
>
>
> This looks like a mix of java types and versions. I would use the most
> recent. Or try each of them in turn and see if it works J
>
>
>
> Kind regards
>
> Danny
>
>
>
> From: Action Request System discussion list(ARSList)
> [mailto:arslist@ARSLIST.ORG] On Behalf Of Frex Popo
> Sent: 15 February 2012 15:49
> To: arslist@ARSLIST.ORG
> Subject: 39695 : An error has occurred while loading a plug-in. (ARERR 8756)
>
>
>
> **
>
> Dear listers,
>
>
>
> This is a 7.1 server on a solaris 10 machine.
>
>
>
> I get this error when starting the server. If failed to load the libjvm.so
> library.
>
>
>
> Tue Feb 14 09:03:28 2012  390695 : An error has occurred while loading a
> plug-in. (ARERR 8756)
> Tue Feb 14 09:03:28 2012 ld.so.1: arplugin: fatal: libjvm.so: open
> failed: No such file or directory
>
>
>
> There a KB# which states that you need to add the path to this library to
> the LD_LIBRARY variable and that should resolve the problem.
>
>
> I did a find on the file system and I get few of them. Does anyone knows
> which one to include?
>
>
>
> ./usr/ar/common/Sun/jdk/jdk1.6.0_10/jre/lib/sparc/server/libjvm.so
> ./usr/ar/common/Sun/jdk/jdk1.6.0_10/jre/lib/sparc/client/libjvm.so
> ./usr/ar/common/Sun/jdk/jdk1.6.0_10/jre/lib/sparc/libjvm.so
> ./usr/openv/java/jre/lib/sparc/server/libjvm.so
> ./usr/openv/java/jre/lib/sparc/client/libjvm.so
> ./usr/openv/java/jre/lib/sparc/libjvm.so
> ./usr/openv/java/jre/lib/sparcv9/server/libjvm.so
> ./usr/jdk/instances/jdk1.6.0/jre/lib/sparc/client/libjvm.so
> ./usr/jdk/instances/jdk1.6.0/jre/lib/sparc/libjvm.so
> ./usr/jdk/instances/jdk1.6.0/jre/lib/sparc/server/libjvm.so
> ./usr/jdk/instances/jdk1.6.0/jre/lib/sparcv9/server/libjvm.so
> ./usr/jdk/jdk1.6.0_06/jre/lib/sparc/server/libjvm.so
> ./usr/jdk/jdk1.6.0_06/jre/lib/sparc/client/libjvm.so
> ./usr/jdk/jdk1.6.0_06/jre/lib/sparc/libjvm.so
> ./usr/jdk/jdk1.6.0_06/jre/lib/sparcv9/server/libjvm.so
>
>
>
> Thanks
> frex
>
> _attend WWRUG12 www.wwrug.com ARSlist: "Where the Answers Are"_
>
> _attend WWRUG12 www.wwrug.com ARSlist: "Where the Answers Are"_
>
>
>
> _attend WWRUG12 www.wwrug.com ARSlist: "Where the Answers Are"_
>
> _attend WWRUG12 www.wwrug.com ARSlist: "Where the Answers Are"_

___
UNSUBSCRIBE or access ARSlist Archives at www.arslist.org
attend wwrug12 www.wwrug12.com ARSList: "Where the Answers Are"


Re: 39695 : An error has occurred while loading a plug-in. (ARERR 8756)

2012-02-15 Thread Danny Kellett
./usr/jdk/jdk1.6.0_06/jre/lib/sparc/

 

I would start the arplugin from the command line if this fails again just to
see if there are any dependencies on this version of libjvm

 

Regards

Danny

 

From: Action Request System discussion list(ARSList)
[mailto:arslist@ARSLIST.ORG] On Behalf Of Frex Popo
Sent: 15 February 2012 16:05
To: arslist@ARSLIST.ORG
Subject: Re : 39695 : An error has occurred while loading a plug-in. (ARERR
8756)

 

** 

This is the java we are running:

$ java -version
java version "1.6.0_07"
Java(TM) SE Runtime Environment (build 1.6.0_07-b06)
Java HotSpot(TM) Server VM (build 10.0-b23, mixed mode)

 

But not quite sure which one to include from the list!

 

De : Danny Kellett 
À : arslist@ARSLIST.ORG 
Envoyé le : Mercredi 15 février 2012 16h53
Objet : Re: 39695 : An error has occurred while loading a plug-in. (ARERR
8756)

 

** 

Hi,

 

Is this a plugin you have created? If so then what java version do you need?

 

This looks like a mix of java types and versions. I would use the most
recent. Or try each of them in turn and see if it works J

 

Kind regards

Danny

 

From: Action Request System discussion list(ARSList)
[mailto:arslist@ARSLIST.ORG] On Behalf Of Frex Popo
Sent: 15 February 2012 15:49
To: arslist@ARSLIST.ORG
Subject: 39695 : An error has occurred while loading a plug-in. (ARERR 8756)

 

** 

Dear listers,

 

This is a 7.1 server on a solaris 10 machine.

 

I get this error when starting the server. If failed to load the libjvm.so
library.

 

Tue Feb 14 09:03:28 2012  390695 : An error has occurred while loading a
plug-in. (ARERR 8756)
Tue Feb 14 09:03:28 2012 ld.so.1: arplugin: fatal: libjvm.so: open
failed: No such file or directory

 

There a KB# which states that you need to add the path to this library to
the LD_LIBRARY variable and that should resolve the problem.


I did a find on the file system and I get few of them. Does anyone knows
which one to include?

 

./usr/ar/common/Sun/jdk/jdk1.6.0_10/jre/lib/sparc/server/libjvm.so
./usr/ar/common/Sun/jdk/jdk1.6.0_10/jre/lib/sparc/client/libjvm.so
./usr/ar/common/Sun/jdk/jdk1.6.0_10/jre/lib/sparc/libjvm.so
./usr/openv/java/jre/lib/sparc/server/libjvm.so
./usr/openv/java/jre/lib/sparc/client/libjvm.so
./usr/openv/java/jre/lib/sparc/libjvm.so
./usr/openv/java/jre/lib/sparcv9/server/libjvm.so
./usr/jdk/instances/jdk1.6.0/jre/lib/sparc/client/libjvm.so
./usr/jdk/instances/jdk1.6.0/jre/lib/sparc/libjvm.so
./usr/jdk/instances/jdk1.6.0/jre/lib/sparc/server/libjvm.so
./usr/jdk/instances/jdk1.6.0/jre/lib/sparcv9/server/libjvm.so
./usr/jdk/jdk1.6.0_06/jre/lib/sparc/server/libjvm.so
./usr/jdk/jdk1.6.0_06/jre/lib/sparc/client/libjvm.so
./usr/jdk/jdk1.6.0_06/jre/lib/sparc/libjvm.so
./usr/jdk/jdk1.6.0_06/jre/lib/sparcv9/server/libjvm.so

 

Thanks
frex

_attend WWRUG12 www.wwrug.com ARSlist: "Where the Answers Are"_

_attend WWRUG12 www.wwrug.com ARSlist: "Where the Answers Are"_

 

_attend WWRUG12 www.wwrug.com ARSlist: "Where the Answers Are"_


___
UNSUBSCRIBE or access ARSlist Archives at www.arslist.org
attend wwrug12 www.wwrug12.com ARSList: "Where the Answers Are"


Re : 39695 : An error has occurred while loading a plug-in. (ARERR 8756)

2012-02-15 Thread Frex Popo
This is the java we are running: 
$ java -version
java version "1.6.0_07"
Java(TM) SE Runtime Environment (build 1.6.0_07-b06)
Java HotSpot(TM) Server VM (build 10.0-b23, mixed mode)
 
But not quite sure which one to include from the list!
 


 De : Danny Kellett 
À : arslist@ARSLIST.ORG 
Envoyé le : Mercredi 15 février 2012 16h53
Objet : Re: 39695 : An error has occurred while loading a plug-in. (ARERR 8756)
  

** 
Hi,
 
Is this a plugin you have created? If so then what java version do you need?
 
This looks like a mix of java types and versions. I would use the most recent. 
Or try each of them in turn and see if it works J
 
Kind regards
Danny
 
From:Action Request System discussion list(ARSList) 
[mailto:arslist@ARSLIST.ORG] On Behalf Of Frex Popo
Sent: 15 February 2012 15:49
To: arslist@ARSLIST.ORG
Subject: 39695 : An error has occurred while loading a plug-in. (ARERR 8756)
 
** 
Dear listers,
 
This is a 7.1 server on a solaris 10 machine.
 
I get this error when starting the server. If failed to load the libjvm.so 
library.
 
Tue Feb 14 09:03:28 2012  390695 : An error has occurred while loading a 
plug-in. (ARERR 8756)
Tue Feb 14 09:03:28 2012 ld.so.1: arplugin: fatal: libjvm.so: open failed: 
No such file or directory
 
There a KB# which states that you need to add the path to this library to the 
LD_LIBRARY variable and that should resolve the problem.

I did a find on the file system and I get few of them. Does anyone knows which 
one to include?
 
./usr/ar/common/Sun/jdk/jdk1.6.0_10/jre/lib/sparc/server/libjvm.so
./usr/ar/common/Sun/jdk/jdk1.6.0_10/jre/lib/sparc/client/libjvm.so
./usr/ar/common/Sun/jdk/jdk1.6.0_10/jre/lib/sparc/libjvm.so
./usr/openv/java/jre/lib/sparc/server/libjvm.so
./usr/openv/java/jre/lib/sparc/client/libjvm.so
./usr/openv/java/jre/lib/sparc/libjvm.so
./usr/openv/java/jre/lib/sparcv9/server/libjvm.so
./usr/jdk/instances/jdk1.6.0/jre/lib/sparc/client/libjvm.so
./usr/jdk/instances/jdk1.6.0/jre/lib/sparc/libjvm.so
./usr/jdk/instances/jdk1.6.0/jre/lib/sparc/server/libjvm.so
./usr/jdk/instances/jdk1.6.0/jre/lib/sparcv9/server/libjvm.so
./usr/jdk/jdk1.6.0_06/jre/lib/sparc/server/libjvm.so
./usr/jdk/jdk1.6.0_06/jre/lib/sparc/client/libjvm.so
./usr/jdk/jdk1.6.0_06/jre/lib/sparc/libjvm.so
./usr/jdk/jdk1.6.0_06/jre/lib/sparcv9/server/libjvm.so
 
Thanks
frex
_attend WWRUG12 www.wwrug.com ARSlist: "Where the Answers Are"_
_attend WWRUG12 www.wwrug.com  ARSlist: "Where the Answers Are"_

___
UNSUBSCRIBE or access ARSlist Archives at www.arslist.org
attend wwrug12 www.wwrug12.com ARSList: "Where the Answers Are"

Re: 39695 : An error has occurred while loading a plug-in. (ARERR 8756)

2012-02-15 Thread Danny Kellett
Hi,

 

Is this a plugin you have created? If so then what java version do you need?

 

This looks like a mix of java types and versions. I would use the most
recent. Or try each of them in turn and see if it works J

 

Kind regards

Danny

 

From: Action Request System discussion list(ARSList)
[mailto:arslist@ARSLIST.ORG] On Behalf Of Frex Popo
Sent: 15 February 2012 15:49
To: arslist@ARSLIST.ORG
Subject: 39695 : An error has occurred while loading a plug-in. (ARERR 8756)

 

** 

Dear listers,

 

This is a 7.1 server on a solaris 10 machine.

 

I get this error when starting the server. If failed to load the libjvm.so
library.

 

Tue Feb 14 09:03:28 2012  390695 : An error has occurred while loading a
plug-in. (ARERR 8756)
Tue Feb 14 09:03:28 2012 ld.so.1: arplugin: fatal: libjvm.so: open
failed: No such file or directory

 

There a KB# which states that you need to add the path to this library to
the LD_LIBRARY variable and that should resolve the problem.


I did a find on the file system and I get few of them. Does anyone knows
which one to include?

 

./usr/ar/common/Sun/jdk/jdk1.6.0_10/jre/lib/sparc/server/libjvm.so
./usr/ar/common/Sun/jdk/jdk1.6.0_10/jre/lib/sparc/client/libjvm.so
./usr/ar/common/Sun/jdk/jdk1.6.0_10/jre/lib/sparc/libjvm.so
./usr/openv/java/jre/lib/sparc/server/libjvm.so
./usr/openv/java/jre/lib/sparc/client/libjvm.so
./usr/openv/java/jre/lib/sparc/libjvm.so
./usr/openv/java/jre/lib/sparcv9/server/libjvm.so
./usr/jdk/instances/jdk1.6.0/jre/lib/sparc/client/libjvm.so
./usr/jdk/instances/jdk1.6.0/jre/lib/sparc/libjvm.so
./usr/jdk/instances/jdk1.6.0/jre/lib/sparc/server/libjvm.so
./usr/jdk/instances/jdk1.6.0/jre/lib/sparcv9/server/libjvm.so
./usr/jdk/jdk1.6.0_06/jre/lib/sparc/server/libjvm.so
./usr/jdk/jdk1.6.0_06/jre/lib/sparc/client/libjvm.so
./usr/jdk/jdk1.6.0_06/jre/lib/sparc/libjvm.so
./usr/jdk/jdk1.6.0_06/jre/lib/sparcv9/server/libjvm.so

 

Thanks
frex

_attend WWRUG12 www.wwrug.com ARSlist: "Where the Answers Are"_


___
UNSUBSCRIBE or access ARSlist Archives at www.arslist.org
attend wwrug12 www.wwrug12.com ARSList: "Where the Answers Are"