Intermittent problem with weblogic plugin for Apache

Env: hpux11, wls 4.5.2 w/sp1, apache 1.3.12.1
I am using Apache as the proxy for servlets. Apache serves all static content html/gifs.
The servlet request is forwarded to weblogic, and the servlet forwards the request to a jsp which responds with html output. Using IE 5, sometimes the images and html show up properly, other times the html code/tags is displayed. Using Netscape, the page does not display at all when the error occurs, otherwise it displays fine.
The problem occurs when refreshing the same page.
The errant display is HTML code/tags like:
<AREA SHAPE="RECT" COORDS="4,4,82,86"
Here are the httpd.conf settings for the wls plugin.
<Files *.jsp
SetHandler weblogic-handler
</Files
<Files *.ssi
SetHandler weblogic-handler
</Files
<Location /servletDispatcher
SetHandler weblogic-handler
</Location
WebLogicHost 192.168.12.63
WebLogicPort 8173
MatchExpression *.jsp
Debug ON
DebugConfigInfo ON
HungServerRecoverSecs 300
CookieName mycookie
In the debug log for wls plugin, the following failure message is logged to /tmp/wlproxy.log:
"operation READ failed on fd 8: revents=0x000000c0"
It looks like a socket error on the plugin. Has anyone seen this error or know what causes it?
The log message (in /tmp/wlproxy.log) for the entire request follows:
========New Request: [GET /tangomain?bid=20654&rq=rates HTTP/1.1] =========
Thu Nov 9 13:59:11 2000 Init: availcookie=[sid=OgrzAW0CpixHnM5hf25UQv12qubTNcddw9FBmMGZ3PXY0IP1qQ3P0d1KcLRhMyb4LsJnXvhmqdw3|-839933
8697591569903/-1062728652/5/8173/8173/7002/7002/-1]
Thu Nov 9 13:59:11 2000 In cookie2Servers, const c is 'sid=OgrzAW0CpixHnM5hf25UQv12qubTNcddw9FBmMGZ3PXY0IP1qQ3P0d1KcLRhMyb4LsJnXvhm
qdw3|-8399338697591569903/-1062728652/5/8173/8173/7002/7002/-1'Thu Nov 9 13:59:11 2000 In parseJVMID...'-8399338697591569903/-10627
28652/5/8173/8173/7002/7002/-1'!!Thu Nov 9 13:59:11 2000 Init: Preferred[0] = 192.168.12.52:8173
Thu Nov 9 13:59:11 2000 Init: Preferred[1] = :0
Thu Nov 9 13:59:11 2000 The request string is '/tangomain?bid=20654&rq=rates'
Thu Nov 9 13:59:11 2000 After trimming path: '/tangomain?bid=20654&rq=rates'
Thu Nov 9 13:59:11 2000 trying connect to PRIMARY '192.168.12.63'/8173
Thu Nov 9 13:59:11 2000 Host 192.168.12.63/8173 not found in the server list
Thu Nov 9 13:59:11 2000 Adding header [Accept]=[application/msword, application/vnd.ms-excel, application/vnd.ms-powerpoint, image/
gif, image/x-xbitmap, image/jpeg, image/pjpeg, */*]
Thu Nov 9 13:59:11 2000 Adding header [Accept-Encoding]=[gzip, deflate]
Thu Nov 9 13:59:11 2000 Adding header [Accept-Language]=[en-us]
Thu Nov 9 13:59:11 2000 Adding header [Connection]=[Keep-Alive]
Thu Nov 9 13:59:11 2000 Adding header [Cookie]=[sid=OgrzAW0CpixHnM5hf25UQv12qubTNcddw9FBmMGZ3PXY0IP1qQ3P0d1KcLRhMyb4LsJnXvhmqdw3|-8
399338697591569903/-1062728652/5/8173/8173/7002/7002/-1]
Thu Nov 9 13:59:11 2000 Adding header [Host]=[mortgage.mysite.com:8443]
Thu Nov 9 13:59:11 2000 Adding header [Referer]=[https://mortgage.mysite.com:8443/tangomain?bid=20654&rq=main]
Thu Nov 9 13:59:11 2000 Adding header [User-Agent]=[Mozilla/4.0 (compatible; MSIE 5.0; Windows NT)]
Thu Nov 9 13:59:11 2000 Sending header to WLS [Accept]=[application/msword, application/vnd.ms-excel, application/vnd.ms-powerpoint
, image/gif, image/x-xbitmap, image/jpeg, image/pjpeg, */*]
Thu Nov 9 13:59:11 2000 Sending header to WLS [Accept-Encoding]=[gzip, deflate]
Thu Nov 9 13:59:11 2000 Sending header to WLS [Accept-Language]=[en-us]
Thu Nov 9 13:59:11 2000 Sending header to WLS [Cookie]=[sid=OgrzAW0CpixHnM5hf25UQv12qubTNcddw9FBmMGZ3PXY0IP1qQ3P0d1KcLRhMyb4LsJnXvh
mqdw3|-8399338697591569903/-1062728652/5/8173/8173/7002/7002/-1]
Thu Nov 9 13:59:11 2000 Sending header to WLS [Host]=[mortgage.homeside.com:8443]
Thu Nov 9 13:59:11 2000 Sending header to WLS [Referer]=[https://mortgage.mysite.com:8443/tangomain?bid=20654&rq=main]
Thu Nov 9 13:59:11 2000 Sending header to WLS [User-Agent]=[Mozilla/4.0 (compatible; MSIE 5.0; Windows NT)]
Thu Nov 9 13:59:11 2000 Sending header to WLS [WL-Proxy-SSL]=[true]
Thu Nov 9 13:59:11 2000 Sending header to WLS [Proxy-Client-IP]=[10.155.217.195]
Thu Nov 9 13:59:11 2000 Header received from WLS : [HTTP/1.0 200 OK] = []
Thu Nov 9 13:59:11 2000 Header received from WLS : [Server] = [WebLogic 4.5.2 Service Pack 1 08/31/2000 09:51:21 #81452]
Thu Nov 9 13:59:11 2000 Header received from WLS : [Content-Type] = [text/html]
Thu Nov 9 13:59:11 2000 Responses from WLS:
Thu Nov 9 13:59:11 2000 Headers from WLS [1] ([Server],[WebLogic 4.5.2 Service Pack 1 08/31/2000 09:51:21 #81452])
Thu Nov 9 13:59:11 2000 Headers from WLS [2] ([Content-Type],[text/html])
Thu Nov 9 13:59:11 2000 operation READ failed on fd 8: revents=0x000000c0
Thanks in advance for any assistance.
Aaron

Env: hpux11, wls 4.5.2 w/sp1, apache 1.3.12.1
I am using Apache as the proxy for servlets. Apache serves all static content html/gifs.
The servlet request is forwarded to weblogic, and the servlet forwards the request to a jsp which responds with html output. Using IE 5, sometimes the images and html show up properly, other times the html code/tags is displayed. Using Netscape, the page does not display at all when the error occurs, otherwise it displays fine.
The problem occurs when refreshing the same page.
The errant display is HTML code/tags like:
<AREA SHAPE="RECT" COORDS="4,4,82,86"
Here are the httpd.conf settings for the wls plugin.
<Files *.jsp
SetHandler weblogic-handler
</Files
<Files *.ssi
SetHandler weblogic-handler
</Files
<Location /servletDispatcher
SetHandler weblogic-handler
</Location
WebLogicHost 192.168.12.63
WebLogicPort 8173
MatchExpression *.jsp
Debug ON
DebugConfigInfo ON
HungServerRecoverSecs 300
CookieName mycookie
In the debug log for wls plugin, the following failure message is logged to /tmp/wlproxy.log:
"operation READ failed on fd 8: revents=0x000000c0"
It looks like a socket error on the plugin. Has anyone seen this error or know what causes it?
The log message (in /tmp/wlproxy.log) for the entire request follows:
========New Request: [GET /tangomain?bid=20654&rq=rates HTTP/1.1] =========
Thu Nov 9 13:59:11 2000 Init: availcookie=[sid=OgrzAW0CpixHnM5hf25UQv12qubTNcddw9FBmMGZ3PXY0IP1qQ3P0d1KcLRhMyb4LsJnXvhmqdw3|-839933
8697591569903/-1062728652/5/8173/8173/7002/7002/-1]
Thu Nov 9 13:59:11 2000 In cookie2Servers, const c is 'sid=OgrzAW0CpixHnM5hf25UQv12qubTNcddw9FBmMGZ3PXY0IP1qQ3P0d1KcLRhMyb4LsJnXvhm
qdw3|-8399338697591569903/-1062728652/5/8173/8173/7002/7002/-1'Thu Nov 9 13:59:11 2000 In parseJVMID...'-8399338697591569903/-10627
28652/5/8173/8173/7002/7002/-1'!!Thu Nov 9 13:59:11 2000 Init: Preferred[0] = 192.168.12.52:8173
Thu Nov 9 13:59:11 2000 Init: Preferred[1] = :0
Thu Nov 9 13:59:11 2000 The request string is '/tangomain?bid=20654&rq=rates'
Thu Nov 9 13:59:11 2000 After trimming path: '/tangomain?bid=20654&rq=rates'
Thu Nov 9 13:59:11 2000 trying connect to PRIMARY '192.168.12.63'/8173
Thu Nov 9 13:59:11 2000 Host 192.168.12.63/8173 not found in the server list
Thu Nov 9 13:59:11 2000 Adding header [Accept]=[application/msword, application/vnd.ms-excel, application/vnd.ms-powerpoint, image/
gif, image/x-xbitmap, image/jpeg, image/pjpeg, */*]
Thu Nov 9 13:59:11 2000 Adding header [Accept-Encoding]=[gzip, deflate]
Thu Nov 9 13:59:11 2000 Adding header [Accept-Language]=[en-us]
Thu Nov 9 13:59:11 2000 Adding header [Connection]=[Keep-Alive]
Thu Nov 9 13:59:11 2000 Adding header [Cookie]=[sid=OgrzAW0CpixHnM5hf25UQv12qubTNcddw9FBmMGZ3PXY0IP1qQ3P0d1KcLRhMyb4LsJnXvhmqdw3|-8
399338697591569903/-1062728652/5/8173/8173/7002/7002/-1]
Thu Nov 9 13:59:11 2000 Adding header [Host]=[mortgage.mysite.com:8443]
Thu Nov 9 13:59:11 2000 Adding header [Referer]=[https://mortgage.mysite.com:8443/tangomain?bid=20654&rq=main]
Thu Nov 9 13:59:11 2000 Adding header [User-Agent]=[Mozilla/4.0 (compatible; MSIE 5.0; Windows NT)]
Thu Nov 9 13:59:11 2000 Sending header to WLS [Accept]=[application/msword, application/vnd.ms-excel, application/vnd.ms-powerpoint
, image/gif, image/x-xbitmap, image/jpeg, image/pjpeg, */*]
Thu Nov 9 13:59:11 2000 Sending header to WLS [Accept-Encoding]=[gzip, deflate]
Thu Nov 9 13:59:11 2000 Sending header to WLS [Accept-Language]=[en-us]
Thu Nov 9 13:59:11 2000 Sending header to WLS [Cookie]=[sid=OgrzAW0CpixHnM5hf25UQv12qubTNcddw9FBmMGZ3PXY0IP1qQ3P0d1KcLRhMyb4LsJnXvh
mqdw3|-8399338697591569903/-1062728652/5/8173/8173/7002/7002/-1]
Thu Nov 9 13:59:11 2000 Sending header to WLS [Host]=[mortgage.homeside.com:8443]
Thu Nov 9 13:59:11 2000 Sending header to WLS [Referer]=[https://mortgage.mysite.com:8443/tangomain?bid=20654&rq=main]
Thu Nov 9 13:59:11 2000 Sending header to WLS [User-Agent]=[Mozilla/4.0 (compatible; MSIE 5.0; Windows NT)]
Thu Nov 9 13:59:11 2000 Sending header to WLS [WL-Proxy-SSL]=[true]
Thu Nov 9 13:59:11 2000 Sending header to WLS [Proxy-Client-IP]=[10.155.217.195]
Thu Nov 9 13:59:11 2000 Header received from WLS : [HTTP/1.0 200 OK] = []
Thu Nov 9 13:59:11 2000 Header received from WLS : [Server] = [WebLogic 4.5.2 Service Pack 1 08/31/2000 09:51:21 #81452]
Thu Nov 9 13:59:11 2000 Header received from WLS : [Content-Type] = [text/html]
Thu Nov 9 13:59:11 2000 Responses from WLS:
Thu Nov 9 13:59:11 2000 Headers from WLS [1] ([Server],[WebLogic 4.5.2 Service Pack 1 08/31/2000 09:51:21 #81452])
Thu Nov 9 13:59:11 2000 Headers from WLS [2] ([Content-Type],[text/html])
Thu Nov 9 13:59:11 2000 operation READ failed on fd 8: revents=0x000000c0
Thanks in advance for any assistance.
Aaron

Similar Messages

  • Weblogic plugin for Apache 2.2

    Where should I download the weblogic plugin for Apache 2.2?
    I'm running WL 10.3 on windows xp.
    Please provide the link .
    Thanks,
    sripos

    Hi
    On this link, click Accept license and go all the way to bottom and click on All Versions link named next to "Oracle WebLogic Server Web Server Plugins 1.1"
    http://www.oracle.com/technetwork/middleware/weblogic/downloads/wls-main-097127.html
    That click should open this below link. Accept the license and Download the zip file. Then follow the instructions.
    http://www.oracle.com/technetwork/middleware/ias/downloads/wls-plugins-096117.html
    Thanks
    Ravi Jegga

  • Weblogic plugin for Apache 2 problem

    Hi guys,
    Is it possible that the plugin corrupt or append leading zeros to a text
    field on the form data of the application from example fund transfer
    amount USD 20 then suddenly when it reaches weblogic is USD 200.
    Regards,
    Kenneth

    Hi
    On this link, click Accept license and go all the way to bottom and click on All Versions link named next to "Oracle WebLogic Server Web Server Plugins 1.1"
    http://www.oracle.com/technetwork/middleware/weblogic/downloads/wls-main-097127.html
    That click should open this below link. Accept the license and Download the zip file. Then follow the instructions.
    http://www.oracle.com/technetwork/middleware/ias/downloads/wls-plugins-096117.html
    Thanks
    Ravi Jegga

  • [SOLVED] Problem with gtkhtml2 plugin for Sylpheed-Claws

    Running Sylpheed-Claws 2.5.3 from [extra] repo.
    Built sylpheed-claws-gtkhtml2-plugin 0.10.2-1 from AUR. Build seemed to go fine, plugin installed with 'pacman -A sylpheed-claws-gtkhtml2-plugin 0.10.2-1.pkg.tar.gz' and seemed OK.
    When I try to load the plugin into Sylpheed-Claws I get the following error:
    Anyone have any ideas or suggestions?
    Thanks!
    Bob

    Found the problem, it was a PEBKAC (http://en.wikipedia.org/wiki/PEBKAC) issue <sigh>.
    Things worked so much better after I cleared the cache in Firefox. Then I was able to download the NEW package. The build and install went fine after that.
    Thnaks for your help Tomas....sorry to bother you with my mistakes.
    Bob

  • Problem with Flex Plugin for eclipse

    Hi there
    I have downloaded the latest Europa Eclipse and also the the
    Flex builder plugin. The Flex wizard for installing the plugin
    tells me to select the folder where my eclipse is installed. When I
    do this, I get an error message saying that I must choose a valid
    3.* Eclipse directory.
    I have no idea what the problem is?????

    Hi
    I am having same issue, I don't know how to procced. My
    installation has eclise Version: 3.3.1.1
    Build id: M20071023-1652 and configuration directory.
    Any help on this is highly appreciated
    thanks
    Jay

  • Problems with Flash plugin for Firefox

    I've already tryed to install and uninstall adobe flash
    player 9 for firefox several times (windows vista) but it keeps
    having a problem:
    some flash movies are not displayed complitely, if the movie
    is 800x600 and i embed it into an html page with the same size,
    when i open the page with firefox it is something like 600x400!!
    If i open that page with Internet explorer or Opera there is
    no problem!
    here is the code i use to embed the movie:
    quote:
    <script language="javascript">
    if (AC_FL_RunContent == 0) {
    alert("This page requires AC_RunActiveContent.js.");
    } else {
    AC_FL_RunContent( 'codebase','
    http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=9,0,0,0','name ','container','width','800','height','600','align','middle','id','container','src','contai ner','quality','high','wmode','transparent','bgcolor','#393939','allowscriptaccess','sameD omain','allowfullscreen','false','pluginspage','http://www.macromedia.com/go/getflashplaye r','movie','container'
    ); //end AC code
    </script>
    <noscript>
    <object
    classid="clsid:d27cdb6e-ae6d-11cf-96b8-444553540000" codebase="
    http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=9,0,0,0"
    name="container" width="800" height="600" align="middle"
    id="container">
    <param name="allowScriptAccess" value="sameDomain" />
    <param name="allowFullScreen" value="false" />
    <param name="movie" value="container.swf" />
    <param name="quality" value="high" />
    <param name="wmode" value="transparent" />
    <param name="bgcolor" value="#393939" />
    <embed src="container.swf" quality="high"
    wmode="transparent" bgcolor="#393939" width="800" height="600"
    name="container" align="middle" allowScriptAccess="sameDomain"
    allowFullScreen="false" type="application/x-shockwave-flash"
    pluginspage="
    http://www.macromedia.com/go/getflashplayer"
    />
    </object>
    </noscript>

    Thanks so much for your prompt response. I'll email the CBS
    News website, and see if they will help.
    Sincerely,
    Kent Krueger

  • Intermittent problem with Email Review for Acrobat Standard 9

    We're using the Comment & Mark-up tools in Acrobat to co-ordinate reviews of document deliverables.  In the main we're working with Acrobat 8, however following a PC upgrade a colleague is now on Acrobat 9.  I should be upgrading soon and may have more information of what's exactly happening then if I also get this problem - however from my investigations I can advise the following symptoms which I'm hoping someone may be able to help with.
    The problem is that an email review appears to be successfully set up and is sent via email client, however when the review is completed and email responses are received by the review initiator the 'Merge Comments' dialogue is not available.  So far there doesn't appear to be a pattern to when this problem occurs but the majority of the time the process works smoothly with returned comments merged into the original file. In looking into the problem I can see that the docs that have this problem are not present in the review tracker, even though the review is successfully sent by the originator and the recipients have the 'send comments' button available so some aspects of the review have been successfully been set-up but obviously not all.
    The workaround is to export the comments to a datafile and import to the original file, but this can be a real grind where a large review team is involved.
    Any thoughts on what might be happening or pointers to assist the fault finding will be greatly appreciated.
    Thanks
    John

    John,
    We need some more information from you on this.
    1. After initiating the review, do you see a 'Send Comments' button in the  Comment and Markup toolbar?( If you don't see  it then go to Comments > Show  Comment & Markup Toolbar).
    2. Also, could you please provide us with a copy of your Workflows file, for  win-xp it is at the following location
        ...\Documents and Settings\<Username>\Application  Data\Adobe\Acrobat\9.0\Collab.
        Please mail the workflows file in this folder to richaa#adobe.com(replace #  with @,forum rules).
    Also, are you using Acrobat 9 installations that have have been customised for internal distribution. If so, you maye like to verify if any collaborate and/or review functionality has been modified.
    Thanks,
    Richa

  • I'm having an intermittent problem with my midi controllers triggering Mainstage 3. I'm using a PreSonus Firebox audio interface. It's been working fine for months, but now when I first turn on the computer in the morning , I'm not able to trigger Ma

    I’m having an intermittent problem with my midi controllers triggering Mainstage 3.
    I’m using a PreSonus Firebox audio interface.
    It’s been working fine for months, but now when I first turn on the computer in the morning , I’m not able to trigger MainStage from the keyboard.  I tried different midi controllers, different keyboards, different midi cords, and check midi preferences.  The audio interface is working fine and is recogonized, but the midi doesn’twork.  I re-started the computer several times and then finally it miraculously starts working again.
      I’ve been having to this every day now.  Any help or ideas is very much appreciated.

    I Had the same problem with a FireStudio. Try unplugging the FireWire plug and the power plug. Wait for a few seconds, then plug both back in. The light on my FireStudio was flashing blue/red which means "not connecting." I did what I just described, and everything works again. Hope it works for you.

  • Problem with weblogic.Deployer in 8.1

    I have a problem with weblogic.Deployer. My application deploys and works fine
    if I manually copy the ear or the exploded form into weblogic's applications\
    directory (hot deployment). But, if I use the weblogic.Deployer tool, it fails
    with the following exception. Does the deployer tool expect something in the ear
    (or exploded form) that I'm missing? Thanks in advance.
    -Vas
    [wldeploy] java.lang.NullPointerException
    [wldeploy] at weblogic.rmi.internal.StubGenerator.getStubOnClient(StubGener
    ator.java:785)
    [wldeploy] at weblogic.rmi.internal.StubGenerator.getStubClass(StubGenerato
    r.java:758)
    [wldeploy] at weblogic.rmi.internal.StubGenerator.generateStub(StubGenerato
    r.java:803)
    [wldeploy] at weblogic.rmi.internal.StubGenerator.generateStub(StubGenerato
    r.java:790)
    [wldeploy] at weblogic.rmi.extensions.StubFactory.getStub(StubFactory.java:
    79)
    [wldeploy] at weblogic.common.internal.RMIBootServiceStub.getStub(RMIBootSe
    rviceStub.java:50)
    [wldeploy] at weblogic.security.acl.internal.Security.authenticate(Security
    .java:152)
    [wldeploy] at weblogic.jndi.WLInitialContextFactoryDelegate.authenticateRem
    otely(WLInitialContextFactoryDelegate.java:597)
    [wldeploy] at weblogic.jndi.WLInitialContextFactoryDelegate.pushSubject(WLI
    nitialContextFactoryDelegate.java:534)
    [wldeploy] at weblogic.jndi.WLInitialContextFactoryDelegate.newContext(WLIn
    itialContextFactoryDelegate.java:336)
    [wldeploy] at weblogic.jndi.WLInitialContextFactoryDelegate.getInitialConte
    xt(WLInitialContextFactoryDelegate.java:308)
    [wldeploy] at weblogic.jndi.Environment.getContext(Environment.java:164)
    [wldeploy] at weblogic.jndi.Environment.getInitialContext(Environment.java:
    143)
    [wldeploy] at weblogic.management.deploy.utils.MBeanHomeTool.getMBeanHome(M
    BeanHomeTool.java:157)
    [wldeploy] at weblogic.Deployer.runBody(Deployer.java:555)
    [wldeploy] at weblogic.utils.compiler.Tool.run(Tool.java:146)
    [wldeploy] at weblogic.utils.compiler.Tool.run(Tool.java:103)
    [wldeploy] at weblogic.Deployer.main(Deployer.java:399)
    [wldeploy] at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
    [wldeploy] at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAcces
    sorImpl.java:39)
    [wldeploy] at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMet
    hodAccessorImpl.java:25)
    [wldeploy] at java.lang.reflect.Method.invoke(Method.java:324)
    [wldeploy] at weblogic.ant.taskdefs.management.WLDeploy.invokeMain(WLDeploy
    .java:209)
    [wldeploy] at weblogic.ant.taskdefs.management.WLDeploy.execute(WLDeploy.ja
    va:170)
    [wldeploy] at org.apache.tools.ant.UnknownElement.execute(UnknownElement.ja
    va:166)
    [wldeploy] at org.apache.tools.ant.Task.perform(Task.java:319)
    [wldeploy] at org.apache.tools.ant.Target.execute(Target.java:309)
    [wldeploy] at org.apache.tools.ant.Target.performTasks(Target.java:336)
    [wldeploy] at org.apache.tools.ant.Project.executeTarget(Project.java:1306)
    [wldeploy] at org.apache.tools.ant.Project.executeTargets(Project.java:1250
    [wldeploy] at org.apache.tools.ant.Main.runBuild(Main.java:610)
    [wldeploy] at org.apache.tools.ant.Main.start(Main.java:196)
    [wldeploy] at org.apache.tools.ant.Main.main(Main.java:235)
    [wldeploy] --------------- nested within: ------------------
    [wldeploy] weblogic.utils.AssertionError: ***** ASSERTION FAILED *****[ Failed
    to generate class for weblogic.common.internal.RMIBootServiceImpl_811_WLStub ]
    with nested exception:
    [wldeploy] [java.lang.NullPointerException]
    [wldeploy] at weblogic.rmi.internal.StubGenerator.generateStub(StubGenerato
    r.java:807)
    [wldeploy] at weblogic.rmi.internal.StubGenerator.generateStub(StubGenerato
    r.java:790)
    [wldeploy] at weblogic.rmi.extensions.StubFactory.getStub(StubFactory.java:
    79)
    [wldeploy] at weblogic.common.internal.RMIBootServiceStub.getStub(RMIBootSe
    rviceStub.java:50)
    [wldeploy] at weblogic.security.acl.internal.Security.authenticate(Security
    .java:152)
    [wldeploy] at weblogic.jndi.WLInitialContextFactoryDelegate.authenticateRem
    otely(WLInitialContextFactoryDelegate.java:597)
    [wldeploy] at weblogic.jndi.WLInitialContextFactoryDelegate.pushSubject(WLI
    nitialContextFactoryDelegate.java:534)
    [wldeploy] at weblogic.jndi.WLInitialContextFactoryDelegate.newContext(WLIn
    itialContextFactoryDelegate.java:336)
    [wldeploy] at weblogic.jndi.WLInitialContextFactoryDelegate.getInitialConte
    xt(WLInitialContextFactoryDelegate.java:308)
    [wldeploy] at weblogic.jndi.Environment.getContext(Environment.java:164)
    [wldeploy] at weblogic.jndi.Environment.getInitialContext(Environment.java:
    143)
    [wldeploy] at weblogic.management.deploy.utils.MBeanHomeTool.getMBeanHome(M
    BeanHomeTool.java:157)
    [wldeploy] at weblogic.Deployer.runBody(Deployer.java:555)
    [wldeploy] at weblogic.utils.compiler.Tool.run(Tool.java:146)
    [wldeploy] at weblogic.utils.compiler.Tool.run(Tool.java:103)
    [wldeploy] at weblogic.Deployer.main(Deployer.java:399)
    [wldeploy] at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
    [wldeploy] at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAcces
    sorImpl.java:39)
    [wldeploy] at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMet
    hodAccessorImpl.java:25)
    [wldeploy] at java.lang.reflect.Method.invoke(Method.java:324)
    [wldeploy] at weblogic.ant.taskdefs.management.WLDeploy.invokeMain(WLDeploy
    .java:209)
    [wldeploy] at weblogic.ant.taskdefs.management.WLDeploy.execute(WLDeploy.ja
    va:170)
    [wldeploy] at org.apache.tools.ant.UnknownElement.execute(UnknownElement.ja
    va:166)
    [wldeploy] at org.apache.tools.ant.Task.perform(Task.java:319)
    [wldeploy] at org.apache.tools.ant.Target.execute(Target.java:309)
    [wldeploy] at org.apache.tools.ant.Target.performTasks(Target.java:336)
    [wldeploy] at org.apache.tools.ant.Project.executeTarget(Project.java:1306)
    [wldeploy] at org.apache.tools.ant.Project.executeTargets(Project.java:1250
    [wldeploy] at org.apache.tools.ant.Main.runBuild(Main.java:610)
    [wldeploy] at org.apache.tools.ant.Main.start(Main.java:196)
    [wldeploy] at org.apache.tools.ant.Main.main(Main.java:235)
    [wldeploy] java.lang.reflect.InvocationTargetException
    [wldeploy] at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
    [wldeploy] at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAcces
    sorImpl.java:39)
    [wldeploy] at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMet
    hodAccessorImpl.java:25)
    [wldeploy] at java.lang.reflect.Method.invoke(Method.java:324)
    [wldeploy] at weblogic.ant.taskdefs.management.WLDeploy.invokeMain(WLDeploy
    .java:209)
    [wldeploy] at weblogic.ant.taskdefs.management.WLDeploy.execute(WLDeploy.ja
    va:170)
    [wldeploy] at org.apache.tools.ant.UnknownElement.execute(UnknownElement.ja
    va:166)
    [wldeploy] at org.apache.tools.ant.Task.perform(Task.java:319)
    [wldeploy] at org.apache.tools.ant.Target.execute(Target.java:309)
    [wldeploy] at org.apache.tools.ant.Target.performTasks(Target.java:336)
    [wldeploy] at org.apache.tools.ant.Project.executeTarget(Project.java:1306)
    [wldeploy] at org.apache.tools.ant.Project.executeTargets(Project.java:1250
    [wldeploy] at org.apache.tools.ant.Main.runBuild(Main.java:610)
    [wldeploy] at org.apache.tools.ant.Main.start(Main.java:196)
    [wldeploy] at org.apache.tools.ant.Main.main(Main.java:235)
    [wldeploy] Caused by: weblogic.utils.AssertionError: ***** ASSERTION FAILED ***
    **[ Failed to generate class for weblogic.common.internal.RMIBootServiceImpl_811
    _WLStub ] - with nested exception:
    [wldeploy] [java.lang.NullPointerException]
    [wldeploy] at weblogic.rmi.internal.StubGenerator.generateStub(StubGenerato
    r.java:807)
    [wldeploy] at weblogic.rmi.internal.StubGenerator.generateStub(StubGenerato
    r.java:790)
    [wldeploy] at weblogic.rmi.extensions.StubFactory.getStub(StubFactory.java:
    79)
    [wldeploy] at weblogic.common.internal.RMIBootServiceStub.getStub(RMIBootSe
    rviceStub.java:50)
    [wldeploy] at weblogic.security.acl.internal.Security.authenticate(Security
    .java:152)
    [wldeploy] at weblogic.jndi.WLInitialContextFactoryDelegate.authenticateRem
    otely(WLInitialContextFactoryDelegate.java:597)
    [wldeploy] at weblogic.jndi.WLInitialContextFactoryDelegate.pushSubject(WLI
    nitialContextFactoryDelegate.java:534)
    [wldeploy] at weblogic.jndi.WLInitialContextFactoryDelegate.newContext(WLIn
    itialContextFactoryDelegate.java:336)
    [wldeploy] at weblogic.jndi.WLInitialContextFactoryDelegate.getInitialConte
    xt(WLInitialContextFactoryDelegate.java:308)
    [wldeploy] at weblogic.jndi.Environment.getContext(Environment.java:164)
    [wldeploy] at weblogic.jndi.Environment.getInitialContext(Environment.java:
    143)
    [wldeploy] at weblogic.management.deploy.utils.MBeanHomeTool.getMBeanHome(M
    BeanHomeTool.java:157)
    [wldeploy] at weblogic.Deployer.runBody(Deployer.java:555)
    [wldeploy] at weblogic.utils.compiler.Tool.run(Tool.java:146)
    [wldeploy] at weblogic.utils.compiler.Tool.run(Tool.java:103)
    [wldeploy] at weblogic.Deployer.main(Deployer.java:399)
    [wldeploy] ... 15 more

    Hi Deepak,
    I didn't understand the suggested resolution. Can you tell me what it means?
    However, I found a similar problem in the archives, so I tried from command line
    (outside ant) using "java weblogic.Delployer ...." and it worked! It doesn't work
    from ant. So, you think there's some conflict between my ant and weblogic's ant
    task "WLDdeploy"?
    Thanks,
    Vas
    "Deepak Vohra" <[email protected]> wrote:
    >
    Refer to
    http://e-docs.bea.com/wls/docs70/notes/resolved.html#1296363
    "vas pulipati" <[email protected]> wrote:
    I have a problem with weblogic.Deployer. My application deploys andworks
    fine
    if I manually copy the ear or the exploded form into weblogic's applications\
    directory (hot deployment). But, if I use the weblogic.Deployer tool,
    it fails
    with the following exception. Does the deployer tool expect something
    in the ear
    (or exploded form) that I'm missing? Thanks in advance.
    -Vas
    [wldeploy] java.lang.NullPointerException
    [wldeploy] at weblogic.rmi.internal.StubGenerator.getStubOnClient(StubGener
    ator.java:785)
    [wldeploy] at weblogic.rmi.internal.StubGenerator.getStubClass(StubGenerato
    r.java:758)
    [wldeploy] at weblogic.rmi.internal.StubGenerator.generateStub(StubGenerato
    r.java:803)
    [wldeploy] at weblogic.rmi.internal.StubGenerator.generateStub(StubGenerato
    r.java:790)
    [wldeploy] at weblogic.rmi.extensions.StubFactory.getStub(StubFactory.java:
    79)
    [wldeploy] at weblogic.common.internal.RMIBootServiceStub.getStub(RMIBootSe
    rviceStub.java:50)
    [wldeploy] at weblogic.security.acl.internal.Security.authenticate(Security
    .java:152)
    [wldeploy] at weblogic.jndi.WLInitialContextFactoryDelegate.authenticateRem
    otely(WLInitialContextFactoryDelegate.java:597)
    [wldeploy] at weblogic.jndi.WLInitialContextFactoryDelegate.pushSubject(WLI
    nitialContextFactoryDelegate.java:534)
    [wldeploy] at weblogic.jndi.WLInitialContextFactoryDelegate.newContext(WLIn
    itialContextFactoryDelegate.java:336)
    [wldeploy] at weblogic.jndi.WLInitialContextFactoryDelegate.getInitialConte
    xt(WLInitialContextFactoryDelegate.java:308)
    [wldeploy] at weblogic.jndi.Environment.getContext(Environment.java:164)
    [wldeploy] at weblogic.jndi.Environment.getInitialContext(Environment.java:
    143)
    [wldeploy] at weblogic.management.deploy.utils.MBeanHomeTool.getMBeanHome(M
    BeanHomeTool.java:157)
    [wldeploy] at weblogic.Deployer.runBody(Deployer.java:555)
    [wldeploy] at weblogic.utils.compiler.Tool.run(Tool.java:146)
    [wldeploy] at weblogic.utils.compiler.Tool.run(Tool.java:103)
    [wldeploy] at weblogic.Deployer.main(Deployer.java:399)
    [wldeploy] at sun.reflect.NativeMethodAccessorImpl.invoke0(Native
    Method)
    [wldeploy] at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAcces
    sorImpl.java:39)
    [wldeploy] at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMet
    hodAccessorImpl.java:25)
    [wldeploy] at java.lang.reflect.Method.invoke(Method.java:324)
    [wldeploy] at weblogic.ant.taskdefs.management.WLDeploy.invokeMain(WLDeploy
    .java:209)
    [wldeploy] at weblogic.ant.taskdefs.management.WLDeploy.execute(WLDeploy.ja
    va:170)
    [wldeploy] at org.apache.tools.ant.UnknownElement.execute(UnknownElement.ja
    va:166)
    [wldeploy] at org.apache.tools.ant.Task.perform(Task.java:319)
    [wldeploy] at org.apache.tools.ant.Target.execute(Target.java:309)
    [wldeploy] at org.apache.tools.ant.Target.performTasks(Target.java:336)
    [wldeploy] at org.apache.tools.ant.Project.executeTarget(Project.java:1306)
    [wldeploy] at org.apache.tools.ant.Project.executeTargets(Project.java:1250
    [wldeploy] at org.apache.tools.ant.Main.runBuild(Main.java:610)
    [wldeploy] at org.apache.tools.ant.Main.start(Main.java:196)
    [wldeploy] at org.apache.tools.ant.Main.main(Main.java:235)
    [wldeploy] --------------- nested within: ------------------
    [wldeploy] weblogic.utils.AssertionError: ***** ASSERTION FAILED *****[
    Failed
    to generate class for weblogic.common.internal.RMIBootServiceImpl_811_WLStub
    with nested exception:
    [wldeploy] [java.lang.NullPointerException]
    [wldeploy] at weblogic.rmi.internal.StubGenerator.generateStub(StubGenerato
    r.java:807)
    [wldeploy] at weblogic.rmi.internal.StubGenerator.generateStub(StubGenerato
    r.java:790)
    [wldeploy] at weblogic.rmi.extensions.StubFactory.getStub(StubFactory.java:
    79)
    [wldeploy] at weblogic.common.internal.RMIBootServiceStub.getStub(RMIBootSe
    rviceStub.java:50)
    [wldeploy] at weblogic.security.acl.internal.Security.authenticate(Security
    .java:152)
    [wldeploy] at weblogic.jndi.WLInitialContextFactoryDelegate.authenticateRem
    otely(WLInitialContextFactoryDelegate.java:597)
    [wldeploy] at weblogic.jndi.WLInitialContextFactoryDelegate.pushSubject(WLI
    nitialContextFactoryDelegate.java:534)
    [wldeploy] at weblogic.jndi.WLInitialContextFactoryDelegate.newContext(WLIn
    itialContextFactoryDelegate.java:336)
    [wldeploy] at weblogic.jndi.WLInitialContextFactoryDelegate.getInitialConte
    xt(WLInitialContextFactoryDelegate.java:308)
    [wldeploy] at weblogic.jndi.Environment.getContext(Environment.java:164)
    [wldeploy] at weblogic.jndi.Environment.getInitialContext(Environment.java:
    143)
    [wldeploy] at weblogic.management.deploy.utils.MBeanHomeTool.getMBeanHome(M
    BeanHomeTool.java:157)
    [wldeploy] at weblogic.Deployer.runBody(Deployer.java:555)
    [wldeploy] at weblogic.utils.compiler.Tool.run(Tool.java:146)
    [wldeploy] at weblogic.utils.compiler.Tool.run(Tool.java:103)
    [wldeploy] at weblogic.Deployer.main(Deployer.java:399)
    [wldeploy] at sun.reflect.NativeMethodAccessorImpl.invoke0(Native
    Method)
    [wldeploy] at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAcces
    sorImpl.java:39)
    [wldeploy] at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMet
    hodAccessorImpl.java:25)
    [wldeploy] at java.lang.reflect.Method.invoke(Method.java:324)
    [wldeploy] at weblogic.ant.taskdefs.management.WLDeploy.invokeMain(WLDeploy
    .java:209)
    [wldeploy] at weblogic.ant.taskdefs.management.WLDeploy.execute(WLDeploy.ja
    va:170)
    [wldeploy] at org.apache.tools.ant.UnknownElement.execute(UnknownElement.ja
    va:166)
    [wldeploy] at org.apache.tools.ant.Task.perform(Task.java:319)
    [wldeploy] at org.apache.tools.ant.Target.execute(Target.java:309)
    [wldeploy] at org.apache.tools.ant.Target.performTasks(Target.java:336)
    [wldeploy] at org.apache.tools.ant.Project.executeTarget(Project.java:1306)
    [wldeploy] at org.apache.tools.ant.Project.executeTargets(Project.java:1250
    [wldeploy] at org.apache.tools.ant.Main.runBuild(Main.java:610)
    [wldeploy] at org.apache.tools.ant.Main.start(Main.java:196)
    [wldeploy] at org.apache.tools.ant.Main.main(Main.java:235)
    [wldeploy] java.lang.reflect.InvocationTargetException
    [wldeploy] at sun.reflect.NativeMethodAccessorImpl.invoke0(Native
    Method)
    [wldeploy] at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAcces
    sorImpl.java:39)
    [wldeploy] at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMet
    hodAccessorImpl.java:25)
    [wldeploy] at java.lang.reflect.Method.invoke(Method.java:324)
    [wldeploy] at weblogic.ant.taskdefs.management.WLDeploy.invokeMain(WLDeploy
    .java:209)
    [wldeploy] at weblogic.ant.taskdefs.management.WLDeploy.execute(WLDeploy.ja
    va:170)
    [wldeploy] at org.apache.tools.ant.UnknownElement.execute(UnknownElement.ja
    va:166)
    [wldeploy] at org.apache.tools.ant.Task.perform(Task.java:319)
    [wldeploy] at org.apache.tools.ant.Target.execute(Target.java:309)
    [wldeploy] at org.apache.tools.ant.Target.performTasks(Target.java:336)
    [wldeploy] at org.apache.tools.ant.Project.executeTarget(Project.java:1306)
    [wldeploy] at org.apache.tools.ant.Project.executeTargets(Project.java:1250
    [wldeploy] at org.apache.tools.ant.Main.runBuild(Main.java:610)
    [wldeploy] at org.apache.tools.ant.Main.start(Main.java:196)
    [wldeploy] at org.apache.tools.ant.Main.main(Main.java:235)
    [wldeploy] Caused by: weblogic.utils.AssertionError: ***** ASSERTION
    FAILED ***
    **[ Failed to generate class for weblogic.common.internal.RMIBootServiceImpl_811
    _WLStub ] - with nested exception:
    [wldeploy] [java.lang.NullPointerException]
    [wldeploy] at weblogic.rmi.internal.StubGenerator.generateStub(StubGenerato
    r.java:807)
    [wldeploy] at weblogic.rmi.internal.StubGenerator.generateStub(StubGenerato
    r.java:790)
    [wldeploy] at weblogic.rmi.extensions.StubFactory.getStub(StubFactory.java:
    79)
    [wldeploy] at weblogic.common.internal.RMIBootServiceStub.getStub(RMIBootSe
    rviceStub.java:50)
    [wldeploy] at weblogic.security.acl.internal.Security.authenticate(Security
    .java:152)
    [wldeploy] at weblogic.jndi.WLInitialContextFactoryDelegate.authenticateRem
    otely(WLInitialContextFactoryDelegate.java:597)
    [wldeploy] at weblogic.jndi.WLInitialContextFactoryDelegate.pushSubject(WLI
    nitialContextFactoryDelegate.java:534)
    [wldeploy] at weblogic.jndi.WLInitialContextFactoryDelegate.newContext(WLIn
    itialContextFactoryDelegate.java:336)
    [wldeploy] at weblogic.jndi.WLInitialContextFactoryDelegate.getInitialConte
    xt(WLInitialContextFactoryDelegate.java:308)
    [wldeploy] at weblogic.jndi.Environment.getContext(Environment.java:164)
    [wldeploy] at weblogic.jndi.Environment.getInitialContext(Environment.java:
    143)
    [wldeploy] at weblogic.management.deploy.utils.MBeanHomeTool.getMBeanHome(M
    BeanHomeTool.java:157)
    [wldeploy] at weblogic.Deployer.runBody(Deployer.java:555)
    [wldeploy] at weblogic.utils.compiler.Tool.run(Tool.java:146)
    [wldeploy] at weblogic.utils.compiler.Tool.run(Tool.java:103)
    [wldeploy] at weblogic.Deployer.main(Deployer.java:399)
    [wldeploy] ... 15 more

  • Only one UPN suffix works with OAM plugin for RSA-integrated Authentication

    Only one UPN suffix works with OAM plugin for RSA-integrated Authentication while others give "CredentialsRejected" error
    =-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-==-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-==-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-==-=-=-
    Has anyone seen this before and might know the answer? Any suggestions? Thanks!
    I have setup an OAM authentication scheme that uses a custom plugin to use RSA ACE server - all pretty much exactly as it is outlined in the chapter called "Integrating the RSA SecurID Authentication Plug-in" in Oracle Access Manager Integration Guide. Here's the problem:
    Everything works fine when I use a particular UPN suffix to login to the RSA Securid Login form that is presented, eg. [email protected], but if I create another user that uses a different UPN suffix as defined in Active Directory, (eg. [email protected]), the credentials are rejected. This happens before the secuirid.pl script even gets a chance to run. After hitting "POST" the user is present with the same login screen he was just at, as expected during an authentication failure.
    More info:
    - I have performed successful anonymous ldap queries for both users in Active Directory using LDP. Both users exist in the same domain and in the same OU. If I change the UPN (in AD and the RSA database) to something different from the "good" one, on either user, it fails. If I change the UPN to the "good one" on either user (in AD and the RSA database) it works.
    - if I test users with either the "good" or the "bad" UPN via the RSA agent tester that sits on the OAM box, both of them show as authenticating successfully. However, it doesn't work for the "bad" UPN when I try to access via a web browser on a remote client (but does work with the "Good" UPN)
    - I am not using SSL in any of this yet, it's all http://
    - yes, I already got rid of the "-w" parameter in the first line of the perl script, as per the "login can fail if the Login Attribute Contains an "@" Character in Integration Guide Troubleshooting section
    - here's an example of the settings in rsa securid authentication scheme:
    action:/OracleAccessManager/securid-cgi/securid.pl
    form:/OracleAccessManager/securid-forms-adforest/securid-std-login.html
    creds:login password domain newpin newpin2
    passthrough:yes
    authn_securid fullformdir="C:\apache\Apache2\htdocs/OracleAccessManager/securid-forms-adforest/",machine="MyComputer.mydomain.com:80"
    credential_mapping obMappingBase="%domain%",obMappingFilter="(&(objectclass=user)(userPrincipalName=%login%))"
    Environment:
    OAM 7.0.4.3
    RSA Ace Server 5.2
    Windows 2003 domain with multiple UPNs defined in Active Direcory Domains and Trusts
    Error as seen in the oblog.log for the webgate on the server that holds the RSA login pages and perl script:
    Message^A plugin for the authentication scheme SecurID Authentication has denied authentication for credentials ([email protected]
    password=(omitted) domain=dc=ourdomain,dc=com newpin= newpin2= Resource=/OracleAccessManager/securid-cgi/securid.pl RequesterIP=10.250.1.2 Operation=POST).
    ReqReq^POST /OracleAccessManager/securid-cgi/securid.pl HTTP/1.1 ReqProto^HTTP/1.1 ReqHost^www.MyComputer.mydomain.com. ReqStatLine^
    ReqStatus^200 ReqRawUri^/OracleAccessManager/securid-cgi/securid.pl ReqUri^/OracleAccessManager/securid-cgi/securid.pl
    ReqFilename^C:/apache/Apache2/htdocs/OracleAccessManager/securid-cgi/securid.pl ReqPath^ ReqArgs^
    2009/07/13@15:19:49.665000 45688 46472 AUTHENTICATION ERROR 0x00001515
    \Oblix\coreid\palantir\webgate\src\authentication_event_handler.cpp:1361 "Authentication failed" HTTPStatus^401
    authenticationSchemeName^SecurID Authentication AuthenticationStatus^majorCode = 11[CredentialsRejected], minorCode = 47[AuthnPluginDenied],
    StatusMsg = , GSN = 0, needInfo = NONE Creds^[email protected] password=(omitted) domain=dc=ourdomain,dc=com newpin= newpin2=
    Resource=/OracleAccessManager/securid-cgi/securid.pl RequesterIP=10.250.1.2 Operation=POST
    Only error seen in log produced by the RSA agent that sits on the Access server:
    [20804] 12:27:08.915 File:ACNETSUB.C Line:326 # CheckServerAddress: server 0 detected from address 10.250.88.100
    [20804] 12:27:08.915 File:udpmsg.c Line:968 # Entering decrypts_ok_legacy()
    [20804] 12:27:08.915 File:udpmsg.c Line:999 # decrypts_ok_legacy: decrypt() wpcode1 failed; wpcode0 next ***********
    [20804] 12:27:08.915 File:udpmsg.c Line:1089 # Leaving decrypts_ok_legacy(), result=1
    [20804] 12:27:08.915 File:ACEXPORT.C Line:820 # Entering AceGetUserData()
    [20804] 12:27:08.915 File:ACEXPORT.C Line:833 # Leaving AceGetUserData() return: ACE_SUCCESS
    [20804] 12:27:08.915 File:ACEXPORT.C Line:579 # Entering AceGetAuthenticationStatus()
    [20804] 12:27:08.915 File:ACEXPORT.C Line:592 # Leaving AceGetAuthenticationStatus() return: ACE_SUCCESS

    What are the logs you see at the ACE server end? You can try passing an additional parameter debug="true" to the authn_securid plug-in - it should generate some more logs at the access server - I think in apps\common\bin.
    Also does "ReqHost^www.MyComputer.mydomain.com" look right in the logs?
    -Vinod

  • Coldfusion plugin for Apache 2.2

    Is there a Coldfusion version 4.5 or version 4 plugin for
    Apache webserver 2.2 available? If so, how can I get it? Any help
    is appreciated. Thanks

    We're having the same problem. Is there a plugin that works with apache 2.0.45?
    Thanks,
    Marie
    <[email protected]> wrote:
    Here, we have apache 2.0.44 which works fine with the plugin, but when
    we
    upgrade
    apache from 2.0.44 to 2.0.45 we get the following error
    httpd: module "mod_weblogic.c" is not compatible with this version of
    Apache
    (found
    20020612, need 20020903).
    Please contact the vendor for the correct version.
    Could anybody tell me please where to find a plugin suitable for the
    new
    apache version,
    or in the other hand, could you tell me how to workaround this problem.
    Thanks.
    Luis Esteban
    lesteban at aquanima.com

  • Oracle 8.1.5 database connection problem with WebLogic 5.1

    Hello,
    the NSAPI integration works, also the JSP files.
    But I have still problems with the Jdriver for my Oracle 8.1.5.
    I get the message :
    Failed to invoke startup class
    weblogic.jdbc.common.internal.JdbcStartup=weblogic.jdbc.common.internal.JdbcStartup
    when the WebLogic Server is started.
    Any ideas or hints about that?
    Thanks in advance
    Armin

    Post the full stacktrace here
    Also you might want to post jdbc related questions to weblogic.developer.
    interest.jdbc
    Kumar
    DreamNEON wrote:
    Hello,
    the NSAPI integration works, also the JSP files.
    But I have still problems with the Jdriver for my Oracle 8.1.5.
    I get the message :
    Failed to invoke startup class
    weblogic.jdbc.common.internal.JdbcStartup=weblogic.jdbc.common.internal.JdbcStartup
    when the WebLogic Server is started.
    Any ideas or hints about that?
    Thanks in advance
    Armin

  • Intermittent problem with Personal Hotspot

    Hello All
    I think either my iPad 2 or my iPhone 4 is mental.  Can anyone convince me otherwise?
    For some months now I have been experiencing an intermittent problem with tethering my iPad 2 to my iPhone 4 Personal Hotspot. 
    Sometimes it works without a hitch (although I have to turn the Personal Hotspot on the phone off and on again to get iPad to 'see' it) and at others, like now, it shows me the message 'Unable to join the network 'iPhone'.  It throws the message up so quickly that even though it 'sees' the phone in the list of networks, it behaves as though it can't actually be bothered to even try to connect.
    I have tried reboots and restarts, 'forgetting' the network, changing passwords, sacrificing a chicken... all the usual stuff.  But still when it gets in this kind of mood it stubbornly refuses to do anything.  I have even taken it to the Apple store where, not surprisingly it worked first time and the assistant looked at me as though I was an idiot.  It then proceeded not to work for a couple of days again as if punishing me.  There is no problem with the general Wi-Fi connection as I have another phone (an Android) that I run as a Hotspot too.  It has never once had a problem connecting to this or any other Wi-Fi connection..    
    Confusingly, and rather irritatingly, after a few days of this not-connecting lark it will have a few days of not having a problem connecting at all.  I won't have changed any settings on either iPad or iPhone and so I have no way of figuring out why this is happening.  This has been the same situation with all versions of iOS I have installed ever since buying the phone in April 2012, and the iPad in June 2012.
    Please, is there anyone out in the ether that can suggest a solution to this?  Or is one of my Apple products simply mad?  I have given both devices a strong talking-to, but this hasn't sorted the problem either.  Next, I think I might have to try sacrificing a goat.

    I have the same issues with my iPhone 5 (6.1.4).  I do not have an answer for you, and perhaps my "workaround" will lead someone with more knowledge about these things to offer us more information.
    When I turn on the Personal Hotspot and it does not show up as visible on my iPad or MacBook, or offers that ambiguous message about being unavle to join the network, I perform a few steps that almost always resolves it.  I have to go through these steps twice sometimes.  The order of operations seems to affect the outcome (at least it appears to me that it does)
    Turn off WiFi on the client device (iPad, MacBook, Windows laptop, KindleFire, etc)
    Turn off Personal Hotspot on iPhone
    Turn off Bluetooth on iPhone
    Turn off WiFi on iPhone
    Then turn on Personal Hotspot and allow it to automatically start WiFi and Bluetooth.
    Turn on the client WiFi services.
    Connection successful!
    As I said, I sometimes need to perform the steps ablve twice, but it eventually works.  It is incredibly frustrating to go through these hoops to make the device perform.  I do not know precisely when the problem began to occur, but I don't think it did not occur on my iPhone 4s with IOS5.
    Any help from the Apple guys would be appreciated.  I think it is a software issue, because the shutdown of services and restart seems to resolve the issue.  I guess I might take a trip to the Aple Store to have them look at this behavior.

  • Problems with NIK Plugins

    Hi all,
    a lot was said already about problems with using Nik plugins in PS5 64 bit mode, but I'm not getting closer to a final solution.
    I have installed all latest NIK plugin updates without problems.
    According to their website all of their plugins are running now in a 64 bit mode.
    In CS4 I can open and work with all plugins, BUT ONLY after removing the 'Selective Tool' from the plugin folder.
    When it is not removed, PS4 is crashing all the time immediately after opening.
    In Dfine plugin I noticed that my pointer is always a bit flickering during processing.
    In CS5 it is the same; if the Selective tool is in the Plugin folder, it won't opening.
    After removing it, in 32 bit mode I can open and work with all installed plugins.
    But in 64 bit mode I'm able to work only with Silver Efex and HDR Efex Pro, but as soon I open Dfine, Sharpener, Viveza or Color Efex CS5 is crashing immediately.
    I'm running a Mac pro with plenty power, ram etc, all updated and cleaned up.
    What is other people's latest experience regarding that issue?
    Thanks

    Hi to all,
    here I like to give you an update on my experience with NIK Plugins.
    After beeing unable to solve my NIK problems by myself and in the forum I was contacting NIK, and their respons email told me only the following:
    "In case of experiencing problems with their plugins in 64 bit mode remove all Duplicate Ariel Fonts"
    Since I read about that already earlier, that reason had been ruled out.
    BUT I got the idea simply to remove all my Arial Fonts from my Library (to the Desktop), and surprisingly ALL NIK plugins now were functioning without bringing CS5 to crash at start-up.
    Unfortunately over the last days, especially on working with big file size pictures (around 200 MB) and plenty layers, CS5 crashed again often after initializing of the plugins.
    Than I read today the post from Grey Havens, who suggested to set the percentage of RAM what Photoshop should use to maximal 60%.
    Since I do have 14 GB RAM available, I indeed reduced the settings from 85% to 65%.
    2 of my 3 internal HD's are assigned as scratch disk, as recommended by Adobe.
    Thanks Grey, as you described, all plugins are opening now very fast, and I just tried all applications with big files, many layers and CMYK files,
    without having any crash so far anymore.
    If this continues, than I dont have to use my CS4 or the CS5 in 32 bit mode anymore, which would make all easier for me.
    Than it also doesn't matter that Photoshop has less RAM assigned, because in 64 bit mode the almost 9 GB RAM assigned is for me more than enough.
    So what worked for me, might work also for other people with same problems:
    ---    I had to remove the 'Selective Tool' from all plugins in CS4 and in CS5
    ---    I had to remove all Arial Fonts from my Font Library
    ---    I set in Preferences Performance the 'Let Photoshop Use RAM' to 65% only   
    Regards
    Michael

  • Installing  weblogic plugin in apache running on RedHat Linux WS4

    I want to install weblogic plugin in apache running on redhat Linux WS4. I have read the documentation. In my local weblogic,under this directory C:\bea81SP4\weblogic81\server\lib\linux
    I see the following three folders
    a) i686
    b) ia64
    c) s390.
    I dont know which folder to choose. Please advise.

    Hi,
    according to your processer you have to chose mod_ ..so file
    if you got error with sp4 plug in file use the plug in file from the another version
    plug in files are compatable
    Regards,
    Prasanna Yalam

Maybe you are looking for

  • Is there a way to find out what apps belong to a certain account

    I am having problems updating my apps. I love that little Update All button in iTunes but it is rather useless when there is at least one app mixed in that came from another account. When iTunes hits this one app it stops checking all the rest for up

  • GR against a Return PO

    Hi Everyone, Please guide me for the following query: In the month of Jun 2010, we had received some material against a po in the legacy system. But now we want to return some of the material back to the vendor as the quality was not good (now we are

  • How can I get the 928 photos in my IPhone Photo Library onto my Powerbook?

    I'm new to IPhone but I've had a powerbook for forever. I just went to my niece's wedding in France and dropped and copied 928 photos onto my IPhone from her IMac. In Itunes, the horizontal bar at the bottom shows that that 598 MB are taken up with 9

  • Viewing Approval Workflow as a Customer

    Viewing Approval Workflow as a Customer I have a service where there are five service group authorizations.  When viewing the submitted requisition as a customer, the following delivery process is presented: --- Delivery Process --- Service Group Aut

  • Database Cache and Gateways

    We are considering using Oracle Database Cache to speed up a web application that reads data from a mainframe database. Since Database Cache only works with Oracle databases, we plan to create a new Oracle database that acts as a gateway (using ODBC)