Web Client Internal Error

Hallo,

Can somebody please explain a little bit more what is happening here - I have created a new solution which renders with no error in Servoy’s Smart Client, but give an Internal Error ( Return to Homepage) when run in the Servoy’s Web Client. I’m using Servoy 3.5.5-build 518.

This is from the Server’s log :

Unable to find component with id ‘sv_f66fd555_3966_49c1_ad40_129e0326f4a2’ in [MarkupContainer [Component id = sv_5a4a156c_58b8_4c19_b079_26c58af06d4d, page = com.servoy.j2db.server.headlessclient.MainPage, path = 0:servoy_page:servoy_dataform:forms:0:webform:servoywebform:View:sv_5a4a156c_58b8_4c19_b079_26c58af06d4d.l, isVisible = true, isVersioned = true]]. This means that you declared wicket:id=sv_f66fd555_3966_49c1_ad40_129e0326f4a2 in your markup, but that you either did not add the component to your page at all, or that the hierarchy does not match. [markup = Markup[solution:myFirstSolution, fullpath:/servoy-webclient/templates/default/myFirstSolution/addresses.html] addresses - Servoy servoy:head </servoy:head> servoy:panel

Address Id Address Type Id City Company Id Country County Email
</servoy:panel> , index = 59, current = ‘’ (line 31, column 29)]

A check in Tomcat’s log file shows the following:

127.0.0.1 - - [07/Mar/2008:13:03:32 +0100] “GET /servoy-webclient/solutions/solution/myFirstSolution/ HTTP/1.1” 500 1353
127.0.0.1 - - [07/Mar/2008:13:03:45 +0100] “GET /servoy-admin/log HTTP/1.1” 200 128308
127.0.0.1 - - [07/Mar/2008:13:10:42 +0100] “GET /servoy-webclient/solutions/solution/myFirstSolution HTTP/1.1” 500 1353
127.0.0.1 - - [07/Mar/2008:13:10:50 +0100] “GET /servoy-client/servoy_client/myFirstSolution.jnlp HTTP/1.1” 304 -
127.0.0.1 - - [07/Mar/2008:13:11:37 +0100] “POST /servoy-admin/log HTTP/1.1” 200 184902

Apparently, it is a HTTP 304 error which www.w3.org defines as “If the client has performed a conditional GET request and access is allowed, but the document has not been modified, the server SHOULD respond with this status code. The 304 response MUST NOT contain a message-body, and thus is always terminated by the first empty line after the header fields.”.

Could this be a bug in Servoy 3.5.5-build 518?

please dont double post