Apache bridge & Basic Auth does not work

 

The WebLogic newsgroups are not the appropriate place to file product defect
reports.
I suggest that you file a bug report with our support organization. Be sure
to include a complete test case. They will also need information from
you -- please review our external support procedures:
http://www.beasys.com/support/index.html
Thanks,
Michael
Michael Girdley
Product Manager, WebLogic Server & Express
BEA Systems Inc
Jaroslav Mechacek <[email protected]> wrote in message
news:[email protected]..
>
I tried mod_wl with apache 1.3.12 ( mod_ssl / openssl ) ,
but the basic auth does not work.
When apache starts it complains that mod_lw uses plain apache api
Tue May 16 17:29:54 2000] [warn] Loaded DSO libexec/mod_wl.so uses plain
Apache 1.3 API, this module might crash under EAPI! (please recompile it
with -DEAPI)
When I request protected page, apache returns both
HTTP/1.1 200 OK , HTTP/1.1 401 Unauthorized
what apache / ssl configurations are known to work ?
Escape character is '^]'.
GET /file/index.html HTTP1.0
HTTP/1.1 200 OK
Date: Tue, 16 May 2000 14:47:01 GMT
Server: Apache/1.3.12 (Unix) mod_ssl/2.6.4 OpenSSL/0.9.5a
HTTP/1.1 401 Unauthorized xxx:
www-authenticate: Basic realm="WebLogic Server"
content-length: 23
content-type: text/html
connection: Close
No credentials supplied

