If anyone's got JDeveloper to work.....

..could you please post details of your NT/Oracle software
levels, as seemingly everything I try on JDeveloper results in
it hanging, particulary when trying to run an applet that
connects to a database. I'm running NT SP4 with Oracle 8.0.5.
server installed on the same machine, 128Mb memory. It's a clean
NT install so I don't think there should be anything wrong. I
try to use the JDBC thin driver to connect to the database. Any
help would be much appreciated as I was looking forward to using
this product. I don't recall Borland JBuilder giving me any of
this aggrevation! Thanks a lot.
null

Looks like you have the wrong driver in the classpath.
If you are connecting to an 8.0.5 database you need to edit the
classpath to point to the '8.0.5 JDBC driver' (jdbc\oci8
\classes111.zip). If you are using 8i beta then point to '8.1.4'
JDBC driver (aurora\lib\classes111.zip).
By default, the 8.1.4 library is in the classpath. To check the
classpath:
Within the IDE, select Project->Project Properties from the
menu. Make sure Oracle 8.0.5 JDBC is listed in the Java
Libraries list. It should be by default. If the correct
library is not listed, do the following:
1. Select the library you want to remove (i.e. Oracle 8.1.4 JDBC
if you want to use 8.0.5 instead or vice versa), and click the
Remove button.
2. Click the Add button to display a list of predefined
libraries you can add.
3. Select the Oracle 8.x.y JDBC library you need. 4. Click OK.
The correct library should now be listed in the Properties
dialog. Click the
OK button to accept the changes and resave your project.
Hope this helps.
Regards,
JDeveloper Team
Rich (guest) wrote:
: ..could you please post details of your NT/Oracle software
: levels, as seemingly everything I try on JDeveloper results in
: it hanging, particulary when trying to run an applet that
: connects to a database. I'm running NT SP4 with Oracle 8.0.5.
: server installed on the same machine, 128Mb memory. It's a
clean
: NT install so I don't think there should be anything wrong. I
: try to use the JDBC thin driver to connect to the database.
Any
: help would be much appreciated as I was looking forward to
using
: this product. I don't recall Borland JBuilder giving me any of
: this aggrevation! Thanks a lot.
null

