vaka suresh

Greenhorn
+ Follow
since Sep 23, 2002
Merit badge: grant badges
For More
Cows and Likes
Cows
Total received
0
In last 30 days
0
Total given
0
Likes
Total received
0
Received in last 30 days
0
Total given
0
Given in last 30 days
0
Forums and Threads
Scavenger Hunt
expand Ranch Hand Scavenger Hunt
expand Greenhorn Scavenger Hunt

Recent posts by vaka suresh

Hi,
Is there any way by which we can find Number of messages available in the Queue at a given point of time Programatically.
Hi,
We are migrating our code from Weblogic8.1 to Jboss 4.0.1 . After we deployed our code on Jboss we are getting the below exception.

java.lang.VerifyError class: fw/util/PortalUtil, method: getXmlDoc signature: (Ljava/lang/String Lorg/w3c/dom/Document Incompatible object argument for function call
at fw.admin.XMLUpdateServlet.init(Unknown Source)
at org.apache.catalina.core.StandardWrapper.loadServlet(StandardWrapper.java:1029)
at org.apache.catalina.core.StandardWrapper.load(StandardWrapper.java:862)
at org.apache.catalina.core.StandardContext.loadOnStartup(StandardContext.java:4013)
at org.apache.catalina.core.StandardContext.start(StandardContext.java:4357)
at org.apache.catalina.core.ContainerBase.addChildInternal(ContainerBase.java:823)
at org.apache.catalina.core.ContainerBase.addChild(ContainerBase.java:807)
at org.apache.catalina.core.StandardHost.addChild(StandardHost.java:595)
at sun.reflect.GeneratedMethodAccessor112.invoke(Unknown Source)
at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
at java.lang.reflect.Method.invoke(Method.java:324)
at org.apache.commons.modeler.BaseModelMBean.invoke(BaseModelMBean.java:503)
at org.jboss.mx.server.RawDynamicInvoker.invoke(RawDynamicInvoker.java:150)


This is happening when we start reading the XML.


Can any one let me know what can be done to resolve this.


Thanks
Suresh V
18 years ago
I am using weblogic 8.1 and trying to run a standalone application, when run the applicaton, i will hit the Database using EJB on app server. when i do that, i am getting the below exception ,can any one help to resolve this.


java.lang.NoClassDefFoundError: weblogic/rmi/extensions/RemoteObjectReference
at java.lang.Class.forName0(Native Method)
at java.lang.Class.forName(Class.java:115)
at weblogic.jndi.WLInitialContextFactory.getInitialContext(WLInitialCont
extFactory.java:118)
at javax.naming.spi.NamingManager.getInitialContext(NamingManager.java:6
60)
at javax.naming.InitialContext.getDefaultInitCtx(InitialContext.java:241
)
at javax.naming.InitialContext.init(InitialContext.java:217)
at javax.naming.InitialContext.<init>(InitialContext.java:173)
I am using weblogic 8.1 and trying to run a standalone application, when run the applicaton, i will hit the Database using EJB on app server. when i do that, i am getting the below exception ,can any one help to resolve this.


java.lang.NoClassDefFoundError: weblogic/rmi/extensions/RemoteObjectReference
at java.lang.Class.forName0(Native Method)
at java.lang.Class.forName(Class.java:115)
at weblogic.jndi.WLInitialContextFactory.getInitialContext(WLInitialCont
extFactory.java:118)
at javax.naming.spi.NamingManager.getInitialContext(NamingManager.java:6
60)
at javax.naming.InitialContext.getDefaultInitCtx(InitialContext.java:241
)
at javax.naming.InitialContext.init(InitialContext.java:217)
at javax.naming.InitialContext.<init>(InitialContext.java:173)
hi all,
i have done a project , i have folder called "dna" which contains all the .class files to run the project .
in dos i will be typing "java dna" to run my project .for this i need to set the path , but a cliet dosent know all these , how do i make my class to run just by cliking on as a setup file.
21 years ago
i have two classes in the same folder.
class firstClass,
class secondClass,
how can i access the variables in the firstClass from secondClass
21 years ago
hi
thanks for ur sujestion.
how can i add a scroll bar for the JTabbs. i have 6 tabs in a frame . i have added the tabs for a scrollpane but still iam not getting the scrollbars. couldu pls help me out.
21 years ago
hi liteplo
thanks for ur kind reply for the question i have asked in javaranch.
what u have asked is right .
when i drag a new window or panel should come and the one in the main tab should dissappear.

i want to drag a tab out of a tabbed pane and show the contents of that tab in a separate frame/window. the tab should be removed from the original window. The contents of that tab be removed from the tab
could u pls tell me how to add a scroll bar for the tabs , i have added the jscrollpane but the scroll bar is not visible.
21 years ago
hi,
iam suresh. iam developing an simple java Swing application in which i have a main GUI which holds 6 tabs . is it possible to drag any of the tabs main GUI frame and view it seperately .
i tried setting a JScrollPane for the tabs but not visible .
could u pls help me out how to do this .
21 years ago