Error to add urlservice sample portlet to pages

I have successfuly installed the JPDK and URLService,and I can see the google portlet works in the portlet repository,but when I add it to pages ,there is a lot of error:
: Error while adding Portlets to the Page. (WWC-44012)
An unexpected error occurred: ORA-29532: Java call terminated by uncaught Java exception: java.net.ProtocolException: Invalid Content-length header received: 3162 (WWC-43000)
An unexpected error occurred: java.net.ProtocolException: Invalid Content-length header received: 3162
at HTTPClient.Response.getHeaders(Response.java:663)
at HTTPClient.Response.getStatusCode(Response.java:232)
at HTTPClient.RetryModule.responsePhase1Handler(RetryModule.java:80)
at HTTPClient.HTTPResponse.handleResponse(HTTPResponse.java:623)
at HTTPClient.HTTPResponse.getInputStream(HTTPResponse.java:515)
at oracle.webdb.provider.web.HttpProviderDispatcher.dispatch(HttpProviderDispatcher.java:817)
at oracle.webdb.provider.web.HttpProviderDispatcher.registerPortlet(HttpProviderDispatcher.java:203)
(WWC-43000)
any on who have had this problems before?
how to resolve it ?thanks a lot

thanks for reply ,now my problem is resovled ,but i meet another problem.
That is that I can add the portlet to the page and display well,but when I try to integrate the portlet with external applicatioon by BASIC AUTH,it does not work ,WHEN i set the provider's login frequency is "never" the jserv.log displayes:
[11/07/2002 19:37:12:182 GMT-05:00] page/Unable to get cache object from getOutputStream
[11/07/2002 19:44:57:752 GMT-05:00] urlsample/Entering URLSecurityManager hasAccess(Portlet,ProviderUser) *****************
[11/07/2002 19:44:57:752 GMT-05:00] urlsample/URLSecurityManager:hasAccess(Portlet). Auhtorize Type Is non registered, Returning true
[11/07/2002 19:44:57:753 GMT-05:00] urlsample/Entering URLSecurityManager hasAccess(PortletReference,ProviderUser) *****************
[11/07/2002 19:44:57:753 GMT-05:00] urlsample/Entering URLSecurityManager hasAccess(Portlet,ProviderUser) *****************
[11/07/2002 19:44:57:753 GMT-05:00] urlsample/URLSecurityManager:hasAccess(Portlet). Auhtorize Type Is non registered, Returning true
[11/07/2002 19:44:57:753 GMT-05:00] urlsample/URLSecurityManager:hasAccess(PortletReference: Return Value being returnedtrue
[11/07/2002 19:44:57:754 GMT-05:00] urlsample/renderBody : Entering render ********************************
[11/07/2002 19:44:57:754 GMT-05:00] urlsample/renderBody : DebugLevel = 3
[11/07/2002 19:44:57:754 GMT-05:00] urlsample/ProviderSubscribe : Hashtable doesn't have any values. Loading from file ...
[11/07/2002 19:44:57:754 GMT-05:00] urlsample/URLProvider:init:mapFilePath /opt/urlservices/providers/urlsample
[11/07/2002 19:44:57:755 GMT-05:00] urlsample/URLProvider:storeSubscriberKeyPersistent: Leaving ...
[11/07/2002 19:44:57:755 GMT-05:00] urlsample/URLProvider:loadSubscriberInfo: Entered ...
[11/07/2002 19:44:57:755 GMT-05:00] urlsample/URLProvider:loadSubscriberInfo: Created File Inputstream ...java.io.FileInputStream@62937c
[11/07/2002 19:44:57:755 GMT-05:00] urlsample/URLProvider:loadSubscriberInfo: Exception occured ... java.io.StreamCorruptedException: Caught EOFException while reading the stream header
[11/07/2002 19:44:57:755 GMT-05:00] urlsample/ProviderSubscriber:getSubscriber -- ProviderId & subscriberID -- 5074441 & null
[11/07/2002 19:44:57:755 GMT-05:00] urlsample/URLRenderer:renderBody -- subscriberID -- null
[11/07/2002 19:44:57:755 GMT-05:00] urlsample/Before getHtpsProxyInfo
[11/07/2002 19:44:57:755 GMT-05:00] urlsample/No httpsProxy Values specified in provider.xml
[11/07/2002 19:44:57:755 GMT-05:00] urlsample/After checking for httpsProxy proxy tag
[11/07/2002 19:44:57:756 GMT-05:00] urlsample/Inline pageurl received = null
[11/07/2002 19:44:57:756 GMT-05:00] urlsample/Params fetched through readPortletPageParameters :
[11/07/2002 19:44:57:756 GMT-05:00] urlsample/getURLStream Inside
[11/07/2002 19:44:57:756 GMT-05:00] urlsample/getURLStream:Session = null
[11/07/2002 19:44:57:756 GMT-05:00] urlsample/getURLStream : Content URL Specified = http://172.20.1.6/docs/bp.asp
[11/07/2002 19:44:57:756 GMT-05:00] urlsample/getURLStream : URL Constructed = http://172.20.1.6/docs/bp.asp
[11/07/2002 19:44:57:756 GMT-05:00] urlsample/Connection type = HTTPClient.HttpURLConnection[http://172.20.1.6/docs/bp.asp]
[11/07/2002 19:44:57:756 GMT-05:00] urlsample/getURLStream : HttpURLConnect is = HTTPClient.HttpURLConnection[http://172.20.1.6/docs/bp.asp]
[11/07/2002 19:44:57:756 GMT-05:00] urlsample/getURLStream : After doInput and doOutput
[11/07/2002 19:44:57:756 GMT-05:00] urlsample/getURLStream : After Connect
[11/07/2002 19:44:57:756 GMT-05:00] urlsample/getURLStream:After open connection
[11/07/2002 19:44:57:756 GMT-05:00] urlsample/getURLStream: Null check for session
[11/07/2002 19:44:57:756 GMT-05:00] urlsample/getURLStream: Check for Cookies != null
[11/07/2002 19:44:57:756 GMT-05:00] urlsample/getURLStream: No cookies found in servlet session.null
[11/07/2002 19:44:57:756 GMT-05:00] urlsample/getURLStream: Before getInputStream
[11/07/2002 19:44:57:760 GMT-05:00] urlsample/getURLStream: After getInputStreamHTTPClient.RespInputStream@4fec48
[11/07/2002 19:44:57:760 GMT-05:00] urlsample/getUrlStream: Before returning Input Stream ...
[11/07/2002 19:44:57:760 GMT-05:00] urlsample/UrlStream received = HTTPClient.RespInputStream@4fec48
[11/07/2002 19:44:57:760 GMT-05:00] urlsample/renderBody:filter is not null
[11/07/2002 19:44:57:760 GMT-05:00] urlsample/filterContent : Entering HtmlFilter filterContent *****************
[11/07/2002 19:44:57:760 GMT-05:00] urlsample/filterContent : Url input stream ---- : HTTPClient.RespInputStream@4fec48
[11/07/2002 19:44:57:760 GMT-05:00] urlsample/ConvertStreamToStringBuffer: Inside
[11/07/2002 19:44:57:760 GMT-05:00] urlsample/Character encoding = ISO-8859-1
[11/07/2002 19:44:57:761 GMT-05:00] urlsample/ConvertStreamToStringBuffer:Before close
[11/07/2002 19:44:57:761 GMT-05:00] urlsample/ConvertStreamToStringBuffer: Leaving
[11/07/2002 19:44:57:762 GMT-05:00] urlsample/filterContent : HtmlFilter Trim HTML Header Contents :
[11/07/2002 19:44:57:762 GMT-05:00] urlsample/TrimHtmlHeader:Before replacing escape characters
[11/07/2002 19:44:57:762 GMT-05:00] urlsample/TrimHtmlHeader:Token to be replaced<body
[11/07/2002 19:44:57:762 GMT-05:00] urlsample/TrimHtmlHeader:ExcludeString1533
[11/07/2002 19:44:57:762 GMT-05:00] urlsample/TrimHtmlHeader:Last occurence found for: <body
[11/07/2002 19:44:57:762 GMT-05:00] urlsample/TrimHtmlHeader: Before returing after trimming
[11/07/2002 19:44:57:762 GMT-05:00] urlsample/filterContent : URL Contents Before footerTrimTag : <body bgcolor="FFFFFF">
<table width="410" cellpadding="3" cellspacing="5">
<tr>
<td align="left" valign="middle" width="360">
     <h1 style="COLOR:000000; FONT: 13pt/15pt verdana"><!--Problem-->You are not authorized to view this page</h1>
</td>
</tr>
<tr>
<td width="400" colspan="2">
     <font style="COLOR:000000; FONT: 8pt/11pt verdana">You do not have permission to view this directory or page using the credentials you supplied.</font></td>
</tr>
<tr>
<td width="400" colspan="2">
     <font style="COLOR:000000; FONT: 8pt/11pt verdana">
     <hr color="#C0C0C0" noshade>
<p>Please try the following:</p>
<ul>
and when I set the provider lpgin frequency to "never" the portlet allways said that "update login infomation"
when i click the link ,and enter the username,password ,it also display the message above,the jerv.log display:
[11/07/2002 02:39:38:394 GMT-05:00] urlsample/Traverse WebDB request tree:
[11/07/2002 02:39:38:394 GMT-05:00] urlsample/SOAP-ENV:Envelope:
[11/07/2002 02:39:38:394 GMT-05:00] urlsample/     SOAP-ENV:Body:
[11/07/2002 02:39:38:394 GMT-05:00] urlsample/          portal:getPortlet:
[11/07/2002 02:39:38:394 GMT-05:00] urlsample/               providerId:
[11/07/2002 02:39:38:394 GMT-05:00] urlsample/                    5074441
[11/07/2002 02:39:38:394 GMT-05:00] urlsample/               portletId:
[11/07/2002 02:39:38:394 GMT-05:00] urlsample/                    1
[11/07/2002 02:39:38:394 GMT-05:00] urlsample/               user:
[11/07/2002 02:39:38:394 GMT-05:00] urlsample/                    mappedName:
[11/07/2002 02:39:38:394 GMT-05:00] urlsample/                         WCADMIN
[11/07/2002 02:39:38:394 GMT-05:00] urlsample/                    name:
[11/07/2002 02:39:38:394 GMT-05:00] urlsample/                         PORTAL30
[11/07/2002 02:39:38:394 GMT-05:00] urlsample/                    username:
[11/07/2002 02:39:38:394 GMT-05:00] urlsample/                         PORTAL30
[11/07/2002 02:39:38:394 GMT-05:00] urlsample/                    authLevel:
[11/07/2002 02:39:38:394 GMT-05:00] urlsample/                         10
[11/07/2002 02:39:38:394 GMT-05:00] urlsample/                    loginTime:
[11/07/2002 02:39:38:394 GMT-05:00] urlsample/                         2002-07-11-15:19:18
[11/07/2002 02:39:38:394 GMT-05:00] urlsample/                    sessionId:
[11/07/2002 02:39:38:394 GMT-05:00] urlsample/                         928192002162PORTAL30
[11/07/2002 02:39:38:395 GMT-05:00] urlsample/                    subscriberId:
[11/07/2002 02:39:38:395 GMT-05:00] urlsample/                    null
[11/07/2002 02:39:38:395 GMT-05:00] urlsample/                    companyName:
[11/07/2002 02:39:38:395 GMT-05:00] urlsample/                    null
[11/07/2002 02:39:38:395 GMT-05:00] urlsample/               language:
[11/07/2002 02:39:38:395 GMT-05:00] urlsample/                    en
[11/07/2002 02:39:38:395 GMT-05:00] urlsample/               portalVersion:
[11/07/2002 02:39:38:395 GMT-05:00] urlsample/                    3.0.9.8.0
[11/07/2002 02:39:38:396 GMT-05:00] urlsample/Entering URLSecurityManager hasAccess(Portlet,ProviderUser) *****************
[11/07/2002 02:39:38:396 GMT-05:00] urlsample/URLSecurityManager:hasAccess(Portlet). Auhtorize Type Is non registered, Returning true
[11/07/2002 02:39:40:604 GMT-05:00] urlsample/Traverse WebDB request tree:
[11/07/2002 02:39:40:604 GMT-05:00] urlsample/SOAP-ENV:Envelope:
[11/07/2002 02:39:40:604 GMT-05:00] urlsample/     SOAP-ENV:Body:
[11/07/2002 02:39:40:604 GMT-05:00] urlsample/          portal:deregisterPortlet:
[11/07/2002 02:39:40:604 GMT-05:00] urlsample/               providerId:
[11/07/2002 02:39:40:604 GMT-05:00] urlsample/                    5074441
[11/07/2002 02:39:40:604 GMT-05:00] urlsample/               portletInstance:
[11/07/2002 02:39:40:604 GMT-05:00] urlsample/                    portletId:
[11/07/2002 02:39:40:604 GMT-05:00] urlsample/                         1
[11/07/2002 02:39:40:604 GMT-05:00] urlsample/                    instanceName:
[11/07/2002 02:39:40:605 GMT-05:00] urlsample/                         330_GOOGLE.COM PORTLET_5074441
[11/07/2002 02:39:40:605 GMT-05:00] urlsample/               user:
[11/07/2002 02:39:40:605 GMT-05:00] urlsample/                    mappedName:
[11/07/2002 02:39:40:605 GMT-05:00] urlsample/                         WCADMIN
[11/07/2002 02:39:40:605 GMT-05:00] urlsample/                    name:
[11/07/2002 02:39:40:605 GMT-05:00] urlsample/                         PORTAL30
[11/07/2002 02:39:40:605 GMT-05:00] urlsample/                    username:
[11/07/2002 02:39:40:605 GMT-05:00] urlsample/                         PORTAL30
[11/07/2002 02:39:40:605 GMT-05:00] urlsample/                    authLevel:
[11/07/2002 02:39:40:605 GMT-05:00] urlsample/                         10
[11/07/2002 02:39:40:605 GMT-05:00] urlsample/                    loginTime:
[11/07/2002 02:39:40:605 GMT-05:00] urlsample/                         2002-07-11-15:19:18
[11/07/2002 02:39:40:605 GMT-05:00] urlsample/                    sessionId:
[11/07/2002 02:39:40:605 GMT-05:00] urlsample/                         928192002162PORTAL30
[11/07/2002 02:39:40:605 GMT-05:00] urlsample/                    subscriberId:
[11/07/2002 02:39:40:605 GMT-05:00] urlsample/                    null
[11/07/2002 02:39:40:605 GMT-05:00] urlsample/                    companyName:
[11/07/2002 02:39:40:605 GMT-05:00] urlsample/                    null
[11/07/2002 02:39:40:605 GMT-05:00] urlsample/               portalVersion:
[11/07/2002 02:39:40:605 GMT-05:00] urlsample/                    3.0.9.8.0
[11/07/2002 02:39:40:606 GMT-05:00] urlsample/Entering URLSecurityManager hasAccess(Portlet,ProviderUser) *****************
[11/07/2002 02:39:40:606 GMT-05:00] urlsample/URLSecurityManager:hasAccess(Portlet). Auhtorize Type Is non registered, Returning true
[11/07/2002 02:39:46:714 GMT-05:00] urlsample/Traverse WebDB request tree:
[11/07/2002 02:39:46:714 GMT-05:00] urlsample/SOAP-ENV:Envelope:
[11/07/2002 02:39:46:714 GMT-05:00] urlsample/     SOAP-ENV:Body:
[11/07/2002 02:39:46:714 GMT-05:00] urlsample/          portal:isPortletRunnable:
[11/07/2002 02:39:46:714 GMT-05:00] urlsample/               providerId:
[11/07/2002 02:39:46:714 GMT-05:00] urlsample/                    5074441
[11/07/2002 02:39:46:727 GMT-05:00] urlsample/               portletInstance:
[11/07/2002 02:39:46:727 GMT-05:00] urlsample/                    portletId:
[11/07/2002 02:39:46:727 GMT-05:00] urlsample/                         3
[11/07/2002 02:39:46:727 GMT-05:00] urlsample/                    instanceName:
[11/07/2002 02:39:46:727 GMT-05:00] urlsample/                    null
[11/07/2002 02:39:46:727 GMT-05:00] urlsample/               user:
[11/07/2002 02:39:46:727 GMT-05:00] urlsample/                    mappedName:
[11/07/2002 02:39:46:727 GMT-05:00] urlsample/                         WCADMIN
[11/07/2002 02:39:46:727 GMT-05:00] urlsample/                    name:
[11/07/2002 02:39:46:727 GMT-05:00] urlsample/                         PORTAL30
[11/07/2002 02:39:46:727 GMT-05:00] urlsample/                    username:
[11/07/2002 02:39:46:727 GMT-05:00] urlsample/                         PORTAL30
[11/07/2002 02:39:46:727 GMT-05:00] urlsample/                    authLevel:
[11/07/2002 02:39:46:727 GMT-05:00] urlsample/                         10
[11/07/2002 02:39:46:727 GMT-05:00] urlsample/                    loginTime:
[11/07/2002 02:39:46:727 GMT-05:00] urlsample/                         2002-07-11-15:19:18
[11/07/2002 02:39:46:727 GMT-05:00] urlsample/                    sessionId:
[11/07/2002 02:39:46:727 GMT-05:00] urlsample/                         928192002162PORTAL30
[11/07/2002 02:39:46:727 GMT-05:00] urlsample/                    subscriberId:
[11/07/2002 02:39:46:727 GMT-05:00] urlsample/                    null
[11/07/2002 02:39:46:727 GMT-05:00] urlsample/                    companyName:
[11/07/2002 02:39:46:727 GMT-05:00] urlsample/                    null
[11/07/2002 02:39:46:727 GMT-05:00] urlsample/               portalVersion:
[11/07/2002 02:39:46:728 GMT-05:00] urlsample/                    3.0.9.8.0
[11/07/2002 02:39:47:144 GMT-05:00] urlsample/Traverse WebDB request tree:
[11/07/2002 02:39:47:144 GMT-05:00] urlsample/SOAP-ENV:Envelope:
[11/07/2002 02:39:47:144 GMT-05:00] urlsample/     SOAP-ENV:Body:
[11/07/2002 02:39:47:144 GMT-05:00] urlsample/          portal:isPortletRunnable:
[11/07/2002 02:39:47:144 GMT-05:00] urlsample/               providerId:
[11/07/2002 02:39:47:144 GMT-05:00] urlsample/                    5074441
[11/07/2002 02:39:47:144 GMT-05:00] urlsample/               portletInstance:
[11/07/2002 02:39:47:144 GMT-05:00] urlsample/                    portletId:
[11/07/2002 02:39:47:144 GMT-05:00] urlsample/                         1
[11/07/2002 02:39:47:144 GMT-05:00] urlsample/                    instanceName:
[11/07/2002 02:39:47:144 GMT-05:00] urlsample/                    null
[11/07/2002 02:39:47:144 GMT-05:00] urlsample/               user:
[11/07/2002 02:39:47:144 GMT-05:00] urlsample/                    mappedName:
[11/07/2002 02:39:47:144 GMT-05:00] urlsample/                         WCADMIN
[11/07/2002 02:39:47:144 GMT-05:00] urlsample/                    name:
[11/07/2002 02:39:47:144 GMT-05:00] urlsample/                         PORTAL30
[11/07/2002 02:39:47:144 GMT-05:00] urlsample/                    username:
[11/07/2002 02:39:47:144 GMT-05:00] urlsample/                         PORTAL30
[11/07/2002 02:39:47:144 GMT-05:00] urlsample/                    authLevel:
[11/07/2002 02:39:47:144 GMT-05:00] urlsample/                         10
[11/07/2002 02:39:47:144 GMT-05:00] urlsample/                    loginTime:
[11/07/2002 02:39:47:145 GMT-05:00] urlsample/                         2002-07-11-15:19:18
[11/07/2002 02:39:47:145 GMT-05:00] urlsample/                    sessionId:
[11/07/2002 02:39:47:145 GMT-05:00] urlsample/                         928192002162PORTAL30
[11/07/2002 02:39:47:145 GMT-05:00] urlsample/                    subscriberId:
[11/07/2002 02:39:47:145 GMT-05:00] urlsample/                    null
[11/07/2002 02:39:47:145 GMT-05:00] urlsample/                    companyName:
[11/07/2002 02:39:47:145 GMT-05:00] urlsample/                    null
[11/07/2002 02:39:47:145 GMT-05:00] urlsample/               portalVersion:
[11/07/2002 02:39:47:145 GMT-05:00] urlsample/                    3.0.9.8.0
[11/07/2002 02:39:47:146 GMT-05:00] urlsample/Entering URLSecurityManager hasAccess(Portlet,ProviderUser) *****************
[11/07/2002 02:39:47:146 GMT-05:00] urlsample/URLSecurityManager:hasAccess(Portlet). Auhtorize Type Is non registered, Returning true
[11/07/2002 02:39:47:147 GMT-05:00] urlsample/Entering URLSecurityManager hasAccess(Portlet,ProviderUser) *****************
[11/07/2002 02:39:47:147 GMT-05:00] urlsample/URLSecurityManager:hasAccess(Portlet). Auhtorize Type Is non registered, Returning true
[11/07/2002 02:39:47:354 GMT-05:00] urlsample/Traverse WebDB request tree:
[11/07/2002 02:39:47:355 GMT-05:00] urlsample/SOAP-ENV:Envelope:
[11/07/2002 02:39:47:355 GMT-05:00] urlsample/     SOAP-ENV:Body:
[11/07/2002 02:39:47:355 GMT-05:00] urlsample/          portal:isPortletRunnable:
[11/07/2002 02:39:47:355 GMT-05:00] urlsample/               providerId:
[11/07/2002 02:39:47:356 GMT-05:00] urlsample/                    5074441
[11/07/2002 02:39:47:356 GMT-05:00] urlsample/               portletInstance:
[11/07/2002 02:39:47:356 GMT-05:00] urlsample/                    portletId:
[11/07/2002 02:39:47:356 GMT-05:00] urlsample/                         2
[11/07/2002 02:39:47:356 GMT-05:00] urlsample/                    instanceName:
[11/07/2002 02:39:47:356 GMT-05:00] urlsample/                    null
[11/07/2002 02:39:47:356 GMT-05:00] urlsample/               user:
[11/07/2002 02:39:47:357 GMT-05:00] urlsample/                    mappedName:
[11/07/2002 02:39:47:357 GMT-05:00] urlsample/                         WCADMIN
[11/07/2002 02:39:47:357 GMT-05:00] urlsample/                    name:
[11/07/2002 02:39:47:357 GMT-05:00] urlsample/                         PORTAL30
[11/07/2002 02:39:47:357 GMT-05:00] urlsample/                    username:
[11/07/2002 02:39:47:357 GMT-05:00] urlsample/                         PORTAL30
[11/07/2002 02:39:47:357 GMT-05:00] urlsample/                    authLevel:
[11/07/2002 02:39:47:357 GMT-05:00] urlsample/                         10
[11/07/2002 02:39:47:357 GMT-05:00] urlsample/                    loginTime:
[11/07/2002 02:39:47:357 GMT-05:00] urlsample/                         2002-07-11-15:19:18
[11/07/2002 02:39:47:357 GMT-05:00] urlsample/                    sessionId:
[11/07/2002 02:39:47:357 GMT-05:00] urlsample/                         928192002162PORTAL30
[11/07/2002 02:39:47:357 GMT-05:00] urlsample/                    subscriberId:
[11/07/2002 02:39:47:357 GMT-05:00] urlsample/                    null
[11/07/2002 02:39:47:357 GMT-05:00] urlsample/                    companyName:
[11/07/2002 02:39:47:357 GMT-05:00] urlsample/                    null
[11/07/2002 02:39:47:357 GMT-05:00] urlsample/               portalVersion:
[11/07/2002 02:39:47:357 GMT-05:00] urlsample/                    3.0.9.8.0
[11/07/2002 02:39:51:594 GMT-05:00] urlsample/Traverse WebDB request tree:
[11/07/2002 02:39:51:594 GMT-05:00] urlsample/SOAP-ENV:Envelope:
[11/07/2002 02:39:51:594 GMT-05:00] urlsample/     SOAP-ENV:Body:
[11/07/2002 02:39:51:594 GMT-05:00] urlsample/          portal:getPortlet:
[11/07/2002 02:39:51:594 GMT-05:00] urlsample/               providerId:
[11/07/2002 02:39:51:594 GMT-05:00] urlsample/                    5074441
[11/07/2002 02:39:51:594 GMT-05:00] urlsample/               portletId:
[11/07/2002 02:39:51:594 GMT-05:00] urlsample/                    1
[11/07/2002 02:39:51:594 GMT-05:00] urlsample/               user:
[11/07/2002 02:39:51:595 GMT-05:00] urlsample/                    mappedName:
[11/07/2002 02:39:51:595 GMT-05:00] urlsample/                         WCADMIN
[11/07/2002 02:39:51:595 GMT-05:00] urlsample/                    name:
[11/07/2002 02:39:51:595 GMT-05:00] urlsample/                         PORTAL30
[11/07/2002 02:39:51:595 GMT-05:00] urlsample/                    username:
[11/07/2002 02:39:51:595 GMT-05:00] urlsample/                         PORTAL30
[11/07/2002 02:39:51:595 GMT-05:00] urlsample/                    authLevel:
[11/07/2002 02:39:51:595 GMT-05:00] urlsample/                         10
[11/07/2002 02:39:51:595 GMT-05:00] urlsample/                    loginTime:
[11/07/2002 02:39:51:595 GMT-05:00] urlsample/                         2002-07-11-15:19:18
[11/07/2002 02:39:51:595 GMT-05:00] urlsample/                    sessionId:
[11/07/2002 02:39:51:595 GMT-05:00] urlsample/                         928192002162PORTAL30
[11/07/2002 02:39:51:595 GMT-05:00] urlsample/                    subscriberId:
[11/07/2002 02:39:51:595 GMT-05:00] urlsample/                    null
[11/07/2002 02:39:51:595 GMT-05:00] urlsample/                    companyName:
[11/07/2002 02:39:51:595 GMT-05:00] urlsample/                    null
[11/07/2002 02:39:51:595 GMT-05:00] urlsample/               language:
[11/07/2002 02:39:51:595 GMT-05:00] urlsample/                    en
[11/07/2002 02:39:51:595 GMT-05:00] urlsample/               portalVersion:
[11/07/2002 02:39:51:595 GMT-05:00] urlsample/                    3.0.9.8.0
[11/07/2002 02:39:51:597 GMT-05:00] urlsample/Entering URLSecurityManager hasAccess(Portlet,ProviderUser) *****************
[11/07/2002 02:39:51:597 GMT-05:00] urlsample/URLSecurityManager:hasAccess(Portlet). Auhtorize Type Is non registered, Returning true
[11/07/2002 02:39:51:854 GMT-05:00] urlsample/Traverse WebDB request tree:
[11/07/2002 02:39:51:854 GMT-05:00] urlsample/SOAP-ENV:Envelope:
[11/07/2002 02:39:51:854 GMT-05:00] urlsample/     SOAP-ENV:Body:
[11/07/2002 02:39:51:854 GMT-05:00] urlsample/          portal:registerPortlet:
[11/07/2002 02:39:51:854 GMT-05:00] urlsample/               providerId:
[11/07/2002 02:39:51:855 GMT-05:00] urlsample/                    5074441
[11/07/2002 02:39:51:855 GMT-05:00] urlsample/               portletInstance:
[11/07/2002 02:39:51:855 GMT-05:00] urlsample/                    portletId:
[11/07/2002 02:39:51:855 GMT-05:00] urlsample/                         1
[11/07/2002 02:39:51:855 GMT-05:00] urlsample/                    instanceName:
[11/07/2002 02:39:51:855 GMT-05:00] urlsample/                         331_WINDCHILL PORTLET_5074441
[11/07/2002 02:39:51:855 GMT-05:00] urlsample/               user:
[11/07/2002 02:39:51:855 GMT-05:00] urlsample/                    mappedName:
[11/07/2002 02:39:51:855 GMT-05:00] urlsample/                         WCADMIN
[11/07/2002 02:39:51:855 GMT-05:00] urlsample/                    name:
[11/07/2002 02:39:51:855 GMT-05:00] urlsample/                         PORTAL30
[11/07/2002 02:39:51:855 GMT-05:00] urlsample/                    username:
[11/07/2002 02:39:51:855 GMT-05:00] urlsample/                         PORTAL30
[11/07/2002 02:39:51:855 GMT-05:00] urlsample/                    authLevel:
[11/07/2002 02:39:51:855 GMT-05:00] urlsample/                         10
[11/07/2002 02:39:51:855 GMT-05:00] urlsample/                    loginTime:
[11/07/2002 02:39:51:855 GMT-05:00] urlsample/                         2002-07-11-15:19:18
[11/07/2002 02:39:51:855 GMT-05:00] urlsample/                    sessionId:
[11/07/2002 02:39:51:855 GMT-05:00] urlsample/                         928192002162PORTAL30
[11/07/2002 02:39:51:855 GMT-05:00] urlsample/                    subscriberId:
[11/07/2002 02:39:51:855 GMT-05:00] urlsample/                    null
[11/07/2002 02:39:51:855 GMT-05:00] urlsample/                    companyName:
[11/07/2002 02:39:51:855 GMT-05:00] urlsample/                    null
[11/07/2002 02:39:51:855 GMT-05:00] urlsample/               portalVersion:
[11/07/2002 02:39:51:855 GMT-05:00] urlsample/                    3.0.9.8.0
[11/07/2002 02:39:51:857 GMT-05:00] urlsample/Entering URLSecurityManager hasAccess(Portlet,ProviderUser) *****************
[11/07/2002 02:39:51:857 GMT-05:00] urlsample/URLSecurityManager:hasAccess(Portlet). Auhtorize Type Is non registered, Returning true
[11/07/2002 02:39:52:863 GMT-05:00] urlsample/Traverse WebDB request tree:
[11/07/2002 02:39:52:863 GMT-05:00] urlsample/SOAP-ENV:Envelope:
[11/07/2002 02:39:52:864 GMT-05:00] urlsample/     SOAP-ENV:Body:
[11/07/2002 02:39:52:864 GMT-05:00] urlsample/          portal:getPortlet:
[11/07/2002 02:39:52:864 GMT-05:00] urlsample/               providerId:
[11/07/2002 02:39:52:864 GMT-05:00] urlsample/                    5074441
[11/07/2002 02:39:52:864 GMT-05:00] urlsample/               portletId:
[11/07/2002 02:39:52:864 GMT-05:00] urlsample/                    1
[11/07/2002 02:39:52:864 GMT-05:00] urlsample/               user:
[11/07/2002 02:39:52:864 GMT-05:00] urlsample/                    mappedName:
[11/07/2002 02:39:52:864 GMT-05:00] urlsample/                         WCADMIN
[11/07/2002 02:39:52:864 GMT-05:00] urlsample/                    name:
[11/07/2002 02:39:52:864 GMT-05:00] urlsample/                         PORTAL30
[11/07/2002 02:39:52:864 GMT-05:00] urlsample/                    username:
[11/07/2002 02:39:52:864 GMT-05:00] urlsample/                         PORTAL30
[11/07/2002 02:39:52:864 GMT-05:00] urlsample/                    authLevel:
[11/07/2002 02:39:52:864 GMT-05:00] urlsample/                         10
[11/07/2002 02:39:52:864 GMT-05:00] urlsample/                    loginTime:
[11/07/2002 02:39:52:865 GMT-05:00] urlsample/                         2002-07-11-15:19:18
[11/07/2002 02:39:52:865 GMT-05:00] urlsample/                    sessionId:
[11/07/2002 02:39:52:865 GMT-05:00] urlsample/                         928192002162PORTAL30
[11/07/2002 02:39:52:865 GMT-05:00] urlsample/                    subscriberId:
[11/07/2002 02:39:52:865 GMT-05:00] urlsample/                    null
[11/07/2002 02:39:52:865 GMT-05:00] urlsample/                    companyName:
[11/07/2002 02:39:52:865 GMT-05:00] urlsample/                    null
[11/07/2002 02:39:52:865 GMT-05:00] urlsample/               language:
[11/07/2002 02:39:52:865 GMT-05:00] urlsample/                    zh-CN
[11/07/2002 02:39:52:865 GMT-05:00] urlsample/               portalVersion:
[11/07/2002 02:39:52:865 GMT-05:00] urlsample/                    3.0.9.8.0
[11/07/2002 02:39:52:866 GMT-05:00] urlsample/Entering URLSecurityManager hasAccess(Portlet,ProviderUser) *****************
[11/07/2002 02:39:52:866 GMT-05:00] urlsample/URLSecurityManager:hasAccess(Portlet). Auhtorize Type Is non registered, Returning true
[11/07/2002 02:40:37:675 GMT-05:00] urlsample/Traverse WebDB request tree:
[11/07/2002 02:40:37:675 GMT-05:00] urlsample/SOAP-ENV:Envelope:
[11/07/2002 02:40:37:675 GMT-05:00] urlsample/     SOAP-ENV:Body:
[11/07/2002 02:40:37:675 GMT-05:00] urlsample/          portal:initSession:
[11/07/2002 02:40:37:675 GMT-05:00] urlsample/               providerId:
[11/07/2002 02:40:37:675 GMT-05:00] urlsample/                    5074441
[11/07/2002 02:40:37:675 GMT-05:00] urlsample/               user:
[11/07/2002 02:40:37:675 GMT-05:00] urlsample/                    name:
[11/07/2002 02:40:37:675 GMT-05:00] urlsample/                         XUELG
[11/07/2002 02:40:37:675 GMT-05:00] urlsample/                    username:
[11/07/2002 02:40:37:675 GMT-05:00] urlsample/                         XUELG
[11/07/2002 02:40:37:675 GMT-05:00] urlsample/                    authLevel:
[11/07/2002 02:40:37:675 GMT-05:00] urlsample/                         10
[11/07/2002 02:40:37:675 GMT-05:00] urlsample/                    mappedName:
[11/07/2002 02:40:37:675 GMT-05:00] urlsample/                    null
[11/07/2002 02:40:37:675 GMT-05:00] urlsample/                    loginTime:
[11/07/2002 02:40:37:675 GMT-05:00] urlsample/                         2002-07-11-15:40:26
[11/07/2002 02:40:37:675 GMT-05:00] urlsample/                    sessionId:
[11/07/2002 02:40:37:676 GMT-05:00] urlsample/                         809192002171XUELG
[11/07/2002 02:40:37:676 GMT-05:00] urlsample/                    subscriberId:
[11/07/2002 02:40:37:676 GMT-05:00] urlsample/                    null
[11/07/2002 02:40:37:676 GMT-05:00] urlsample/                    companyName:
[11/07/2002 02:40:37:676 GMT-05:00] urlsample/                    null
[11/07/2002 02:40:37:676 GMT-05:00] urlsample/               externalApp:
[11/07/2002 02:40:37:676 GMT-05:00] urlsample/                    name:
[11/07/2002 02:40:37:676 GMT-05:00] urlsample/                    null
[11/07/2002 02:40:37:676 GMT-05:00] urlsample/                    password:
[11/07/2002 02:40:37:676 GMT-05:00] urlsample/                    null
[11/07/2002 02:40:37:676 GMT-05:00] urlsample/                    authUserField:
[11/07/2002 02:40:37:676 GMT-05:00] urlsample/                    null
[11/07/2002 02:40:37:676 GMT-05:00] urlsample/                    authPassField:
[11/07/2002 02:40:37:676 GMT-05:00] urlsample/                    null
[11/07/2002 02:40:37:676 GMT-05:00] urlsample/                    authURL:
[11/07/2002 02:40:37:676 GMT-05:00] urlsample/                         http://l3000c.subway.com/Windchill/servlet/WindchillAuthGW
[11/07/2002 02:40:37:676 GMT-05:00] urlsample/                    authMethod:
[11/07/2002 02:40:37:676 GMT-05:00] urlsample/                         BASICAUTH
[11/07/2002 02:40:37:676 GMT-05:00] urlsample/                    applicationFields:
[11/07/2002 02:40:37:676 GMT-05:00] urlsample/                    null
[11/07/2002 02:40:37:676 GMT-05:00] urlsample/               portalVersion:
[11/07/2002 02:40:37:676 GMT-05:00] urlsample/                    3.0.9.8.0
[11/07/2002 02:40:37:678 GMT-05:00] urlsample/Entering initSession *********************
[11/07/2002 02:40:37:678 GMT-05:00] urlsample/<authentication> tag not found in in provider.xml.
oracle.portal.provider.v1.AuthenticationException: Authenticaion tag cannot be null. Please provide authentication details (in provider.xml) or make the provider login frequency as 'Never'
     at oracle.portal.provider.v1.ContainerException.fillInStackTrace(ContainerException.java:58)
     at java.lang.Throwable.<init>(Unknown Source)
     at java.lang.Exception.<init>(Unknown Source)
     at oracle.portal.provider.v1.ContainerException.<init>(ContainerException.java:19)
     at oracle.portal.provider.v1.ProviderException.<init>(ProviderException.java:11)
     at oracle.portal.provider.v1.ExternalAuthenticationException.<init>(ExternalAuthenticationException.java:17)
     at oracle.portal.provider.v1.AuthenticationException.<init>(AuthenticationException.java:12)
     at oracle.portal.provider.v1.http.URLProvider.initSession(URLProvider.java:217)
     at oracle.portal.provider.v1.http.ServletProviderResponse.initSession(ServletProviderResponse.java:406)
     at oracle.portal.provider.v1.http.HttpProvider.dispatchProviderAction(HttpProvider.java:657)
     at oracle.portal.provider.v1.http.HttpProvider.service(HttpProvider.java:390)
     at javax.servlet.http.HttpServlet.service(HttpServlet.java:588)
     at org.apache.jserv.JServConnection.processRequest(JServConnection.java:456)
     at org.apache.jserv.JServConnection.run(JServConnection.java:294)
     at java.lang.Thread.run(Unknown Source)
any one who knows the problem how to resolve?thanks

Similar Messages

  • Error in Adding the sample Portlet Provider

    I got the congratulation !! after testing the JSP "http://ltree1:80/servlets/sample, but I'm getting the following error when I try to add the SampleWebProvider
    The error is :
    Error: An error occurred when attempting to call the providers register function. (WWC-43134)
    An unexpected error occurred: ORA-29532: Java call terminated by uncaught Java exception: java.net.UnknownHostException: ltree1 (WWC-43000)
    An unexpected error occurred: java.net.UnknownHostException: ltree1
    at java.net.InetAddress.getAllByName0(InetAddress.java)
    at java.net.InetAddress.getAllByName0(InetAddress.java)
    at java.net.InetAddress.getAllByName(InetAddress.java)
    at HTTPClient.HTTPConnection$EstablishConnection.run(HTTPConnection.java:3658)
    (WWC-43000)
    Could anybody tell me what I should do.
    Yours,

    Hey Thomas,
    You are registering your Web Provider with Oracle Portal. When Portal attempts to register your provider, it attempts to contact the listener that serves your web portlets. If you have already accessed the sample page: http://host.domain:port/servlet/sample according to the installation instructions, the Portal may not recognize your machine. Make sure the machine where Portal resides can access your Web Provider listener. If you Web Provider server is not part of the DNS, then add an entry in the Portal Server's host file.
    Tyr this and good luck

  • Error 553 - Add or Edit an Account Page inaccessib...

    This has been going on since last week when I added my problem onto the end of someone else's message, but I'm getting desperate about my problem with email now.
    It started off with the old chestnut - Error 553 when I tried to send emails from alternate (to BT) email addresses, so I found online instructions on how to verify those addresses and off I went to Yahoo to carry them out. Getting in was no problem, I know my password, and I could open everything except "add or edit an account". When I clicked on the link, it just came up with either a blank page or a message telling me that the page couldn't be displayed and a DNS error.
    I've been trying ever since. I have the correct security settings enabled, I've tried switching my hub off and back on (to provide a different IP address), I've loaded my Yahoo account through various browsers; IE, Firefox, Yahoo and Google Chrome and I spoke to customer services who took control over my machine for about 2 hours but couldn't fix the problem. All my temporary internet files and cookies have been cleared down loads of times and I've installed and run CCleaner and now I'm just stumped about what else to try.
    I still can't send emails out of my non-BT addresses, has anyone got any ideas please?

    debs808 wrote:
    Hi, I use one Bt email address, two PIPEX addresses and one other, all of which worked perfectly well until last week when I started receiving the Error 553 messages. I'll take one of the PIPEX as an example of my setup, for argument's sake, lets call it [email protected] In server information, it says
    Server Information
    My incoming mail server is a POP3 server
    Incoming Mail (POP3): pophost.mydebs808server.co.uk
    Outgoing Mail (SMTP): mail.btinternet.com
    Incoming Mail Server
    Email user name: debs808username
    Password: debs808password
    Log on using Clear Text Authentication ticked
    Outgoing Mail Server
    My server requires authentication ticked
    Then when you open settings, The box ticked is "Log on Using": btinternetaccountname
    Password: btinternet password
    Log on using secure password authentication NOT ticked.
    In the advanced tab, my settings are 25 for outgoing mail and 110 for incoming, though I have tried replacing 25 with 587 which made no difference. The option that says "This server requires a secure connection (SSL) is NOT ticked on either outgoing or incoming. I must admit to not really understanding what you meant in your last post NanoTm, does that shed any light on my predicament?
    Hi again.
    The above settings are fine, and should work as long as the email address is verified (which is the cause of your problem). Even though it did work until last week, that was probably more by luck. I've mentioned before that sometimes various users needed to verify the different email address set in the "E-mail address" field of the "General" tab in OE compared to their BTinternet address - and some other people not. Then for some reason the system catches up the the "not" people.
    Your problem is that access to the "Add or edit account" option which needs sorting out.
    http://www.andyweb.co.uk/shortcuts
    http://www.andyweb.co.uk/pictures

  • Error when add portlet into portal page

    Dear all,
    I use:
    + JDeveloper 10.1.3.4.0
    + Oracle Application Server 10g release 2.
    + JDK 1.4
    I installed ADF_Installer and Portlet_Container for OC4J instance in Oracle Application Server ok.
    1. I use JDeveloper, create my simple project with template is WebCenter Application.
    2. In the Portlet project, I added the Portlet Faces Bridge.
    3. I add the JSF (with name is home.jspx) in Web Tier into the Portlet project (select the JSF JSP). And type is .jspx and Do not automatically Expose UI Components in a Managed Bean.
    4. Inside the home.jspx, I add the OutputText only.
    5. Inside the WEB-INF, i created portlet.xml file with content is:
    <?xml version="1.0" encoding="UTF-8" standalone="yes"?>
    <portlet-app version="1.0"
    xsi:schemaLocation="http://java.sun.com/xml/ns/portlet/portlet-app_1_0.xsd http://java.sun.com/xml/ns/portlet/portlet-app_1_0.xsd"
    xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
    xmlns="http://java.sun.com/xml/ns/portlet/portlet-app_1_0.xsd">
    <portlet>
    <portlet-name>MyTestPortlet</portlet-name>
    <display-name>My Test Portlet</display-name>
    <portlet-class>oracle.portlet.server.bridges.jsf.FacesPortlet</portlet-class>
    <init-param>
    <name>DefaultPage.view</name>
    <value>/home.jspx</value>
    </init-param>
    <init-param>
    <name>BridgeLifecycleListeners</name>
    <value>
    oracle.portlet.server.bridges.jsf.adf.ADFFacesBridgeLifecycleListener
    </value>
    </init-param>
    <supports>
    <mime-type>text/html</mime-type>
    <portlet-mode>VIEW</portlet-mode>
    </supports>
    <supported-locale>en</supported-locale>
    <portlet-info>
    <title>My Test Portlet</title>
    <short-title>testportlet</short-title>
    </portlet-info>
    </portlet>
    </portlet-app>
    6. Inside the WEB-INF, i edited web.xml by added some contents (and inside this file, I removed line in web-app tag
    xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
    xsi:schemaLocation="http://java.sun.com/xml/ns/j2ee http://java.sun.com/xml/ns/j2ee/web-app_2_4.xsd"
    version="2.4" xmlns="http://java.sun.com/xml/ns/j2ee"): --> If I did not remove it, I received some error !
    <context-param>
    <param-name>javax.faces.application.CONFIG_FILES</param-name>
    <param-value>/WEB-INF/faces-config.xml,/WEB-INF/portlet.xml</param-value>
    </context-param>
    <context-param>
    <param-name>javax.faces.STATE_SAVING_METHOD</param-name>
    <param-value>server</param-value>
    </context-param>
    7. I create the WAR File Deployment Profiles.
    Ok, I deploy this portlet into OC4J instance in Oracle Application Server (10g release 2). -- > Finished.
    From my browser, I use URL Address such as:
    http://mymachine.com:7780/jobs/portlets?WSDL --> ok.
    After that, I log into Oracle AS Portal, and register this provider with style WSRP --> ok, I can see it from Portlet Reposistory. But when I add it into my portal page, I receive following message
    Error:Could not get markup. The cookie or session is invalid or there is a runtime exception.
    I refresh my portal page but it not effect !
    In Oracle Application Server 10g release 2 have support JSF Portlet ? Or I have some misstakes ? Please guide to me to solve this problem.

    I updated Oracle Application Server Portal from 10.1.2 to 10.1.4 ! Please give me some ideas !

  • Receive some error when add portlet into portal page

    Dear all,
    I use:
    + JDeveloper 10.1.3.4.0
    + Oracle AS Portal 10g release 2.
    + Oracle Application Server 10g release 2.
    + JDK 1.4
    I installed ADF_Installer and Portlet_Container for OC4J instance in Oracle Application Server ok.
    1. I use JDeveloper, create my simple project with template is WebCenter Application.
    2. In the Portlet project, I added the Portlet Faces Bridge.
    3. I add the JSF (with name is home.jspx) in Web Tier into the Portlet project (select the JSF JSP). And type is .jspx and Do not automatically Expose UI Components in a Managed Bean.
    4. Inside the home.jspx, I add the OutputText only.
    5. Inside the WEB-INF, i created portlet.xml file with content is:
    <?xml version="1.0" encoding="UTF-8" standalone="yes"?>
    <portlet-app version="1.0"
    xsi:schemaLocation="http://java.sun.com/xml/ns/portlet/portlet-app_1_0.xsd http://java.sun.com/xml/ns/portlet/portlet-app_1_0.xsd"
    xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
    xmlns="http://java.sun.com/xml/ns/portlet/portlet-app_1_0.xsd">
    <portlet>
    <portlet-name>MyTestPortlet</portlet-name>
    <display-name>My Test Portlet</display-name>
    <portlet-class>oracle.portlet.server.bridges.jsf.FacesPortlet</portlet-class>
    <init-param>
    <name>DefaultPage.view</name>
    <value>/home.jspx</value>
    </init-param>
    <init-param>
    <name>BridgeLifecycleListeners</name>
    <value>
    oracle.portlet.server.bridges.jsf.adf.ADFFacesBridgeLifecycleListener
    </value>
    </init-param>
    <supports>
    <mime-type>text/html</mime-type>
    <portlet-mode>VIEW</portlet-mode>
    </supports>
    <supported-locale>en</supported-locale>
    <portlet-info>
    <title>My Test Portlet</title>
    <short-title>testportlet</short-title>
    </portlet-info>
    </portlet>
    </portlet-app>
    6. Inside the WEB-INF, i edited web.xml by added some contents (and inside this file, I removed line in web-app tag
    xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
    xsi:schemaLocation="http://java.sun.com/xml/ns/j2ee http://java.sun.com/xml/ns/j2ee/web-app_2_4.xsd"
    version="2.4" xmlns="http://java.sun.com/xml/ns/j2ee"): --> If I did not remove it, I received some error !
    <context-param>
    <param-name>javax.faces.application.CONFIG_FILES</param-name>
    <param-value>/WEB-INF/faces-config.xml,/WEB-INF/portlet.xml</param-value>
    </context-param>
    <context-param>
    <param-name>javax.faces.STATE_SAVING_METHOD</param-name>
    <param-value>server</param-value>
    </context-param>
    7. I create the WAR File Deployment Profiles.
    Ok, I deploy this portlet into OC4J instance in Oracle Application Server (10g release 2). -- > Finished.
    From my browser, I use URL Address such as:
    http://mymachine.com:7780/jobs/portlets?WSDL --> ok.
    After that, I log into Oracle AS Portal, and register this provider with style WSRP --> ok, I can see it from Portlet Reposistory. But when I add it into my portal page, I receive following message
    Error:Could not get markup. The cookie or session is invalid or there is a runtime exception.
    I refresh my portal page but it not effect !
    In Oracle Application Server 10g release 2 have support JSF Portlet ? Or I have some misstakes ? Please guide to me to solve this problem.

    I updated Oracle Application Server Portal from 10.1.2 to 10.1.4 ! Please give me some ideas !

  • Sample portlets work in Repository page, but can't be added to a page

    Help,
    Portal 3.0.9.8.2. Apps 11.5.7 DB 8.1.7.3.0
    I installed the JPDK and could see all samples from the Portlet Repository page. Every one works fine, except the Lottery only shows preview, not the balls.
    Then I try to add a portlet to a page. When I click on the name of the provider, I get the Windows hourglass forever and have to Cancel. It does not show any portlets.
    The Apache error log shows:
    [Tue Nov 26 14:40:27 2002] [debug] opm_tbl.c(1606): OPM:selected proc is:mod=JServ,grp=OACoreGroup,host=utility31.sagpnet,bindadd=localhost,port=16020,prot=0
    [Tue Nov 26 14:40:31 2002] [debug] opm_tbl.c(1606): OPM:selected proc is:mod=JServ,grp=OACoreGroup,host=utility31.sagpnet,bindadd=localhost,port=16020,prot=0
    [Tue Nov 26 14:40:37 2002] [warn] mod_plsql: /pls/test_portal30/PORTAL30.wwexp_api_engine.action had to be described for execution. Refer to the PL/SQL GateWay documentation on how to avoid this
    [Tue Nov 26 14:40:43 2002] [debug] opm_tbl.c(1606): OPM:selected proc is:mod=JServ,grp=OACoreGroup,host=utility31.sagpnet,bindadd=localhost,port=16020,prot=0
    [Tue Nov 26 14:40:43 2002] [debug] opm_tbl.c(1606): OPM:selected proc is:mod=JServ,grp=OACoreGroup,host=utility31.sagpnet,bindadd=localhost,port=16020,prot=0
    TIA,
    Gary

    Hi megahertz456,
    Seems to me that Source patching is not enabled. You should have 'V1' on the left of timeline highlighted. Check this:
    https://forums.adobe.com/thread/1513966
    Thanks,
    Rameez

  • Error while using the sample My Contacts portlet

    Hi,
    I am trying to use sample portlet "My Contacts" in my portal's page but getting
    the following error:
    Compilation of JSP File '/portlets/collaboration/nativedb/contact/Content/index.jsp'
    failed:
    Errors found in C:\bea\weblogic81\samples\portal\portalApp\AlFaris\portlets\collaboration\nativedb\contact\Content\index.jsp:
    Error at line 24 column 18:
    Description: No tag library could be found with this URI.
    Error at line 24 column 18:
    Description: This tag is not recognized.
    Error at line 60 column 10:
    Description: This tag is not recognized.
    Error at line 69 column 2:
    Description: This tag is not recognized.
    Error at line 70 column 2:
    Description: This tag is not recognized.
    Error at line 79 column 5:
    Description: This tag is not recognized.
    Error at line 81 column 60:
    Description: No variable or field with this name could be found at this location.
    Error at line 86 column 88:
    Description: This tag is not recognized.
    Error at line 140 column 8:
    Description: This tag is not recognized.
    Error at line 148 column 6:
    Description: This tag is not recognized.
    Error at line 152 column 6:
    Description: This tag is not recognized.
    Error at line 155 column 69:
    Description: No variable or field with this name could be found at this location.
    Error at line 171 column 6:
    Description: This tag is not recognized.
    Error at line 175 column 6:
    Description: This tag is not recognized.
    Error at line 184 column 40:
    Description: This tag is not recognized.
    Error at line 185 column 40:
    Description: This tag is not recognized.
    Error at line 186 column 42:
    Description: This tag is not recognized.
    Found 17 error(s) and 0 warning(s).
    I could use the above sample portlet in weblogic 8.1 without any problms but
    in weblogic 8.1 with SP2 I am getting the above error.
    Can anyone help me out of this situation.
    Thanks in advance

    Check the below link for a sample code.
    [http://www.sap-img.com/abap/bapi-goodsmvt-create-to-post-goods-movement.htm|http://www.sap-img.com/abap/bapi-goodsmvt-create-to-post-goods-movement.htm]
    Hope this helps.
    Thanks,
    Balaji

  • Trying to add a webpart to webpart page erroring

    I have a webpart which internally calls a webservice. When i try to add it to a webpart page i get below error.
    An error occurred while attempting to add the gallery item [Miscellaneous] AProject to the page. The error was: Microsoft.SharePoint.WebPartPages.WebPartPageUserException: The remote server returned an error: (500) Internal Server Error. ---> System.Net.WebException:
    The remote server returned an error: (500) Internal Server Error.    
     at System.Net.HttpWebRequest.GetResponse()    
     at Microsoft.SharePoint.Client.SPWebRequestExecutor.Execute()    
     at Microsoft.SharePoint.Client.ClientRequest.ExecuteQueryToServer(ChunkStringBuilder sb)    
     at Siemens.Energy.MSPDB.Custom.AddNewProject.AddNewProject.Page_Load(Object sender, EventArgs e)    
     at System.Web.UI.Control.LoadRecursive()    
     at System.Web.UI.Control.AddedControl(Control control, Int32 index)    
     at System.Web.UI.WebControls.WebParts.WebPartManager.WebPartManagerControlCollection.AddWebPartHelper(WebPart webPart)    
     at System.Web.UI.WebControls.WebParts.WebPartManager.WebPartManagerControlCollection.AddWebPart(WebPart webPart)    
     at Microsoft.SharePoint.WebPartPages.SPWebPartManager.AddWebPartWithRetry(WebPart webPart)    
     at Microsoft.SharePoint.WebPartPages.SPWebPartManager.AddWebPartInternal(SPSupersetWebPart superset, Boolean throwIfLocked)     -
     -- End of inner exception stack trace ---    
     at Microsoft.SharePoint.WebPartPages.SPWebPartManager.AddWebPartInternal(SPSupersetWebPart superset, Boolean throwIfLocked)    
     at Microsoft.SharePoint.WebPartPages.WebPartGallerySourceBase.AddItemToPage(WebPartZoneBase zone, Int32 zoneIndex, WebPart webPart)    
     at Microsoft.SharePoint.WebPartPages.WebPartGallerySourceBase.AddItemToPage(WebPartZoneBase zone, Int32 zoneIndex, WebPartGalleryItem item, String wpid)    
     at Microsoft.SharePoint.WebPartPages.WebPartAdder.System.Web.UI.IPostBackEventHandler.RaisePostBackEvent(String eventArgument)

    Hi Yogendra,
    Does your account has permission to call the WebService ? May be your webpart trying to show or bind the data from the Webservice which is not available to your webpart.
    Try to access the webservice in browser using your account and check the progress.
    Fiddler is the best friend and also suggest you to call webservice method inside the SPMonitoredScope block. 
    Murugesa Pandian | MCPD | MCTS | SharePoint 2010

  • Urgent: how to add dynamic page created by portal to your as a portlet in page

    i want to add a component i made by portal like dynamic page as a portlet into page in my application. please the answer is so important
    thanks

    HI,
    its easy to do.
    1.Create an application.
    2.Publish it as Application Provider.
    3.In that Application,create objects like dynamic pages,forms or report.
    4.Publish Dynamic page as a portlet.
    5.Create New Page or edit existing one.
    6.Click on add portlet tab and you will see ur dynamic page name in the portlet repository List.
    Thats it.
    null

  • How to deploy the Wikis, Blogs and Discussions Sample Portlets ?

    Hi all,
    I'm trying to deploy Wikis, Blogs and Discussions Sample Portlets located at
    http://www.oracle.com/technology/products/webcenter/release11_demos.html (the demo at the bottom).
    I've successfully, deployed the portlet to WebCenter Portlet service using JDeveloper 11.1.1.2.0.
    And I've successfully register the porlet proivder in 11g Portal.
    However, when I added the portlet to a new page, it returns error
    "Error: Could not get markup. The cookie or session is invalid or there is a runtime exception".
    I've recreated the page and refresh the screen. But still got the error.
    Anyone know what's going wrong?
    Thanks!
    Larry

    I found that the sample code has hard coded the WikiRemoteService to be
    http://localhost:7001/owc_wiki/services/WikiRemoteService
    Our environment use another port. After chaning the port number, both interfaces of Wiki and Blog (I just added the two portlets in to a Portal 11g Page) could be loaded. Also, I can create blog, blog entry, add comment via the Blog interface.
    However, Wiki portlet seems not working properly. The request I submit via the interface (e.g. show wiki) returns me error
    "The service does not appear to be responding. Please enter a valid url."
    Anybody has idea?
    Thanks.

  • Error while Adding the PlaceHolder to Home Page using Jdev,UCM

    Hi,
    I am Using UCM and Jdev 11g.
    I was creating a website using Oracle® Fusion Middleware Developer's Guide for Site Studio for External Applications
    11g Release 1 (11.1.1).
    I worked fine till creating the place Holder Definition , I was trying to add place holder to Home Page.
    In this step I did not get the property 'Switch Placeholder Definition Role' in the List when exploring the node WebSite.
    Plaese help me resolve this.

    Hi chris,
    Thank you for your response.
    I am using oracle db. It seems that it is trying to insert record into L10_Locale table while portlet is added into home page. Does the record go to L10_LOCALE while adding portlet.
    As per my knowledge, records goes to desktop,page and placement related tables while portlet is added.
    When i see the L10_LOCALE existing records, it has two 2 records.
    Encoding Language Country
    UTF-8 en US
    UTF-8 en
    you said that Locale for the title or description is too long... Is it for Portlet's title of locale ...?
    Then, what is the relation of title and this error ...
    Please clarify this ...?
    Regards,
    Senthil

  • Error when displaying proxy-to-portlet iViews from non-SAP content producer

    I'm trying to connect "Mercury PPM 7 portal" as Content producer with my "SAP Portal" (EP 7) as content consumer.
    Actually, two portlets have been defined within PPM7 (a checkbox "WSRP Compliance" is available during the portlet creation) and I want to display these two portlets within a page of my SAP Portal.
    The following steps were successfull :
    1- Define the two portlets within the producer portal
    2- Create the content producer using this type of webservice address "http://hostname:porNumber/dashboard/wsrp4jproducer.wsdl"
    3- Test the connection with the producer
    4- Register the consummer with the producer
    5- Create proxy-to-portlet iViews (WSRP) linked with the corresponding portlets and add these iViews to a page and this page to a portal role
    6- Associate my portal user with this new role
    But then each time i try to visualize these WSRP iViews the following error message appears :
    "Could not connect to content producer; make sure it is registered and verify connectivity using the consumer administration tools in the portal".
    Of course I test once again the connection using "System Administration->Federated Portal->Myself as Content Consumer->Manage My Producers" and the connection to the producer was successful.
    is there something else to configure ?
    what are the prerequisites for the content producer ?

    Since there were no explicit logs in the defaultTrace on the SAP server, I checked the logs of my Content producer.
    I then realize that the login used by the portal to communicate with the content producer is like "USER.CORP_LDAP.LOGIN".
    So I configure the content producer to authenticate the account "USER.CORP_LDAP.LOGIN" as a valid account.
    And then It works perfectly.

  • Add text in any working page using script

    Hi there,
    I am writing a script which creates a text frame and adds text in it. The problem is, I want to add some information below everytime on many documents. Instead of copying from other sources everytime, I thought of writing a scirpt which by clicking creates a text frame and puts text in that because it is the same for all. Now two issues:
    1) It is coming but in the first page. I need that in the working page, for example clicking that it should come in page 2 or 4 and not in the first page.
    2) The text has a word should be in quotes giving like that the script shows error. My example code is given below:
    var myDocument = app.activeDocument;
    var myTextFrame = myDocument.textFrames.add()
    myTextFrame.geometricBounds = ["11.2in", "8in","10.99in","0.5in"];
    myTextFrame.contents = "This is a "sample" text.
    Please try without quotes first. Without quotes for sample word it is coming in the first page. With quotes it shows error.
    What is the solution. 1) need to add on the current working page. 2) should also include a word within quotes.
    Help really appreciated!

    Hey Rohan,
    It did worked. GREAT.
    If you can give the solution for the second one, i.e. getting the text within the quotes, that will be a great help.
    As You and Ken said, I sent this to the scripting forum too. But as you have already got the first one, had a hope that you might get the other too.
    Thanks

  • Discussion Sample Portlets for WC Interaction

    Hi,
    Environment -
    ALUI 6.5 Portal , Oracle Wiki & Blog Server and Oracle Discussion ( Jive ) Servers + WCI Sample Porltes - all on the same Weblogic 10gR3 server.
    I am trying to consume the WCI ( Aqualogic Interaction ) Sample Portlets for Wiki&BLogs and Discussion available @
    http://download.oracle.com/otndocs/tech/webcenter/interaction/files/wci_scvs_portlets_wikiblog.zip
    http://download.oracle.com/otndocs/tech/webcenter/interaction/files/wci_scvs_portlets_discussions.zip
    I could get the Wiki & Blog Portlets successfully running , but the Discussion sample gives me the following message ( POST configuration )
    On the configuration (preference) for the portlet , I give the IP:Port and ViewMode=Forums
    URL = http://<I.P>:PORT      
    Category ID
    ForumID
    Thread ID
    Message ID
    Page Size      
    View Mode =     Forums
    Template
    On submitting the initial setup I get the response -
    "The service does not appear to be responding. Please enter a valid url."
    However my URL Pointing to the Webapplicaiton /WCDiscussions is correct .
    Any one who has got it working ??
    -regards
    reju

    I am also having problems with the Discussions sample portlet, my scenario is somewhat similar: created a sample portal with Workshop for WebLogic 10.3 and used the embedded WebLogic Server 10g3 to run the portal. The Wiki & Blog portlets work fine, but the Discussions portlet prompts:
    The category null is not valid. Please enter a valid category or leave blank. If I try to enter a valid category number, I get the same error with the category number I entered (e.g. "The category 2 is not valid"). The discussion server is running and I can access the forums directly via a web browser without problems.
    Is this a problem with the sample portlet? Has anyone successfully used it?

  • Is it possible to add a JSFF to a page programmatically without Task Flows?

    My use case is this: My application does not use task flows. If a value returned from the database is 0, I am creating a UIComponent and adding it to a PanelGroup on a page. If the value returned is 1, I need a way to programatically add a JSFF to the page. So, that means I cannot define the JSFF on the page with a <jsp:include... />.
    The closest solution I have found so far is to use af:declarativeComponent, but when attempting to create this component via the ADF Faces API, I find that there is a method for getViewId, but not for setViewId, meaning I cannot add the JSFF to the declarativeComponent and in turn add the DC to the PanelGroup.
    Thanks.

    Frank,
    I stand corrected on utilizing a Task Flow. After some learning on my end, Task Flows and Regions appear to be a solution for my requirement.
    I created a dynamic task flow (jsff), dropped it on the jspx page to create a region and it executed successfully.
    Now that I know drag and drop works for this task flow, I am attempting to add the region to the page at runtime. Here is the code I am using:
    private void ProcessEmailUpdateFragment(String id, FlexContent fc) {
    RichRegion rr = new RichRegion();
    // this is the tag created via drag and drop: <af:region value="#{bindings.dynamicRegion1.regionModel}" id="r1"/>
    FacesContext facesContext = FacesContext.getCurrentInstance();
    ExpressionFactory elFactory = facesContext.getApplication().getExpressionFactory();
    ELContext elContext = facesContext.getELContext();
    ValueExpression valueExp = elFactory.createValueExpression(elContext, "#{bindings.taskflowdefinition1.regionModel}", Object.class);
    RegionModel model = (RegionModel)valueExp.getValue(elContext);
    rr.setRegionModel(model);
    rr.setId("r" + id);
    rr.setValue(model);
    FlexUIContainer.add(rr);
    }Here is the error I am receiving:
    <UIXRegion> <getRegionModel>
    java.lang.IllegalStateException: The "value" attribute on a region component with id "r0" was null or not specified thus its RegionModel is null. Now using an empty RegionModel instead.
         at oracle.adf.view.rich.component.fragment.UIXRegion.getRegionModel(UIXRegion.java:455)
         at oracle.adf.view.rich.component.fragment.UIXRegion._beginInterruptibleRegion(UIXRegion.java:682)
         at oracle.adf.view.rich.component.fragment.UIXRegion.encodeBegin(UIXRegion.java:279)
         at javax.faces.component.UIComponent.encodeAll(UIComponent.java:928)I do not see any references to this error anywhere online and was hoping you could provide a bit of guidance. Initially, I only was setting the RichRegion Id and RegionModel, then when I received the above error, I set the Value, with no change.
    Thanks,
    MattC
    UPDATE: The reason for the error is that the model object is null...looking into it now.
    Edited by: MattC on Jan 17, 2012 5:27 PM
    UPDATE: Copy/paste error. EL needed to be #{bindings.dynamicRegion1.regionModel}, not #{bindings.taskflowdefinition1.regionModel} (copied from example). Now I have encountered an additional error, which I believe may reveal I have reached a dead end:
    <PropertyKey> <saveValue> Unserializable value:oracle.adf.controller.internal.binding.DCTaskFlowBinding$InnerTaskFlowRegionModel@3694d537 for key:UINodePropertyKey[value,14]In this post from 3 years back, you wrote that a use case that resulted in this same error was not supported: insert a region programatically
    It appears this may still the case. Either way, I was hoping you would provide additional insight.
    Thanks.
    Edited by: MattC on Jan 17, 2012 5:49 PM
    I am running JDev 11.1.1.5
    Edited by: MattC on Jan 18, 2012 9:05 AM

Maybe you are looking for

  • Connecting to an Oracle database after clicking on a foi

    Does anyone know how or have any examples on how to connect to an oracle database after clicking on a 'feature of interest' in MapViewer? I want to be able to click on a 'feature of interest' on the map, and have a list of records from an oracle tabl

  • IPod Won't Sync After Updating to iTunes 10

    Whenever I click sync to add the music that I purchased in the online store, it says that it is syncing the ipod, but then stops and then loads on the ipod screen for it being okay to disconnect. I've reinstalled itunes 10, tried itunes 8 (wouldnt wo

  • Error in Message Status in SAPBC

    Hi All: We are using SAPBC as our middleware for communication between SAP and external billing application. We are trying to send PO in the form of IDocs (ORDERS) from SAP to the external application through SAPBC. The message type ORDERS in SAPBC h

  • Sync Settings works on the Mac, but not in Windows

    On my Mac (Mountain Lion), the Sync Settings screen in Preferences is bright-eyed and bushy-tailed. I can choose any of the options. But on my Windows 8.1 machine, the Sync Settings options are all checked, but grayed-out. The Sync Now button is also

  • Multiple templates one document

    How do I insert multiple templates in a single document?