Similar Messages

  • CF10 64bit  Apache connector (mod_jk.so) does not work for Apache2.4.3 (windows)

    CF10 64bit  Apache connector (mod_jk.so) does not work for Apache2.4.3 (win64), where can I get a module that works?
    I get this error from Apache :
    C:\www\Apache2.4\bin>httpd -t
    httpd: Syntax error on line 741 of C:/www/Apache2.4/conf/httpd.conf: Syntax error on line 2 of C:/www/Apache2.4/conf/mod_jk.conf: Cannot load C:\\ColdFusion10\\config\\wsconfig\\1\\mod_jk.so into server: The specified procedure could not be found.
    I have already tried manually extracting the pre-built mod_jk22.so from the wsconfig.jar with same results.
    If I switch to Apache 2.2.22 64bit, it does work.  what I need is to be able to run on Apache 2.4.

    Please check out this link.
    http://rob.brooks-bilson.com/index.cfm/2012/2/21/Installing-ColdFusion-10-with-Apache-on-W indows
    In this link, they are configuring with Apache 2.2 only.
    When we were working colfusion 9 with Linux and apache, we had the same problem, it will work when it connect to Apache 2.0 but not with Apache 2.2 version.

  • Taking Z1 back to shops!! going back to Apple: Sony Bridge for Mac does not work

    Been an Iphone owner. really, really wanted to try a good  android phone, and the z1 looked the best. However
    I have had the most frustrating experience- this junky bridge software looks slick but it simply does not work on a mac .
    I have spent nearly a week mucking around on forums, reading technical 'get arounds' this is a £600 phone and its not good enough. It might be Apples fault for being so locked down, but sony should not claim it works when it has so many issues.
    1) it spent 3 days trying to load my media. It eventually got stuck on 10 min remaining. I pulled the cable.
    no contacts had even been added, however 1/2 the photos have, but they are a little jumbled up from when they were on my iphone.
    2) i try to download the lastest sony for Mac update 3 times- it cant even do this and gets stuck
    3) i then try to update the z1 with the latest software, again this also it gets stuck and hangs. OMG how can i update my software, do i have to buy a PC to go with the phone.
    im annoyed now and cant play with my new phone
    4) connect phone again and just ask it to do my notes, messages and contacts. This seems to work , but all the messages to my Girfriend are completley missing?? why?
    5) i try to load a few folders, the pictures on the bridge pop up window seem to freeze , ai cant even drag these across, the same happens with my music
    6) i have a lot of photos on my mac form my iphone 3000. If i choose to load them it only allows me to load all of them and not browse.
    can i avoid bridge and view my z1 as a drive? also why wont any of the software update?
    the next thing is it seems to have infected teh mac, the new version f itunes will not install correctly!! this is very unusual.
    some one please helpme before i rant in my blog!

    Hi Inventsc,
    I apologize for the late answer. I'm sorry you haven't had a pleasant experience using Bridge. We are aware of the problems you mention and are working on it. As mentioned, you can connect your phone in MSC (mass storage mode). To do this, disconnect the phone, find USB connectivity settings and set it to MSC mode before plugging it in again.
    Again, I am sorry it's not working properly for you.
    Best Regards,
    David

  • Web Service Call with Basic Authentication does not work

    If I try to use Basic Authentication in my Web Service Client with the automatically created methods
    setUsername(inUserName)
    setPassword(inPassword)
    setAddress(inAddress)
    the application does not make a call. Did I forget something?
    Is it possible to use "Test Method" with Basic Authentication?
    Thank you.

    Thank you for your answer.
    But: I already read this article. And it doesn't help me.
    I use the following code:
                getMyServiceClient1().setUsername(inUserName);
                getMyServiceClient1().setPassword(inPassword);With this code I always get a java.lang.NullPointerException.
    The methods setUsername and setPassword are definded as follows:
    public void setUsername(String inUserName) {
            myStub._setProperty(Stub.USERNAME_PROPERTY, inUserName);
      public void setPassword(String inPassword) {
            myStub._setProperty(Stub.PASSWORD_PROPERTY, inPassword);
      }But if I look at the methods which are generated automatically by Sun Java Studio Creator I cannot find _setProperty.
    I also found this thread in your forum:
    http://swforum.sun.com/jive/thread.jspa?forumID=123&threadID=54773

  • WL Apache plugin BUG: ConnectTimeoutSecs does not work.

    We have a Servlet that calls an Entity Bean that performs a process that
    takes about 15 seconds to return. I noticed that the Weblogic to Apache
    bridge times out in 10 seconds, calling the servlet about 4 times. I
    then proceeded to change the ConnectTimeoutSecs to 60 seconds and then
    changed the ConnectRetrySecs to 60 seconds also to prevent multiple
    retries. Now when I run the servlet, I get the following response after
    waiting about 10 seconds:
    Failure of WebLogic APACHE bridge:
    Cannot connect to WebLogic: timed out after 60 seconds
    Build date/time: Jun 5 2000 20:55:01
    It appears that the plugin is ignoring the new value except for the
    error message. I have included my setup below.
    Excerpt from httpd.conf:
    <IfModule mod_weblogic.c>
    Include conf/weblogic.conf
    </IfModule>
    Entire weblogic.conf:
    WebLogicHost devapp1
    WebLogicPort 7001
    #PathTrim weblogic
    #PathPrepend
    #StatPath false
    #ErrorPage
    ConnectTimeoutSecs 60
    ConnectRetrySecs 60
    <Location /servlets>
    SetHandler weblogic-handler
    </Location>
    Weblogic App Server:
    OS: RedHat 6.2 (2.2.14-5.0)
    JDK: Sun's Java 2 SDK for Linux (1.2.2)
    Weblogic: 5.1 sp3
    Apache Web Server:
    OS: Redhat 6.2 (2.2.14-5.0)
    Apache: apache-1.3.9
    WL-Ap-plugin: Build date/time: Jun 5 2000 20:55:01 (from sp3)
    Thanks,
    Alan

    ConnectTimeoutSecs is between the browser and plugin. So the plugin will keep
    trying
    to connect to WebLogic till ConnectTimeoutSecs and then return a timeout error
    page
    back to the browser.
    HungServerRecoverSecs is for timing out the requests between plugin and
    WebLogic.
    This was impletemented to take care of Hung or non responsive servers.
    If the servlets do not respond within HungServerRecoverSecs, the plugin will
    declare
    that server as "hung" and failover to the secondary, if Idempotent=ON
    (default). If
    Idempotent (a plugin parameter) is turned OFF, then plugin will return request
    timeout
    error page back to the browser.
    --Vinod.
    Alan Moss wrote:
    What exactly is the difference between ConnectTimeoutSecs and
    HungServerRecoverSecs?
    Thanks,
    -Alan
    Vinod Mehra wrote:
    Remove "=".
    Just do add this line:
    DebugConfigInfo ONConnectTimeoutSecs: '60'ConnectRetrySecs: '2'
    HungServerRecoverSecs: '10'
    --Vinod
    Alan Moss wrote:
    When I inserted 'DebugConfigInfo=ON' into my weblogic.conf, Apache said
    this:
    Syntax error on line 13 of /etc/httpd/conf/weblogic.conf:
    Invalid command 'DebugConfigInfo=ON', perhaps mis-spelled or
    defined by a module not included in the server configuration
    I am using mod_wl.so from sp3. I did give all my version info earlier,
    but here it is again:
    Excerpt from httpd.conf:
    <IfModule mod_weblogic.c>
    Include conf/weblogic.conf
    </IfModule>
    Entire weblogic.conf:
    WebLogicHost devapp1
    WebLogicPort 7001
    #PathTrim weblogic
    #PathPrepend
    #StatPath false
    #ErrorPage
    ConnectTimeoutSecs 60
    ConnectRetrySecs 60
    <Location /servlets>
    SetHandler weblogic-handler
    </Location>
    Apache Web Server:
    OS: Redhat 6.2 (2.2.14-5.0)
    Apache: apache-1.3.9
    WL-Ap-plugin: Build date/time: Jun 5 2000 20:55:01 (from sp3)
    Weblogic App Server:
    OS: RedHat 6.2 (2.2.14-5.0)
    JDK: Sun's Java 2 SDK for Linux (1.2.2)
    Weblogic: 5.1 sp3
    Thanks,
    Alan

  • NAC - wanna test the basic setup - does not work !!!!

    SCENARIO :
    ·         I have simple NAC setup with 1 NAC MGR “CAM” and 1 NAC SRVR “CAS”
    ·         My users are running network 192.168.10.x/24 , and I wanna implement in L2 VG mode. Both NAC MGR and NAC SRVR can ping each other.
    ·         CAM VLAN 55 = 192.168.55.x/24 , and CAS VLAN 66 = 192.168.66.x/24
    ·         NAC MGR “CAM”  has only 1 cable going to the core switch and NAC SRVR has 2 cables going to the core switch ( one is trusted trunk end and another is untrusted trunk end) . Created two VLANS 999 and 998 and put each of them on each link as blackhole prevention mechanism described in Cisco docs.
    ·         I have a Windows 2008 DHCP Server who is giving the pool of IPs for users from 192.168.10.x/24 and it is working fine. Routing in the core switch is also ok.
    ·         I have SSH and web access to both CAM and CAS boxes.  They are also updating online smoothly.
    ·         From the GUI, I have created the AV Rules also and CAM shows CAS as connected as well !!!!  My version is 4.1.8  (upgraded from 4.1.3 )
    INT VLAN 10 (USER VLAN)  SVI is on core switch = 192.168.10.254 /24
    INT VLAN 55 ( MGMT ) SVI is on core switch = 192.168.55.254/24
    INT VLAN 66 (MGMT) SVI is on core switch = 192.168.66.254/24
    PROBLEM :-
    1.       I am not able to download or get the NAC Client software MSI or stub file or ActiveX prompt to download ….
    2.       I don’t know how to start troubleshooting at this stage. Please note that My client PC is windows XP machine and the port is already configured to VLAN 100.
    I have 1 CORE switch only and my NAC boxes and client are connected to the same CORE switch.

    VLANS Mapping is done in CAM, i didnt find any field in CAS...
    Also, i am copying the switch port configs...  ( a simple logical connectivity diagram was attached also to this discussion already )
    VLANS DATABASE
    ==============
    vlan 10
    name AuthVLAN
    vlan 11
    name TEST_VLAN_USER
    vlan 55
    name NAM_mgmt
    vlan 998
    name DummyVLAN998
    vlan 999
    name DummyVLAN999
    *** Only SVI is VLAN 10 with network = 192.168.11.x/24 , there is no SVI for VLAN 11  ***
    Following ports are configured as follows :-
    ============================================
    interface GigabitEthernet2/9
    description ** NAS's untrusted interface **
    switchport
    switchport trunk native vlan 999
    switchport trunk allowed vlan 11
    switchport mode trunk
    no ip address
    interface GigabitEthernet2/10
    description **** NAS Mgmt interface IP 192.168.66.1 *****
    switchport
    switchport trunk native vlan 998
    switchport trunk allowed vlan 10,66
    switchport mode trunk
    no ip address
    interface GigabitEthernet2/11
    description *** Test User Acess Port ***
    switchport
    switchport access vlan 11
    switchport mode access
    no ip address
    interface GigabitEthernet2/12
    description ***** Connected to Eth0 NAM on IP 192.168.55.1 ***
    switchport
    switchport access vlan 55
    switchport mode access
    no ip address
    spanning-tree portfast
    spanning-tree bpduguard enable
    *** FROM THIS core switch I can ping 192.168.66.1 and also 192.168.55.1 with comfort ***
    ** Please note that actual IPs are 192.168.x.y  and not 10.10.x.y respectively

  • I bought a new iphone in miami that does not work, how can i get it repaired by apple?

    I live in Argentina. I bought a new iphone 3gs unlocked on January 20th, 2012, in Aventura Mall in Miami, Florida. I arrived in Buenos Aires last Saturday, 28th, turned it on, and it never worked. It shuts down, and freezes for long periods of time, strange things appear on the screen, basically, it DOES NOT WORK AT ALL.
    I want to give it back, and get my money back, but there's no contact mail, or telephone I can call from Argentina. There are only 1-800 telephone numbers which I cannot use from here. Also, there is no official Apple Store or Repair Centre here in Buenos Aires.
    I call to the Aventura Apple Store and a machine answers me, and does not re-direct my call to a repair centre or support centre.
    I find no way to contact Apple regarding my problem. It seems I could only contact them if I lived in USA.
    I can't believe I have bought an Apple product that does not work, and that I cannot claim to anybody. I have no way of asking for a replacement.
    Thanks for your help.

    dologimenezzapiola wrote:
    I call to the Aventura Apple Store and a machine answers me, and does not re-direct my call to a repair centre or support centre.
    I find no way to contact Apple regarding my problem. It seems I could only contact them if I lived in USA.
    This is the way of Apple all over the world, Their toll free telephone numbers for AppleCare support are all country specific.  Apple does not provide an international support number anywhere.
    http://support.apple.com/kb/HE57

  • Apache-Weblogic Bridge does not work?

    I've gone thru' the documentation regarding setting up of apache-weblogic bridge, but still it does not work. Does anyboday have any more details regarding this...EnvironmentOS - Solars 5.7Weblogic - 5.1 SP 8Apache 1.3.12

    I've given up and had to go back to running "Double NAT" which also reports as a "problem" within the AEBS, but I just "ignore" it so the light will always be green.
    It still ***** though, as "Double NAT" is also a reason for "Back to my Mac" not working properly, but how the ** am I supposed to avoid Double NAT when the wireless will not work in bridged mode?!

  • DefaultFileName does not work with apache-webligic bridge in service pack 5

    The DefaultFileName directive does not work with apache-webligic bridge
    from service pack 5. It used to work with the apache-webligic bridge
    from service pack 3. Can anybody tell me why? Thanks.
    Wei

    I also had same issues using iPhone 5. Got chance to speak with senior engineers at NTC and they have confirmed 3G equipment they are using is not yet compatible with 3G band that iPhone 5 uses. So technically speaking, iPhone 5 has a hardware that is a generation ahead and not backward compatible to 3G system NTC currently uses.
    On a bright side though, they confirmed that NTC is aware of the situation and is soon upgrading its hardware within next 1 or 2 months which will finally support 3G on iPhone 5. The other operator though already has support for this (don't want to mention their name but you know the alternative).
    As for me, I'll be waiting for the (super frustrating) NTC to upgrade their hardware.
    BTW - Apple has nothing to do with this issue.

  • Photoshop CC2014 running under window 8.1.  How do I access mini bridge.  It does not show under FILE or WINDOW-EXTENSIONS.  Works ok with CS6

    Photoshop CC2014 running under window 8.1.  How do I access mini bridge.  It does not show under FILE or WINDOW-EXTENSIONS.  Works ok with CS6

    Photoshop: Spring Cleaning | PHOTOSHOP.COM BLOG

  • HELP - BBM does not work on Playbook (Bridged)

    Hi Folks,
    Looked into other threads but all problems seem to be related to older versions.
    I am new to the whole Blackberry Lifestyle.
    Currently own, Playbook (wireless) and Torch 9860 for about two weeks - enjoying them independently.
    ANY HELP would be appreciated.
    Just tried the Bridge function but the BBM does not work.
    It is funny cause my Playbook does get a notification for any BBM I receive, the remote works, the contacts can be seen on playbook but when I click on BBM notification it I get a message "Your Version of Blackberry Messenger is not compatible with Blackberry Bridge. Download the latest version of BBM to use it on your playbook.
    I did what I normally do - googled it. Found out the specs and I do have all updated apps.
    On my 9860 I have
    7.1.0 System
    Bridge 2.0.0.35
    BBM 6.1.0.55
    This is not linked to BES or anything - purely personal.
    I have already restarted my phone and playbook with no luck.
    I am new, so not sure of the difference between stuff like hard set, shutdown etc  etc or other technical terms - so would appreciate if you assume that I am a complete dummy.

    Hi playbookfun and welcome to the BlackBerry Support Community Forums!
    Have you tried updating to the latest version of BBM™?  If not, I would recommend trying that by going to www.blackbery.com/bbm from your BlackBerry® Browser.
    Thanks.
    -CptS
    Come follow your BlackBerry Technical Team on twitter! @BlackBerryHelp
    Be sure to click Kudos! for those who have helped you.Click Solution? for posts that have solved your issue(s)!

  • Bridge CC Tools - Photoshop - Batch does not work in Photoshop CC 2014.

    in Bridge CC Tools - Photoshop - Batch does not work in Photoshop CC 2014. At first I didn't even see the option but I reinstalled Photoshop CC and now I see the menu option but when I try it there is a message that I need to use Photoshop CC. So I open Photoshop CC and the same thing happens? I can't seem to make it work.

    Kitty,
    Your screen shot is in the virus scanning queue, where it can linger for minutes, hours, days or weeks.
    If you use the camera icon in the reply editor's formatting bar, you can embed your image in your post, where it will be viewable instantly.
    then:
    As for your issue, make sure all applicable scripts are checked in Bridge preferences:

  • Have just down loaded Yosemite over Mountain Lion, Indesign CS5 does not work ( Am dependant on it) although Bridge , Light Room and Elements operate OK How do I solve this rapidly. Can any one help on this issue. Thanks

    Have just down loaded Yosemite over Mountain Lion, Indesign CS5 does not work ( Am dependant on it) although Bridge , Light Room and Elements operate OK How do I solve this rapidly. Can any one help on this issue. Thanks

    Sorry to say it, but I think you can see from Bob's response that there's no way to solve this rapidly.
    Did you take an image of your Mountain Lion install before upgrading to Yosemite? Roll back to that. If you're not in the habit of taking a snapshot of your system before performing operating system upgrades - get in that habit. If you are dependent on anything at all on hour computer, having a reliable backup method in place is essential. If you don't have a Time Capsule, or some other way to run Time Machine onto a disk that's not in your computer, go set that up yesterday.
    If you can't just remove Yosemite and roll back to Mountain Lion for whatever reason, you can partition your drive so that you can install both Yosemite and Mountain Lion on the same drive, and then boot into Mountain Lion when you need to work in CS5. Or you can take your Mountain Lion disc (I assume you have one, no?) and then use it to create a virtual machine in something like VirtualBox to run Mountain Lion from inside Yosemite.

  • Why while in Bridge Load Files into photoshop Layers does not work?

    In Bridge, Tools>Photoshop>Load Files into Photoshop Layers does not work.  I have two images selected and when I execute that comman in Bridge nothing happens.  I exited and restarted both PS and Bridge and still nothing.  I am working in Windows 7 and Photoshop cs6.

    No I tried File/scripts/load file into stack and still did not work.
    There was an update to bridge and now it works.  Thanks so much.

  • HT4623 I updated to ios 7.1 on Thursday.  My ipad basically does not work any more.  I am running around in circles on this site and on other "forums" trying to fix.  ???  Don't have time for this.....

    I updated to ios 7.1 on Thursday.  My ipad basically does not work any more.  I am running around in circles on this site and on other "forums" trying to fix.  ???  Don't have time for this.....Any advice appreciated.

    give us more to work with in terms of info then "basically does not work any more"
    it can be from it's on fire to the a key on the onscreen keyboard don't respond

Maybe you are looking for