Welcome!

Join our community of MMO enthusiasts and game developers! By registering, you'll gain access to discussions on the latest developments in MMO server files and collaborate with like-minded individuals. Join us today and unlock the potential of MMO server development!

Join Today!

Saint Seiya Online - iWeb and Tools

Initiate Mage
Joined
Oct 4, 2022
Messages
4
Reaction score
0
Hello all,
I see there are many threads regarding Saint Seiya Online server, client and tools...I'm just wondering if there is any tool to manage server DB as iweb, for me at least, seems not fully working.

For example, here an error while using /iweb/role/presentGoods.jsp (just the more problematic, as the function is very useful, but not the only error) :


org.apache.jasper.JasperException: Unable to compile class for JSP:

An error occurred at line: 46 in the jsp file: /role/presentGoodsout.jsp
count cannot be resolved or is not a field
43: Vector goods=new Vector();
44: GRoleInventory inv=new GRoleInventory();
45: inv.id=Integer.parseInt(goods_id.trim());
46: inv.count=Integer.parseInt(goods_count.trim());
47: inv.proctype=Integer.parseInt(goods_proctype.trim());
48: goods.add(inv);
49: int ret=-1;


Stacktrace:
org.apache.jasper.compiler.DefaultErrorHandler.javacError(DefaultErrorHandler.java:97)
org.apache.jasper.compiler.ErrorDispatcher.javacError(ErrorDispatcher.java:330)
org.apache.jasper.compiler.JDTCompiler.generateClass(JDTCompiler.java:457)
org.apache.jasper.compiler.Compiler.compile(Compiler.java:378)
org.apache.jasper.compiler.Compiler.compile(Compiler.java:353)
org.apache.jasper.compiler.Compiler.compile(Compiler.java:340)
org.apache.jasper.JspCompilationContext.compile(JspCompilationContext.java:644)
org.apache.jasper.servlet.JspServletWrapper.service(JspServletWrapper.java:358)
org.apache.jasper.servlet.JspServlet.serviceJspFile(JspServlet.java:389)
org.apache.jasper.servlet.JspServlet.service(JspServlet.java:333)
javax.servlet.http.HttpServlet.service(HttpServlet.java:722)


Any help here would be very appreciated (I know something like GM Tool and other tools but never found anything around...)
 
Back
Top