Mubeen Shaik

Ranch Hand
+ Follow
since Jan 26, 2004
Merit badge: grant badges
For More
Cows and Likes
Cows
Total received
In last 30 days
0
Forums and Threads

Recent posts by Mubeen Shaik

Hi All,

I am using "java.security.cert.X509Certificate" for the first time. I want to get CN, OU, O from a certificate, (DN names).

When I use "getIssuerDN()" method it is giving me entire string.

My question is how to parse each value from this string?.

Thanks in advance,
Mubeen.
Hi All,

I am testing SSL connection program and it is giving me following error.
I am using IBM WebSphere development Studio for my development.

javax.net.ssl.SSLHandshakeException: unknown certificate
at com.ibm.jsse.bs.a(Unknown Source)
at com.ibm.jsse.bs.startHandshake(Unknown Source)
at com.ibm.net.ssl.www.protocol.https.b.o(Unknown Source)
at com.ibm.net.ssl.www.protocol.https.q.connect(Unknown Source)
at com.ibm.net.ssl.internal.www.protocol.https.HttpsURLConnection.connect(Unknown Source)

======
1.I have created/downloaded certificate from website ".cer" file.
2.Used Ikeyman to add this certificate to "casecerts" under

C:\Program Files\IBM\Rational\SDP\6.0\runtimes\base_v51_stub\java\jre\lib\security

3. I am still getting same error.

I think I am missing some step.

==========

Any help on this?.

Thanks in advance,
Mubeen.
16 years ago
Hi,

I have Head First JSP 1st edition. Is there any difference between 2nd and 1st edition?.

Thanks,
Mubeen Shaik.
WebSphere is working now.

1.I have downloaded Rational Updates from IBM and restarted.

2.I think issue was related to profile name. I have created a new profile and everything works fine.

Thanks,
Mubeen Shaik
16 years ago
I am getting this error on console. Sometimes it is showing this messages or blanks console
=======

DMU0118E: The log file cannot be written to location C:\Program
Files\IBM\Rational\SDP\6.0\runtimes\base_v6\profiles\default\logs\server1\startServer.log;
please specify a different location with -logfile
ADMU0128I: Starting tool with the default profile
ADMU3100I: Reading configuration for server: server1
ADMU3200I: Server launched. Waiting for initialization status.
ADMU3011E: Server launched but failed initialization. Server log files should
contain failure information.
16 years ago
It is not showing anything in console, it is blank. How to delete and create new server?

Thanks
Mubeen Shaik
16 years ago
Hi All,

I am using IBM Rational WebDeveloper 6.0 for JSP development.

When I try to start WebSphere v6.0 test server, it just says
"Starting" and nothing happens after that.

Any help on this issue?.

Thanks,
Mubeen Shaik.
16 years ago
Hi All,

I want to use IBM WDSC for my JSP development. How to setup my development and deployment environment?.

I would like to know where to put my html, JSP(s) and DD files etc?.

Thanks in advance,
Mubeen Shaik.
That is correct, but how to change the service to run under my name?.

Thanks,
Mubeen Shaik.
17 years ago
Hi,

I have installed Tomcat6 on my work PC.I am not an "Admin" for the user.

When I try to start "Tomcat" I get the following window.

======================================
"Application System Error"

Access Denied
Unable to open the service Tomcat6
============================

If my IT department login as "Admin" ( I cannot do this on this PC), it is working fine.I cannot login as "Admin".

How to solve this issue?.


Thanks in advance,
Mubeen Shaik.
[ March 27, 2008: Message edited by: Mubeen Shaik ]
17 years ago
you can try it once again from
control panel--administative tools -- services-- apache tomcat
here you can start the service.

---------------------------
It is saying Access Denied.
---------------------------


one more way to do it is go to the tomcat bin directory from command prompt and invoke startup command.
-----------------------

Which one I need to execute? tomcat6.exe?

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

even after this the serivce does not start then check the port on which you have installed. it might be conflicting with some other application.

you can change it from the conf directory---server.xml file.
---------------------------

I don't have any application running on 8080.
---------------


I think this is related to windows authorities.

Thanks,
Mubeen Shaik.
17 years ago
Hi,

I have installed TOMCAT on my PC. When I restart my PC, I have received the following error message. (Window)

====
Acess denied
Unable to open the service 'Tomcat6'
====

Any help on this?.

Thanks in advance,
Mubeen Shaik.
17 years ago
Hi,

I am new to JSP. Can I use IBM WebSphere studio to develop JSPs?.

If Yes, Please provide some information.

Thanks.
Shaik.
17 years ago
Hi,

I want to install TOMCAT on my work PC, this will open a port (local). Correct?.

Is this going to create any problem?. Can any one from outside the network access my PC?.

Thanks in advance,
Shaik.
17 years ago
Hello all,

I have passed my JCP exam. Now i am learning XML. Please suggest me some good books on XML. I am reading Wrox publications(Beginning XML) book at present.


Thanks,
Zameer.