Page 2 of 3

PostPosted: Mon Sep 17, 2007 3:30 pm
by netweaver
Hi Marcell
Yes i have done that with no success as well.
I was able to launch the client on friday, but this was before i installed the latest update.

Thanks
Marcus
IT2Be wrote:Have you tried to empty java cache?

PostPosted: Mon Sep 17, 2007 3:34 pm
by IT2Be
Anything in the log?

PostPosted: Mon Sep 17, 2007 3:48 pm
by netweaver
IT2Be wrote:Anything in the log?


2007-09-17 15:16 http-8080-1 ERROR com.servoy.j2db.util.Debug Throwable
java.lang.NullPointerException
at com.servoy.j2db.scripting.k.get(Unknown Source)
at com.servoy.j2db.dataprocessing.FoundSet.getCalculationValue(Unknown Source)
at com.servoy.j2db.dataprocessing.aw.getValue(Unknown Source)
at com.servoy.j2db.dataprocessing.e$a.getStringValue(Unknown Source)
at com.servoy.j2db.util.Text.processTags(Unknown Source)
at com.servoy.j2db.server.headlessclient.dataui.az.onBeforeRender(Unknown Source)
at org.apache.wicket.Component.beforeRender(Component.java:846)
at org.apache.wicket.MarkupContainer.onBeforeRenderChildren(MarkupContainer.java:1472)
at org.apache.wicket.Component.beforeRender(Component.java:856)
at org.apache.wicket.MarkupContainer.onBeforeRenderChildren(MarkupContainer.java:1472)
at org.apache.wicket.Component.beforeRender(Component.java:856)
at org.apache.wicket.MarkupContainer.onBeforeRenderChildren(MarkupContainer.java:1472)
at org.apache.wicket.Component.beforeRender(Component.java:856)
at org.apache.wicket.MarkupContainer.onBeforeRenderChildren(MarkupContainer.java:1472)
at org.apache.wicket.Component.beforeRender(Component.java:856)
at org.apache.wicket.MarkupContainer.onBeforeRenderChildren(MarkupContainer.java:1472)
at org.apache.wicket.Component.beforeRender(Component.java:856)
at org.apache.wicket.MarkupContainer.onBeforeRenderChildren(MarkupContainer.java:1472)
at org.apache.wicket.Component.beforeRender(Component.java:856)
at org.apache.wicket.MarkupContainer.onBeforeRenderChildren(MarkupContainer.java:1472)
at org.apache.wicket.Component.beforeRender(Component.java:856)
at org.apache.wicket.MarkupContainer.onBeforeRenderChildren(MarkupContainer.java:1472)
at org.apache.wicket.Component.beforeRender(Component.java:856)
at org.apache.wicket.MarkupContainer.onBeforeRenderChildren(MarkupContainer.java:1472)
at org.apache.wicket.Component.beforeRender(Component.java:856)
at org.apache.wicket.MarkupContainer.onBeforeRenderChildren(MarkupContainer.java:1472)
at org.apache.wicket.Component.beforeRender(Component.java:856)
at org.apache.wicket.MarkupContainer.onBeforeRenderChildren(MarkupContainer.java:1472)
at org.apache.wicket.Component.beforeRender(Component.java:856)
at org.apache.wicket.MarkupContainer.onBeforeRenderChildren(MarkupContainer.java:1472)
at org.apache.wicket.Component.beforeRender(Component.java:856)
at org.apache.wicket.MarkupContainer.onBeforeRenderChildren(MarkupContainer.java:1472)
at org.apache.wicket.Component.beforeRender(Component.java:856)
at org.apache.wicket.MarkupContainer.onBeforeRenderChildren(MarkupContainer.java:1472)
at org.apache.wicket.Component.beforeRender(Component.java:856)
at org.apache.wicket.MarkupContainer.onBeforeRenderChildren(MarkupContainer.java:1472)
at org.apache.wicket.Component.beforeRender(Component.java:856)
at org.apache.wicket.MarkupContainer.onBeforeRenderChildren(MarkupContainer.java:1472)
at org.apache.wicket.Component.beforeRender(Component.java:856)
at org.apache.wicket.MarkupContainer.onBeforeRenderChildren(MarkupContainer.java:1472)
at org.apache.wicket.Component.beforeRender(Component.java:856)
at org.apache.wicket.MarkupContainer.onBeforeRenderChildren(MarkupContainer.java:1472)
at org.apache.wicket.Component.beforeRender(Component.java:856)
at org.apache.wicket.MarkupContainer.onBeforeRenderChildren(MarkupContainer.java:1472)
at org.apache.wicket.Component.beforeRender(Component.java:856)
at org.apache.wicket.MarkupContainer.onBeforeRenderChildren(MarkupContainer.java:1472)
at org.apache.wicket.Component.beforeRender(Component.java:856)
at org.apache.wicket.Page.renderPage(Page.java:885)
at org.apache.wicket.protocol.http.WebRequestCycle.redirectTo(WebRequestCycle.java:164)
at org.apache.wicket.request.target.component.PageRequestTarget.respond(PageRequestTarget.java:59)
at org.apache.wicket.request.AbstractRequestCycleProcessor.respond(AbstractRequestCycleProcessor.java:103)
at org.apache.wicket.RequestCycle.processEventsAndRespond(RequestCycle.java:1037)
at org.apache.wicket.RequestCycle.step(RequestCycle.java:1107)
at org.apache.wicket.RequestCycle.steps(RequestCycle.java:1176)
at org.apache.wicket.RequestCycle.request(RequestCycle.java:499)
at org.apache.wicket.protocol.http.WicketFilter.doGet(WicketFilter.java:257)
at org.apache.wicket.protocol.http.WicketServlet.doGet(WicketServlet.java:126)
at javax.servlet.http.HttpServlet.service(HttpServlet.java:689)
at javax.servlet.http.HttpServlet.service(HttpServlet.java:802)
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:230)
at org.apache.catalina.core.StandardContextValve.invoke(StandardContextValve.java:175)
at org.apache.catalina.core.StandardHostValve.invoke(StandardHostValve.java:128)
at org.apache.catalina.valves.ErrorReportValve.invoke(ErrorReportValve.java:104)
at org.apache.catalina.valves.AccessLogValve.invoke(AccessLogValve.java:563)
at org.apache.catalina.core.StandardEngineValve.invoke(StandardEngineValve.java:109)
at org.apache.catalina.connector.CoyoteAdapter.service(CoyoteAdapter.java:261)
at org.apache.coyote.http11.Http11Processor.process(Http11Processor.java:844)
at org.apache.coyote.http11.Http11Protocol$Http11ConnectionHandler.process(Http11Protocol.java:581)
at org.apache.tomcat.util.net.JIoEndpoint$Worker.run(JIoEndpoint.java:447)
at java.lang.Thread.run(Unknown Source)
2007-09-17 15:16 http-8080-1 ERROR com.servoy.j2db.util.Debug null

