Dilip kumar

Ranch Hand
+ Follow
since Oct 16, 2000
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 Dilip kumar

Hello All,

I'm getting error "error generating services" when I tried to create client in myEclipse 5.1. I know there no problem in WSDL as it is working for other team members. Appreciate any ideas/suggestions.

!ENTRY com.genuitec.eclipse.ws.xfire 4 0 2009-04-29 18:14:04.115
!MESSAGE Error generating services
!STACK 0
java.lang.NullPointerException
at org.codehaus.xfire.gen.jsr181.AbstractServiceGenerator.getExceptionClass(AbstractServiceGenerator.java:279)
at org.codehaus.xfire.gen.jsr181.AbstractServiceGenerator.generateFaults(AbstractServiceGenerator.java:264)
at org.codehaus.xfire.gen.jsr181.AbstractServiceGenerator.generateOperation(AbstractServiceGenerator.java:229)
at org.codehaus.xfire.gen.jsr181.AbstractServiceGenerator.generate(AbstractServiceGenerator.java:110)
at org.codehaus.xfire.gen.jsr181.AbstractServiceGenerator.generate(AbstractServiceGenerator.java:62)
at org.codehaus.xfire.gen.jsr181.ServiceInterfaceGenerator.generate(ServiceInterfaceGenerator.java:48)
at org.codehaus.xfire.gen.jsr181.AbstractServiceGenerator.generate(AbstractServiceGenerator.java:49)
at org.codehaus.xfire.gen.Wsdl11Generator.generate(Wsdl11Generator.java:132)
at com.genuitec.eclipse.ws.xfire.generator.WSGenJob.run(WSGenJob.java:92)
at org.eclipse.core.internal.jobs.Worker.run(Worker.java:58)
14 years ago
Hello,

I have a Java application running on JBoss application server. The JBoss instance name is different in development, UAT and production regions.

jboss\server\app_d\KPMapp
jboss\server\app_uat\KPMapp
jboss\server\app_p\KPMapp

Is it possible to get the current isntance name or path using Java code within the application? I need to know the path for some special logic but I don't want to hardcode the path for each environment. Appreciate any suggesions.

Thanks much.
15 years ago
Mark,

I'm sorry if I'm not clear in telling what I'm looking for. I know that NASA, USPS etc are not IT companies but they will have IT requirements which are filled by consulting companies such as Nortel Govt. Solutions, REI systems etc. I'm looking such IT companies.
[ October 10, 2008: Message edited by: Dilip kumar ]
15 years ago
Hello All,

I know there are several companies in DC/VA/MD area that are providing IT services to govt. agencies such as NASA, USPS, Lakheed Martin etc. Would really appreciate if anyone can provide me list of such consulting companies (good ones).

Thanks in advance.
15 years ago
Hello All,

Is there any way I can get the list of fields & values dynamically from the ActionForm ?

Thanks much.
15 years ago
Hello All,

I have a jar file (GLUE-STD.jar) which has a class JARLoader in package electric.xml.io.mapping

The JARLoader class has following code

inputstream = ClassLoaders.getInputStream("file:/".concat(String.valueOf(String.valueOf(s))));

Basically above code reads mappings.jar which is currently located in c:\

I need to modify the above code in such a way that the JARLoader class should look for mappings.jar in the same folder that has GLUE-STD.jar using relative path not physical path so that app finds the jar file while running on Windows as well as Linux environment.

Really appreciate any suggestions.

Thanks
15 years ago
Hello,

I have noticed that even though I include libraries (jar,zip etc) inside the EAR file (under WIB-INF\lib folder) JBoss application server is unable to find the classes inside those libraries. It will work if the copy the libraries into server\default\lib folder which is not a good practice. Any ideas why it happens ?

Thanks
15 years ago
Hello All,

I'm getting below mentioned errors while running my J2EE application. Not sure what's the issue. Really appreciate any suggestions. Thanks.

15 years ago
Hello All,

I'm looking for a web based tool (hosted on internet) to track tasks, resources & post messages for co-workers etc. I'm thinking this kind of tool might already exist. Appreciate any suggestions.

Thanks
16 years ago
Hello All,

I'm having a strange problem. My application calls 2 different action classes based on the option selected by user. Both the classes got common code at the beginning but they are behaving differently in the common code. When it executes ActionForward method in class ListAction it is getting value in profile object but when it executes ActionForward method in class SearchAction the profile object has null value. It doesn't happen all the times. And when it happens it impacts all users.

If it is seesion related issue I'm wonder why all users get same message ? Really appreciate any suggestions.





[ October 08, 2007: Message edited by: Dilip kumar ]
[ October 08, 2007: Message edited by: Dilip kumar ]
16 years ago
Hello All,

I have one OUT varibale in Oracle 8i PL/SQL procedure.

