Anand Achyut

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

Recent posts by Anand Achyut

Hello

I have 11 years experience in software industry mostly as a developer. From last 4 years I am self employed. For past 7 years I have been working on j2ee platform developing and maintaining single product.

Since I have been working on the same product development/maintainence for a such long period, sometimes I get worried that I am getting out dated. I am not sure how long this project might continue.. can go for years too.

What should I do at this point of my career? Just go with the flow and handle the situation when I have to look for other job. Or is there anything else I need to be doing now.

Your thoughts will be appreciated.

Thanks
16 years ago
One of the possibilities is caching. This happens if the client machine is caching the information. Check for this
21 years ago
JSP
I get this problem when I run WL5.1 as NT service. I have weblogic/classes in my weblogic.class.path
Anand
23 years ago
Hello All
I get this error when I run weblogic5.1 . But do not get this error if I run weblogic from the command prompt. Please help him in resolving this
regards
Anand
javax.ejb.EJBException: [HttprintConnection.execute] Exception occured: java.sql
.SQLException: Cannot connect to the database for the following reason: java.lan
g.ClassNotFoundException: weblogic/jdbc/jts/Driver
at com.httprint.ejb.session.HttprintConnectionBean.execute(HttprintConne
ctionBean.java:57)
at com.httprint.ejb.session.HttprintConnectionBeanEOImpl.execute(Httprin
tConnectionBeanEOImpl.java:56)
at com.httprint.ejb.session.HttprintConnectionBeanEOImpl_ServiceStub.exe
cute(HttprintConnectionBeanEOImpl_ServiceStub.java, Compiled Code)
at com.httprint.data.HttprintResultSet.executeSQL(HttprintResultSet.java
:62)
at examples.jsp._pavilion._index._jspService(_index.java:154)
at weblogic.servlet.jsp.JspBase.service(JspBase.java:27)
at weblogic.servlet.internal.ServletStubImpl.invokeServlet(ServletStubIm
pl.java:105)
at weblogic.servlet.internal.ServletStubImpl.invokeServlet(ServletStubIm
pl.java:123)
at weblogic.servlet.internal.ServletContextImpl.invokeServlet(ServletCon
textImpl.java:742)
at weblogic.servlet.internal.ServletContextImpl.invokeServlet(ServletCon
textImpl.java:686)
at weblogic.servlet.internal.ServletContextManager.invokeServlet(Servlet
ContextManager.java:247)
at weblogic.socket.MuxableSocketHTTP.invokeServlet(MuxableSocketHTTP.jav
a:361)
at weblogic.socket.MuxableSocketHTTP.execute(MuxableSocketHTTP.java:261)
at weblogic.kernel.ExecuteThread.run(ExecuteThread.java, Compiled Code)
23 years ago
Hello
I am running Weblogic 5.1 on NT. When I run weblogic from command prompt and when a form is submitted through JSP I get this error
java.lang.IllegalAccessError: try to access class antlr/CharQueue from class ant
lr/InputBuffer
at antlr.InputBuffer.<init>(InputBuffer.java:70)
at antlr.CharBuffer.<init>(CharBuffer.java:59)
at weblogic.servlet.jsp.JspLexer.<init>(JspLexer.java:1658)
at weblogic.servlet.jsp.JspParser.parse(JspParser.java:122)
at weblogic.servlet.jsp.Jsp2Java.outputs(Jsp2Java.java:109)
at weblogic.utils.compiler.CodeGenerator.generate(CodeGenerator.java, Co
mpiled Code)
at weblogic.servlet.jsp.JspStub.compilePage(JspStub.java, Compiled Code)
at weblogic.servlet.jsp.JspStub.prepareServlet(JspStub.java:227)
at weblogic.servlet.internal.ServletStubImpl.getServlet(ServletStubImpl.
java:200)
at weblogic.servlet.internal.ServletStubImpl.invokeServlet(ServletStubIm
pl.java:115)
at weblogic.servlet.internal.ServletStubImpl.invokeServlet(ServletStubIm
pl.java:138)
at weblogic.servlet.internal.ServletContextImpl.invokeServlet(ServletCon
textImpl.java:922)
at weblogic.servlet.internal.ServletContextImpl.invokeServlet(ServletCon
textImpl.java:886)
at weblogic.servlet.internal.ServletContextManager.invokeServlet(Servlet
ContextManager.java:269)
at weblogic.socket.MuxableSocketHTTP.invokeServlet(MuxableSocketHTTP.jav
a:380)
at weblogic.socket.MuxableSocketHTTP.execute(MuxableSocketHTTP.java:268)
at weblogic.kernel.ExecuteThread.run(ExecuteThread.java, Compiled Code)

Please help me in fixing this
Regards
Anand
Hello all
I am writing an application which needs to store lots of text data in database. Is there a way of compressing text data before i store it in Database. I use Oracle 8 database and Weblogic server for my application.
Please help!!!
Thanks in Advance
Anand