|
Home > Archive > WebSphere Portal Server > May 2007 > JSF faces-config parsing issue on Websphere 6
You are viewing an archived Text-only version of the thread.
To view this thread in it's original format and/or if you want to reply to
this thread please [click here]
| Author |
JSF faces-config parsing issue on Websphere 6
|
|
|
| Hi,
I have an application which uses JSF. When i am adding tomahawk.jar to WEB-INF\lib i am getting the following exception:
Failed to parse Faces config document
java.net.SocketException: Operation timed out:
connect:could be due to invalid address
at java.net.PlainSocketImpl.socketConnect(Native Method)
at java.net.PlainSocketImpl.doConnect(PlainSocketImpl.java:331)
at java.net.PlainSocketImpl.connectToAddress(PlainSocketImpl.java:196)
at java.net.PlainSocketImpl.connect(PlainSocketImpl.java:183)
at java.net.Socket.connect(Socket.java:478)
at java.net.Socket.connect(Socket.java:428)
at sun.net.NetworkClient.doConnect(NetworkClient.java:158)
at sun.net.www.http.HttpClient.openServer(HttpClient.java:432)
at sun.net.www.http.HttpClient.openServer(HttpClient.java:646)
at sun.net.www.http.HttpClient.<init>(HttpClient.java:336)
at sun.net.www.http.HttpClient.<init>(HttpClient.java:297)
at sun.net.www.http.HttpClient.New(HttpClient.java:369)
at sun.net.www.http.HttpClient.New(HttpClient.java:350)
at sun.net.www.http.HttpClient.New(HttpClient.java:345)
But usage of tomahawak tags is must for my application.
How can i solve this?
| |
| bn_shyam 2007-05-23, 1:17 am |
| Tomahawk is based on MyFaces implementation. I doubt if IBM JSF implementation supports tomahawk taglibs.
|
|
|
|
|