krishnamoorthy kitcha

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

Recent posts by krishnamoorthy kitcha

Hi All ,

Could you please any one share the dumps for 310-220-SCDJWS ? and I wish have to take the next week.

Please share as soon as possible.


Thanks,
kkitcha1.

13 years ago
Hi All,

In the oracle we had the option to populate the records in tree structure manner using the connect by prior clause , Is it possible to achieve the same using the MySql 6.0.6 or else we will define only the stored procedures or will MySql have any reserved functions.

Example :

RootA - SubRootA - SubRootAA
- SubRootB - SubRootBB
- SubRootC - SubRootCC . It is going dynamic.
Please respond as soon as possible.

Sorry for my ignorance.
Hi sathish,

Before executing the MQ program, can you just check with the host id.

just ping the host name from DOS prompt --- ping 172.26.26.14

then check with the Queue manager start or stop, then check with the port

number . The Default port number of MQ 1414.

Then check whethere JMS Server Properties section Initial state attribute is set to START.

Just check at your end ,Let me know the clarification

Regards
k.krishnamoorthy
Hi all

I have developed the sample ejb application and it deployed in weblogic 8.1 with jdk 1.4.02 successfully, while I am trying to deploy the ejb application in weblogic 9.1 with jdk 1.5.04 , It throwed the Exception

Find the Exception detail