I'm calling this proc from Java. When I use java.sql.types.ARRAY for registering this OUT parameter it is giving me message "type mismatch". Not sure what's going on. Appreciate any suggestions.

Thanks
Hello All,

Any ideas what might be causing below mentioned error ? I have struts.jar under WEB-INF/lib folder. Appreciate any suggestions. Thanks


Error preloading servlet

javax.servlet.UnavailableException

at org.apache.struts.action.ActionServlet.init(ActionServlet.java:368)

at javax.servlet.GenericServlet.init(GenericServlet.java:256)

at com.evermind[Oracle Containers for J2EE 10g (10.1.3.2.0) ].server.http.HttpApplication.loadServlet(HttpApplication.java:2361
)

at com.evermind[Oracle Containers for J2EE 10g (10.1.3.2.0) ].server.http.HttpApplication.findServlet(HttpApplication.java:4810
)

at com.evermind[Oracle Containers for J2EE 10g (10.1.3.2.0) ].server.http.HttpApplication.findServlet(HttpApplication.java:4734
)

at com.evermind[Oracle Containers for J2EE 10g (10.1.3.2.0) ].server.http.HttpApplication.initPreloadServlets(HttpApplication
.java:4922)

at com.evermind[Oracle Containers for J2EE 10g (10.1.3.2.0) ].server.http.HttpApplication.initDynamic(HttpApplication.java:1134
)

at com.evermind[Oracle Containers for J2EE 10g (10.1.3.2.0) ].server.http.HttpApplication.<init>(HttpApplication.java:738)

at com.evermind[Oracle Containers for J2EE 10g (10.1.3.2.0) ].server.ApplicationStateRunning.getHttpApplication(ApplicationStateRunning
.java:414)

at com.evermind[Oracle Containers for J2EE 10g (10.1.3.2.0) ].server.Application.getHttpApplication(Application.java:571)

at com.evermind[Oracle Containers for J2EE 10g (10.1.3.2.0) ].server.http.HttpSite$HttpApplicationRunTimeReference.createHttpApplicationFromReference
(HttpSite.java:1990)

at com.evermind[Oracle Containers for J2EE 10g (10.1.3.2.0) ].server.http.HttpSite$HttpApplicationRunTimeReference.createHttpApplicationFromReference
(HttpSite.java:1973)

at com.evermind[Oracle Containers for J2EE 10g (10.1.3.2.0) ].server.http.HttpSite$HttpApplicationRunTimeReference.getHttpApplication
(HttpSite.java:1925)

at com.evermind[Oracle Containers for J2EE 10g (10.1.3.2.0) ].server.http.HttpSite.startHttpApplications(HttpSite.java:1854)

at com.evermind[Oracle Containers for J2EE 10g (10.1.3.2.0) ].server.http.HttpServer.startHttpApplications(HttpServer.java:921
)

at com.evermind[Oracle Containers for J2EE 10g (10.1.3.2.0) ].server.Application.start(Application.java:1949)

at oracle.oc4j.admin.management.mbeans.J2EEStateManageableObjectBase.start(J2EEStateManageableObjectBase.java:213)

at oracle.oc4j.admin.management.mbeans.J2EEApplication.start(J2EEApplication.java:1348)

at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)

at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39)

at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)

at java.lang.reflect.Method.invoke(Method.java:585)

at sun.reflect.misc.Trampoline.invoke(MethodUtil.java:36)

at sun.reflect.GeneratedMethodAccessor10.invoke(Unknown Source)

at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)

at java.lang.reflect.Method.invoke(Method.java:585)

at sun.reflect.misc.MethodUtil.invoke(MethodUtil.java:239)

at javax.management.modelmbean.RequiredModelMBean.invokeMethod(RequiredModelMBean.java:1071)

at javax.management.modelmbean.RequiredModelMBean.invoke(RequiredModelMBean.java:953)

at oracle.oc4j.admin.jmx.server.mbeans.model.DefaultModelMBeanImpl.invoke(DefaultModelMBeanImpl.java:700)

at com.sun.jmx.mbeanserver.DynamicMetaDataImpl.invoke(DynamicMetaDataImpl.java:213)

at com.sun.jmx.mbeanserver.MetaDataImpl.invoke(MetaDataImpl.java:220)

at com.sun.jmx.interceptor.DefaultMBeanServerInterceptor.invoke(DefaultMBeanServerInterceptor.java:815)

at com.sun.jmx.mbeanserver.JmxMBeanServer.invoke(JmxMBeanServer.java:784)

at oracle.oc4j.admin.jmx.server.state.ApplicationStateFilterMBeanServer.invoke(ApplicationStateFilterMBeanServer.java:572)

at oracle.oc4j.admin.jmx.shared.UserMBeanServer.invoke(UserMBeanServer.java:634)