PostPosted: Thu Sep 20, 2007 8:57 am
by IT2Be
This log shows an issue with a headless client? A calculation?

Can you give an idea of your setup?

PostPosted: Thu Sep 20, 2007 9:12 am
by netweaver
I have installed 3.5 b14 on a windows 2003 server.
My clients need to access the smart client via intel mac.
Database is mysql 5.

I remember now that i selected the option to install the headless client, although i am not using it at all.

Thanks


IT2Be wrote:This log shows an issue with a headless client? A calculation?

Can you give an idea of your setup?

PostPosted: Thu Sep 20, 2007 9:17 am
by IT2Be
OK, uncheck it!

When you don't use it but you checked it you probably start your solution (not sure though).

That solution will have all kinds of stuff going on not suitable for a headless client, hence your issue...

PostPosted: Thu Sep 20, 2007 9:22 am
by netweaver
Where so i uncheck the headless client?
Do i need to reinstall?

IT2Be wrote:OK, uncheck it!

When you don't use it but you checked it you probably start your solution (not sure though).

That solution will have all kinds of stuff going on not suitable for a headless client, hence your issue...

PostPosted: Thu Sep 20, 2007 9:35 am
by IT2Be
Hmm, when you don't know where to check it you probably did not do that.
I now see that you write that you installed it...

Anyway check, check and double check :)

You can find it in the admin pages.

Is there anything, even those things that seem to be unimportant, that you changed?

PostPosted: Thu Sep 20, 2007 9:52 am
by IT2Be
BTW, these messages suggest you are using a web client and not a smart client...

Is that the case?

PostPosted: Thu Sep 20, 2007 9:52 am
by netweaver
It seems i installed the raw sql plugin, and not the headleass client.
Could this be causing a problem?
Thanks

IT2Be wrote:Hmm, when you don't know where to check it you probably did not do that.
I now see that you write that you installed it...

Anyway check, check and double check :)

You can find it in the admin pages.

Is there anything, even those things that seem to be unimportant, that you changed?

PostPosted: Thu Sep 20, 2007 9:57 am
by netweaver
Hi Marell
I definitely am trying to launch the smart client on the mac.
The web client is noit a problem.
Did you see my last message, where i said i installed the raw sql plugin?
Could this be related to the J2DB permissions problem when loading the smart client?

IT2Be wrote:BTW, these messages suggest you are using a web client and not a smart client...

Is that the case?

PostPosted: Thu Sep 20, 2007 9:59 am
by IT2Be
btw I am not
Marell
not
Marcell

but Marcel :lol:

PostPosted: Thu Sep 20, 2007 10:00 am
by netweaver
Sorry
It was a typo

IT2Be wrote:btw I am not
Marell
not
Marcell

but Marcel :lol:

PostPosted: Thu Sep 20, 2007 10:06 am
by IT2Be
Is it starting the smart client, loading the smart client or starting a solution that creates the error?

This is strange imho, unless I miss something. apache.wicket is about ajax and has nothing to do with a smart client and everything with the web client.

PostPosted: Thu Sep 20, 2007 10:15 am
by netweaver
Hi Marcel 8)
The error happens on loading the smart client, before any solution occur.
The error complains about permissions for J2DB jar.
Could the raw sql plugin have anyjthing to do with this. I have set it to false, but need to get my client to clear the cache on their machine as well i presume, as settin it to false still does not solve the problem.
Thanks


IT2Be wrote:Is it starting the smart client, loading the smart client or starting a solution that creates the error?

This is strange imho, unless I miss something. apache.wicket is about ajax and has nothing to do with a smart client and everything with the web client.