Skip to Main Content

Post Installation - Error while starting application Server(Weblogic10.3.5)

Amitava BiswasJul 9 2012 — edited Jul 24 2012
I have installed the Webcenter Sites and can access the home ( http://localhost:7101/servlet/wem/fatwire/home ) .

However , I am getting the below error . The application server is weblogic 10.3.5 ( Jdeveloper Integrated Weblogic Server ) .

I have Observed the below error in the application server console .

Can anyone please help to over come this error ?



2012-07-09 18:23:41,889 ERROR [com.fatwire.logging.cs] - <Exception reading url from http://127.0.0.1:7101/servlet/ContentServer?pagename=OpenMarket%2FXcelerate%2FSearch%2FEvent>java.net.ConnectException: Tried all: '1' addresses, but could not connect over HTTP to server: '127.0.0.1', port: '7101'


at weblogic.net.http.HttpClient.openServer(HttpClient.java:333)
at weblogic.net.http.HttpClient.openServer(HttpClient.java:425)
at weblogic.net.http.HttpClient.New(HttpClient.java:252)
at weblogic.net.http.HttpURLConnection.connect(HttpURLConnection.java:189)
at weblogic.net.http.HttpURLConnection.getInputStream(HttpURLConnection.java:374)
at weblogic.net.http.SOAPHttpURLConnection.getInputStream(SOAPHttpURLConnection.java:37)
at java.net.URL.openStream(URL.java:1010)
at COM.FutureTense.Util.ftUtil._readFromInputStream(ftUtil.java:826)
at COM.FutureTense.Util.ftUtil.readByteURL(ftUtil.java:730)
at COM.FutureTense.Util.ftUtil.readURL(ftUtil.java:696)
at COM.FutureTense.Platform.SystemEvents.RequestEventItem.execute(RequestEventItem.java:58)
at COM.FutureTense.Platform.SystemEvents.AbstractEventItem.run(AbstractEventItem.java:170)
at COM.FutureTense.Platform.SystemEvents.FileSystemBasedClusteredEventExecutor$LockingCallable.call(FileSystemBasedClusteredEventExecutor.java:232
)
at COM.FutureTense.Platform.SystemEvents.FileSystemBasedClusteredEventExecutor$LockingCallable.call(FileSystemBasedClusteredEventExecutor.java:198
)
at java.util.concurrent.FutureTask$Sync.innerRun(FutureTask.java:303)
at java.util.concurrent.FutureTask.run(FutureTask.java:138)
at java.util.concurrent.ThreadPoolExecutor$Worker.runTask(ThreadPoolExecutor.java:886)
at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:908)
at java.lang.Thread.run(Thread.java:662)
<Protocol> <setPropertiesInternal> down_thread was deprecated and is ignored
<Protocol> <setPropertiesInternal> up_thread was deprecated and is ignored


.....
Comments
Post Details
Added on Jul 9 2012
4 comments
306 views