at oracle.oc4j.admin.jmx.server.state.LocalizationFilterMBeanServer.invoke(LocalizationFilterMBeanServer.java:579)

at oracle.sysman.ias.studio.jmx.spi.JMXConnectorImpl.invoke(JMXConnectorImpl.java:389)

at oracle.sysman.ias.studio.oc4j.app.JMXAppHomeAdminBean.startApp(JMXAppHomeAdminBean.java:289)

at oracle.sysman.ias.studio.oc4j.app.AppHomeHelper.handleEvent(AppHomeHelper.java:156)

at oracle.sysman.ias.studio.sdk.AbstractController.handleEvent(AbstractController.java:769)

at oracle.sysman.emSDK.svlt.PageHandler.handleRequest(PageHandler.java:378)

at oracle.sysman.emSDK.svlt.EMServlet.myDoGet(EMServlet.java:765)

at oracle.sysman.emSDK.svlt.EMServlet.doGet(EMServlet.java:283)

at oracle.sysman.ias.studio.app.StudioConsole.doGet(StudioConsole.java:297)

at oracle.cabo.servlet.UIXServlet.doPost(Unknown Source)

at javax.servlet.http.HttpServlet.service(HttpServlet.java:763)

at javax.servlet.http.HttpServlet.service(HttpServlet.java:856)

at com.evermind[Oracle Containers for J2EE 10g (10.1.3.2.0) ].server.http.ResourceFilterChain.doFilter(ResourceFilterChain.java
:64)

at oracle.sysman.ias.studio.app.BrowserVersionFilter.doFilter(BrowserVersionFilter.java:75)

at com.evermind[Oracle Containers for J2EE 10g (10.1.3.2.0) ].server.http.EvermindFilterChain.doFilter(EvermindFilterChain.java
:15)

at oracle.sysman.ias.studio.app.MultipleJVMFilter.doFilter(MultipleJVMFilter.java:85)

at com.evermind[Oracle Containers for J2EE 10g (10.1.3.2.0) ].server.http.EvermindFilterChain.doFilter(EvermindFilterChain.java
:17)

at oracle.sysman.ias.studio.app.PostLogonFilter.doFilter(PostLogonFilter.java:80)

at com.evermind[Oracle Containers for J2EE 10g (10.1.3.2.0) ].server.http.EvermindFilterChain.doFilter(EvermindFilterChain.java
:17)

at oracle.sysman.ias.studio.app.ShortHostnameRedirectFilter.doFilter(ShortHostnameRedirectFilter.java:68)

at com.evermind[Oracle Containers for J2EE 10g (10.1.3.2.0) ].server.http.ServletRequestDispatcher.invoke(ServletRequestDispatcher
.java:620)

at com.evermind[Oracle Containers for J2EE 10g (10.1.3.2.0) ].server.http.ServletRequestDispatcher.forwardInternal(ServletRequestDispatcher
.java:369)

at com.evermind[Oracle Containers for J2EE 10g (10.1.3.2.0) ].server.http.HttpRequestHandler.doProcessRequest(HttpRequestHandler
.java:865)

at com.evermind[Oracle Containers for J2EE 10g (10.1.3.2.0) ].server.http.HttpRequestHandler.processRequest(HttpRequestHandler
.java:447)

at com.evermind[Oracle Containers for J2EE 10g (10.1.3.2.0) ].server.http.AJPRequestHandler.run(AJPRequestHandler.java:302)

at com.evermind[Oracle Containers for J2EE 10g (10.1.3.2.0) ].server.http.AJPRequestHandler.run(AJPRequestHandler.java:190)

at oracle.oc4j.network.ServerSocketReadHandler$SafeRunnable.run(ServerSocketReadHandler.java:260)

at com.evermind[Oracle Containers for J2EE 10g (10.1.3.2.0) ].util.ReleasableResourcePooledExecutor$MyWorker.run(ReleasableResourcePooledExecutor
.java:303)

at java.lang.Thread.run(Thread.java:595)
16 years ago
Hello All,

I need to deploy 2 different applications with different host names on OAS 10g. I'm looking for some instructions about the same. I really appreciate any guidance / links.

Application 1 host name : devpc1.dep1.test1.com
Application 2 host name : reporter.teststar1.com

Both applications will run on same server.

Thanks much.
16 years ago
Hello,

When I move application EAR file (which contains JAR and WAR) into deploy folder in JBoss 4.0.4 it is deploying it. I could see JBoss creating folder "reporting.ear-contents" under tmp\deploy folder. But it is not creating "reporting.jar-contents" folder under "reporting.ear-contents". I'm not understanding whyJBoss is not deploying JAR file. Appreciate any ideas.

Thanks much.
16 years ago