Default port

Hi All,
I installed BI publisher on port 9705 since default port 9704 was used by some other application. I had hardcoded subtemplates location in my report as below.
<?import:http://localhost:9704/xmlpserver/SubTemplates/sub-template-parameters.rtf?>
Since I installed on another port, it is throwing subtemplatenotfound exception. Please can somebody help me how to get the port number dynamically?
Thanks in advance,
Karthik

Hi, Jorge,
I tried to implement the solution as mentioned by you.
The report has the following line,
<?import:{$CURRENT_SERVER_URL}/SubTemplates/sub-template-parameters.rtf?>
The template has the following
<?param@begin:CURRENT_SERVER_URL?>
But I get the following error. Can you help?
RTFProcessor setLocale: en-us
FOProcessor setData: C:\Users\tthippes\Documents\ARDetail.xml
FOProcessor setLocale: en-us
oracle.xdo.XDOException: java.lang.reflect.InvocationTargetException
    at oracle.xdo.template.fo.util.FOUtility.generateFO(FOUtility.java:1237)
    at oracle.xdo.template.fo.util.FOUtility.generateFO(FOUtility.java:282)
    at oracle.xdo.template.FOProcessor.createFO(FOProcessor.java:1981)
    at oracle.xdo.template.FOProcessor.generate(FOProcessor.java:1143)
    at RTF2PDF2.runRTFto(RTF2PDF2.java:473)
    at RTF2PDF2.runXDO(RTF2PDF2.java:337)
    at RTF2PDF2.main(RTF2PDF2.java:230)
Caused by: java.lang.reflect.InvocationTargetException
    at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
    at sun.reflect.NativeMethodAccessorImpl.invoke(Unknown Source)
    at sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
    at java.lang.reflect.Method.invoke(Unknown Source)
    at oracle.xdo.common.xml.XSLT10gR1.invokeNewXSLStylesheet(XSLT10gR1.java:835)
    at oracle.xdo.common.xml.XSLT10gR1.transform(XSLT10gR1.java:572)
    at oracle.xdo.common.xml.XSLT10gR1.transform(XSLT10gR1.java:327)
    at oracle.xdo.common.xml.XSLTWrapper.transform(XSLTWrapper.java:212)
    at oracle.xdo.template.fo.util.FOUtility.generateFO(FOUtility.java:1213)
    ... 6 more
Caused by: java.lang.StringIndexOutOfBoundsException: String index out of range: -11
    at oracle.xdo11g.xslt.XSLProcessor.reportException(XSLProcessor.java:965)
    at oracle.xdo11g.xslt.XSLProcessor.newXSLStylesheet(XSLProcessor.java:725)
    at oracle.xdo11g.parser.v2.XSLProcessor.newXSLStylesheet(XSLProcessor.java:391)
    ... 15 more
Thanks,
Tejala

