Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations strongm on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

EAServer Error - 'Unable to find Java class 'GetClassInfo'

Status
Not open for further replies.

bubbly

Programmer
Mar 28, 2003
74
AE
ERROR: Creating Jaguar component 'test_package/test_component', 'Unable to find java class 'GetClassInfo''
ERROR: Could not connect to server component.

I also modified the Classpath by including - "C:\Program Files\Sybase\PowerDynamo\class03 " but then it is not of much use

Sometimes i also get this error -'Unable to start specified Java VM'

Were u able to solve out this problem.. if so..any help would be highly appreciated
 
Hi,

We are currently using EAServer 3.6.1
 
Open powerdynamo and under
Powerdynamo
utilities
configuration
default jaguar settings
jaguar classes should point to ur jagclient.zip locn
EG:
jaguar classes =
C:\Program Files\Sybase\Shared\Jaguar CTS 3.5\Client\Jagclient.zip;

Second
Powerdynamo
utilities
configuration
default java settings
the java vm should be set to "Sun java Vm"

Confirm that, restart jaguar server and reload your page.
HTH
Saju

 
I recommend you to use JSP instead of PowerDynamo. Sybase will not support PowerDynamo in future release.
 
Hi Saju.

It is still not of much help to us. We continue to get the same error. So what do we do in order to proceed?
 
Hi,
Are these available in your path ?

/Sybase/Shared/Sun/jdk122/bin;
/Sybase/Shared/Sun/jdk122/jre/bin;
/Sybase/Shared/Sun/jdk122/jre/bin/classic;
HTH
 
yes, very much. They are included in the path
 
just an sfterthought
in default java settings
chnage the java vm settingset to "Sun java Vm 1.2"


 
Saju,
I did change the java vm setting to "Sun Java VM 1.2" but it really does not help
 
check this

to solve the error
1.Unable to start specified Java VM'
2.Unable to find java class 'GetClassInfo'
3.unable to connect to server component

we have to do following things
steps to be followed
1.set path and classpath settings
ie
If using the MS VM, ensure that your path environment points to
msjava.dll.

If using the SUN VM, ensure that your path environment points to
javai.dll or java.dll.

If using the SUN DebugVM, ensure that your path environment points to
javai_g.dll or java_g.dll
ie.u have to add in path
Ensure that your CLASSPATH environment contains the path to the system
classes for the VM that you are using (typically these classes are
contained in a file called classes.zip)ie.the folder contains
classes.zip add in classpath
2.in powerdynamo u have to set
jaguar classes
as
C:\Program Files\Sybase\Shared\Jaguar CTS 3.5\Client\Jagclient.zip
and java settings change java vm as sun java vm1.2
 
thanx a lot anitha

it works

thanx for ur valuable time to solve out this issue
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top