Limitations on URL Template?

I'd like to use the following URL template:
/?from={fromYYYY}-{fromMM}-{fromDD}&to={toYYYY}-{toMM}-{toDD}
So that I the public URL can be something like
..../?from=2015-01-01&to=2015-01-15
And I can rewrite that date for the backend service.
However, I get "URL Template is invalid"
Tried all sorts of things, but in the end the question is: what are the limitations on the format of the URL Template?
(or perhaps: am I making an obvious mistake...?)
Many thanks!

Hi,
Could you show us with the detailed error message? Which bad request response content do you received? The detailed error message will help us to further look at this issue. I have tried to reproduce this issue, however I get 200 ok response, everything
works fine on my side, please check your steps with this article: http://azure.microsoft.com/en-gb/documentation/articles/api-management-get-started/
Best Regards,
Jambor
We are trying to better understand customer views on social support experience, so your participation in this interview project would be greatly appreciated if you have time. Thanks for helping make community forums a great place.
Click
HERE to participate the survey.

Similar Messages

  • Problem weblogic 9.2 with quartz and log4j : url-template-config.xml

    Hello,
    I configure a Servlet Quartz to run when WebLogic 9.2 starts, but i have an exception, here is my log :
    2009-04-15 11:52:52,424 ERROR Logger.error(): Exception while loading URL templates, /WEB-INF/url-template-config.xml
    Throwable: javax.servlet.ServletException: error: The document is not a url-template-config: document element namespace mismatch expected "" got "http://www.bea.com/servers/weblogic/url-template-config/8.0"
    Stack Trace:
    javax.servlet.ServletException: error: The document is not a url-template-config: document element namespace mismatch expected "" got "http://www.bea.com/servers/weblogic/url-template-config/8.0"
         at org.apache.beehive.netui.core.urltemplates.URLTemplatesFactory.getTemplates(URLTemplatesFactory.java:131)
         at org.apache.beehive.netui.core.urltemplates.URLTemplateDescriptor.load(URLTemplateDescriptor.java:133)
         at org.apache.beehive.netui.pageflow.PageFlowContextListener.performInitializations(PageFlowContextListener.java:102)
         at org.apache.beehive.netui.pageflow.PageFlowActionServlet.init(PageFlowActionServlet.java:120)
         at com.bea.console.internal.ConsoleActionServlet.init(ConsoleActionServlet.java:185)
         at javax.servlet.GenericServlet.init(GenericServlet.java:256)
         at weblogic.servlet.AsyncInitServlet.initDelegate(AsyncInitServlet.java:94)
         at weblogic.servlet.AsyncInitServlet.init(AsyncInitServlet.java:78)
         at weblogic.servlet.internal.StubSecurityHelper$ServletInitAction.run(StubSecurityHelper.java:276)
         at weblogic.security.acl.internal.AuthenticatedSubject.doAs(AuthenticatedSubject.java:321)
         at weblogic.security.service.SecurityManager.runAs(SecurityManager.java:121)
         at weblogic.servlet.internal.StubSecurityHelper.createServlet(StubSecurityHelper.java:68)
         at weblogic.servlet.internal.StubLifecycleHelper.createOneInstance(StubLifecycleHelper.java:58)
         at weblogic.servlet.internal.StubLifecycleHelper.<init>(StubLifecycleHelper.java:48)
         at weblogic.servlet.internal.ServletStubImpl.prepareServlet(ServletStubImpl.java:493)
         at weblogic.servlet.internal.WebAppServletContext.preloadServlet(WebAppServletContext.java:1688)
         at weblogic.servlet.internal.WebAppServletContext.loadServletsOnStartup(WebAppServletContext.java:1665)
         at weblogic.servlet.internal.WebAppServletContext.preloadResources(WebAppServletContext.java:1585)
         at weblogic.servlet.internal.WebAppServletContext.start(WebAppServletContext.java:2678)
         at weblogic.servlet.internal.WebAppModule.startContexts(WebAppModule.java:874)
         at weblogic.servlet.internal.WebAppModule.start(WebAppModule.java:326)
         at weblogic.application.internal.flow.ModuleListenerInvoker.start(ModuleListenerInvoker.java:114)
         at weblogic.application.internal.flow.ModuleStateDriver$3.next(ModuleStateDriver.java:204)
         at weblogic.application.utils.StateMachineDriver.nextState(StateMachineDriver.java:26)
         at weblogic.application.internal.flow.ModuleStateDriver.start(ModuleStateDriver.java:60)
         at weblogic.application.internal.flow.StartModulesFlow.activate(StartModulesFlow.java:25)
         at weblogic.application.internal.BaseDeployment$2.next(BaseDeployment.java:640)
         at weblogic.application.utils.StateMachineDriver.nextState(StateMachineDriver.java:26)
         at weblogic.application.internal.BaseDeployment.activate(BaseDeployment.java:252)
         at weblogic.application.internal.DeploymentStateChecker.activate(DeploymentStateChecker.java:154)
         at weblogic.deploy.internal.targetserver.AppContainerInvoker.activate(AppContainerInvoker.java:80)
         at weblogic.deploy.internal.targetserver.BasicDeployment.activate(BasicDeployment.java:176)
         at weblogic.deploy.internal.targetserver.BasicDeployment.activateFromServerLifecycle(BasicDeployment.java:347)
         at weblogic.management.deploy.internal.DeploymentAdapter$1.activate(DeploymentAdapter.java:50)
         at weblogic.management.deploy.internal.AppTransition$2.transitionApp(AppTransition.java:30)
         at weblogic.management.deploy.internal.ConfiguredDeployments.transitionApps(ConfiguredDeployments.java:232)
         at weblogic.management.deploy.internal.ConfiguredDeployments.activate(ConfiguredDeployments.java:168)
         at weblogic.management.deploy.internal.ConfiguredDeployments.deploy(ConfiguredDeployments.java:122)
         at weblogic.management.deploy.internal.DeploymentServerService.resume(DeploymentServerService.java:173)
         at weblogic.management.deploy.internal.DeploymentServerService.start(DeploymentServerService.java:89)
         at weblogic.t3.srvr.SubsystemRequest.run(SubsystemRequest.java:64)
         at weblogic.work.ServerWorkManagerImpl$WorkAdapterImpl.run(ServerWorkManagerImpl.java:518)
         at weblogic.work.ExecuteThread.execute(ExecuteThread.java:207)
         at weblogic.work.ExecuteThread.run(ExecuteThread.java:179)
    Caused by: org.apache.xmlbeans.XmlException: error: The document is not a url-template-config: document element namespace mismatch expected "" got "http://www.bea.com/servers/weblogic/url-template-config/8.0"
         at org.apache.xmlbeans.impl.store.Locale.verifyDocumentType(Locale.java:449)
         at org.apache.xmlbeans.impl.store.Locale.autoTypeDocument(Locale.java:354)
         at org.apache.xmlbeans.impl.store.Locale.parseToXmlObject(Locale.java:1270)
         at org.apache.xmlbeans.impl.store.Locale.parseToXmlObject(Locale.java:1254)
         at org.apache.xmlbeans.impl.schema.SchemaTypeLoaderBase.parse(SchemaTypeLoaderBase.java:345)
         at org.apache.beehive.netui.core.urltemplates.schema.UrlTemplateConfigDocument$Factory.parse(Unknown Source)
         at org.apache.beehive.netui.core.urltemplates.DefaultURLTemplateFileParser.parse(DefaultURLTemplateFileParser.java:34)
         at org.apache.beehive.netui.core.urltemplates.URLTemplatesFactory.getTemplates(URLTemplatesFactory.java:118)
         ... 43 more
    The problem may be a conflict with the different version. My versions are quartz-1.6.0.jar, log4j-1.2.15.jar.
    When i rename the file url-template-config.xml i don't have this exception but just a log4j Warning but i don't know if it's not dangerous for my application (run with WebLogic 9.2) if i rename this file.
    Can you give me a solution to remove this exception or tell me if rename this file it's not dangerous ?
    Thank you,
    MH.

    url-template-config.xml is part of Apache Beehive. This file is used to provide a template mechanism for URL's. Is your application using Apache Beehive purposefully?
    http://beehive.apache.org/docs/1.0.2/netui/apidocs/javadoc/org/apache/beehive/netui/core/urls/URLRewriterService.html
    If not, you may have inadvertently added a reference to Apache Beehive when you created the application and now there are references to the Apache Beehive shared libraries in either weblogic-applicaiton.xml or weblogic.xml

  • Url-template-config Error Deploying app in WLS9.1

    I am trying to deploy my application in WLS9.1 and using jdk1.5.0_08. I am getting url-template-config error. There is this file "url-template-config.xml"at
    \weblogic91\server\lib\consoleapp\webapp\WEB-INF which is where this error arises and inside that file the schema definition is:
    <url-template-config
    xmlns="http://www.bea.com/servers/weblogic/url-template-config/8.0"
    xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
    xsi:schemaLocation="http://www.bea.com/servers/weblogic/url-template-config/8.0 url-template-config.xsd">
    Why is weblogic 9.1 using a 8.0 defined template and is this the main problem? Please do help me out.
    -Thanks

    Hi
    Did you get solution for url-template-config issue with weblogic 9.1 . Iam also getting the same error
    15:23:22,531 [[ACTIVE] ExecuteThread: '1' for queue: 'weblogic.kernel.Default (self-tuning)'] ERROR URLTemplateDescriptor:152
    - Exception while loading URL templates, /WEB-INF/url-template-config.xml
    Throwable: javax.servlet.ServletException: error: The document is not a url-template-config: document element namespace mismat
    ch expected "" got "http://www.bea.com/servers/weblogic/url-template-config/8.0"
    Stack Trace:
    javax.servlet.ServletException: error: The document is not a url-template-config: document element namespace mismatch expected
    "" got "http://www.bea.com/servers/weblogic/url-template-config/8.0"
    at org.apache.beehive.netui.core.urltemplates.URLTemplatesFactory.getTemplates(URLTemplatesFactory.java:131)
    at org.apache.beehive.netui.core.urltemplates.URLTemplateDescriptor.load(URLTemplateDescriptor.java:133)
    at org.apache.beehive.netui.pageflow.PageFlowContextListener.performInitializations(PageFlowContextListener.java:102)
    at org.apache.beehive.netui.pageflow.PageFlowActionServlet.init(PageFlowActionServlet.java:120)
    at com.bea.console.internal.ConsoleActionServlet.init(ConsoleActionServlet.java:185)
    at javax.servlet.GenericServlet.init(GenericServlet.java:256)
    at weblogic.servlet.AsyncInitServlet.initDelegate(AsyncInitServlet.java:94)
    at weblogic.servlet.internal.WebAppServletContext$AsyncInitRequest.run(WebAppServletContext.java:1641)
    at weblogic.work.ServerWorkManagerImpl$WorkAdapterImpl.run(ServerWorkManagerImpl.java:518)
    at weblogic.work.ExecuteThread.execute(ExecuteThread.java:207)
    at weblogic.work.ExecuteThread.run(ExecuteThread.java:179)
    Please let me knwo
    Thanks
    Binu

  • WSRP URL Template issue

    We are having trouble with our WSRP producer registraion. We have a cluster with six managed servers and proxy plug-in hence our configuration for cluster is:
    --> A cluster with six managed servers {ms1 thru ms6}
    --> A SunOne webserver with proxy plug-in to load balance the request
    when we try registering the producers using
    https://[web sever]:443/[app context root]/producer?wsdl
    we get service URLs
    with http://[managed server 1]/[app context root]:[non ssl server listen port]/[service]
    our URL templates have hardcoded port to 443. I am not sure what is happening. We have weblogic portal 10.3 running on Linux.

    Hello again Naman,
    There is one other quick and easy solution to your problem. If you hit the WSDL URL of one of the producers yourself in a browser and save the resulting XML to a file, you can hand-edit the service URLs to specifically point to your load-balancer. Put this modified file on a web server (such as the load balancer, but it doesn't really matter) within your cluster so that you can access it with a normal HTTP URL. Then when you register your producers with your consumers, use the URL to this hand-edited file as the WSDL URL, and everything should work.
    The only downside to this approach (rather than having the load balancer dynamically re-write the service URLs within the WSDL) is that if you upgrade to a newer version of WLP with more service URLs, you would need to re-create your hand-edited WSDL file. On the plus side, having a static file for the WSDL will be slightly faster than having the load balancer rewrite the URLs within the WSDL.
    Kevin

  • How to pass parameters in url templates

    hi all,
    i've created an iview which calls yahoomail url,i need to pass user-id and password through parameters, such that i can personalize my id and password using personalize option to see my yahoo mail box in the iview.so, plzz give me a solution for the above problem,

    Hi Gnanadeva
    It is more simpler to use the App integrator to integrate web applications into the Portal than create a URL iView and the pass the parameter. Because in case of a URL iView you will need to define an HTTP System to Pass your parameters but then it doesnt seem to work even if the URL paarmeters are specified.
    You will find the .PAR file that can be used as thesystem template as well as the document for using the App Integrator from the link provided by Praveen.
    Download the File and import the .PAR file into your portal (go to System Administration -> Support -> Portal Runtime -> Administration Console -> Archive Uploader and upload the .PAR file). Create a system based on this template as mentioned in the Document and create the iView based on this System.
    Hope that helps
    Best Regards
    Priya

  • URL Mapping template

    can anybody send me the url template fraction for user mapping, to integrate yahoomail into EP.
    Message was edited by:
            suresh kumar

    Hi Swetha,
    > have used user=<MappedUser>&password=<MappedPassword>
    > for the user mapping template and URL template as
    > <System.protocol>://<System.server><System.uri>?
    > <Authentication>
    That's the way it is meant to work...
    > in the url template I am not sure, kindly help
    Why don't you just read the documentation? To quote from it: "The tag <Authentication> returns the result of either the <UserMappingTemplate> or the <SSO2Template> according to the following rule ... " - just as you have done it.
    > Useful answers will be rewarded
    Hope it helps
    Detlev

  • Configuring SSO to a URL iView

    hi everyone......
    i'm relatively new to EP....
    and my requirement is.....
    i've created a URL iView and when i logon to the portal.....i need my <b>yahoo or gmail inbox</b> to appear in this URL iView.....
    i read frm a thread that i need to confgure SSO for this by creating a system....
    can u plz guide me how to configure SSO and also the usermapping.......
    help is highly appreciated....
    thanks and regards,
    Sudheer

    Hi Sudheer,
    Please Ensure The following:
    SSO with Yahoo:
    UPLOAD:
    1.Upload the par in PCD
    SYSTEM CREATION:
    1)Create ->System from par -> select com.sap.portal.howtos.webapp -> web application->give name & Id
    2)Properties-->object->system definition
           Name of the server : login.yahoo.com
           Port : (empty)
           URI :/config/login
    3)create alias
    4)set user Mapping
    IVIEW CREATION:
    1)Iview from par
    2)Iview type:com.sap-appintegrator.sap
    3)template:generic
    4)Properties Setting:
         System : (system alias name )
         URL Template :<System.protocol>://<System.server><System.uri>?<Authentication>
         URL Template fragment for UserMapping: <System.protocol>://<System.server><System.uri>?<Authentication>
    Regards,
    Ramganesan K.

  • Dynamic URL value at runtime

    Hi,
    We have created an iView of type "com.sap.portal.appintegrator.sap".
    In URL template property we have set the following value:
    <System.protocol>://<System.server>:<System.port><System.uri>?parameter=value&parameter=value&...
    That's to say, it is a dynamic URL that is built at runtime.
    My question is: How can we find out the value of URL when we preview the iView, that is, the URL value at runtime?
    Helpful answers will be rewarded!!
    Thanks in advance,
    Samantha.

    Hi Samantha,
    If I am understanding the issue properly.
    the solution is:
    there is no way you can get the url for iView.
    You need to assign the iView to Role. and assign it to a user.
    When you open the iView then from title bar select Add to Favorites, this will save it in the Browser favorites and when you go to the link and see the properties you get the Short URL.
    In Portal terminology the Dynamic URL is called Short URL.
    And to find the short url navigate to
    System Administration->Navigation-> Short URLs
    Hope this helps you.
    Pramod
    -award points if helpful

  • How to remove bullets and spacing for url links in the Related Links iview?

    I tried to look for a property that I can edit the look-n-feel of the url links in the Related Link iView using "Theme Editor".
    All I need is to remove the bullets and increase some vertical spacing between the links.
    Currently, it looks like this:
    URL iView A
    URL Iview B
    I go through the whole section of Related Links properties, none of them seems to do what I want.
    Here are the list of properties in Related Link section (of Navigation Panel):
    Link Color
    Text Decoration of Link
    Hover Color
    Text Decoration of Hovered Link
    Initially, I thought "Text Decoration of Link" should be the right property I should look at. But there are a drop-down with 5 options: None, Underline, Blinking, Overline and Line-Through, which really can't achieve what I want.
    Thanks for advice.
    Kent
    Post with Diagram Illustration:
    <a href="http://sapnetweaverforum.blogspot.com/2006/11/how-to-remove-bullets-and-spacing-for.html">How to remove bullets and spacing for url links in the Related Links iview?</a>
    Message was edited by: Kent C.

    Hi, Kai.
    I checked the Related iView properties (URL Template), I don't see what layoutset it is really using. I am not sure, is that a layout set apply to the Related Link Iview?
    For the regular KM iView, I will see what Layout Set I want to apply, then I can go and change the properties (of layout coontroller, collection renderer & resource renderer)you mentioned. But for this Related Link iView, I really don't know. I guess it may be in the code itself.
    If there is a layout set for Related Link iView (or the place to apply layout set to it), can you point to me which one is that? (I did a search through the layout set names, I only find the AppQuicklinkExplorer (I used this for Dynamic Nav. Link iView before), if I can aply this layout set to Related Link iView, my problem will be solved.)
    Thanks for help.
    Kent

  • TEMPLATE.fmb - no fields show up

    Hi,
    I'm trying to develop a custom form but having trouble with the template.
    1. Copy template to my directory in Unix and compile.
    2. I run it through the applications but no fields show up on the template. Is this normal? I don't think it is but I haven't created a new form from the template in a couple of years.
    3. Messing around with the form I removed the sub-class and was able to get a couple of fields to display but I changed so many things I don't seem to be able to duplicate. And I really want to be able to use the standard sub-classes which still didn't work when I set the fields manually.
    Thanks for any help.
    Andy
    Additional information:
    I've also concluded that when I compile an existing form FNDSCAPP.fmb errors occur so it is not limited to the template.fmb.
    See error below, there was only one. Any ideas as to what would cause this?
    Compiling PRE-INSERT trigger on APPLICATION data block...
    No compilation errors.
    Compiling PRE-QUERY trigger on APPLICATION data block...
    Compilation error on PRE-QUERY trigger on APPLICATION data block:
    PL/SQL ERROR 49 at line 1, column 5
    bad bind variable 'parameter.g_query_find'
    PL/SQL ERROR 49 at line 1, column 5
    bad bind variable 'parameter.g_query_find'
    PL/SQL ERROR 49 at line 3, column 3
    bad bind variable 'parameter.g_query_find'
    Compiling PRE-UPDATE trigger on APPLICATION data block...
    No compilation errors.
    Message was edited by:
    Andy123

    Oracle Forms is a tool (somewhat like Visual Basic in appearance, but the code inside is PL/SQL) which allows a developer to quickly create user-interface applications which access an Oracle database in a very efficient and tightly-coupled way. It was originally developed to run server-side in character mode on any Unix box, before Windows existed. It was then ported to Windows to function in a client-server environment. Recent versions have been ported to Java. It now runs in a J2EE container and can integrate with Java and web services.

  • How to remove duplicate template names in central admin - Sharepoint 2013

    Hi Guys,
    I can see some duplicate site templates in central admin (SharePoint 2013).
    How can i remove it? Please help me out on this.
    Regards,
    Krishna

    Hello,
    As there are many duplicate templates you could try below two steps.
    1) Find the templates :
    # Find the template name of SharePoint site using PowerShell
    $web = Get-SPweb <Site Url>
    Write-host “Web Template:”
    $web.WebTemplate ” | Web Template ID:”
    $web.WebTemplateId
    $web.Dispose()
    # To get a list of all web templates, use the following PowerShell code
    function Get-SPWebTemplateWithId
         $templates =
    Get-SPWebTemplate | Sort-Object "Name"
         $templates |
    ForEach-Object {
    $templateValues = @{
         "Title" =
    $_.Title
         "Name" =
    $_.Name
         "ID" =
    $_.ID
         "Custom" =
    $_.Custom
         "LocaleId" =
    $_.LocaleId
    New-Object PSObject -Property
    $templateValues | Select @("Name","Title","LocaleId","Custom","ID")
    Get-SPWebTemplateWithId | Format-Table
    2) Remove the ones you want to
    $templateTitle = "TitleOfTemplateToBeZapped"
      $site = Get-SPSite <Site coll url>
      $templates = $site.GetWebTemplates(1033)
    #lcid, 1033 = U.S.    $badTemplate
    = $templates | where { $_.Title
    -eq $templateTitle }
      if ($badTemplate
    -ne $null) {
        # the hidden feature Id is the first part of the template 
        #    name for custom web templates
        $id = $badTemplate.Name.substring(0,
    $badTemplate.Name.IndexOf("#"))
        $badId = [System.Guid]($id)
        $site.Features.Remove($badId)
        write-output "Template '$templateTitle' has been removed"
    } else {
        write-output "No template was found with the title of '$templateTitle'"
      $site.Dispose()

  • How to shorten WebCenter Portal URL

    Hi everyone.
    I'm developing webcenter portal application and I face to problem with unfriendly URL. Previously, I can use URL compression and URL template on WebLogic Portal. But, when switch to WebCenter Portal, I cannot found any solution to compress/shorten the URL. So that, many problems occured with very very long URL (larger than maximum limit filepath of filesystem, larger than 1024 character). So, have you ever tried to do it ? Can you give me some instruction ?
    Any suggestion is appreciated :)
    Regards.
    Cuong Pham

    As far as I know, there is no real solution. Oracle ADF uses the parameters that are part of the URL.
    Have a read here:
    WebCenter Spaces Pretty URL Question
    https://groups.google.com/d/msg/webcenter-emg/sy0yUiKMngo/RedHIsbJm24J

  • URL IView - how to use local URL

    Hi all,
    in my CE 7.11 system I need to create a URL iview which references a local url such as:
    http://CEHOST:CEPORT/<myApplication>.html
    I must reference it as a local url, cannot use copy/paste from PCD since it's not a WDJ or portlet.
    My question is:
    how do I configure an url iview to reference a local url?
    E.g. should I reference the whole URL or just the <myApplication>.html part?
    How do I configure authentication?
    Thanks, regards
    Vincenzo

    You can try using com.sap.portal.appintegrator.sap.Generic component ?
    Use URL Template property with value : <Request.Protocol>://  <Request.ServerPort>/<your application name>.html
    or
    just give /<your application name>.html
    Regards,
    Mahesh

  • Dynamic AppIntegrator URL Teamplate

    Is there any way that we can dynamically specify a URL Template at runtime?
    Thank you,
    Mina

    Hi,
    I have tested the interface mapping and Message mapping. They seem to bring in the correct URL dynamically but during runtime its been sent to another URL.
    Please advise.
    Teresa

  • Javax.el.ELException: Function 'templates:getFileContents'

    getting following error with "contentpresenter" portal.
    javax.el.ELException: Function 'templates:getFileContents' specifies 2 params, but 1 were declared
    weblogic portal starts without any error. here is the start log. FYI, I am using Solaris Operating System.
    Is there a quick fix?
    ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
    ./startWebLogic.sh
    JAVA Memory arguments: -Xms256m -Xmx768m -XX:CompileThreshold=8000 -XX:PermSize=128m -XX:MaxPermSize=192m
    WLS Start Mode=Development
    CLASSPATH=:/export/appservers/wls103/patch_wlw1030/profiles/default/sys_manifest_classpath/weblogic_patch.jar:/export/appservers/wls103/patch_wls1030/profiles/default/sys_manifest_classpath/weblogic_patch.jar:/export/appservers/wls103/patch_wlp1030/profiles/default/sys_manifest_classpath/weblogic_patch.jar:/export/appservers/wls103/patch_cie670/profiles/default/sys_manifest_classpath/weblogic_patch.jar:/export/appservers/wls103/jdk160_05/lib/tools.jar:/export/appservers/wls103/wlserver_10.3/server/lib/weblogic_sp.jar:/export/appservers/wls103/wlserver_10.3/server/lib/weblogic.jar:/export/appservers/wls103/modules/features/weblogic.server.modules_10.3.0.0.jar:/export/appservers/wls103/wlserver_10.3/server/lib/webservices.jar:/export/appservers/wls103/modules/org.apache.ant_1.6.5/lib/ant-all.jar:/export/appservers/wls103/modules/net.sf.antcontrib_1.0.0.0_1-0b2/lib/ant-contrib.jar:::/export/appservers/wls103/wlserver_10.3/common/eval/pointbase/lib/pbembedded57.jar:/export/appservers/wls103/wlserver_10.3/common/eval/pointbase/lib/pbclient57.jar:/export/appservers/wls103/wlserver_10.3/server/lib/xqrl.jar:/export/appservers/wls103/wlserver_10.3/server/lib/xquery.jar:/export/appservers/wls103/wlserver_10.3/server/lib/binxml.jar:
    PATH=/export/appservers/wls103/wlserver_10.3/server/bin:/export/appservers/wls103/modules/org.apache.ant_1.6.5/bin:/export/appservers/wls103/jdk160_05/jre/bin:/export/appservers/wls103/jdk160_05/bin:.:/export/ecperf/ecperf/ant/bin:/export/appservers/wls103/jdk160_05/bin:/usr/bin:/usr/sbin:/export/appservers/wls103/wlserver_10.3/server/native/solaris/sparc:/usr/ucb:/usr/ccs/bin:/export/local/bin:/export/ecperf/bin:/export/databases/oracle10g/bin:/usr/bin::/usr/local/bin:/modules/org.apache.ant_1.6.5/bin:/usr/local/bin:/export/appservers/wls103/modules/org.apache.ant_1.6.5/bin
    * To start WebLogic Server, use a username and *
    * password assigned to an admin-level user. For *
    * server administration, use the WebLogic Server *
    * console at http://hostname:port/console *
    starting weblogic with Java version:
    Cleaning up license and uid files
    rm: Unable to remove directory /export/appservers/wls103/wlportal_10.3/content-mgmt/thirdparty/autonomy-wlp10/solaris/HTTPFetch/license: File exists
    Starting solaris/IDOLserver/DiSH/AutonomyDiSH.exe
    Autonomy engine started.
    Listening for transport dt_socket at address: 8453
    java version "1.6.0_05"
    Java(TM) SE Runtime Environment (build 1.6.0_05-b13)
    Java HotSpot(TM) Client VM (build 10.0-b19, mixed mode)
    Starting WLS with line:
    /export/appservers/wls103/jdk160_05/bin/java -client -Xdebug -Xnoagent -Xrunjdwp:transport=dt_socket,address=8453,server=y,suspend=n -Djava.compiler=NONE -Xms256m -Xmx768m -XX:CompileThreshold=8000 -XX:PermSize=128m -XX:MaxPermSize=192m -Xverify:none -ea -da:com.bea... -da:javelin... -da:weblogic... -ea:com.bea.wli... -ea:com.bea.broker... -ea:com.bea.sbconsole... -Dplatform.home=/export/appservers/wls103/wlserver_10.3 -Dwls.home=/export/appservers/wls103/wlserver_10.3/server -Dweblogic.home=/export/appservers/wls103/wlserver_10.3/server -Dweblogic.wsee.bind.suppressDeployErrorMessage=true -Dweblogic.wsee.skip.async.response=true -Dweblogic.management.discover=true -Dwlw.iterativeDev=true -Dwlw.testConsole=true -Dwlw.logErrorsToConsole=true -Dweblogic.ext.dirs=/export/appservers/wls103/patch_wlw1030/profiles/default/sysext_manifest_classpath:/export/appservers/wls103/patch_wls1030/profiles/default/sysext_manifest_classpath:/export/appservers/wls103/patch_wlp1030/profiles/default/sysext_manifest_classpath:/export/appservers/wls103/patch_cie670/profiles/default/sysext_manifest_classpath:/export/appservers/wls103/wlportal_10.3/p13n/lib/system:/export/appservers/wls103/wlportal_10.3/light-portal/lib/system:/export/appservers/wls103/wlportal_10.3/portal/lib/system:/export/appservers/wls103/wlportal_10.3/info-mgmt/lib/system:/export/appservers/wls103/wlportal_10.3/analytics/lib/system:/export/appservers/wls103/wlportal_10.3/apps/lib/system:/export/appservers/wls103/wlportal_10.3/info-mgmt/deprecated/lib/system:/export/appservers/wls103/wlportal_10.3/content-mgmt/lib/system -Dweblogic.alternateTypesDirectory=/export/appservers/wls103/wlportal_10.3/portal/lib/security -Dweblogic.Name=portalServer -Djava.security.policy=/export/appservers/wls103/wlserver_10.3/server/lib/weblogic.policy weblogic.Server
    Listening for transport dt_socket at address: 8453
    <Jul 8, 2009 1:36:06 PM PDT> <Notice> <WebLogicServer> <BEA-000395> <Following extensions directory contents added to the end of the classpath:
    /export/appservers/wls103/wlportal_10.3/analytics/lib/system/analytics_sys.jar:/export/appservers/wls103/wlportal_10.3/apps/lib/system/groupspace_system.jar:/export/appservers/wls103/wlportal_10.3/content-mgmt/lib/system/content_system.jar:/export/appservers/wls103/wlportal_10.3/info-mgmt/deprecated/lib/system/commerce_system.jar:/export/appservers/wls103/wlportal_10.3/info-mgmt/lib/system/wlp-schemas.jar:/export/appservers/wls103/wlportal_10.3/info-mgmt/lib/system/wlp_content_system.jar:/export/appservers/wls103/wlportal_10.3/info-mgmt/lib/system/wps_system.jar:/export/appservers/wls103/wlportal_10.3/light-portal/lib/system/netuix_common.jar:/export/appservers/wls103/wlportal_10.3/light-portal/lib/system/netuix_schemas.jar:/export/appservers/wls103/wlportal_10.3/light-portal/lib/system/netuix_system.jar:/export/appservers/wls103/wlportal_10.3/light-portal/lib/system/wsrp-client.jar:/export/appservers/wls103/wlportal_10.3/light-portal/lib/system/wsrp-common.jar:/export/appservers/wls103/wlportal_10.3/p13n/lib/system/p13n-schemas.jar:/export/appservers/wls103/wlportal_10.3/p13n/lib/system/p13n_common.jar:/export/appservers/wls103/wlportal_10.3/p13n/lib/system/p13n_system.jar:/export/appservers/wls103/wlportal_10.3/p13n/lib/system/wlp_services.jar:/export/appservers/wls103/wlportal_10.3/portal/lib/system/netuix_system-full.jar>
    <Jul 8, 2009 1:36:08 PM PDT> <Info> <WebLogicServer> <BEA-000377> <Starting WebLogic Server with Java HotSpot(TM) Client VM Version 10.0-b19 from Sun Microsystems Inc.>
    <Jul 8, 2009 1:36:08 PM PDT> <Info> <Management> <BEA-141107> <Version: WebLogic Server Temporary Patch for CR376251 Wed Aug 06 09:19:34 PDT 2008
    WebLogic Server Temporary Patch for CR371247 Sat Aug 09 20:10:38 PDT 2008
    WebLogic Server Temporary Patch for CR377673 Tue Aug 12 20:39:50 EDT 2008
    WebLogic Server Temporary Patch for CR377673 Tue Aug 12 20:39:50 EDT 2008
    WebLogic Server Temporary Patch for CR376759 Thu Aug 14 14:53:02 PDT 2008
    WebLogic Server 10.3 Fri Jul 25 16:30:05 EDT 2008 1137967 >
    <Jul 8, 2009 1:36:19 PM PDT> <Notice> <WebLogicServer> <BEA-000365> <Server state changed to STARTING>
    <Jul 8, 2009 1:36:19 PM PDT> <Info> <WorkManager> <BEA-002900> <Initializing self-tuning thread pool>
    <Jul 8, 2009 1:36:20 PM PDT> <Notice> <Log Management> <BEA-170019> <The server log file /export/appservers/wls103/wlportal_10.3/samples/domains/portal/servers/portalServer/logs/portalServer.log is opened. All server side log events will be written to this file.>
    <Jul 8, 2009 1:36:56 PM PDT> <Notice> <Security> <BEA-090082> <Security initializing using security realm myrealm.><Jul 8, 2009 1:37:15 PM PDT> <Notice> <WebLogicServer> <BEA-000365> <Server state changed to STANDBY><Jul 8, 2009 1:37:15 PM PDT> <Notice> <WebLogicServer> <BEA-000365> <Server state changed to STARTING><Jul 8, 2009 1:40:04 PM PDT> <Warning> <EJB> <BEA-010061> <The Message-Driven EJB: MessageBufferTopicBean is unable to connect to the JMS destination: weblogic.portalApp.WlwRuntimeAppScopedJMS#MSG_BUFFER_TOPIC. The Error was:
    Can not get distribute destination information. The destination JNDI name is weblogic.portalApp.WlwRuntimeAppScopedJMS#MSG_BUFFER_TOPIC, theprovider URL is null>
    <Jul 8, 2009 1:40:04 PM PDT> <Warning> <EJB> <BEA-010061> <The Message-Driven EJB: MessageBufferBean is unable to connect to the JMS destination: weblogic.portalApp.WlwRuntimeAppScopedJMS#MSG_BUFFER_QUEUE. The Error was:
    Can not get distribute destination information. The destination JNDI name is weblogic.portalApp.WlwRuntimeAppScopedJMS#MSG_BUFFER_QUEUE, theprovider URL is null>
    <Jul 8, 2009 1:40:14 PM PDT> <Warning> <com.bea.wlw.netui.pageflow.internal.WebLogicURLTemplateFactory> <BEA-000000> <In webapp <WebLogic Portal Producer Application>, the url template <http://{url:domain}:{url:port}/{url:path}?{url:queryString}> uses the {url:port} token. The system may not pick up the correct ports if you are using a proxy server. Consider hardcoding the ports in a production environment.><Jul 8, 2009 1:40:43 PM PDT> <Warning> <com.bea.wlw.netui.pageflow.internal.WebLogicURLTemplateFactory> <BEA-000000> <In webapp <PropagationWeb Application>, the url template <http://{url:domain}:{url:port}/{url:path}?{url:queryString}> uses the {url:port} token. The system may not pick up the correct ports if you are using a proxy server. Consider hardcoding the ports in a production environment.><Jul 8, 2009 1:40:56 PM PDT> <Warning> <com.bea.wlw.netui.pageflow.internal.WebLogicURLTemplateFactory> <BEA-000000> <In webapp <contentPresenterSampleWeb>, the url template <http://{url:domain}:{url:port}/{url:path}?{url:queryString}> uses the {url:port} token. The system may not pick up the correct ports if you are using a proxy server. Consider hardcoding the ports in a production environment.><Jul 8, 2009 1:41:24 PM PDT> <Warning> <com.bea.wlw.netui.pageflow.internal.WebLogicURLTemplateFactory> <BEA-000000> <In webapp <DVT Sample Webapp>, the url template <http://{url:domain}:{url:port}/{url:path}?{url:queryString}> uses the {url:port} token. The system may not pick up the correct ports if you are using a proxy server. Consider hardcoding the ports in a production environment.><Jul 8, 2009 1:41:53 PM PDT> <Notice> <Search> <BEA-415616> <Successfully connected to the FullTextSearch engine instance associated with content repository Shared Content Repository at engine host localhost and index port 9001 after trying for 0 seconds.><Jul 8, 2009 1:41:57 PM PDT> <Notice> <Log Management> <BEA-170027> <The Server has established connection with the Domain level Diagnostic S ervice successfully.>
    <Jul 8, 2009 1:41:58 PM PDT> <Notice> <WebLogicServer> <BEA-000365> <Server state changed to ADMIN><Jul 8, 2009 1:41:58 PM PDT> <Notice> <WebLogicServer> <BEA-000365> <Server state changed to RESUMING><Jul 8, 2009 1:42:01 PM PDT> <Notice> <Security> <BEA-090171> <Loading the identity certificate and private key stored under the alias demoidentity from the jks keystore file /export/appservers/wls103/wlportal_10.3/samples/domains/portal/DemoIdentity.jks.><Jul 8, 2009 1:42:02 PM PDT> <Notice> <Security> <BEA-090169> <Loading trusted certificates from the jks keystore file /export/appservers/wls103/wlportal_10.3/samples/domains/portal/DemoTrust.jks.>
    <Jul 8, 2009 1:42:02 PM PDT> <Warning> <Server> <BEA-002611> <Hostname "localhost", maps to multiple IP addresses: 10.1.11.111, 127.0.0.1><Jul 8, 2009 1:42:02 PM PDT> <Notice> <Server> <BEA-002613> <Channel "Default[1]" is now listening on 127.0.0.1:7041 for protocols iiop, t3,ldap, snmp, http.>
    <Jul 8, 2009 1:42:02 PM PDT> <Warning> <Server> <BEA-002611> <Hostname "bea11dom1", maps to multiple IP addresses: 10.1.11.111, 127.0.0.1><Jul 8, 2009 1:42:02 PM PDT> <Notice> <Server> <BEA-002613> <Channel "DefaultSecure[1]" is now listening on 127.0.0.1:7042 for protocols iiops, t3s, ldaps, https.>
    <Jul 8, 2009 1:42:02 PM PDT> <Notice> <Server> <BEA-002613> <Channel "Default" is now listening on 10.1.11.111:7041 for protocols iiop, t3, ldap, snmp, http.>
    <Jul 8, 2009 1:42:02 PM PDT> <Notice> <Server> <BEA-002613> <Channel "DefaultSecure" is now listening on 10.1.11.111:7042 for protocols iiops, t3s, ldaps, https.>
    <Jul 8, 2009 1:42:02 PM PDT> <Notice> <WebLogicServer> <BEA-000331> <Started WebLogic Admin Server "portalServer" for domain "portal" running in Development Mode>
    <Jul 8, 2009 1:42:02 PM PDT> <Notice> <WebLogicServer> <BEA-000365> <Server state changed to RUNNING><Jul 8, 2009 1:42:02 PM PDT> <Notice> <WebLogicServer> <BEA-000360> <Server started in RUNNING mode>
    ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
    thanks and regards,
    divyen patel

    I am having the same issue, but couldn't find configuration nor the patch mentioned :(
    where is this configuration? or where can i find the patch?
    Edited by: 908555 on Jan 17, 2012 6:01 AM
    Edited by: 908555 on Jan 17, 2012 6:01 AM

Maybe you are looking for

  • How can I move my entire iTunes library from old laptop to new one?

    I got a new iPad for Xmas to replace an old laptop not realising I would still have to have a laptop or PC for my main iTunes library. I have got round ths by creating my own area on my partner's laptop & have installed my iTunes library on there. Ho

  • Asset Intelligence Third Party Import File with multiple PO# for Same Software Title.

    A customer of mine ask me if there is a way to import third-party license information to SCCM 2012 Asset Intelligence that contain multiple POs either from same or different vendors using one line per PO.  I try using the following test input file bu

  • Oracle 10g db

    hi, i will be responsible for a oracle db server in the future. until now i dont have any infos about the support contract. since the mainstream support will end this moth, what does that mean for my db server? what is mandatory when useing oracle 10

  • Tooltip for IR report header column

    Hello Everyone, I need help in setting up a tooltip for report hearder in interactive reports. I tried the following methods: 1) By assigning a div title for column Deptno(This code is taken from the html source of IR report column): <th id="DEPTNO"

  • Upgrade from 4.6B to mySAP ERP 2004 ( i.e. ECC 5.0)

    Hi We are upgrading from 4.6B to ECC 5.0 without unicode conversion. I came to know the from service/sap.com/upgrade website which shares the delta functionality added by SAP during upgrade. However, I am still looking around for typical technical hu