Abutalib Shaikh

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

Recent posts by Abutalib Shaikh

Hello All,

I am getting "Done. This is used by JForum to ensure the session does not expire." when open multiple posts on separate tab (opening speed is fast).
i have checked in to log also but there is no any error message.
so i am trouble to trace this issue.

what happens if we not used ping_session.jsp in jforum code ?

Could you please help's me for the same ?
6 years ago
Hello all,

I have prepared some forum list by AJAX call  
- forum list prepared successfully at server side [seems in log]
- but while trying to display by changing inner html

code snippet used to change inner html :


- if there is 10-20 forums in list then its working fine
- but while printing all forum list by inner html then it's not working
- also there is no any JavaScript error on console

is there any limit for use inner html ?

So please help me for the same or suggested way how to debug this issue  


Thanks in advance
Hi,

 When i am trying to edit user through admin control panel its throw exception,

12:39:57,481  INFO [Command             ] Using Desktop Template
LOG4J INFO  Command - Using Desktop Template
java.net.UnknownHostException: www.jforum.net
       at java.lang.Throwable.<init>(Throwable.java:67)

       at java.net.PlainSocketImpl.connect(PlainSocketImpl.java:192)
       at java.net.SocksSocketImpl.connect(SocksSocketImpl.java:378)
       at java.net.Socket.connect(Socket.java:537)
       at java.net.Socket.connect(Socket.java:487)
       at sun.net.NetworkClient.doConnect(NetworkClient.java:175)
       at sun.net.www.http.HttpClient.openServer(HttpClient.java:395)
       at sun.net.www.http.HttpClient.openServer(HttpClient.java:530)
       at sun.net.www.http.HttpClient.<init>(HttpClient.java:234)
       at sun.net.www.http.HttpClient.New(HttpClient.java:307)
       at sun.net.www.http.HttpClient.New(HttpClient.java:324)
       at sun.net.www.protocol.http.HttpURLConnection.getNewHttpClient(HttpURLConnection.java:855)
       at sun.net.www.protocol.http.HttpURLConnection.plainConnect(HttpURLConnection.java:740)
       at sun.net.www.protocol.http.HttpURLConnection.connect(HttpURLConnection.java:721)
       at sun.net.www.protocol.http.HttpURLConnection.getInputStream(HttpURLConnection.java:1044)
       at net.jforum.view.admin.AdminAction.readVersionFromSocket(AdminAction.java:200)
       at net.jforum.view.admin.AdminAction.checkBoardVersion(AdminAction.java:148)
       at net.jforum.view.admin.AdminAction.main(AdminAction.java:126)
       at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
       at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:48)
       at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:37)
       at java.lang.reflect.Method.invoke(Method.java:600)
       at net.jforum.Command.process(Command.java:119)
       at net.jforum.view.admin.AdminAction.process(AdminAction.java:251)
       at net.jforum.JForum.processCommand(JForum.java:313)
       at net.jforum.JForum.service(JForum.java:258)
       at javax.servlet.http.HttpServlet.service(HttpServlet.java:717)
       at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:290)
       at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:206)
       at net.jforum.util.legacy.clickstream.ClickstreamFilter.doFilter(ClickstreamFilter.java:59)
       at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:235)
       at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:206)
       at org.apache.catalina.core.StandardWrapperValve.invoke(StandardWrapperValve.java:233)
       at org.apache.catalina.core.StandardContextValve.invoke(StandardContextValve.java:191)
       at org.apache.catalina.authenticator.AuthenticatorBase.invoke(AuthenticatorBase.java:470)
       at org.apache.catalina.core.StandardHostValve.invoke(StandardHostValve.java:127)
       at org.apache.catalina.valves.ErrorReportValve.invoke(ErrorReportValve.java:102)
       at org.josso.tc60.agent.SSOAgentValve.invoke(SSOAgentValve.java:698)
       at org.apache.catalina.core.StandardEngineValve.invoke(StandardEngineValve.java:109)
       at org.apache.catalina.connector.CoyoteAdapter.service(CoyoteAdapter.java:298)
       at org.apache.jk.server.JkCoyoteHandler.invoke(JkCoyoteHandler.java:190)
       at org.apache.jk.common.HandlerRequest.invoke(HandlerRequest.java:291)
       at org.apache.jk.common.ChannelSocket.invoke(ChannelSocket.java:776)
       at org.apache.jk.common.ChannelSocket.processConnection(ChannelSocket.java:705)
       at org.apache.jk.common.ChannelSocket$SocketConnection.runIt(ChannelSocket.java:898)
       at org.apache.tomcat.util.threads.ThreadPool$ControlRunnable.run(ThreadPool.java:690)
       at java.lang.Thread.run(Thread.java:736)
12:40:00,662  INFO [Command             ] UserAgent is :Mozilla/5.0 (Windows NT 6.1; WOW64; rv:29.0) Gecko/20100101 Firefox/29.0

please help me regarding same  

Thanks in Advance
8 years ago
hello all

when i am bulid project at first time its bulid sucessfully in tomact /webapps directory

but i made any changes (even if i undo all changes ) and build again

i got an error :my project directory ant BUILD FAILED build.xml:92: Error running javac.exe compiler in eclipse

so please help me

i am using ANT build

thank you in advance
8 years ago
Hello all,
We are facing problem while integrating custom tag library in freemaker template.
We are using Jforum2.1.8 , Tomcat 7 and freemarker-2.3.9 in our development environment.
The configuration of .tld file as

Here is code that we added to the net.jforum.JForum class in the "service" method.

We include taglibs as follow in template file

But we got following error logs while running sever.

Is there any step we missing for configuration of taglibs? or Is there any alternate way to configuration of taglibs? Please Suggest.
Thanks in Advance

8 years ago