lali virdi

Greenhorn
+ Follow
since Feb 09, 2004
Merit badge: grant badges
For More
Cows and Likes
Cows
Total received
In last 30 days
0
Forums and Threads

Recent posts by lali virdi

hi to every one
can you give link of any tutorial on jsm and websphere mq configuration and how to access them
21 years ago
i am getting this error when i run JMSAdmin.config of websphere MQ
any help .

InitCtx> display ctx
Contents of InitCtxException in thread "main" java.lang.UnsatisfiedLinkError:
registerNatives
at com.ibm.jvm.ExtendedSystem.registerNatives(Native Method)
at com.ibm.jvm.ExtendedSystem.<clinit>(ExtendedSystem.java:176)
at com.ibm.rmi.util.JDKBridge.setCodebaseProperties(JDKBridge.java:226)
at com.ibm.rmi.util.JDKBridge.<clinit>(JDKBridge.java:205)
at com.ibm.rmi.util.RepositoryId.<clinit>(RepositoryId.java:122)
at com.ibm.rmi.iiop.CDROutputStream.<clinit>(CDROutputStream.java:1077)
at com.ibm.rmi.corba.ORB.<init>(ORB.java:250)
at com.ibm.rmi.iiop.ORB.<init>(ORB.java:166)
at com.ibm.CORBA.iiop.ORB.<init>(ORB.java:521)
at sun.reflect.NativeConstructorAccessorImpl.newInstance0(Native Method)
at sun.reflect.NativeConstructorAccessorImpl.newInstance(NativeConstruct
orAccessorImpl.java:39)
at sun.reflect.DelegatingConstructorAccessorImpl.newInstance(DelegatingC
onstructorAccessorImpl.java:27)
at java.lang.reflect.Constructor.newInstance(Constructor.java:274)
at java.lang.Class.newInstance0(Class.java:306)
at java.lang.Class.newInstance(Class.java:259)
at org.omg.CORBA.ORB.create_impl(ORB.java:295)
at org.omg.CORBA.ORB.init(ORB.java:336)
at com.ibm.ws.orb.GlobalORBFactory.init(GlobalORBFactory.java:77)
at com.ibm.ejs.oa.EJSORBImpl.initializeORB(EJSORBImpl.java:174)
at com.ibm.ejs.oa.EJSClientORBImpl.<init>(EJSClientORBImpl.java:98)
at com.ibm.ejs.oa.EJSClientORBImpl.<init>(EJSClientORBImpl.java:74)
at com.ibm.ejs.oa.EJSORB.init(EJSORB.java:386)
at com.ibm.ws.naming.util.Helpers.getOrb(Helpers.java:284)
at com.ibm.ws.naming.util.WsnInitCtxFactory.getInitialContextInternal(Ws
nInitCtxFactory.java:365)
at com.ibm.ws.naming.util.WsnInitCtx.getContext(WsnInitCtx.java:102)
at com.ibm.ws.naming.util.WsnInitCtx.getContextIfNull(WsnInitCtx.java:40
8)
at com.ibm.ws.naming.util.WsnInitCtx.list(WsnInitCtx.java:271)
at javax.naming.InitialContext.list(InitialContext.java:387)
at com.ibm.mq.jms.admin.AdminService.getContents(AdminService.java:419)
at com.ibm.mq.jms.admin.JMSAdmin.doDisplayCtx(JMSAdmin.java:1468)
at com.ibm.mq.jms.admin.JMSAdmin.execCommand(JMSAdmin.java:463)
at com.ibm.mq.jms.admin.JMSAdmin.commandLoop(JMSAdmin.java:347)
at com.ibm.mq.jms.admin.JMSAdmin.<init>(JMSAdmin.java:251)
at com.ibm.mq.jms.admin.JMSAdmin.main(JMSAdmin.java:1890)
while Creating Session Bean in WSAD i am getting exception
org.eclipse.emf.common.util.wrappedException:www.bea.com
any help i will be thankful
hi when i am creating Session Bean in WSAD , i am getting WrappedExcepion
i.e org.eclipse.emf.common.util.WrappedException: www.bea.com
any help from your side
hi sir i am getting problem when i lookup for Topic in jms
Any help from anyone i will be thankful
[3/26/04 18:32:54:719 IST] 3c5397fc ResourceMgrIm I WSVR0049I: Binding TCF as TCF
[3/26/04 18:32:54:781 IST] 3c5397fc ResourceMgrIm E WSVR0017E: Error encountered binding the J2EE resource, Topic, as Topic from file:/D:/pubsub/Servers/JMSServer.wsc/cells/localhost/nodes/localhost/servers/server1/resources.xml
com.ibm.ws.runtime.component.binder.ResourceBindingException: invalid configuration passed to resource binding logic. REASON: WASTopic Topic can not be bound as no topic property has been specified.
at com.ibm.ws.runtime.component.binder.ResourceBinderImpl.checkRequiredProperty(ResourceBinderImpl.java:53)
at com.ibm.ws.runtime.component.binder.WASTopicBinder.getBindingObject(WASTopicBinder.java:104)
at com.ibm.ws.runtime.component.ResourceMgrImpl.bind(ResourceMgrImpl.java:285)
at com.ibm.ws.runtime.component.ResourceMgrImpl.installResourceProvider(ResourceMgrImpl.java:792)
at com.ibm.ws.runtime.component.ResourceMgrImpl.installResource(ResourceMgrImpl.java:717)
at com.ibm.ws.runtime.component.ResourceMgrImpl.installResources(ResourceMgrImpl.java:663)
at com.ibm.ws.runtime.component.ResourceMgrImpl.loadResources(ResourceMgrImpl.java:505)
at com.ibm.ws.runtime.component.ResourceMgrImpl.start(ResourceMgrImpl.java:440)
at com.ibm.ws.runtime.component.ContainerImpl.startComponents(ContainerImpl.java:536)
at com.ibm.ws.runtime.component.ContainerImpl.start(ContainerImpl.java:413)
at com.ibm.ws.runtime.component.ApplicationServerImpl.start(ApplicationServerImpl.java:125)
at com.ibm.ws.runtime.component.ContainerImpl.startComponents(ContainerImpl.java:536)
at com.ibm.ws.runtime.component.ContainerImpl.start(ContainerImpl.java:413)
at com.ibm.ws.runtime.component.ServerImpl.start(ServerImpl.java:183)
at com.ibm.ws.runtime.WsServer.start(WsServer.java:128)
at com.ibm.ws.runtime.WsServer.main(WsServer.java:225)
at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:79)
at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:41)
at java.lang.reflect.Method.invoke(Method.java:386)
at com.ibm.ws.bootstrap.WSLauncher.main(WSLauncher.java:94)
at com.ibm.etools.websphere.tools.runner.api.ServerRunnerV5$1.run(ServerRunnerV5.java:97)
21 years ago
hi
when i dowmload data from my jsp to xls file
few line are left blank after that data is inserted
i want to know where is the problem
how to remove the blank line before data
21 years ago
JSP
hi use RequestDispatcher to go from one page to another if they are in the same web application
if they are different webapplication then sendRedirect()
21 years ago
JSP
hi i think that after making changes you are not saving your servlet
save the servlet and then call it
it will run fine
21 years ago
hi we use Local Interface in the same way as Remote Interface
but in local interface there is no remote call it is local call
no network traffic it is like local method call
but in Remote Interface
network traffic is there
the difference is that local interface are more efficient
<% jsp code %>
<table>
<% while(rs.next()) { %>
<tr><td>
<% out.print(rs.getObject(2).toString()); %>
</td>
<td>
<% out.print(rs.getObject(3).toString()); %>
</td><td>
out.print(rs.getObject(4).toString());
out.print(rs.getObject(5).toString());
out.print(rs.getObject(7).toString());
out.print(rs.getObject(8).toString());
out.print(rs.getObject(9).toString());
to this for all they will align
21 years ago
JSP
<jsp:useBean id="userInfo" scope="request" class="model.UserInfo" />
your bean may have getter and setter method
String name(anything) = userInfo.getterMethod(); which you want to access
i think it will work fine
or use
<jsp:getProperty name="ab" property="fieldName which you want to access" />
21 years ago
JSP
hi
yes there is difference between servletContext and EntityContext
ServletContext is in webApplication or servletContainer
EntityContext is in EJB container
both have different workSpace
for every web application there is different servletContext
from this you will get clear idea of everyThing
go to the directory whose file you want to put in jar file
jar cvf test.jar *
where test.jar is your jar file and * denotes all the file that you want in the jar file
21 years ago
go to the directory whose file you want to put in jar file
jar cvf test.jar *
where test.jar is your jar file and * denotes all the file that you want in the jar file
21 years ago
set CLASSPATH=%CLASSPATH%;F:\Applications\Tomcat4.1\common\lib\servlet.jar;F:\Applications\Tomcat4.1\common\lib\j2ee.jar
set CLASSPATH =.;F:\Applications\Tomcat4.1\common\lib\servlet.jar;F:\Applications\Tomcat4.1\common\lib\j2ee.jar;
%CLASSPATH%;

do this or check this -- %CLASSPATH%
21 years ago