java.io.UTFDataFormatException --- ORION1.5.2

2001-06-28 Thread mohan krishna

Hello Everybody,

Orion1.3.8 is the current version of ORION we are using at this moment.
Now we upgraded the older version with version 1.5.2.
When i start the service of ORION it throws the following Exception ...

java.io.UTFDataFormatException
at java.io.DataInputStream.readUTF(Unknown Source)
at java.io.DataInputStream.readUTF(Unknown Source)
at com.evermind._ek._hy(Unknown Source)
at com.evermind._cv._hy(Unknown Source)
at com.evermind._cyb.run(Unknown Source)
at java.lang.Thread.run(Unknown Source)

even though i change the server.xml by removing the "principals" tag.
JDK1.3.1 is being used with ORION ...

Any suggestions ... 

Mohan Krishna
 





How to run ORION on different ports

2001-04-04 Thread mohan krishna

Hello,
I am interested to run orion on multiple ports...

Consider the following scenario :

There is only one single server for production and development.
Production sites are represented by virtual hosts, each one runs a
single web site. Each sites of these only runs it's own "default" web
application. 
Development is handled by default web site which runs under port 8080.
Now i want to run one site on 8080 and other one on different port say 80.
What are the things i have to do to achieve this

Any input would be greatly appreciated
Thanks
Mohan Krishna


Get free email and a permanent address at http://www.netaddress.com/?N=1




How to install 128 bit cert....

2001-03-19 Thread mohan krishna

Hi to all,

I have been following the how-to "Setting up a secure site using ssl" on
Windows NT+jdk 1.3

and I get the following error
C:\certificates>keytool -keystore keystore -keyalg "RSA" -import
-trustcacerts -
file my.host.com.cer -storepass 123456
keytool error: java.security.cert.CertificateException: Unsupported
encoding

1.Plz let me know whether the problem is with ORION or with the cert?
2.Is ORION1.3.8 in a position to support 128bit encryption?
3.Have we to download / set any other things to make Orion to use 128bit?


I have tried with Netscape 4.7 and Explorer 5.


Any idea?




Get free email and a permanent address at http://www.netaddress.com/?N=1




How to install 128 bit cert....

2001-03-19 Thread mohan krishna

Hi to all,

I have been following the how-to "Setting up a secure site using ssl" on
Windows NT+jdk 1.3

and I get the following error
C:\certificates>keytool -keystore keystore -keyalg "RSA" -import
-trustcacerts -
file my.host.com.cer -storepass 123456
keytool error: java.security.cert.CertificateException: Unsupported
encoding

1.Plz let me know whether the problem is with ORION or with the cert?
2.Is ORION1.3.8 in a position to support 128bit encryption?
3.Have we to download / set any other things to make Orion to use 128bit?


I have tried with Netscape 4.7 and Explorer 5.


Any idea?




Get free email and a permanent address at http://www.netaddress.com/?N=1




Re: [Re: AW: Stand-alone-client]

2001-01-19 Thread mohan krishna

Hi,

Will u please give the code i have to embed in my satand-alone application..to
access EJBs which r running under Orion...
and what r the files i have to modify to run this application...

this is the code i embed in my application to get the connection...


Properties props = new Properties();
 
props.put("java.naming.factory.initial","com.evermind.server.rmi.RMIInitialContextFactory");
  props.setProperty("java.naming.provider.url","ormi://localhost/nbiz1");
  props.setProperty("java.naming.security.principal","adminops");
  props.setProperty("java.naming.security.credentials","thunderbird");
  InitialContext ic = new  InitialContext(props);
  Object objref = ic.lookup("niagabiz.member.temp.TempMemberEJB"); 


if u run this code i am getting 
look up error:
java.net.ConnectException:connection refused:no further information


this is the class path i set...

set classpath=c:\jdk1.3\lib;
C:\jdk1.3\jre\lib\ext\orion.jar;C:\jdk1.3\jre\lib\ext\ejb.jar;C:\jdk1.3\jre\lib\ext\jndi.jar;
set path=c:\jdk1.3\bin;
 
any one can help me to sort out this problem...

any help will be appreciated...
Thankz
MohanKrishna




Get free email and a permanent address at http://www.netaddress.com/?N=1




Re: [Re: AW: Stand-alone-client]

2001-01-19 Thread mohan krishna

Hi,

Will u please give the code i have to embed in my satand-alone application..to
access EJBs which r running under Orion...
and what r the files i have to modify to run this application...

this is the code i embed in my application to get the connection...


Properties props = new Properties();
 
props.put("java.naming.factory.initial","com.evermind.server.rmi.RMIInitialContextFactory");
  props.setProperty("java.naming.provider.url","ormi://localhost/nbiz1");
  props.setProperty("java.naming.security.principal","adminops");
  props.setProperty("java.naming.security.credentials","thunderbird");
  InitialContext ic = new  InitialContext(props);
  Object objref = ic.lookup("niagabiz.member.temp.TempMemberEJB"); 


if u run this code i am getting 
look up error:
java.net.ConnectException:connection refused:no further information


this is the class path i set...

set classpath=c:\jdk1.3\lib;
C:\jdk1.3\jre\lib\ext\orion.jar;C:\jdk1.3\jre\lib\ext\ejb.jar;C:\jdk1.3\jre\lib\ext\jndi.jar;
set path=c:\jdk1.3\bin;
 
any one can help me to sort out this problem...

any help will be appreciated...
Thankz
MohanKrishna




Get free email and a permanent address at http://www.netaddress.com/?N=1




