| Author |
Message |
|
|
|
dont got the full stacktrace, it doesnt appear in console, only in the ajax response sorry, dunno how to get it.
|
 |
|
|
Hello, just trying to get icefaces to work, but following happens:
Code:
<html><head><title>Apache Tomcat/6.0.14 - Error report</title><style><!--H1 {font-family:Tahoma,Arial
,sans-serif;color:white;background-color:#525D76;font-size:22px;} H2 {font-family:Tahoma,Arial,sans-serif
;color:white;background-color:#525D76;font-size:16px;} H3 {font-family:Tahoma,Arial,sans-serif;color
:white;background-color:#525D76;font-size:14px;} BODY {font-family:Tahoma,Arial,sans-serif;color:black
;background-color:white;} B {font-family:Tahoma,Arial,sans-serif;color:white;background-color:#525D76
;} P {font-family:Tahoma,Arial,sans-serif;background:white;color:black;font-size:12px;}A {color : black
;}A.name {color : black;}HR {color : #525D76;}--></style> </head><body><h1>HTTP Status 500 - </h1><HR
size="1" noshade="noshade"><p><b>type</b> Exception report</p><p><b>message</b> <u></u></p><p><b>description
</b> <u>The server encountered an internal error () that prevented it from fulfilling this request.<
/u></p><p><b>exception</b> <pre>java.lang.RuntimeException: Query does not contain parameter named: ice
.view.active
com.icesoft.faces.webapp.http.servlet.ServletRequestResponse.checkExistenceOf(ServletRequestResponse
.java:231)
com.icesoft.faces.webapp.http.servlet.ServletRequestResponse.getParameter(ServletRequestResponse.java
:97)
com.icesoft.faces.webapp.http.core.ViewBoundServer.service(ViewBoundServer.java:31)
com.icesoft.faces.webapp.http.common.standard.PathDispatcherServer$Matcher.serviceOnMatch(PathDispatcherServer
.java:50)
com.icesoft.faces.webapp.http.common.standard.PathDispatcherServer.service(PathDispatcherServer.java
:19)
com.icesoft.faces.webapp.http.servlet.ThreadBlockingAdaptingServlet.service(ThreadBlockingAdaptingServlet
.java:19)
com.icesoft.faces.webapp.http.servlet.EnvironmentAdaptingServlet.service(EnvironmentAdaptingServlet
.java:29)
com.icesoft.faces.webapp.http.servlet.MainSessionBoundServlet.service(MainSessionBoundServlet.java:117
)
com.icesoft.faces.webapp.http.servlet.SessionDispatcher.service(SessionDispatcher.java:35)
com.icesoft.faces.webapp.http.servlet.PathDispatcher$Matcher.serviceOnMatch(PathDispatcher.java:52)
com.icesoft.faces.webapp.http.servlet.PathDispatcher.service(PathDispatcher.java:29)
com.icesoft.faces.webapp.http.servlet.MainServlet.service(MainServlet.java:76)
javax.servlet.http.HttpServlet.service(HttpServlet.java:803)
com.icesoft.faces.webapp.xmlhttp.BlockingServlet.service(BlockingServlet.java:54)
</pre></p><p><b>note</b> <u>The full stack trace of the root cause is available in the Apache Tomcat
/6.0.14 logs.</u></p><HR size="1" noshade="noshade"><h3>Apache Tomcat/6.0.14</h3></body></html>
this is the answer to http://localhost:8080/jIRC/block/send-receive-updates requested by icefaces js
But here the POST content:
Code:
ice.submit.partial=true&ice.event.target=iceform%3A_id7&ice.event.captured=iceform%3A_id7&ice.event.type
=onclick&ice.event.alt=false&ice.event.ctrl=false&ice.event.shift=false&ice.event.meta=false&ice.event
.x=80&ice.event.y=18&ice.event.left=true&ice.event.right=false&iceform=&icefacesCssUpdates=&focus_hidden_field
=&iceform%3A_idcl=&ice.view.active=1&iceform%3A_id7=Build%20Tabs&ice.view.active=1&ice.focus=iceform
%3A_id7&ice.window=9153&ice.session=1eVtimC_mY9f_IgyhpT4Cw&ice.view.all=1&rand=0.18710556104452525
here is going something wrong, btw the same thing here:
http://timezone.icefaces.org/
the problem is, memory leak because of contiuned reloads of the page, dunno what exactly but i experience heap space errors after about 30 updates.
Enviorment:
Tomcat 6, JRE 1.6.0_1, ff2 (firebug)
ICEfaces-1.6.1-bin and the same in ICEfaces-1.7.0-DR2-bin
any ideas?
|
 |
|
|
|
any further informations you need?
|
 |
|
|
|
Nice step to complete the wall :)
|
 |
|
|
have to say sorry, i'm too stupid...
the main cause i removed the initbean from the .jspx files was this error:
http://nopaste.php-q.net/260857
[edit]
yes it works with 1.5 replaced libs:
icefaces.jar
icefaces-comps.jar
icefaces-facelets.jar
|
 |
|
|
Since Upgrading, no Beans are loaded dunno whats happening, checked all files twice.
The Beans got log.info("created"); in the constructor, here startup log:
http://nopaste.php-q.net/260245
[Edit]
Page is displaying, but without ice:panelSeries contents,
ice:panelStack is displaying the default panel
you could check: http://ketzer.ath.cx:8080/NGHice/
|
 |
|
|
|
vice versa, didnt thought about that :) thanks
|
 |
|
|
|
i surrounded the problem by make an JavaScriptCall through the effects api
|
 |
|
|
I'm Working on a bookmark function, that will allow users to get links to certain pages. Setting bookmarks while page is displayed works:
http://xy.com/textApp/#News;Site_Opened i.e.
But now my Problem, how to get this information ?
The best would be, to check the url, every time the user refreshes the Page, not only on Session Begin.
Thanks for your help
|
 |
|
|
philip_b wrote:
Hi Zark,
The JavaScript calls might be munching together if you don't prefix your calls with a ";" to ensure proper syntax. So try this:
<ice:inputText value="#{mybkbean.mybkbproperty}"
onchange=";this.value.toUpperCase();"
partialSubmit="true" maxlength="15"/>
Thanks,
Philip
the onchange doesnt work in my Application, if the server changes the value, maybe because the hole element is replaced?
what i want to do?
i want to change the document.location by the server to represent the navigation status with "#xy" extensions
|
 |
|
|
|
ok nobody :) anyone an idea how to implement that?
|
 |
|
|
hi again,
little question, in other onepage enabled Frameworks (zk ie) i found a function called, setBookmark that added an anchor to the location of the browser. This would allow to bookmark positions in the app and could be parsed on initialization. Is there a simple solution for that?
thanks mkunze :)
|
 |
|
|
|
i recognized the hole page init, because my beans are queried for an c:forEach on hidden panel
|
 |
|
|
|
will track it, because its an statistic page with some extra tool apps that will be bigger, maybe i'll put them on seperat popups or iframes. Thanks for your answer :)
|
 |
|
|
I'm using a Panel Stack for all content panes, but becaus i got about 30 panes with some expensive contents, i would like to know, if its possible to render thoose contents on demand, if they get visible to the user.
Thanks, maybe its easy and i dont see it
|
 |
|
|