• Welcome to KonaKart Community Forum. Please login or sign up.
 

msg.thereHasBeenAProblem

Started by Pedro, October 30, 2009, 12:50:00 pm

Previous topic - Next topic

Pedro

Hello,

I have this problem and now i can't even log in to konakartadmin.

The cause:
I think it all happened because i changed the name of the taxclass and in the shiping module it didn't change, and when i pressed the refressh icon this error appeared:

msg.thereHasBeenAProblem

Exception Stack Trace =
at com.konakart.util.PropertyFileFinder.findProperties(Unknown Source)
at com.konakartadmin.bl.AdminMessageMgr.getMsgs(Unknown Source)
at com.konakartadmin.bl.KKAdmin.getMsgs(Unknown Source)
at com.konakartadmin.server.KKAdminGWTServiceImpl.getMsgs(Unknown Source)
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:597)
at com.google.gwt.user.server.rpc.RPC.invokeAndEncodeResponse(RPC.java:527)
at com.google.gwt.user.server.rpc.RemoteServiceServlet.processCall(RemoteServiceServlet.java:164)
at com.google.gwt.user.server.rpc.RemoteServiceServlet.doPost(RemoteServiceServlet.java:86)
at javax.servlet.http.HttpServlet.service(HttpServlet.java:637)
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 org.apache.catalina.core.StandardWrapperValve.invoke(StandardWrapperValve.java:233)
at org.apache.catalina.core.StandardContextValve.invoke(StandardContextValve.java:191)
at org.apache.catalina.core.StandardHostValve.invoke(StandardHostValve.java:128)
at org.apache.catalina.valves.ErrorReportValve.invoke(ErrorReportValve.java:102)
at org.apache.catalina.core.StandardEngineValve.invoke(StandardEngineValve.java:109)
at org.apache.catalina.connector.CoyoteAdapter.service(CoyoteAdapter.java:293)
at org.apache.coyote.http11.Http11Processor.process(Http11Processor.java:849)
at org.apache.coyote.http11.Http11Protocol$Http11ConnectionHandler.process(Http11Protocol.java:583)
at org.apache.tomcat.util.net.JIoEndpoint$Worker.run(JIoEndpoint.java:454)
at java.lang.Thread.run(Thread.java:619)

What is this? How can i solve it?

Thanks

Pedro

Ok forget it... After lunch and looking better at the problem I found a solution.

There was another message that was something like "Konakart can't find the adminMessages_pt.properties file" and this happened because I added a new language and did set this language as default.
Well it seems that konakart then uses the adminMesseges_(twoLetterCountryCode).properties to translate for the language you defined.

So the solution was to create the file it was complained for, in this case adminMessages_pt.properties in ../konakartadmin/WEB-INF/classes/ directory.