cannot instantiate class.....

2001-01-16 Thread mohan krishna

Hi guys,
When i try to access my EJBs(running under Orion) from satand-alone
client...this is the error i am getting...

"cannot instantiate
class:com.evermind.server.ApplicationClientInitialContextFactory"...

the follwing is the code that i added in my client program
 
props.setProperty("java.naming.factory.initial","com.evermind.server.ApplicationClientInitialContextFactory");
  props.setProperty("java.naming.provider.url","ormi://localhost/nbiz1");
  props.setProperty("java.naming.security.principal","adminops");  
  props.setProperty("java.naming.security.credentials","thunderbird");
  InitialContext ic = new  InitialContext(props);

except this code i din't do any thing in the server-side or in the
client-side...what else i have to set to work this...

plz reply me soon if any one implements this...

any help will be appreciated...

Regards
MohanKrishna



Get free email and a permanent address at http://www.netaddress.com/?N=1




How to test my SSL works or Not ?

2001-01-12 Thread mohan krishna

Hi all,

Recently i implemented 128bit certificate (from verisign) to my E-commerce
Application but at the time of installing the cert with the following
command...

keytool -keystore keystore -keyalg "RSA" -import -trustcacerts -file
my.host.com.cer

i got this message...
"keytool error:java.security.cert.CertificateException:unsupported
encoding"...even though it gives this error i got the end result.
i implemented that to my application...

but i am not sure whether my ssl certificate is working or not?
how can i check whether my application is under secure?
when i run this under https:// the lock is not broken...
but the suspect is i got some error at the time of getting the
certificate(Error is mentioned above)...
So plz anyone help me how i test my application?

plz any help is appreciated..

Thankz
MohanKrishna
 


Get free email and a permanent address at http://www.netaddress.com/?N=1




how to put 128bit ssl cert fro orion

2001-01-10 Thread mohan krishna

Hi All,

When i try to implement 128bit ssl to my application(we r using Orion server)
i am getting the following error message ...

keytool error:java.security.cert.CertificateException:unsuppported encoding

this is the message i am getting at the time of excuting the following
command...

keytool -keystore keystore -keyalg "RSA" -import -trustcacerts -file
my.host.com.cer

i am not sure that whether orion can support 128bit or not?
have any one implemented 128 bit for orion?
if yes plz give the guidelines...

any help is appreciated...

Thankz
MohanKrishna



Get free email and a permanent address at http://www.netaddress.com/?N=1




Orion/SSL with 128bit-Thawte-Cert

2001-01-10 Thread mohan krishna

Hi all...
i want  to implement 128bit cert to my application but i am not sure that
whether orion can support 128 bit with its default jsse...
if doesn't which jsse we have to download and what r the steps i have to
follow...
when i am trying to installing the 128bit certificate it is giving the
following error
keytool error:java.security.cert.certificateException:unsupported encoding...
i am not sure that is the problem with orion or with jsse...
what the steps i have to follow to make orion to use 128bit...

any help is appreciated...
thankz
mohan



Sach Jobb <[EMAIL PROTECTED]> wrote:
No problem.

Well, other have got the Thawte SuperCert working before so i think you
are in good shape. 

I'm not sure if this is the cause of your error message, but the version
of the JSSE that comes with orion will only do 40bit encryption so you
will have to go to http://java.sun.com/products/jsse/ and download the
1.0.2 NOT FOR U.S. EXPORT version. This version will support 128bit
encryption. Simply follow the instructions that come with the download to
install.

You will _might_ have to regenerate your certificate request.

good luck,
sach


On Tue, 9 Jan 2001, Klaus Thiele wrote:

> thanks for responding.
> 
> it's a "Thawte SuperCert" (128 bit(?))
> i'm using the JSSE that comes with orion.
> 
> thanks
>klaus
> 
> Sach Jobb wrote:
> 
> > 128bit is a try-your-luck situation. I got it to work with the verisign
> > netscape 128bit and i heard someone on the list say that they got the
> > "supercert" (or something like that) with thawte to work too.
> > 
> > Sounds like it can't read the keystore, but i think that's a different
> > error message. Klaus, can you give us more info on the type of cert you
> > have, which version of the JSSE you are using, etc?
> > 
> > thanks,
> > sach
> > %s/windows/linux/g
> > 
> > On Tue, 9 Jan 2001, Juan Lorandi (Chile) wrote:
> > 
> > 
> >> won't it be a 128 bit certificate which orion can't
handlewon't
> >> it?
> >> 
> >> JP
> >> 
> >> -Original Message-
> >> From: Klaus Thiele [mailto:[EMAIL PROTECTED]]
> >> Sent: Martes, 09 de Enero de 2001 13:09
> >> To: Orion-Interest
> >> Subject: Urgent: Orion/SSL with Thawte-Cert
> >> 
> >> 
> >> Hello,
> >> 
> >> after a long time i've got now the real Cert from Thawte.
> >> 
> >> but now I get following error when orion comes up:
> >> 
> >> Error starting HTTP-Server: Unable to intialize SSLServerSocketFactory 
> >> 'com.evermind.ssl.JSSESSLServerSocketFactory': Unrecoverable key error: 
> >> Cannot recover key
> >> 
> [...]
> 
> 
> --
> Klaus Thiele - Personal & Informatik AG
> mailto:[EMAIL PROTECTED]
> 
>   "There's got to be more to life than compile-and-go."
> 
> 




Get free email and a permanent address at http://www.netaddress.com/?N=1