Similar Messages

  • How to change the default port of webdispatcher

    Hello Everyone,
    We wish to  know to how to change the default port of SAP webpatcher port from 81$$ to 80.
    Appreciate your response.
    Thanks,
    Vadi

    Hello Vadi
    you have to change the PORT value in your profile parameter from 81$$ to 80
    icm/server_port_0 = PROT=HTTP,PORT=81$$ to
    icm/server_port_0 = PROT=HTTP,PORT=80
    Also, in SMICM, then change http service port and activate it and above parameter will require SAP restart
    $$ is used generally to accomodate multiple port services running in SMICM and so as to avoid the parameter setting according to instance number of any system.
    thanks
    Bhudev

  • How to change default port in iws 4.1 installed in Solaris 5.9

    Hi All,
    I had installed iws 4.1 in solaris 5.9
    Now , I want to change my default https port from 443 to 445 .
    Can anybody , Please let me know the proceudre how to do it ?
    Thanks for help in advance.
    Regards
    James

    Ya , Manish you are right IWS 4.1 is really old.
    But My application has been developed in past that is using IWS4.1 .
    Right now , we are not having budget to migrate it from IWS4.1 to IWS6.1.
    And the pointer for changing the port from magnus.conf is also correct but
    I need to make it default port.
    That means If would not specify any port number out of two port request goes to default one.
    Right now default port is 443
    But I want it to be 445
    Thanks
    James
    Message was edited by:
    write2jamesbond

  • How to change default port in 9.2?

    Hi,
    In 8.1, when I run config wizard, I may assign listening port. But I could not do so in 9.2. I tried to modify startscript.xml and tokenValue.properties under base_domain\init-info\, it did not work. Does anyone know how to change the default port 7001 to other port?
    Thanks

    <p>Login via the console, select environment, servers. Select your server, you should see the greyed out Listen Port attribute (you should be in the general tab). Click lock and edit on the top left hand corner of the console and edit your listen port.</p>
    <p>The config.xml does not explicitly define stanzas for some default values (Same as earlier releases), I personally don'tlike this. If you change the default value it should reappear in it.</p>
    <p>
    Hussein Badakhchani</br>
    </p>

  • How to use non default port 1521 while 11.2.0.1 grid upgrade to 11.2.0.2

    Hi Team ,
    We are planning 11.2.0.1 Grid infra rolling upgrade to 11.2.0.2 with out any downtime.
    But while up gradation due to default scan port 1521 , 11.2.0.1 databases are not able to connect (remote connections)
    We are using 1900 port for existing 11.2.0.1 grid infra scan.
    While up gradation it is taking default port of 1521 insted of existing port 1900.
    Please provide the solution to use non default port while 11.2.0.2 up gradation.
    After upgrade the status as below.
    grdoratst104:/apps/grid/grdhome:+ASM4> srvctl config scan_listener
    SCAN Listener LISTENER_SCAN1 exists. Port: TCP:1521
    SCAN Listener LISTENER_SCAN2 exists. Port: TCP:1521
    SCAN Listener LISTENER_SCAN3 exists. Port: TCP:1521
    Here I was getting TNS:no Listener errors from the client connections.
    I have modifyed the scan port then it is working fine.
    grdoratst104:/apps/grid/grdhome:+ASM4> srvctl modify scan_listener -p TCP:1800
    grdoratst104:/apps/grid/grdhome:+ASM4> srvctl config scan_listener
    SCAN Listener LISTENER_SCAN1 exists. Port: TCP:1800
    SCAN Listener LISTENER_SCAN2 exists. Port: TCP:1800
    SCAN Listener LISTENER_SCAN3 exists. Port: TCP:1800
    grdoratst104:/apps/grid/grdhome:+ASM4>
    Here the problem is we need to do the grid infra upgrade with out downtime,but due this default port issue clients are not able to connect to the database.
    Thanks
    Bala
    Edited by: user12032334 on May 31, 2011 11:46 AM

    Why are you using a non default port? It does not improve security. It makes network management more complex. And causes the type of issues that you are facing now.
    So before changing defaults, make sure that your reasons are technically sound. And using port 1900 when 1521 is available, is not technically sound by any means.
    As for addressing the problem you have created for yourself by mucking around with port numbers. Use a NAT firewall (on each RAC node) to rewrite packets headers received on port 1900 and send these to the server's port 1521 instead (on the VIP or static IP as required).
    This can be fairly easily done using iptables if your o/s is Linux. You need to:
    a) create a pre-routing NAT rule
    b) create a post-routing NAT rule
    c) create a forwarding filter rule for port 1900/tcp
    d) create an input filter rule to accept traffic on 1900/tcp

  • Default port for J2SE Adapter Engine?

    Hello all,
    what is the default port for J2SE Adapter Engine? How do I restart this adapter engine?
    Regards,
    N.S

    Swamy,
    8200 is the default port. Also go through this help of how to start and stop the J2SE Adapter Engine:
    http://help.sap.com/saphelp_nw04/helpdata/en/12/5dd23aaad7b3408dde3c1577fda5b3/frameset.htm
    ---Satish

  • IdM doesn't support non-default port on mysql 4.1 as repository??

    Hi
    IdM doesn't support non-default port on mysql 4.1 as repository??
    IdM version is 6.0.
    I setup mysql 4.1 using non-default port 3307.
    (default port is 3306)
    During setup wizard,
    the URL [jdbc:mysql://localhost:3307/waveset] doesn't work.
    I am getting following error.
    com.waveset.util.InternalError:
         ==> com.waveset.util.ConfigurationError:
         ==> com.mysql.jdbc.CommunicationsException: Communications link failure due to underlying exception:
    Of cource,
    the URL [jdbc:mysql://localhost/waveset] works well
    when I setup mysql using default port.

    Hi,
    it does work with non standard ports but whatever port you specify it will always try to connect to the default port before actually changing the repo setting.
    Therefore use the switches -n -o $WSHOME/WEB-INF/ServerRepository.xml to write the new configuration without performing the broken checks.
    Regards,
    Patrick

  • What is the default port on visual administrator with 2004s

    Hi
    I just finished the install of Netweaver 2004s and oracle is up and running and the j2ee engine as well.
    I want to lauch the visual administrator but unable to connect
    its saying cannont connect to ip and port....
    What is the default port for the first time login
    Also,
    went threw my web browser was able to access the portal page of the Netweaver... I tried the sap* user name but doesn't work
    JF

    Hi Jean
    The default port for VA is 5XX04 (where XX is the instance number)
    the user for the portal is Administrator (not sap*) and the password is the one you used on the installation.
    Hope this help
    Juan
    Please reward with points if helpful

  • Make the dvi connector on the 4870 the default port

    Hi,
    I have a 8 core 2.8 and a new 4870 card, 23" cinema dvi, generic 19" with the dvi to mini display port adapter.
    I want to make the DVI port the default port on my mac.
    I know how to change the arrangement and menu bar. Back in the old days there was a way to change the default port, So that as the machine starts up the dvi out shows the startup sequence and all of the warning boxes show up on that display.
    Thanks
    mdr

    You can still get it sent in for repair through Apple, but since the warranty doesn't cover any kind of damage, it would be fee based.
    All pricing can be found at http://docs.info.apple.com/article.html?artnum=304869. For an iPod video, depending on the model, repair will range between $129-$179.
    I tried taking a search on Google, but there isn't too much for non-Apple repairs for dock connectors. Your best bet would be to take a look at the Apple Store online, and take a look at the refurbished models of the iPod Videos.

  • FWSM Default port channel?

    I'm doing some L2 cleanups across mutliple 6509E environments and I've found something consistent that I can't find in documentation.
    On all my pairs of 6509s where I have FWSMs bundled (6509-A has FWSM-1 is Slot 1 and 6509-B has FWSM-2 in Slot 1) I also have a port channel 305. Obviously when I do a "show run" or "show int desc" I don't see anything in slot one. It's a service module. But the port channel is referencing ports 1/1-6. And it's all in service/up. I was about to delete this as I thought it was some leftover config (TEST 6509s) until I went and saw the same things on our PROD 6509s. Can anyone explain this or provide some documentation on it? Is it cosmetic? Necessary? Can I delete it as part of my audit cleanup? Don't want to mess with it even in TEST without some information. Nothing on google that's clear and I can't find anything on CCO.
    6509-1#sho etherch 305 summ
    Flags:  D - down        P - bundled in port-channel
            I - stand-alone s - suspended
            H - Hot-standby (LACP only)
            R - Layer3      S - Layer2
            U - in use      N - not in use, no aggregation
            f - failed to allocate aggregator
            M - not in use, no aggregation due to minimum links not met
            m - not in use, port not aggregated due to minimum links not met
            u - unsuitable for bundling
            d - default port
            w - waiting to be aggregated
    Number of channel-groups in use: 11
    Number of aggregators:           11
    Group  Port-channel  Protocol    Ports
    ------+-------------+-----------+-----------------------------------------------
    305    Po305(SU)        -        Gi1/1(P)       Gi1/2(P)       Gi1/3(P)      
                                     Gi1/4(P)       Gi1/5(P)       Gi1/6(P)      
    Last applied Hash Distribution Algorithm:   -
    6509-1#sho etherch 305 det 
    Group state = L2
    Ports: 6   Maxports = 8
    Port-channels: 1 Max Port-channels = 1
    Protocol:    -
    Minimum Links: 0
                    Ports in the group:
    Port: Gi1/1
    Port state    = Up Mstr In-Bndl
    Channel group = 305         Mode = On      Gcchange = -
    Port-channel  = Po305       GC   =   -         Pseudo port-channel = Po305
    Port index    = 0           Load = 0x41        Protocol =    -
    Age of the port in the current state: 46d:06h:53m:39s
    Port: Gi1/2
    Port state    = Up Mstr In-Bndl
    Channel group = 305         Mode = On      Gcchange = -
    Port-channel  = Po305       GC   =   -         Pseudo port-channel = Po305
    Port index    = 1           Load = 0x02        Protocol =    -
    Age of the port in the current state: 46d:06h:53m:39s
    Port: Gi1/3
    Port state    = Up Mstr In-Bndl
    Channel group = 305         Mode = On      Gcchange = -
    Port-channel  = Po305       GC   =   -         Pseudo port-channel = Po305
    Port index    = 2           Load = 0x04        Protocol =    -
    Age of the port in the current state: 46d:06h:53m:41s
    Port: Gi1/4
    Port state    = Up Mstr In-Bndl
    Channel group = 305         Mode = On      Gcchange = -
    Port-channel  = Po305       GC   =   -         Pseudo port-channel = Po305
    Port index    = 3           Load = 0x88        Protocol =    -
    Age of the port in the current state: 46d:06h:53m:41s
    Port: Gi1/5
    Port state    = Up Mstr In-Bndl
    Channel group = 305         Mode = On      Gcchange = -
    Port-channel  = Po305       GC   =   -         Pseudo port-channel = Po305
    Port index    = 4           Load = 0x10        Protocol =    -
    Age of the port in the current state: 46d:06h:53m:41s
    Port: Gi1/6
    Port state    = Up Mstr In-Bndl
    Channel group = 305         Mode = On      Gcchange = -
    Port-channel  = Po305       GC   =   -         Pseudo port-channel = Po305
    Port index    = 5           Load = 0x20        Protocol =    -
    Age of the port in the current state: 46d:06h:53m:41s
                    Port-channels in the group:
    Port-channel: Po305
    Age of the Port-channel   = 46d:06h:55m:56s
    Logical slot/port   = 14/11          Number of ports = 6
    GC                  = 0x00000000      HotStandBy port = null
    Port state          = Port-channel Ag-Inuse
    Protocol            =    -
    Fast-switchover     = disabled
    Load share deferral = disabled  
    Ports in the Port-channel:
    Index   Load   Port     EC state        No of bits
    ------+------+------+------------------+-----------
      0     41     Gi1/1    On    2
      1     02     Gi1/2    On    1
      2     04     Gi1/3    On    1
      3     88     Gi1/4    On    2
      4     10     Gi1/5    On    1
      5     20     Gi1/6    On    1
    Time since last port bundled:    46d:06h:53m:41s    Gi1/6
    Last applied Hash Distribution Algorithm:   -
    NOC-SW-ITEST-AGG1#

    The connection between the FWSM and the switch is a 6-GB 802.1Q trunking EtherChannel. This EtherChannel is automatically created when you install the FWSM.
    http://cisconetwork.org.ua/1587051893/ch04lev1sec1.html
    http://www.cisco.com/en/US/docs/security/fwsm/fwsm23/configuration/guide/switch.pdf
    Thanks
    Ajay

  • Web Enterprise Manager Default Port Number in Oracle 9i

    Enabeling Auditing on database 9.2.0.8
    Web Enterprise Manager Default Port Number in Oracle 9i:
    Does anyone know the default port number of the web enterprise manager (Oracle 9i)?
    If I installed or configured enterprise manager and I forgot the port, where can I find it?

    You must read the part in the Installation Documentation for certified repository databases to ensure that your database is OK.
    My advice is always, never start any installation (not only Oracle) without reading the Documentation, Release Note and any README.
    You will spend less time in the installation as Configuration if you use the required documentations for your platform.
    http://www.oracle.com/pls/db102/portal.portal_db?selected=21

  • Default port of Oracle 9i Database --- Oracle database installation

    Hi,
    I am new to oracle..searched across internet to know this particular detail of Oracle 9i database installation.
    My query being..Can Oracle database be installed in a way to use port's other than 1521. When do we go for making use of a port other than 1521. What are the risk's and benifit's.
    How to make use of a port other than 1521 while making use of OUI(oracle universal installer) to install a 9i database on windows OS.
    Can someone provide an answer to my queries/ some link where I can find the answer.
    Thanks,
    R S

    you have to change the port no in listener.ora file which exists on Oracle_home/network/admin/listener.ora like
    LISTENER =
      (DESCRIPTION_LIST =
        (DESCRIPTION =
          (ADDRESS = (PROTOCOL = IPC)(KEY = EXTPROC1))
        (DESCRIPTION =
          (ADDRESS = (PROTOCOL = TCP)(HOST = Griat-xp.bebo.tech.com)(PORT = 1521))
      )from this to
    LISTENER =
      (DESCRIPTION_LIST =
        (DESCRIPTION =
          (ADDRESS = (PROTOCOL = IPC)(KEY = EXTPROC1))
        (DESCRIPTION =
          (ADDRESS = (PROTOCOL = TCP)(HOST = Griat-xp.bebo.tech.com)(PORT = 1522))
      )afterwords you have to reload the listener by using lsnrctl on command prompt
    in this way you can change the default port of Oracle
    Regards
    Singh

  • What is the oc4j's default port?

    What is the oc4j's default port? I want to type the address in browser's address bar and see the default page of oc4j (ex.: http://localhost:8080)
    Thanks
    sávio

    hi,
    in the local machine it is 8889
    and the default in the aPP SERVER IS 7778
    you can change them but i dont know how,for the app server its easy,but I had never try to change it in the local.
    good luck

  • Changing SSH default port from 22 to 8080

    Hi all,
    I have deployed SSH on my home solaris 10 x86 machine and it was working fine through the default port 23.
    But the problem is that i can't connect to it from work as the firewall blocks outgoing SSH traffic. So i want to change the default port from 23 to 8080.
    i changed the value of Port in /etc/ssh/sshd_config.
    Then i ran the command
    /usr/lib/ssh/sshd -f /etc/ssh/sshd_config
    because as far as i know from the man pages it will cause the daemon to reread the configuration file thus the new value for port but still it didnt' work.
    Also i tried the command
    /usr/lib/ssh/sshd -p 8080
    but didn't work also
    I tried to restart the ssh daemon after both commands but still the same result.
    Would anyone please help me with this issue as i still don't have much experience in solaris.
    Thanks in advance.

    Ok, So i installed lsof, but
    When i ran that command i got this output
    bash-3.00# lsof -M | grep 8080
    sshd 1085 root 3u IPv6 0xd43e21c0 0t0 TCP *:8080 (LISTEN)
    it seems that sshd is occupying port 8080 but still ican't login from a remote machine.
    When i try it asks me to enter the username and then displays a messaing "Using keyboard-interactive authentication" then asks for password, When i enter the password it gives me "Access denied" although iam sure this is the right password.
    When i try to connect to port 22 things go fine and i can login with the same user "root" with no problems (i know accessing remotely using root is not secure but that is not the problem for the moment)
    So i did that
    ps -ef | grep ssh
    root 1085 1 0 19:05:07 ? 0:00 /usr/lib/ssh/sshd
    root 1093 1 1 19:05:51 ? 0:00 /usr/local/sbin/sshd
    Note that the PID for the process grabbing the port is the same for /usr/lib/ssh/sshd
    so is that the ssh daemon or is it /usr/local/sbin/sshd ????
    Please advise. Note that iam not experienced in solaris so please take it easy with me.
    Thanks

  • Sles poa not listening on default ports

    we dbcopied the domain and post office from netware 6.5.8 to sles 10 spk2, gw7.0.3.
    installed mta, poa and gwia... the poa starts but is not listening on ports 1677, 7181 or 7101 all default ports.
    all 3 agents are running on the host... these ports are not being used by any other service....
    any ideas... or has any seen this....

    * waketech,
    firewall is down?
    Uwe
    Novell Knowledge Partner (NKP)
    Please don't send me support related e-mail unless I ask you to do so.

  • Change default port to 80

    Hi everyone,
    I am trying to change the default port of APEX to port 80. I performed all the steps described in the documentation or in this thread HTMLDB Port Number but I am getting the following error when trying to start the HTTP Server from oracle user : apachectl is not owned by this user.
    Do you have any idea why I am getting this error, or someone experienced the same issue ?
    Best regards,
    Othman

    cd to $OHS_HOME/Apache/Apache/bin and then
    chown root apachectl

Maybe you are looking for

  • MS Report Builder Data Source Missing

    Hi, Simply, when I log onto my server with a local or domain admin and open report Builder, I right click on Data Sources and choose add. I choose the one (only one) in the list and test (successfully) the connection. However, no other users see the

  • APP Run

    Hello SAP friends, Suppose we have run the automatic payment pro & also we have printed cheques through app.Then after printing the cheques we find out some cheques wrongly printed.So my question is How can we reprint this all cheques (e.g.200 cheque

  • BPM 11G - ORABPEL-05002  - com.collaxa.cube.CubeException

    Hi everyone, I have a BPM process using Timers event and Error End event. After running fine for a couple of days, ends by reporting the following error whenever the SOA Server is restarted: Exception: java.security.PrivilegedActionException: ORABPEL

  • My MAC is not shown in My Devices in Find My iPhone web

    After installing Lion 10.7.2 I've used the Find My iPhone feature to find my iPhone and my iPad. I've activate in Preferences-iCloud the Find My Mac option but my MAC is not shown in the list of my devices in the web application. Is anything more I h

  • "change all" unavailable to change default application

    I've been irritated that Preview constantly wants to open all of my image and PDF files. I've had to manually change the default application for each individual file (not fun when I have hundreds, possibly thousands of these files). I did a search to