Similar Messages

  • Has anyone ever got versioning to work??

    Hi everyone,
    I've spent the last good while trying to get the versioning download protocol to work so that only the changed files are downloaded using a jardiff. I've seen these messages before on this forum and I have never found a successfull answer. Rather than first off posting the contents of my entire version.xml file, jnlp file etc, I would REALLY appreciate it if anyone could tell me if they have actually got this to work.
    thanks very much for any help on this at all.
    Brian

    ScheduleWorld.com uses this and it works perfectly.
    There are bugs related to foreign characters and the versioning servlet will bomb because of this. It's 100% reproducable, and I logged a bug but I never heard back from Sun (maybe 3 months ago).

  • E4200 + Vigor 120 ADSL Modem. Has anyone got this to work?

    Hi. I am in the UK. I am using the Vigor 120 in its out of the box configuration which passes a PPPoA connection through as a PPPoE giving the router complete control. It works perfectly with my old DLink DIR 635 cable router.
    The E4200 cannot get an IP address from my ISP. I have tried many hard resets.
    Has anyone actually got these two working together with an ISP that uses PPPoA as it's native standard. If so could you let me know the modem and router settings you used.
    Many thanks.

    Hi, I'm Not in the UK but have the Draytek vigor120 and LinksysE4200 set up,
    Don't quote me on this but I am pretty sure the UK and the New Zealand(where I am) have the same firmware.
    What I did was plug the draytek into the wall jack then I plugged the ethernet cable into my computer for a time,
    When plugged in launch your browser, navigate to 192.168.1.1(default unless you've changed it) then there should be a page there called Internet options with a PPPoa option, make sure it is configured PPPoA, enter your logon info(optional, doesn't make a difference uless you plan to use the draytek by itself sometimes) then select passthrough on WAN link(or something similar) which is located down the bottom of that page (will grey out pretty much all options, then save it.
    Unplug the ethernet from the computer and plug it into the E4200(still connected to the WAN port of the draytek) then plug a ethernet cable(second one) from a computer into port 1. navigate to 192.168.1.1(default for linksys) and select PPPoE out of the options at the top of the page, then fill in your ISP details such as the username and password, click save and then test it(should work-did for me at least)
    dont forget to change the wireless security to manual as the defualt is not very secure, think about a MAC address filter if you dont have a huge number of electronics connecting to it.

  • RegisterAlarm - has anyone got this to work?

    I'm trying to get the registerAlarm function to work on a real phone, but it only works one time. I want the Midlet to be executed once every 30 sec, but after the first reschedule it stops rescheduling.
    Does anyone have a clue on what's wrong? I do everything according to the book as far as I know.
    I've looked everywhere, and have not been able to find anyone that actually has got this to work. Is it a bug in Midp 2.0? Does registerAlarm work more than once?
    Below is some of my code that SHOULD work (<My midlet...> is replaced with the full name of my midlet class)
    protected void startApp() throws MIDletStateChangeException {
    try {
    //some code...
    destroyApp(false);
    } catch (Exception e) {}
    protected void destroyApp(boolean unconditional) throws MIDletStateChangeException {
    try {
    scheduleAlarm(30000);
    notifyDestroyed();
    } catch (Exception e) {}
    protected void scheduleAlarm(long nextAlarmTime) throws ClassNotFoundException,ConnectionNotFoundException, SecurityException {
    long nextAlarm = new Date().getTime()+nextAlarmTime;
    try {
    long t = PushRegistry.registerAlarm("<My midlet...>", nextAlarm);
    } catch (Exception e) {}
    }

    ...even starting the Midlet manually to force a rescheduled task won't work, but what is strange, is that if I turn the phone completely off and back on again, I can get it to work one more time.
    I'm confused.

  • [Solved] KDE 4.4 Knetworkmanager, has anyone got this to work yet?

    Been trying to get knetworkmanager working on KDE 4.4 and haven't got it to work yet.  Well initially it did work.  Here's the steps I did.
    1) Had network running '/etc/rc.d/network start
    2) Installed 'kdeplasma-applets-networkmanagement'
    3) Commented out interfaces in '/etc/rc.conf' and defined dhcp:
    eth1="dhcp"
    INTERFACES=(!eth0 !eth1 !wlan0)
    4) Set hostname in '/etc/NetworkManager/nm-system-settings.conf':
    [main]
    plugins = keyfile
    [keyfile]
    hostname = pavilion
    5) Added 'networkmanager' to daemon array in '/etc/rc.conf'
    DAEMONS=(syslog-ng crond alsa hal kdm dnsmasq networkmanager cups netfs)
    6) Added 'network' group to user:
    gpasswd -a gen2ly network
    7) Stopped network '/etc/rc.d/network stop'
    8) Brought down interfaces 'ifconfig eth0 down && ifconfig eth1 down && ifconfig wlan0 down'
    9) Started networkmanager
    /etc/rc.d/networkmanager start
    10) Started networkmanager applet (seems to me it was already started but I guess not??)
    11) Got connected to network.
    After reboot however, the networkmanager applet is telling me 'Unmanaged' when I rollover it, and when I click it it says 'Network Management disabled'.  I've tried a couple things (like un-commenting the network devices on the interfaces line and restarting) to no effect.  Doesn't seem I'm able to get it up again.  Anyone else had luck with this?  Did I miss something?
    Last edited by Gen2ly (2010-02-23 22:51:57)

    Ah, anti-destin that is exactly what was needed to be done.  ... Thank you!  Threw be off a bit, it did .
    Off-topic somewhere here now, Ok, a good deal off-topic.. looking at the wiki page for configuring I think the wiki under section, 'Disable interfaces' is erroneous.  Does NetworkManager really parse rc.conf?  I can't think of any reason it would need to.  I'm thinking that NetworkManager would naturally scan and then do dhcp on wired, followed by wireless.  And for those that do a static ip, they can configure the applet.  To test, I put this in my rc.conf:
    #eth0="dhcp"
    #eth1="dhcp"
    #wlan0="dhcp"
    INTERFACES=(!eth0 !eth1 !wlan0)
    And it worked fine.  I'm thinking I could erase them and not have a problem.
    [wiki]Networkmanager#Disable_interfaces[/wiki]
    Last edited by Gen2ly (2010-02-23 06:03:45)

  • Anyone got one to work with Leopard yet?

    Posted this Rant at the end of another Topic, slightly OT so reposting here (with some additions):
    I wish I could report that iTunes 7.6 broke my apple tv, because that would mean it had been working up until very recently. Sadly however, it hasn't been used since i put leopard on my media server (mac mini).
    I bough one of the first batch of 40Gb ones before there were 160Gb ones, and have had to remove and re-add it to iTunes (streaming) every time i used it until leopard. now it will sometimes put in a fleeting appearance when removing a disk or plugging in an iPod.
    Once it was even there long enough to tell it to sync one film. Since leopard my work around has been to remove and add it again but with syncing not streaming then sync the one film or tv show that is required. unfortunately this has only worked once.
    What have I Tried To fix this i hear you cry well...
    Under Tiger:
    complete os rebuild, disabling firewall, rebuilding mac subnet from ground up playing sequentially with advanced router properties (yes i do know what i am doing, I'm a paid IT Technician) calling in a friend with networking and IT communications degree to help, calling in father with 20 years corporate network design experience.
    End result? nothing changed in the way my network was setup, as nothing was wrong with the way i had it set up to begin with (that said the initial setup of the router justifies a whole f*ing essay). during this time all mac's at all times had current software. i took all software updates hoping for a fix. in the mean time using the workaround described above.
    Under Leopard:
    Are you Joking? even less functionality. after reading up and discovering you CAN'T DISABLE the leopard firewall yet, devised new work around (as above) worked once, gave up. too much to deal with with wifi connections under leopard dropping out continuously.
    Result: useless piece of kit with truly wonderful and sleek looking software interface.
    I think a large part of the problem is my laughable router which seems to flake out requiring a cold restart multiple times a day. (airport extreme 'n' 1st generation).
    Both are just under a year old. I'll wait for 10.5.2 + Apple TV update + update to airport extreme base station (hopefully when time caplsule comes out).
    If this doesn't resolve all my issues I'll just return ATV + AEBS, call it a day with apple networking and get a netgear n router, and one of those network HDD's with video playing capability and a tv output and hook both things up by my tv. no video conversion to itunes required. wireless n access to my media. half the cost, job done.
    Don't get me wrong, mac's are still amazing but these two devices have shattered my faith in apple products, unless it's a mac or an iPod, I'll steer clear in future.
    I would go back to Tiger but it is too much hassle now. They'll fix the WIFI and the firewall in 10.5.2 at which point there'll be nothing to stop me using my machines with leopard. updates for pro software continue to be released and nearly all of my applications worked with a clean install anyway.
    Back to the topic, has anyone else got an ATV with leopard that does nothing at all? i want to be able to say to them that the product they sold me is not fit for purpose and return it under that premise.
    Also if anyone has a fix (non voodoo please) I'd gladly eat my hat and just start using the bloody thing, albeit 10 months after purchase.

    You say you tried switching off the firewall i tried that too and your quite right it seems that it will not work with the firewall off. as turning it off does not turn it off.
    sos10: "I did make sure however iTunes wasn't on the list in the Firewall settings."
    The list your talking about (if you're talking about the leopard firewall) is the list of programs WITH access. so if you have it set to: "set access for specific services and applications"; iTunes would have to be in that list with "allow all incoming connections".
    The only other setting is essential services only which doesn't work. As this doesn't include the port we need to get a connection.
    out of the three the one that works the most is the: "set access for specific services and applications"
    iTunes - "allow all incoming connections"
    This i when i get the odd reminder vis the devices list that i have a useless £200 electrical device heating up my front room.
    Maybe this wouldn't be such a problem if you could actually open a port in a firewall (shock horror). I know they'd have to hide the option away somewhere so as not to mess up the simplicity of the interface!

  • Has anyone actually got the Green Screen feature to work?

    Has anyone actually got the Green Screen feature to work? I've been trying for about 8 hours, absolutely no success. I have followed the iMovie Help instructions and the examples on the internet, over and over again. I've tried every imaginable variation on the instructions. Nothing from my green movie shows up. The green in my video is pure green - 100% green, 0% red and 0% blue. Yet the non-green images in the video aren't getting displayed at all. Several other people have mentioned a similar problem on these forums and they are all "unanswered". Is that because this is an unsolvable problem? Is it an iMovie bug? Sigh. I'm a big fan of Apple but stuff like this gives them a bad name.

    After several more hours of diagnosis I have identified some conditions which can make Green Screen slightly work (but not much). The condition is as follows. The green screen clip must be carefully dropped at the beginning of a video clip, such that at least the first two seconds of the green screen clip (no less, but no more or the clip will become attached to the previous clip and then it's broken again) are displayed over the PREVIOUS video clip. But the green screen will not work on the previous clip, only on the second clip. So you will always lose the first two seconds of the green screen video. It took me a lot of experimenting to discover this anomaly.
    Clearly this is a bug, but since not all users on the internet experience this bug, (some online videos shows that Green Screen actually works as advertised) it's most likely related to the video card driver. My video card is an ATI 4870. If you have such a card, there's probably no hope that you can get this feature to work unless Apple fixes the driver or possibly the iMovie application, or you use my tricky workaround.

  • Has anyone got NVrotate to work under Win98SE?

    I installed the latest driver for this card for Win98
    NVrotate is not available as an option in Win98SE
    Display properties-->settings -->GeForce FX5200
    I temporarily moved a drive with WinXP Pro onto this machine.
    NVrotate is an available option in
    Display properties-->settings -->GeForce FX5200
    and works fine.
    But for various compatibility reasons this machine has to been running Win98SE.
    Has ANYONE got NVrotate to work under Win98 ??????
    MSI FX5200  TD128
    Gigabyte GA-7VAX
    AMD 2400+
    17" Analog LCD & 18.1" Analog LCD

    I managed to get it to work, you have to install two files
    the first for the actual python script files.
    the second for the user interface.
    you might have installed the user interface, but without installing python, and that's why its not loading up the application, also make sure you install python to phone memory.
    On my N96 I installed:
    Python for S60 1.4.4
    Python script shell 1.4.4
    if you get an 'update error' when installing its because you have not un-installed all of the old python stuff, open app manager on the handset and un-install all python relating files
    one last thing, install python and the shell to the phone memory (c drive)
    Hope it helps
    Tony

  • Hi i got a mac mini but when i connect it to my smartax mt882 modem via ethernet it says device not connected can anyone solve this issue it work fine with the usb connection but the ethernet is giving me problems plz help

    hi i got a mac mini but when i connect it to my smartax mt882 modem via ethernet it says device not connected can anyone solve this issue it work fine with the usb connection but the ethernet is giving me problems plz help

    Hello, give this a try...
    Make a New Location, Using network locations in Mac OS X ...
    http://support.apple.com/kb/HT2712
    10.5, 10.6, 10.7 & 10.8…
    System Preferences>Network, top of window>Locations>Edit Locations, little plus icon, give it a name.
    10.5.x/10.6.x/10.7.x/10.8.x instructions...
    System Preferences>Network, click on the little gear at the bottom next to the + & - icons, (unlock lock first if locked), choose Set Service Order.
    The interface that connects to the Internet should be dragged to the top of the list.
    For 10.5/10.6/10.7/10.8, System Preferences>Network, unlock the lock if need be, highlight the Interface you use to connect to Internet, click on the advanced button, click on the DNS tab, click on the little plus icon, then add these numbers...
    208.67.222.222
    208.67.220.220
    (There may be better or faster DNS numbers in your area, but these should be a good test).
    Click OK.

  • Hotmail Plus' SMTP Server, anyone got it to work?

    HI All,
    Well, my gf just got a new macbook after I finally converted her to a mac, but now I am trying to set up her Hotmail plus account in Mac Mail. (because entourage is too slow)
    Since microsoft is now offering a pop3/smtp service for their plus members, I decided to upgrade her account and pay the 20 bux.
    so far so good.
    Obviously, when I try to set up her hotmail account in outlook on windows, or in entourage in mac, it works perfectly.
    Only thing is, I want to use it in mac mail.
    so I got the necessary info from microsoft (after 20 emails back and forth, and them pretending not to understand my question...)
    POP: pop3.live.com (port 995)
    SMTP: smtp.live.com (port 25)
    Note: make sure you check the box that indicates that your outgoing server requires authentication (in most mail clients this is not checked by default).
    Username: your full email address
    Password: your Windows Live ID password
    After setting up in mac mail with this info, I can now receive emails perfectly.
    The only problem is that I cannot send any.
    the smtp server seems dead, or non existent.
    So my question is, is there anyone out there who got this to work? in mac mail or any other pop3 program?
    I think its not a port problem, as I send my own mail on my own smtp server on the same router using port 25 as well.
    Lastly, I would like to clarify that I do understand that hotmail *****, but moving to gmail or anything like that is not an option for her, its too big a hassle atm, so please do not respond if that was going to be your response
    Ok, I really hope someone out there made this work.
    Cheers, and thanks for any help/suggestions in advance.

    I have exactly he same problem. Trust me, I know how you feel about switching. When I saw the green star I thought I finally stumbled across the answer. Don't know why you marked the question answered. I have tried all the different ports, none of which worked. I'm so looking forward to solving this one.

  • Has anyone with an Intel Core Duo got lm_sensors to work?

    I keep getting a message about no sensors being found.  I've followed the wiki, but I just can't seem to get it to work for my Core Duo.
    If you have got it to work, can you please let me know which modules sensors-detect told you to load?

    I have it working on my new system.
    I tried to just build the driver for beyond but it would not work so I found a patch and rebuilt the kernel.  An updated patch has now been sent to iph for inclusion in -beyond.
    I then built lm_sensors-svn from the AUR and low and behold:
    [lm_sensors-svn]: sensors
    w83627ehf-isa-0290
    Adapter: ISA adapter
    VCore: +1.34 V (min = +0.00 V, max = +1.74 V)
    in1: +12.09 V (min = +13.46 V, max = +9.24 V) ALARM
    AVCC: +3.23 V (min = +4.08 V, max = +3.82 V) ALARM
    3VCC: +3.23 V (min = +4.08 V, max = +3.50 V) ALARM
    in4: +1.63 V (min = +2.02 V, max = +1.53 V) ALARM
    in5: +1.58 V (min = +2.04 V, max = +2.04 V) ALARM
    in6: +5.07 V (min = +4.58 V, max = +6.48 V)
    VSB: +3.22 V (min = +4.08 V, max = +4.08 V) ALARM
    VBAT: +3.23 V (min = +4.08 V, max = +4.08 V) ALARM
    in9: +1.62 V (min = +2.04 V, max = +2.04 V) ALARM
    Case Fan: 0 RPM (min = 83 RPM, div = 128) ALARM
    CPU Fan: 860 RPM (min = 883 RPM, div = 8) ALARM
    Aux Fan: 0 RPM (min = 0 RPM, div = 128)
    fan5: 0 RPM (min = 0 RPM, div = 8)
    Sys Temp: +33°C (high = -69°C, hyst = -70°C) ALARM
    CPU Temp: +44.0°C (high = +80.0°C, hyst = +75.0°C)
    AUX Temp: +45.0°C (high = +80.0°C, hyst = +75.0°C)
    coretemp-isa-0000
    Adapter: ISA adapter
    temp1: +42°C (high = +85°C)
    coretemp-isa-0001
    Adapter: ISA adapter
    temp1: +43°C (high = +85°C)
    So, yes, it works but it might a little while before all the support is available mainline.

  • N80 & HOME MEDIA SERVER, HAS ANYONE ACTUALLY GOT I...

    Has anyone actually got their N80 to connect to thier pc's using the Simple server home media server software, if so what firmware have you got on your phone and what access point / wireless router are you using ?.
    My N8- connects to my network just fine and can browse the internet just fine too, and I can also query my N80 using a upnp test program and it shows up just fine using that so it shows the upnp is not getting blocked by anything, but some some reason it just will not show up in the Pc software and when you try to connect to the pc with the N80 all you get is searching for devices..........
    When I quey the phone with the test program I get :
    Description: Multimedia Device
    DeviceType: urn:schemas-upnp-org:device:MediaServer:1
    FriendlyName: N80
    Manufacturer: Nokia
    ManufacturerUrl: http://www.nokia.com/
    ModelName: Nokia N80
    ModelNumber:
    ModelURL: http://www.nseries.com/
    PresentationUrl:
    SerialNumber:
    UDN: uuid:f0086e4c-f219-10e0-ae0f-0016BC7B14C
    UPC:
    So it seems to be working......

    its late and i have not read your post in full (too bad).
    if you've got the server installed (plus UPnP enabled on your router) you should see your phone. if the server can see it you will see a large picture of the N80 there, check the tabs. if you can't do anything with it (like i experienced initially), make sure you got into your actual phones home network sharing settings. i have to share the phones contents each time i use the sever. this finally makes the server see the phones contents as it displays additional tabs once properly connected (i.e. copy to device, copy from device).
    give that a go.

  • Jdeveloper not working all of sudden

    My jdeveloper stop working.
    I tried restart machine, reinstall Jdev. no help.
    Here is the error I got:
    500 Server Error
    The following error occurred: [code=CANT_CONNECT] Could not connect because of networking problems. Contact your system administrator.
    Could not open error file
    does any one know what the issue is?
    Thanks for any input

    Not sure I follow.
    Are you using BC4J?
    What do you mean by "crosstab in the front end jdeveloper"?

  • Anyone successfully got Prod. BOM components printing on AR Docs?

    Hi All,
    Has anyone successfully got Production BOM components to print out in their AR documents in a similar way to a Sales BOM using either Crystal or PLD? (price of components is irrelevant, quantity of components is irrelevant as well, we just need the component codes underneath)
    Thanks,
    Raj

    Hi guys,
    Sorry for the late reply. I thought about using QPLD, but as we use a few variables on our layouts, was not sure of the best way to re-create this (our single layout covers all currencies etc thanks to using variables - although not officially supported)
    Will experiment and revert back in a few days.
    In the meantime, if it ok with the mods, I will leave this thread open to post a follow-up summary.
    I think people using production BOM must be needing this kind of print out for export documentation alot, so am quite surprised nothing has already been made up!
    UPDATE : It looks like a single layout which works for everything isn't possible in the PLD in the way I want. If anyone does ever manage to put something like this together as standard, will be interested.
    Thanks again everyone,
    Rajiv
    Edited by: Rajiv Agarwalla on Aug 18, 2009 3:43 PM
    Edited by: Rajiv Agarwalla on Aug 18, 2009 3:45 PM

  • Since I updated to iOS 8 I can not answer any facetime call on my iPad mini.  Anyone else got this problem?

    SSince I've upgraded, when a FaceTime call comes in to my ipad, I can't answer it.  I have to let it ring off and then call the person back.  Has anyone else got this problem?

    I assume that you mean that you do see the Accept and Decline buttons and that they are not working, any time an app does not work as expected, you start with basic troubleshooting steps which would be to close the app and delete and reinstall it. You cannot delete or reinstall the iOS preinstalled apps. So try closing FaceTime completely, and reset/reboot the iPad
    In order to close apps in iOS 7 or 8, you have to drag the app up from the multitasking display. Double tap the home button and you will see apps lined up going left to right across the screen. Swipe to get to the app that you want to close and then swipe "up" on the app preview thumbnail to close it.
    Reset the iPad by holding down on the sleep and home buttons at the same time for about 10-15 seconds until the Apple Logo appears - ignore the red slider if it appears on the screen - let go of the buttons. Let the iPad start up.
    If that didn't help, this can also cure weird little issues on iOS devices. You can also try resetting all settings. You will not lose any data, but most of the device settings will have to be entered in the settings app again. Settings>General>Reset>Reset all Settings.

Maybe you are looking for

  • Customizing a VScrollBar is not working in Flex sdk 4.6?

    Hi, I have updated my Flex sdk from 4.5 to 4.6 in my application. I have faced a strange issue this sdk 4.6. In my application I have designed a Custom VScrollbar for customizing the vertical scroll speed of a mouse wheel to smooth-en the scrolling .

  • Adobe Reader XI and CD

    I have never use the Adobe Reader and have just tried with a CD and nothing is happening.  What do I do??

  • SBW-ERR-0020 Query cube failed

    Last 1 month back previously we get the following error message when we try to query the Infocube in SAP BI 7.3 from Cognos 8.4;  SAP error code: BAP-ERR-0002 A BAPI error has occurred in the function module BAPI_MDDATASET_SELECT_DATA. Log not found

  • Gross ,net invoice posting

    hi sap gurus what will be postings in case of gross invoice receipt and net invoice receipt.like this is case of gross posting what will be tn case of net invoice posting tm PK Account    Account short            Tx           Amount                  

  • Error 403 accessing Oracle Portal

    Hello, I have just installed Oracle Application Server 10.1.2.0.2, and I am working on setting up Oracle Portal. I am able to access the portal by using an internal domain name (i.e, http://my.domain.local:7778/pls/portal), it will work fine using th