javax.naming.LinkException: [Root exception is javax.naming.LinkException: [Root exception is javax.naming.NameNotFoundException: remaining name: /app/ejb/testejb.jar#hrmsproduct/local-home]; Link Remaining Name: 'null']; Link Remaining Name: 'java:app/ejb/testejb.jar#hrmsproduct/local-home'
at weblogic.rjvm.ResponseImpl.unmarshalReturn(ResponseImpl.java:191)
at weblogic.rmi.cluster.ClusterableRemoteRef.invoke(ClusterableRemoteRef.java:315)
at weblogic.rmi.cluster.ClusterableRemoteRef.invoke(ClusterableRemoteRef.java:250)
at weblogic.jndi.internal.ServerNamingNode_910_WLStub.lookup(Ljava.lang.String;Ljava.util.Hashtable Ljava.lang.Object;(Unknown Source)

Please advise me , I need your valuable help.

Thanks in advance.
16 years ago
Hi all,


How can I define the security roles in EJB (Stateless Session Bean,Stateful Session Bean) using Deployment Descriptor ? (In WebLogic 8.1 and WebSphere 6.1 )

Sorry for my ignorance, AnyOne guide me.Thanks in Advance.

Hi all,

I am also facing the saming problem while invoking the webservices using weblogic server 8.1 and service pack 6.0 ,

Please find out following errors showed by the server (Using the Secure protocol example https://localhost:9443/Webservices/Request)

java.lang.NullPointerException
at weblogic.security.SSL.SSLCertificate.verify(SSLCertificate.java:235)
at weblogic.security.SSL.SSLCertificate.input(SSLCertificate.java:116)
at weblogic.security.SSL.Handshake.input(Handshake.java:121)
at weblogic.security.SSL.SSLSocket.getHandshake(SSLSocket.java:1117)
at weblogic.security.SSL.SSLSocket.clientInit(SSLSocket.java:432)
at weblogic.security.SSL.SSLSocket.initialize(SSLSocket.java:276)
at weblogic.security.SSL.SSLSocket.<init>(SSLSocket.java:222)
at weblogic.security.SSL.SSLSocketFactory.createSocket(SSLSocketFactory.java:213)
at weblogic.net.http.HttpsClient.openServer(HttpsClient.java:238)
at weblogic.net.http.HttpsClient.openServer(HttpsClient.java:389)
at weblogic.net.http.HttpsClient.<init>(HttpsClient.java:209)
at weblogic.net.http.HttpClient.New(HttpClient.java:228)
at weblogic.net.http.HttpsURLConnection.getHttpClient(HttpsURLConnection.java:246)
at weblogic.net.http.HttpsURLConnection.connect(HttpsURLConnection.java:217)
at weblogic.net.http.HttpURLConnection.getOutputStream(HttpURLConnection.java:189)
at weblogic.webservice.binding.http11.Http11ClientBinding.send(Http11ClientBinding.java:427)
at weblogic.webservice.core.soap.SOAPConnectionImpl.call(SOAPConnectionImpl.java:57)

Please advise me, How will I solve this issue ?

I am expecting your valuable comments.
16 years ago
Hi all,

I am using Weblogic Server 8.1 with the service pack 6.0 , while the Invoking the webserives(Even in the secured mode , example https://localhost:9443/TestServices/Request) , I have found the below exception.



java.lang.NullPointerException
at weblogic.security.SSL.SSLCertificate.verify(SSLCertificate.java:235)
at weblogic.security.SSL.SSLCertificate.input(SSLCertificate.java:116)
at weblogic.security.SSL.Handshake.input(Handshake.java:121)
at weblogic.security.SSL.SSLSocket.getHandshake(SSLSocket.java:1117)
at weblogic.security.SSL.SSLSocket.clientInit(SSLSocket.java:432)
at weblogic.security.SSL.SSLSocket.initialize(SSLSocket.java:276)
at weblogic.security.SSL.SSLSocket.<init>(SSLSocket.java:222)
at weblogic.security.SSL.SSLSocketFactory.createSocket(SSLSocketFactory.java:213)
at weblogic.net.http.HttpsClient.openServer(HttpsClient.java:238)
at weblogic.net.http.HttpsClient.openServer(HttpsClient.java:389)
at weblogic.net.http.HttpsClient.<init>(HttpsClient.java:209)
at weblogic.net.http.HttpClient.New(HttpClient.java:228)
at weblogic.net.http.HttpsURLConnection.getHttpClient(HttpsURLConnection.java:246)
at weblogic.net.http.HttpsURLConnection.connect(HttpsURLConnection.java:217)
at weblogic.net.http.HttpURLConnection.getOutputStream(HttpURLConnection.java:189)
at weblogic.webservice.binding.http11.Http11ClientBinding.send(Http11ClientBinding.java:427)
at weblogic.webservice.core.soap.SOAPConnectionImpl.call(SOAPConnectionImpl.java:57)

Suppose I have used like this
http://localhost:9443/TestServices/Request , It is working fine.

Please suggest anyone to me .
16 years ago
Hi Christian Nash ,


This exception showed the not to set the ojdbc.jar in the class file.

Just find out ojdbc.jar or else put ojdbc.jar in the lib folder of the

servlet folder , or else import package in servlet or jsp .

Please test the same and tell me your feedback.

Regards
k.krishnamoorthy.
Hi karthik,


This is parser Exception the xml tag is not close properly .

2. Contents of web.xml Entry.
<service-ref xmlns:impl="http://testws.example.com/" >
<service-ref-name>service/EmployeeWebServiceMam</service-ref-name>
<service-interface>com.example.testws.EmployeeWebService</service-interface>
<wsdl-file>WEB-INF/wsdl/EmployeeService.wsdl</wsdl-file>
<service-qname>impl:EmployeeService</service-qname>
</service-ref>

In that you should close properly like

<service-ref xmlns:impl="http://testws.example.com"/ >

or
<service-ref> xmlns:impl=http://testws.example.com</service-ref>

Please test the same and tell your feedback.

Regards
k.krishnamoorthy.
16 years ago
Hi Deborah Greene ,

Please mount the Webservices api jar files like

mail.jar
This JAR file contains the JavaMail API and all service providers.

activation.jar
This JAR file contains the classes that make up the JavaBeans Activation Framework (JAF).

dom4j.jar
dom4j is an open-source XML framework for Java. It allows you to read, write, navigate, create, and modify XML documents. It integrates with DOM and SAX and is seamlessly integrated with full XPath support. The dom4j.jar file contains all the dom4j code and the XPath engine without the SAX and DOM interfaces. This is the JAR file to use if you are using JAXP and crimson.jar or xerces.jar.

saaj-api.jar and saaj-ri.jar
These two JAR files contain the APIs and Reference Implementation of SOAP with Attachments API for Java (SAAJ), which provide API and implementation to generate SOAP messages.

jaxrpc-api.jar and jaxrpc-ri.jar
These two JAR files contain the JAX-RPC APIs and Reference Implementation of Java API for XML-based Remote Procedure Call (RPC), which enable Java developers to build web applications and Web services that incorporate XML-based RPC functionality according to the SOAP specification.

jaxm-api.jar and jaxm-runtime.jar
These two JAR files contain the APIs and Reference Implementation of the Java API for XML Messaging (JAXM), which is an XML-based messaging system for sending and receiving SOAP messages.

jaxr-api.jar and jaxr-ri.jar
These two files contain the APIs and Reference Implementation for JAXR or the Java API for XML Registries, which provides a uniform standard API for accessing different kinds of XML registries. It includes detailed bindings between the JAXR information model and both the ebXML Registry and the UDDI registry specifications.

jaxp-api.jar
JAXP is the Java API for XML Processing. It supports processing of XML documents using DOM, SAX, and XSLT.

castor-0.9.3.9-xml.jar
Castor is an XML data-binding framework. Unlike DOM and SAX, which deal with the structure of an XML document, Castor enables you to deal with the data defined in an XML document through an object model that represents that data. Castor can marshal almost any beanlike Java object to and from XML.

commons-logging.jar
This JAR file contains a logging library package.

fscontext.jar and providerutil.jar
These two files contain the file-system service provider.
and finally mount j2ee api jars.

Test and tell me your feedback.

Regards
k.krishnamoorthy.
Hi gaurav abbi

you should only give the numbers not the hexadecimal values like

java.naming.provider.url=jnp://[fe80::216:72ff:fe3c:21gf]:19014


Example jnp://162.234.567.34:1098

Regards
k.krishnamoorthy.
16 years ago
Hi all

I have small doubt in the String manipulation,
String s="test",s1="test",s2="test",s3="test";

For this , How many string objects to be created ?
class A { public void process() throws Exception{ System.out.print("A "); }} public class B extends A {public void process() { System.out.println("In B"); } public static void main(String[] args) { A a=new B(); a.process();}}


-----

Hi , the above code is wrong

becasue A is Super class and not is a subclass

It is only applicable B a = new A();
not as A a = new B()
B is low level Hierarchy , A is high level Hierarchy.

Check and tell me your feedback.

Regards
k.krishnamoorthy.
Hi rathi

Just see the under the Domain Name , there is a file name config.xml

In that file see the tag like <Server ListenAddress="" ListenPort="7001" Name="myserver"

Then change your settings restart the server will change affect.
16 years ago
Hello,

Did you install any java webtracks like java java runtime environment like jre1.5 or jre1.6 ?

If it is check and replace the path , because you should set path beginning itself .

check and tell me your feedback
17 years ago