Is there any problem with installing the Listener with APEX 4.1

Hi Udo,
With your help, I have already installed the listener on apex 4.0.2.
Now I tried doing the same steps, but as I click apply, in the "listenerConfigure" page, I get an empty page...
I visited :
http://localhost:5555/apex/apex_admin
http://localhost:5555/apex/
Yet, I still get an empty page....
What could be the problem ????
Regards,
Fateh

Thanks Udo,
As I mentioned in the beginning of the thread. After I configure the listener on http://localhost:3333/apex/listenerConfigure , I get an empty page.
Now, if I visit this page http://localhost:3333/apex/listenerConfigure:
I get this message:
The APEX Listener is already configured. Please login as Administrator to access APEX Listener Administration.If I visit : http://localhost:3333/apex/listenerAdmin, I get the configuration page. When I click apply, I get an empty page...
if I visit http://localhost:3333/apex/ or http://localhost:3333/apex/apex_admin, I get an empty page....
Best Regards,
Fateh.
In the CMD, I am getting this message: Connection Pool destroyed
Microsoft Windows [Version 6.1.7601]
Copyright (c) 2009 Microsoft Corporation.  All rights reserved.
C:\Users\Mohammad Fateh\Desktop>cd C:\Program Files (x86)\Java\jre6\bin
C:\Program Files (x86)\Java\jre6\bin>java -Dapex.port=3333 -Dapex.home=F:\listen
er -Dapex.images=C:\images -jar F:\listener\apex.war
INFO: Starting: F:\Listener\apex.war
See: 'java -jar apex.war --help' for full range of configuration options
INFO: Extracting to: F:\listener
INFO: Using classpath: file:/F:/listener/apex/____embedded/start.jar:file:/F:/li
stener/apex/WEB-INF/lib/apex.jar:file:/F:/listener/apex/WEB-INF/lib/commons-file
upload-1.2.1.jar:file:/F:/listener/apex/WEB-INF/lib/je-4.0.103.jar:file:/F:/list
ener/apex/WEB-INF/lib/ojdbc6.jar:file:/F:/listener/apex/WEB-INF/lib/ojmisc.jar:f
ile:/F:/listener/apex/WEB-INF/lib/poi-3.6-20091214.jar:file:/F:/listener/apex/WE
B-INF/lib/ucp.jar:file:/F:/listener/apex/WEB-INF/lib/xdb-11.2.0.jar:file:/F:/lis
tener/apex/WEB-INF/lib/xmlparserv2-11.2.0.jar:
INFO: Starting Embedded Web Container in: F:\listener
21-Sep-2011 7:58:54 AM ____bootstrap.Deployer deploy
INFO: Will deploy application path=F:\listener\apex\WEB-INF\web.xml
21-Sep-2011 7:58:54 AM ____bootstrap.Deployer deploy
INFO: deployed application path=F:\listener\apex\WEB-INF\web.xml
Using config file: F:\listener\apex-config.xml
-- listing properties --
PropertyCheckInterval=60
ValidateConnection=true
MinLimit=1
MaxLimit=10
InitialLimit=3
AbandonedConnectionTimeout=900
MaxStatementsLimit=10
InactivityTimeout=1800
MaxConnectionReuseCount=1000
APEX Listener version : 1.1.3.243.11.40
APEX Listener server info: Grizzly/1.9.18-o
21-Sep-2011 7:58:56 AM com.sun.grizzly.Controller logVersion
INFO: Starting Grizzly Framework 1.9.18-o - Wed Sep 21 07:58:56 GST 2011
INFO: http://localhost:3333/apex started.
Using JDBC driver: Oracle JDBC driver version: 11.2.0.2.0
Connection Pool destroyed
-- listing properties --
PropertyCheckInterval=60
ValidateConnection=true
MinLimit=1
MaxLimit=10
InitialLimit=3
AbandonedConnectionTimeout=900
MaxStatementsLimit=10
InactivityTimeout=1800
MaxConnectionReuseCount=1000this is apex-config.xml file
<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE properties SYSTEM "http://java.sun.com/dtd/properties.dtd">
<properties>
<comment> Created: Tue Sep 20 08:23:20 GST 2011  Version: 1.1.3.243.11.40 </comment>
<entry key="apex.db.username">APEX_PUBLIC_USER</entry>
<entry key="apex.db.password">@0553026F9472B479B40252036B93F9DE7F</entry>
<entry key="apex.db.connectionType">basic</entry>
<entry key="apex.db.hostname">192.168.1.19</entry>
<entry key="apex.db.port">1521</entry>
<entry key="apex.db.sid">xe</entry>
<entry key="apex.db.servicename"></entry>
<entry key="apex.db.tnsAliasName"></entry>
<entry key="apex.db.tnsDirectory"></entry>
<entry key="apex.db.customURL"></entry>
<entry key="apex.jdbc.DriverType">thin</entry>
<entry key="apex.jdbc.InitialLimit">3</entry>
<entry key="apex.jdbc.MinLimit">1</entry>
<entry key="apex.jdbc.MaxLimit">10</entry>
<entry key="apex.jdbc.MaxStatementsLimit">10</entry>
<entry key="apex.jdbc.InactivityTimeout">1800</entry>
<entry key="apex.jdbc.AbandonedConnectionTimeout">900</entry>
<entry key="apex.jdbc.MaxConnectionReuseCount">1000</entry>
<entry key="apex.jdbc.DriverType">thin</entry>
<entry key="apex.jdbc.InitialLimit">3</entry>
<entry key="apex.jdbc.MinLimit">1</entry>
<entry key="apex.jdbc.MaxLimit">10</entry>
<entry key="apex.jdbc.MaxStatementsLimit">10</entry>
<entry key="apex.jdbc.InactivityTimeout">1800</entry>
<entry key="apex.jdbc.AbandonedConnectionTimeout">900</entry>
<entry key="apex.security.inclusionList"></entry>
<entry key="apex.security.exclusionList"></entry>
<entry key="apex.security.disableDefaultExclusionList">false</entry>
<entry key="apex.security.requestValidationFunction"></entry>
<entry key="apex.security.maxEntries">2000</entry>
<entry key="apex.security.trustedProxies"></entry>
<entry key="apex.cache.caching">false</entry>
<entry key="apex.cache.procedureNameList"></entry>
<entry key="apex.cache.type">lru</entry>
<entry key="apex.cache.maxEntries">500</entry>
<entry key="apex.cache.expiration">7</entry>
<entry key="apex.cache.duration">days</entry>
<entry key="apex.cache.monitorInterval">60</entry>
<entry key="apex.cache.directory">C:\Users\MOHAMM~1\AppData\Local\Temp\apex\cache</entry>
<entry key="apex.procedure.preProcess"></entry>
<entry key="apex.procedure.postProcess"></entry>
<entry key="apex.misc.defaultPage">apex</entry>
<entry key="apex.misc.compress"></entry>
<entry key="apex.debug.debugger">false</entry>
<entry key="apex.debug.printDebugToScreen">false</entry>
<entry key="apex.error.keepErrorMessages">true</entry>
<entry key="apex.error.maxEntries">50</entry>
<entry key="apex.log.logging">false</entry>
<entry key="apex.log.maxEntries">50</entry>
</properties>Edited by: Fateh on Sep 20, 2011 9:11 PM

Similar Messages

  • What,s the reason to stop iphone 5?? Is there any problem with that phone?? Because still 4s is in market but iphone 5 is stopped.... What,s wrong with apple??

    Why apple stoped iphone 5? What's the reason?? Is there any problem with that phone... Because iphone 4s is still in market.. But they stopped iphone 5.. What's wrong with iphone 5????

    It was replaced by the iPhone 5C, which is essentially the same phone except for the case, better LTE converage and a larger battery.

  • HT4623 I am upgrading my iPad to iOS 7 but the progress bar is at 1/4 position for two hours and not moving forward. Is there any problem with it? What should I do? Thanks.

    I am upgrading my iPad to iOS 7 but the progress bar is at 1/4 position for two hours and not moving forward. Is there any problem with it? What should I do? Thanks.

    This is a concern amoung many corporate users.  It's going to take somekind of policy change with apple.
    Enterprise support:
    Call enterprise support  (866) 752-7753  to create  a case ID number

  • Are there any problems with Snow Leopard Server (Xserve) and PPC Clients

    Hi,
    are there any problems identified yet with Snow Leopard Server, installed on a Xserve and PPC Clients running Mac OS X Tiger and Leopard?
    Currently I have a Xserve Intel running Leopard Server and about 12 Mac Minis PPC running Mac OS X Tiger and Mac OS X Leopard. The Xserve serves services like DNS, OpenDirectory, Software Update Server, NetBoot, etc. All users have Home Directories stored on the Xserve.
    Now I want to install Snow Leoaprd Server on the Xserve, but I wonder if there are any problems using the PPC Clients? I have read something like this on a german website.
    Thanks!

    We've actually found that the Server 10.6.3 DVD does an amazingly smooth job of upgrading 10.5.8. We've been upgrading our production servers and nothing has gone wrong yet. Snow Leopard employs an archive and install method of upgrading which results in an install which is very close to a clean install. So it's been very convenient for us because our servers are used as Windows PDCs and it's a pain in the *** to have to re-join all PCs to the domain if we start from scratch.

  • Are there any problems with motion menus and buttons in DVDSP 2 on OS 10.4?

    I have not used DVD Studio Pro 2 since upgrading to Tiger but it appears to no longer be showing moving motion on menus and buttons.
    Are there any problems that I should be aware of when using DVDSP2 on OS 10.4?
    I have not upgrade to a newer version only because I do not have any HD software to create DVDs.
    Thanks
    Paul

    New Discussions ReponsesThe new system for discussions asks that after you mark your question as Answered, you take the time to mark any posts that have aided you with the tag and he post that provided your answer with the
    tag. This not only gives points to the posters, but points anyone
    searching for answers to similar problems to the proper posts.
    If we use the forums properly they will work well...

  • Is there any problem letting charge the macbook all night?

    I have the new macbook pro and my question is that has any problem to charge the batteries of the macbook all the night, even if takes around 3 hours to complete.
    It's gonna have some overcharge and burn something?
    thank you.

    Rapha,  One thing to be aware of.  Li-Ion batteries, as all batteries do, have a finite number of charges before they die.  I suggest you keep your MacBook Pro plugged in most of the time and then once every month or two let it run down and do a full charge.    I have had my MacBook Pro for over a year and only disconnect it every two months and have had no problems with the battery. 
    This is from the same paragraph from the link posted. Always read the full article don't just pick one thing to hang on too.
    If on the other hand, you use a desktop computer at work, and save a notebook for infrequent travel, Apple recommends charging and discharging its battery at least once per month.

  • Are there any problems with un-compressing a drive?

    Bottman wrote:
    The only issue that I can think of is if the compressed files are then larger than the available space on the drive.
    If you're worried about this, you could uncompress a block of files at a time.
    The drive is currently 67% free.  I don't know what the compression ratio is but it probably wouldn't cause an issue with drive space.

    I have a very important 2TB logical disk (NTFS, Basic, not the system disk) attached to a Server 2008 R2 virtual machine.  Write performance has been very slow with large files and I realized that "Compress this drive to save disk space" is checked for the whole drive.  Are there any issues with disabling this feature?  It's easy enough to enable but I don't know what happens when I disable it.
    This topic first appeared in the Spiceworks Community

  • Are there any problems with installing Photoshop CS6 while the current version is installed?  CC got rid of the oil paint filter

    Windows 7 Professional, 64 bit

    If you do not have CS6 perpetual installed you should be able to install the subscription version of CS6 version 13.1.2 using the Creative cloud desktop application. Note I have CS6, CC and CC 2014 installed....

  • I want to install apps from itunes to my ipod and manage them manually but there is only one option to do that replaces my apps on ipod with apps in my itunes library . Is there any way to install the apps without replacing them??

    I want to install apps using itunes from my pc but there is only on option for doing that i.e. itunes replace the installed apps with apps on itunes. Is there any other way for doing that without replacing my apps ???

    Ipod touch will sync with one computer at a time.  If you sync to another then it will erase the current content and replace with content from the new computer.

  • Is there any problem with the new update 6.1.2 for iphone 5?

    After I updated my iphone 5 to the new update there seems to be some difficulties with the camera. I get pink lines everywhere. It is a matter of seconds before it gets clear and again pink. But the problem started after the update. I asked other people who use iphone 5 and they said they didnt have the same problem. Its kinda weird I think. any suggestions?

    Standard troubleshooting...
    Try a reset by pressing the home and sleep buttons until you see the Apple logo, ignoring the red slider. Takes about 5-15 secs of button holding and you won't lose any data or settings.
    Remove the camera app from Recently Used list...
    - From any Home Screen, double tap the home button to bring up the Recents List
    - Tap and hold any icon in this list until they wiggle
    - Press the red to delete the Camera app from this list.
    - Press the home button twice when done.
    - Restart the Camera app
    If still a problem restore with your backup.
    If still a problem restore as new, i.e. without your backup. See how it runs with nothing synced to it.
    If still a problem, it's likely a hardware issue.

  • Photoshop Premiere 9 vs 13? Are there any problems with CPU usage and crashing?

    I stopped using Premiere, because they the computer would freeze and/or the program. I was curious if there was any issue with people currently using Version 13?  I think I loaded it on this computer along with Photoshop Elements 9.  After a while I just kept Photoshop Elements.
    System Specs:
    Windows 7 premium home edition
    Processor Intel R Core TM i5-2410M CPU @ 2.30 GHz 2.30 GHz
    Installed Memory 6.00GB   826 GB free
    64 Bit Operating system

    stephanies
    If 64 bit, while 9 will be a 32 bit application with the limitations of a 32 bit application on 64 bit system, 13 will be a 64 bit application which translates into more computer resources available to 13.
    Elements Organizer 9 will not integrate with Elements Organizer 13 although you can convert the 9 catalog in Elements Organizer 13. And there is a marked difference in the workspace between the two versions. Principles tend to stay the same, but features can be moved, changed, or discontinued.
    I would have expected Premiere Elements 9/9.0.1 to have worked in your computer environment. Since it did not, I would strongly suggest that you look at the free 30 days tryout of Premiere Elements 13/13.1 in your computer environment to assure the compatibility of it with your computer environment and project goals.
    Lots of causes for program crashes (any version).
    a. Conflicts with antivirus program.
    b. Problem with video card graphics card
    c. Use of a pen and table device instead of mouse
    d. Problematic source media and format conflicts
    e. Not running program as Administrator
    f. Poor installation
    g. Failure to install QuickTime along with Premiere Elements on the computer
    h. Not meeting System Requirements in some way.
    i. Other
    https://helpx.adobe.com/premiere-elements/kb/system-requirements-premiere-elements.html
    Please review and consider. Any questions or need clarification, please do not hesitate to ask.
    Thank you.
    ATR

  • Are there any problems with Lion and Adobe CS5 ?

    I am wanting to upgrade to Lion but don't want to have the hassle of trying to fix any problems as I have heard some people had problems with earlier versions of Adobe Creative Suit and Lion and having recently moved I have no clue where my CS5 keys are so before doing so I want to know there will be no errors.
       Peoples experiences would be appreciated and many thanks.

    I have upgraded two Mac mini's which both have the Adobe Creative Suit Cs5 Acrobat, Illustrator, InDesign and Photoshop. I have had no issues regrding the upgrade, they just work.
    However I do have two user interface issues. InDesign the keyboard page up, page down keys no longer work as expected, they simply jump to the next screen, the workaround is to use a trackpad for the left hand and use two finger scrolling.
    The other is the arrow buttons in the vertical scroll bar no longer exist, so again the trackpad comes in for scrolling.
    This applies for almost all software and the finder.

  • Are there any problems with a "required Extended Protection" / "Always On" / "Livelink Server" combination?

    Hello,
    we have a Livelink  Server database running with two replicas on two nodes as Always On Group, both instances running extended protection in "allowed" mode.
    Our company security policy demands setting the extended protection to "required".
    Are there any known problems with a "required Extended Protection" / "Always On" / "Livelink Server" combination?
    Environment:
    OS: Windows Server 2008 R2 Enterprise X64 SP1
    DB: SQL Server 2012 (11.0.5556.0)
    Thx & BR
    Achim

    Hi Achim,
    According to my knowledge, there are no known problems with a "required Extended Protection" / "Always On" / "Livelink Server" combination.
    Extended Protection helps to prevent an authentication relay attack by using service binding and channel binding. We need to note that when Extended Protection is set to
    Required, only connections from protected applications on protected operating systems are accepted. This setting is the most secure but connections from operating systems or applications that do not support Extended Protection will not be able
    to connect to SQL Server. For more details, please review the following article.
    Connect to the Database Engine Using Extended Protection
    https://msdn.microsoft.com/en-us/library/ff487261(v=sql.110).aspx
    Thanks,
    Lydia Zhang
    If you have any feedback on our support, please click
    here.
    Lydia Zhang
    TechNet Community Support

  • Are there any problems with having 3.6 & 5 on same Mac OSX, single profile, but only one version FF open at a time?

    Will having two versions of firefox (3.6 and 5) on my computer (Macbook Pro, OS X 10.5.8) at the same time, using the same profile, BUT never running both firefox versions at the same time, only having one at a time open?

    In my case it seems that Firefox just doesn't "see" (or can't find?) the coupon printer application anymore after the FF update. (and yes, my add-ons are enabled - to answer the tech support people's first question).
    For me, the coupon printer doesn't even show up in my Firefox "Add-Ons" list anymore. Is that what people typically see when they're saying the coupon printer "doesn't work" with FF? The coupon printer was visible on the add-ons list before my FF update, and now it's totally Gone! It seems that Firefox just doesn't "see" (or can't find?) the coupon printer application anymore since the FF update.
    When I'm on the coupons.com site and I click "print coupons", it tells me I haven't installed the application. But it Is installed on my computer, I can see it in my folders, and it works on IE, so it's definitely there.
    BTW - I have uninstalled/reinstalled the coupon printer application. I have tried all the suggestions on the Mozilla help/forum sites, as well as the Coupons.com web site. I have closed and re-started Firefox after the installation. I have also shut down and restarted my pc after installation. I tried installing the application with Firefox open, and tried it again with Firefox closed. I've even cleared out all my cookies/history associated with Coupons.com.
    ... I can't think of anything else to try, except for the "solution" of using IE for coupons.
    If it Really is a problem on the Coupon.com end of things, do you think it's worth it if we bombard the coupons.com support team with messages saying they need to fix the problem? (or just a waste of time?) ;(

  • Is there any problem with 10.4.9 update?

    After running software update to 10.4.9 my G4 powerbook hung on startup - after login seemed normal enough only to freeze with no dock, no menubar... I forced it to restart and it seemed ok for a while. Then when trying to wake it from sleep the screen went black and I had to force it to power down. Seemed fine after a safe boot.
    G5 powermac - screen froze, on restart 3 beeps (ran AHT and it says the RAM's fine). Forced it to power down, on restart got POST after a delay of about 5 seconds longer than normal, but no video. Then the fan ramped up to full speed Forced it to shut down again before starting up in a safe boot. After fsck and permissions check,it now seems ok.
    All this occurred after using software update to 10.4.9.
    I've had some pretty nasty problems with the G5 since the powersupply had to be replaced, and the AASP sent the machine back to me with a test logic board left inside. I won't be taking my machine back to that particular central London AASP any time soon. They eventually took the machine back to fit a brand new logic board. I'm guessing these latest problems could be down to the update since both machines are having problems. Does any of this sound familiar?
    Thanks

    I have been experiencing very poor performance from my imac and as a result i have decided to wipe everything after two pain staking nights of backing things up. After which I proceeded to update it and guess what? errors popped up while updating a few of them. so i decided to instead update it one at a time and found out that quicktime and 10.4.9 were the problems. After my 10.4.9 update I found that I was having the same issues as before:
    1.0 my seagate external 400gb hard drive cannot be recognised although both my western digital(s) and maxtor external drive had no problems
    2.0 when unmounting any external drive (including flash drives and ipod) it will take a good few minutes and sometimes even longer. While it is unmounting I am not able to use my mac at all
    3.0 slower overall performance in dashboard, finder, etc... the list goes on
    I am very sure that the 10.4.9 update is not for everyone as for now I wiped my hard drive again and revert to my safe 10.4.8. I really hope that apple can do something about this as I have been to the genius bar (apple store) and it seems that I am the only one complaining about these issues.
    Really disappointing after spending nearly 2grand pounds for this....
    Cheers

Maybe you are looking for

  • Creating logical standby database

    Hi all, 10.2.0.1 Following this link http://download.oracle.com/docs/cd/B19306_01/server.102/b14239/create_ls.htm Where do i need to issue these statements: SQL> EXECUTE DBMS_LOGSTDBY.BUILD; SQL> ALTER DATABASE RECOVER TO LOGICAL STANDBY db_name; on

  • I recently had to re-install Photoshop CS and I am unable to activate.

    What do I need to do to be able to use my version of Photoshop?

  • This Question is related to IDOC , that how to modify the existing IDoc

    hi All, am getting some problem that , i have created the IDOC for sales orders by using (ORDERS), so i was able to create IDOC,but my requrement is to modify the exising IDOC. how i can go through?. what are the F.M to use?

  • Audioproblem in PPRO 2.0

    In the setting "widescreen" I imported 3 video and audio timelines in PPRO 2.0 When I try to "export movie" after editing, the following screen appears:The number of audio channels to create in the exported file must be equal or less than the number

  • Can't import files.

    Hello I have a folder set up, and within the folder are my photographs. Some of the files are  .jpg  some are .nef file types. When I use the import dialogue box to try to import that folder of files,  lightroom only shows me SOME of the files do sel