NSAPI oddities

Hi,
          We have five Sun E250's each with one NES web server. These servers use the
          WL 4.5.1 NSAPI plugin to round-robin requests to a comma-delimited list of
          our four WL servers -- all per the WL docs.
          Oddly, though, we don't seem to retain session data. A simple test of
          putting and getting variables to and from the session reveals the data isn't
          replicating. We also see requests hitting all four app servers at various
          times rather than use of one primary app server.
          The cluster does start up (apparently) correctly. All four servers do find
          one another via the default WL multicast address.
          Any ideas/suggestions?
          Thanks,
          Sean
          

Hi,
          Do you have the following properties set in weblogic.properties file?
          weblogic.httpd.session.enable=true
          weblogic.httpd.clustering.enable=true
          weblogic.httpd.session.persistence=true
          weblogic.httpd.session.persistentStoreType=replicated
          weblogic.httpd.session.cookie.name=WebLogicSession
          most import is first and last.... cookie name must be WebLogicSession (or
          TengahSession?). If you choose your own setting the NSAPI plugin won't know to
          send requests back to the original app server.
          -Brian
          Patrick Sean Neville wrote:
          > Hi,
          >
          > We have five Sun E250's each with one NES web server. These servers use the
          > WL 4.5.1 NSAPI plugin to round-robin requests to a comma-delimited list of
          > our four WL servers -- all per the WL docs.
          >
          > Oddly, though, we don't seem to retain session data. A simple test of
          > putting and getting variables to and from the session reveals the data isn't
          > replicating. We also see requests hitting all four app servers at various
          > times rather than use of one primary app server.
          >
          > The cluster does start up (apparently) correctly. All four servers do find
          > one another via the default WL multicast address.
          >
          > Any ideas/suggestions?
          >
          > Thanks,
          > Sean
          > --
          

Similar Messages

  • Issues with NSAPI connection before/after SP3

    I'm using WinNT 4.0 sp 5, Weblogic 5.1 sp3 and Netscape 4.1 Server. (Note:
              I have do not have these problems on Solaris)
              I've been having a problem on an off with some jsps that I have written.
              They call session beans which are served by weblogic app server 5.10. The
              JSPs are located on the app server and the static pages and graphics are
              located on the NS web server. I have Netscape 4.1 as the web server. I've
              configured the NSAPI driver using weblogic/bin/proxy36.dll. Before adding
              service pack 3, I was experiencing long delays in the retreival of the jsps
              when using IE5. They seemed to work just fine with Netscape 4.7. Even
              simple jsps such as...
              ----------------test.jsp----------
              <HTML>
              <BODY>
              Test!
              </BODY>
              </HTML>
              ----------------test.jsp----------
              ... seemed to produce delays. If I stopped the browser I'd get a Dr watson.
              The Event Viewer shows the following error message
              Event ID: 1008
              Source : Preflib
              Description:
              The Open Procedure for service "https4.1" in DLL
              "d:\Netscape\Server4\bin\https\bin\nsctr.dll" failed.
              Performance data for this service will not be available.
              Status code returned is DWORD 0.
              Datat: Bytes
              0000: ff ff ff ff ÿÿÿÿ
              I looked into the service pack and found that in service pack 2 there was a
              fix for Issue 10381,
              * ISSUE 10381: Fixed a problem with messed up headers to the browser from
              NSAPI plug-in causing problems with IE5
              which I figured could fix my problem. I installed the servcie pack 3. I
              noticed that the service pack instructions left out what to do with the
              files in the service pack, of course with exception to the 2 jar files. I
              assummed that they were to be copied over the existing. After copying the
              files the proxy stopped working. Now NS asks if I want to open or save the
              file. I looked into the Netscape logs and it appears as though the server
              starts up fine. If I change back to the old proxy36.dll, I get the delays
              and the Dr Watsons, but the pages are loaded as html in the browser rather
              than downloading. I am assumming that the NS4.1 server can't use the new
              proxy36.dll.
              What am I missing?
              

    The two problem you have described:
              - Long delays with IE5 (SP2)
              - problem with jsp's (SP3)
              has been fixed in SP4 (available now for download).
              --Vinod.
              Michael Caughey wrote:
              > I just noticed that the service pack didn't install
              > java weblogic.Admin t3://localhost:8080 VERSION
              >
              > returned:
              > WebLogic Build: 5.1.0 04/03/2000 17:13:23 #66825
              >
              > not the suggested
              > WebLogic Build: 5.1.0 Service Pack 3 .....
              >
              > This may/may not have something to do with ti.
              >
              > Also, I tried an older version of NES, it was 3.63, with both the old and
              > new proxy36.dll. I gotthe same issues.
              >
              > Also, The jsps load just fine by themselves, but the issues seems to be
              > when I include the in a frame.
              >
              > For instance....
              >
              > http://localhost/test1.jsp and http://localhost/test2.jsp bot work but the
              > following gives my delays and no response in frame 0.
              >
              > <HTML>
              > <FRAMESET COLS="50%,50%">
              > <FRAME NORESIZE="yes" SRC="test1.jsp" name="test1">
              > <FRAME NORESIZE="yes" SRC="test2.jsp" name="test2">
              > </FRAMESET>
              > <BODY>
              > </BODY>
              > </HTML>
              >
              > and if I use the new proxy36.dll It try to download the the two jsps.
              >
              > Michael Caughey <[email protected]> wrote in message
              > news:[email protected]...
              > > I'm using WinNT 4.0 sp 5, Weblogic 5.1 sp3 and Netscape 4.1 Server.
              > (Note:
              > > I have do not have these problems on Solaris)
              > >
              > > I've been having a problem on an off with some jsps that I have written.
              > > They call session beans which are served by weblogic app server 5.10. The
              > > JSPs are located on the app server and the static pages and graphics are
              > > located on the NS web server. I have Netscape 4.1 as the web server.
              > I've
              > > configured the NSAPI driver using weblogic/bin/proxy36.dll. Before
              > adding
              > > service pack 3, I was experiencing long delays in the retreival of the
              > jsps
              > > when using IE5. They seemed to work just fine with Netscape 4.7. Even
              > > simple jsps such as...
              > >
              > > ----------------test.jsp----------
              > > <HTML>
              > > <BODY>
              > > Test!
              > > </BODY>
              > > </HTML>
              > > ----------------test.jsp----------
              > >
              > > ... seemed to produce delays. If I stopped the browser I'd get a Dr
              > watson.
              > >
              > > The Event Viewer shows the following error message
              > > Event ID: 1008
              > > Source : Preflib
              > > Description:
              > > The Open Procedure for service "https4.1" in DLL
              > > "d:\Netscape\Server4\bin\https\bin\nsctr.dll" failed.
              > > Performance data for this service will not be available.
              > > Status code returned is DWORD 0.
              > >
              > > Datat: Bytes
              > > 0000: ff ff ff ff ÿÿÿÿ
              > >
              > >
              > >
              > >
              > > I looked into the service pack and found that in service pack 2 there was
              > a
              > > fix for Issue 10381,
              > > * ISSUE 10381: Fixed a problem with messed up headers to the browser
              > from
              > > NSAPI plug-in causing problems with IE5
              > > which I figured could fix my problem. I installed the servcie pack 3. I
              > > noticed that the service pack instructions left out what to do with the
              > > files in the service pack, of course with exception to the 2 jar files. I
              > > assummed that they were to be copied over the existing. After copying the
              > > files the proxy stopped working. Now NS asks if I want to open or save
              > the
              > > file. I looked into the Netscape logs and it appears as though the server
              > > starts up fine. If I change back to the old proxy36.dll, I get the delays
              > > and the Dr Watsons, but the pages are loaded as html in the browser rather
              > > than downloading. I am assumming that the NS4.1 server can't use the new
              > > proxy36.dll.
              > >
              > >
              > > What am I missing?
              > >
              > >
              > >
              

  • Hanging start up and other oddities

    Hanging Startup and other oddities
    I'm not especially proficient with the upkeep and terminology that comes with the programming aspect of Macs, so, if you do help, if you could please put whatever advice you have in lay terms, it would really help me out.
    I've had my laptop computer for going on three years now, and I've never had a problem like this before. My machine started to really slow down yesterday morning, and generally when ever it does that, I just do a quick restart, and everything is back at normal. Well, not so yesterday.
    To begin with, it took me to the grey screen, and it just stayed there for about ten minuets. It didn't change, didn't move to load the apple insignia, nothing. So I gave it a forced restart, and it did it again, except it load the apple logo.
    Third time, it got me to blue screen. On restart #4 (force restart #3), it finally loads into my desk top, but the slow processing remained. I tried to go in and repair disk permissions, but then it froze up, and I forced a restart. This time, back to the grey screen.
    I lost count as to how many time I restarted, but I finally went and rooted out my OS disks, and did a restart with disk 1 in, holding down PR+CtrlApple (It was my understanding that this would zap the P-Ram, and would at lest sort of help with whatever my problem was). Well, it took me to grey screen, but now a small folder is in the center of my screen. going from the finder icon to a "?" in the middle of the folder.
    Did a restart holding down the "C" key, and it went into the install screen that launches from the disk. I was able to click through to select the drive I wanted, then my hard drive didn't show up as a possible selection. Yet ANOTHER C key restart, and this time it showed up.
    Went through the first loading screen, where it is checking permissions, and everything's fine, but when I get to the installation process, it tells me there is an error with my perimeters, and I should restart and try again. Did this again, and I had to start over from square one.
    I tried just a normal restart after three or four attempts at an installation, and now, whenever I load it without C depressed, a grey box shows up in the middle of my screen with an image of the globe on it, and it flashes. Nothing else loads until I do a restart.
    It's my impression this, obviously, isn't a good sign and I should get in contact with someone who knows what they're doing and can walk me through it and get my computer running again. I thought I'd run it by you guys here before I called Apple, and, hopefully, you guys can help me out/help me better describe my problem. Any help you can give - links to other threads, experiences, what something means, what to tell a technician that I'm looking at/going through, anything at all, will help me tremendously.
    Thanks for your help and time,
    Brittany
    Powerbook G4   Mac OS X (10.3.9)   Owned Since April, 2004

    Hey Gary, thanks for the welcome!
    By the time I was able to pull your suggestions off of the form, I had already done a few things to my computer, as per recommended by the Apple site. This article is what I was pulling my steps off of.
    I started at step 4 (Selecting the "Connect automatically when starting TCP/IP applications") and went through to step 8, semi-step i.
    1 - I tried to start up in safe mode (Shift+Restart) and I logged several kernal panic screens before I even got to the apple insignia on a grey screen.
    2 - I ran Disk Utility several times, and would come up with an error and a notice that the utility had quit. The first time I ran it, I noticed that it had found a lot of Oprhaned indirect iNodes, and by the second time the utility was ran, they no longer showed up in the right pane of the box. The fifth time it ran, it took roughly two hours to complete, and actually went all the way through.
    3 - Still would not load past the grey screen, so I went through and did fsck check a couple of times, and it told me that my machine appeared to be ok. I got all the way through the step where it tells you to run a fsck, then type in a mv Preferences Preferences_old, then did a reboot and let my computer load.
    When it finally did load (the actual boot up and load took about ten minuets, which is about seven minuets slower than normal), it took forever to do any commands that I issued. I went through and backed up all of my files onto my external, and then I went to go follow the rest of the step, and my computer froze up. I decided to save the rest of the procedure for today, when I can find some time.
    The basic thing that I'm concerned about now is that the machine is running exceptionally slow. It loaded Safari and a couple of other applications I'm always in, but it took roughly ten times longer than normal to do anything.
    Since it's recignising the machine and loading into my desktop, I was going to see if I can now do a safe restart and see if I can follow any of the steps that are dictated by the site, but I'm still not certian if that will work. Last time I tried it, I got a kernal panic screen.
    Anything I should try?
    Powerbook G4   Mac OS X (10.3.9)   Since 2004

  • Server7 update 6 with nsapi mod-jk 1.2.28

    I have webserver 7 confiugred iwth mod_jk 1.2.28
    a nametrans event like this
    nametrans fn="assign-name" from="/myapp" name="myapp"
    <Object name="myapp">
    ObjectType fn="force-type" type="text/plain"
    Service fn="jk_service" worker="myappworker"
    </Object>
    I can log into the applicaiotn and it works fine. after logout of the applicaiton and after some time say 5 minutes a request for /myapp does not get serviced by the Object. In fact webserver just returns a http 303 for the request.
    recycle and all works again.
    I configured the mod_jk status filter and in the webserver I can get to the status app, reset the workers and all looks good
    it appears as if the mod_jk nsapi object is not available to the webserver at the time of processing. there is no error in the error log, even in finest mode
    there are plenty of support articles on this topic, but for apache, none of them have worked for this case.
    Anyone seen somehting like this with mod_jk or other nsapi modules?

    - where did you get mod_jk module from ?
    - did you know that web server 7 bundles tomcat like web container within and if you want to deploy web applications then you can do by simply placing the war file under <instance-root>/autodeploy directory
    - web server 7 also comes with out of the box reverse proxy configuration that can act as front end and redirect requests to your back end tomcat or weblogic server etc.
    these alternatives would be more appropriate...

  • NSAPI Pug In 3.6 on NT 4.0 SP6 with WebLogic 5.1 download

    I am trying to invoke the NSAPI plugin but cannot call the HelloWorld
    Servlet from the Netscape web server port :1000. I can call it directly
    through the WebLogic appserver on port: 7001. Here
    is my obj.conf file: Are my Init parameters correct for "load modules"?
    Init fn=flex-init access="C:/Netscape/SuiteSpot/https-hq2780/logs/access"
    format.access="%Ses->client.ip% - %Req->vars.auth-user% [%SYSDATE%]
    \"%Req->reqpb.clf-request%\" %Req->srvhdrs.clf-status%
    %Req->srvhdrs.content-length%"
    Init fn=load-types mime-types=mime.types
    Init fn="load-modules" funcs="wl-proxy,wl-init"
    shlib="c:/weblogic/bin/proxy36.dll"
    Init fn="wl-init"
    <Object name=default>
    NameTrans fn=pfx2dir from=/ns-icons dir="C:/Netscape/SuiteSpot/ns-icons"
    NameTrans fn=pfx2dir from=/mc-icons dir="C:/Netscape/SuiteSpot/ns-icons"
    NameTrans fn="pfx2dir" from="/help"
    dir="C:/Netscape/SuiteSpot/manual/https/ug"
    #NameTrans fn="pfx2dir" from="/servlets"
    dir="C:/weblogic/myserver/servletclasses/examples/servlets"
    #NameTrans fn="pfx2dir" from="/servlets"
    dir="C:/weblogic/myserver/servletclasses"
    NameTrans fn=document-root root="C:/Netscape/SuiteSpot/docs"
    #Service method="(GET|HEAD|POST|PUT)" type=text/jsp fn=wl-proxy
    WebLogicHost=localhost WebLogicPort=7001 PathPrepend=/jspfiles
    PathCheck fn=nt-uri-clean
    PathCheck fn="check-acl" acl="default"
    PathCheck fn=find-pathinfo
    PathCheck fn=find-index index-names="index.html,home.html"
    ObjectType fn=type-by-extension
    ObjectType fn=force-type type=text/plain
    Service method=(GET|HEAD) type=magnus-internal/imagemap fn=imagemap
    Service method=(GET|HEAD) type=magnus-internal/directory fn=index-common
    Service method=(GET|HEAD) type=*~magnus-internal/* fn=send-file
    AddLog fn=flex-log name="access"
    </Object>
    <Object name=cgi>
    ObjectType fn=force-type type=magnus-internal/cgi
    Service fn=send-cgi
    </Object>
    <Object name="servlets" ppath="*/servlets/*">
    Service fn=init_exit WebLogicHost=localhost WebLogicPort=7001
    </Object>

    Revised the file as suggested but still get the following error in the error
    log - errors:
    errors file:
    [11/Jul/2000:14:21:00] info ( 351): successful server startup
    [11/Jul/2000:14:21:00] info ( 351): Netscape-Enterprise/3.6 SP1
    B99.036.2009
    [11/Jul/2000:14:21:52] warning ( 351): for host 127.0.0.1 trying to GET
    /helloWorld, send-file reports: can't find
    C:/Netscape/SuiteSpot/docs/helloWorld (File Not Found Error)
    [11/Jul/2000:14:22:14] warning ( 351): for host 127.0.0.1 trying to GET
    /servletimages/trans.gif, send-file reports: can't find
    C:/Netscape/SuiteSpot/docs/servletimages/trans.gif (File Not Found Error)
    [11/Jul/2000:14:22:14] warning ( 351): for host 127.0.0.1 trying to GET
    /servletimages/logo2circle.gif, send-file reports: can't find
    C:/Netscape/SuiteSpot/docs/servletimages/logo2circle.gif (File Not Found
    Error)
    [11/Jul/2000:14:22:51] warning ( 351): for host 127.0.0.1 trying to GET
    /servletimages/trans.gif, send-file reports: can't find
    C:/Netscape/SuiteSpot/docs/servletimages/trans.gif (File Not Found Error)
    [11/Jul/2000:14:22:51] warning ( 351): for host 127.0.0.1 trying to GET
    /servletimages/logo2circle.gif, send-file reports: can't find
    C:/Netscape/SuiteSpot/docs/servletimages/logo2circle.gif (File Not Found
    Error)
    [11/Jul/2000:14:26:18] info ( 351): Suspend Httpd Service
    revised obj.conf file:
    Init fn=flex-init access="C:/Netscape/SuiteSpot/https-hq2780/logs/access"
    format.access="%Ses->client.ip% - %Req->vars.auth-user% [%SYSDATE%]
    \"%Req->reqpb.clf-request%\" %Req->srvhdrs.clf-status%
    %Req->srvhdrs.content-length%"
    Init fn=load-types mime-types=mime.types
    Init fn="load-modules" funcs="wl-proxy,wl-init"
    shlib="c:/weblogic/bin/proxy36.dll"
    Init fn="wl-init"
    #Init fn="load-modules" funcs="init_exit,auth_exit,service_exit,term_exit"
    shlib="c:/weblogic/bin/proxy36.dll"
    #Init fn="init_exit" weblogic.properties="c:/weblogic/weblogic.properties"
    <Object name=default>
    NameTrans fn=pfx2dir from=/ns-icons dir="C:/Netscape/SuiteSpot/ns-icons"
    NameTrans fn=pfx2dir from=/mc-icons dir="C:/Netscape/SuiteSpot/ns-icons"
    NameTrans fn="pfx2dir" from="/help"
    dir="C:/Netscape/SuiteSpot/manual/https/ug"
    #NameTrans fn="pfx2dir" from="/servlets"
    dir="C:/weblogic/myserver/servletclasses/examples/servlets"
    #NameTrans fn="pfx2dir" from="/servlets"
    dir="C:/weblogic/myserver/servletclasses"
    NameTrans fn=document-root root="C:/Netscape/SuiteSpot/docs"
    #Service method="(GET|HEAD|POST|PUT)" type=text/jsp fn=wl-proxy
    WebLogicHost=localhost WebLogicPort=7001 PathPrepend=/jspfiles
    PathCheck fn=nt-uri-clean
    PathCheck fn="check-acl" acl="default"
    PathCheck fn=find-pathinfo
    PathCheck fn=find-index index-names="index.html,home.html"
    ObjectType fn=type-by-extension
    ObjectType fn=force-type type=text/plain
    Service method=(GET|HEAD) type=magnus-internal/imagemap fn=imagemap
    Service method=(GET|HEAD) type=magnus-internal/directory fn=index-common
    Service method=(GET|HEAD) type=*~magnus-internal/* fn=send-file
    AddLog fn=flex-log name="access"
    </Object>
    <Object name=cgi>
    ObjectType fn=force-type type=magnus-internal/cgi
    Service fn=send-cgi
    </Object>
    <Object name="weblogic" ppath="*/weblogic/*">
    Service fn=wl-proxy WebLogicHost=10.17.8.21 WebLogicPort=7001
    PathTrim="/weblogic"
    </Object>
    <Object name="servlets" ppath="*/servlets/*">
    Service fn=wl-proxy WebLogicHost=10.17.8.21 WebLogicPort=7001
    PathTrim="/servlets"
    </Object>
    "Mark Griffith" <[email protected]> wrote in message
    news:[email protected]...
    Welcome to the persnickety parsing world of NSAPI.
    Couple of general hints:
    Try hitting the path that is configured for the plugin and ensuring you
    can see config info?
    /serlvets/foo.blah?__WebLogicBridgeConfig
    But the problem I think is that your object definition is not referring
    to the function.
    Init fn="load-modules" funcs="wl-proxy,wl-init"
    shlib="c:/weblogic/bin/proxy36.dll"
    Init fn="wl-init"
    <Object name="servlets" ppath="*/servlets/*">
    Service fn=init_exit WebLogicHost=localhost WebLogicPort=7001
    </Object>Should be:
    Service fn=wl-proxy
    See:
    http://www.weblogic.com/docs51/admindocs/nsapi.html#sample
    mbg
    ==================================================
    NewsGroup Rant
    ==================================================
    Rant 2.
    Many of the answers to your questions are in the
    documentation. At the top of our online docs is
    a search button. Try it!

  • External monitoring oddities in Motion 3, anyone?

    Hi all,
    I do a lot of NTSC DV projects, and I'm seeing some weird things happen with Motion 3 external monitoring.
    - First, the image looks squeezed ("skinny"), with black bars on the sides.
    - Second, Motion now applies the "Correct to Aspect Ratio" option to the external monitor (why??), which makes it even more squeezed!!
    - Third, moving the canvas with the hand tool moves the image around on the monitor. What does external monitoring have to do with where the canvas is in the canvas pane?
    I never had any of these problems in Motion 2. Is there some way to make it act like it used to?
    I'm using Firewire NTSC output to DV deck, connected to the monitor.

    I don't use FW for external monitoring, but - no, I haven't experienced any oddities since the upgrade...
    Patrick

  • IPlanet  NSAPI -- problem with KeepAlive connections

    Hi
    I have problems with following scenario:
    When client establish KeepAlive connection with iPlanet server it sends one important custom header only on first request.
    My goal is to implement filter that will add this header to all subsequent requests on this connections.
    I can identify request by socket descriptor, but I don't know how to detect if this connection is still the same, or socket was closed and reused for other connection.
    Thanks, Andrew

    It seems like you have to make sure your web application uses sessions in order to trace an interaction with your web app clients.
    You should probably write either an NSAPI filter that would add your special header to all requests to a certain application(that should supports sessions) or a servlet filter that would do the same.

  • 5G Oddities - Alarm clock and audiobooks

    My 5G ipod is a wonderful toy but I've noticed a couple of oddities that I wonder if anyone else has experienced. They both relate to switching away from video playback - i.e. I had been watching a video on the ipod before ...
    In both cases the iPod is sat in a powered dock.
    1) When watching video & using the sleep timer to turn it off (falling asleep infront of a very small TV) the alarm clock doesn't seem to sound the next morning. When I fall asleep to music it works fine.
    2) When navigating away from a video to an audiobook (through the audiobook menu - though not if chosen as a "song" or "album") the audiobook plays back like an old 45 set on 33.
    (for you "youngsters" who have never played with vinyl records that means "slowly" ).
    Can anyone else reproduce this?
    iBook G4, Powerbook G4   Mac OS X (10.4.3)  

    Thanks, I had searched for the alarm clock issue but only remembered the audiobook one as I was writing it. Unsurprisingly that's the workaround I came up with.
    My guess would be that the same problem is affecting the alarm clock operation
    so when they fix one they'll probably fix both. In the meantime I should probably just stop falling asleep to video if I want to get woken up by my iPod.
    Thanks again.

  • Using NSAPI Plug-In from WL 5.1 in conjunction with WL6.0

    I reposting this message. I posted it to the servlet group when I
    wanted this group.
    Is it okay to use the Netscape Plug-in that came with Weblogic 5.1 and
    use Weblogic 6 server? We are having problems getting the Netscape
    Plug-in that came with Weblogic 6. We are getting incomplete web
    pages.
    Thanks,
    Ruben

    I don't think the following configuration was tested/certified?
    What kind of problems you are having? I just ran a simple load test
    accessing servlets/jsp's via nsapi plugin.
    Could you tell us how we can reproduce your problem?
    Kumar
    ruben wrote:
    I reposting this message. I posted it to the servlet group when I
    wanted this group.
    Is it okay to use the Netscape Plug-in that came with Weblogic 5.1 and
    use Weblogic 6 server? We are having problems getting the Netscape
    Plug-in that came with Weblogic 6. We are getting incomplete web
    pages.
    Thanks,
    Ruben

  • Several LR3 issues - Crashes, memory dumps, and other oddities

    I recently built a new PC dedicated to my photo work.
    i7 2600k, 16gb DDR 3 ripjaws, 128GB crucial m4 SSD, (2) x 1TB 7200 HDDs (mirrored), Sapphire Radeon HD 5570.
    The first month or so of use LR worked great. However, recently I have been getting several errors and oddities.
    1) Randomly closes. I can restart it without a problem and pick back up where I left off. There are not warnings or signs that it is about to close.. it just does.
    2) "Unexpected end of file". Unable to edit photo. Preview does show, however. I have never seen this error before on other machines.
    3) Memory dumps. I assume this is related to LR3 as that is the only program I am actively using when it happens (Chome is always open as well, however) I will have the dump files examined to know for sure.
    4) Something new that just started today. In the preview bar on the bottom, as I scroll through the photos I see the previews of other photos.. some photos from other folders I took weeks or months ago. When I hover over the image it changes to what it should be. I am seeing 2 instances of this. 1 with a photo from this particular shoot and one from one I did over a month ago. Everything I scroll back and forth (rapidly or not) as the previews load it loads the wrong files first, multiple times (around 8 or 9 in a row) and then they slowly change to what it should be.
    I am not sure if I am properly describing this error but it is really weird.
    Also, this seems to only happen on the images off a CF card. I was borrowing a friends D200 as a 2nd body for a party. When I scroll through the images off my SD card I do not see the issue appear. When I get to the CF portion of the folder is when I see the problem....
    I just updated LR today but these issues occured prior to the update and still exist afterwards.
    Do I need to do a fresh install of LR?
    What precautions do I need to take in doing so to insure my catalogue stays intact?
    Thanks for your help.

    I am still having issues.
    The crash dumps are far less frequent now. I think it may have been a catalogue issue maybe? I started a new one and things were better.
    However, I am consistantly getting the "Lightroom has stopped working" and it closes down..... repeatedly. Very Very annoying.
    It is not a major issue to just restart Lightroom, esp since it is on an SSD, it pops right back up instantly.
    All of my files are on the HDD, however, not the SSD.
    I had reinstalled LR3 once before which did not help. Any other suggestinos?
    I can't imagine a reinstall of Windows would do anything for me. I have no issues with anything other than LR.
    Could my video card be playing a role in the errors? I do notice weird random artifacts in my images sometimes when I add a brush stroke, or clone something out. Or sometimes just simply zooming in will great these weird multicolored lines in the image. Zooming out makes it go away. It is random when it shows up and often times closing and reopening LR will make it go away. So these are not permanent artifacts in the image unless I export the file with them showing. This leads me to think maybe the video card is having some issues. All drivers are up to date. It is not a high end card. Based on all my research when buidling this machine, a basic video card is all that is needed as RL is CPU and memory intensive, which is where I put most of my $. (i7 2600k and 16GB DDR3)

  • Help with NSAPI...loads, but doesn't execute

    Trying to write NSAPI plugin to write a cookie to every request.
    OBJ.CONFI entries:
    Init fn="load-modules" funcs="setSessionCookie" shlib="C:/Data/Test_Cookie.dll"
    Service method="(GET|HEAD|POST|PUT)" fn="setSessionCookie"
    CODE:
    NSAPI_PUBLIC int setSessionCookie(pblock pb, Session sn, Request *rq)
    pblock_nvinsert("Set-cookie", "iPlanetSessionID=99999999", rq->srvhdrs);
    pblock_nvinsert("Set-cookie", "iPlanetFavoriteWord=STUFF", rq->srvhdrs);
    return REQ_NOACTION;
    }

    The order of directives in obj.conf is important. Make sure your Service directive is the first Service directive in the default Object.

  • NSAPI in Access Manager & Policy Agent

    Hi all,
    May I know is it possible to use NSAPI to be a communication channel between policy agent and access manager?
    I have installed Sun One Web Server together with policy agent, access manager is installed in another machine.
    I've looked through all related documentation but could not find NSAPI for policy agent or access manager.
    Thanks in advance!

    Hi all,
    May I know is it possible to use NSAPI to be a communication channel between policy agent and access manager?
    I have installed Sun One Web Server together with policy agent, access manager is installed in another machine.
    I've looked through all related documentation but could not find NSAPI for policy agent or access manager.
    Thanks in advance!

  • Application is throwing NSAPI and other errors after the migration

    We started seeing NSAPI and other errors after the migration of new codes and recently make some changes
    1) During the migration, all the 4 WLS cluster instances were bounced simultaneously. What is the best practice and recommendation from BEA Oracle? Do we need to bounce it one by one for any specific reason?
    2) we recently introduced the 4th weblogic cluster instance on Solaris 10 zone. All other WLS instances are running on Solaris 8.
    Is it okay to have two different OS versions( Solaris 8 and Solaris 10) and different hardware to host WLS cluster instances? Does BEA Oracle support this kind of configuration?
    3) We are consistently seeing below errors in the iplanet web server error logs even though site is working fine
    [11/Sep/2009:08:53:50] failure ( 4453): for host XX.XX.XX.XX trying to POST /servlet/FSO, wl-proxy reports: exception occurred for backend host 'YY.YY.YY.YY/23120/0': 'CONNECTION_REFUSED [os error=0, line 1732 of URL.cpp]: Error connecting to host YY.YY.YY.YY.YY:23120'
    Do we need to upgrade our WLS proxy plugin? . Current version of WLS proxy plug-in is libproxy_61.so. Our Weblogic version is WLS 92 MP2
    I'll really appreciate if some can anwsers those questions

    OK booted in to Virtualbox, seems too be working fine this way, maybe it is the ATi drivers
    any Help would be appreciated

  • NSAPI Redirector in SOLARIS 8

    Hi:
    I'm trying to fordward request from iPlanet 6.0 (Solaris 8) to Tomcat 5.5 using NSAPI Redirector.
    When I load the plugin mod_jk-1.2.15-solaris8-sparc-apache-1.3.33.so I obtain this message:
    [09/Jan/2006:17:22:09] failure (18615): Configuration initialization failed: Error running init function load-modules: dlopen of /uni2/produccion/iws60sp2/plugins/nsapi/mod_jk-1.2.15-solaris8-sparc-apache-1.3.33.so failed (ld.so.1: ns-httpd: fatal: relocation error: file /uni2/produccion/iws60sp2/plugins/nsapi/mod_jk-1.2.15-solaris8-sparc-apache-1.3.33.so: symbol ap_null_cleanup: referenced symbol not found)
    I checked that the requeried libraries are in the Path.
    Any idea?

    hi
    i was reading through your posts but still don't understand why you would need or loose your sleep in getting to work with tomcat when sun java system web server can do the job in house.
    also, if you r interested in having different entry point, why not have multiple instances of web server or multiple virtual servers to do the job .
    pl. note that sun java system web server derives the better performance and is able to put some good numbers in Spec Web because of its wonderful integration.
    just my 2c

  • NSAPI addlog example

    I have been trying unsucessfully to get the NSAPI addlog example to work correctly. Although I can sucessfully compile and link the code when I add the required elements to the config files, I get the following when trying to start the server.
    [28/Jan/2003:10:23:17] INFO ( 2821): CORE1116: Sun ONE Application Server 7.0
    [28/Jan/2003:10:23:17] SEVERE ( 2821): func_exec reports: HTTP2120: no handler function given for directive
    [28/Jan/2003:10:23:17] SEVERE ( 2821): CORE3170: Configuration initialization failed: Error running init function (null): unknown error
    The relevant init and obj files are listed below, both of which appear to be correct to me. Anybody got any ideas what is wrong? I know these files are very picky about syntax but I can't see any typo's in them.
    NetsiteRoot /apps/sun/appserver7
    ServerID server1
    ServerName marvin
    PidLog /apps/sun/appserver7/data/domains/domain1/server1/logs/pid
    User root
    DNS off
    Security off
    RqThrottle 128
    StackSize 131072
    TempDir /tmp/server1-3d39969b
    Init fn=flex-init access="$accesslog" format.access="%Ses->client.ip% - %Req->vars.auth-user% [%SYSDATE%] \"%Req->reqpb.clf-request%\" %Req->srvhdrs.clf-status% %Req->srvhdrs.content-length%"
    Init fn=stats-init
    Init fn="load-modules" shlib="/apps/sun/appserver7/lib/libj2eeplugin.so" funcs="init-j2ee,ntrans-j2ee,service-j2ee,error-j2ee" shlib_flags="(global|now)"
    Init fn="load-modules" shlib="/apps/sun/appserver7/include/addlog.so" funcs="brief-init,brief-log"
    Init fn="brief-init file="/apps/moorea/addlog"
    Init fn="init-j2ee" LateInit=yes
    AuthTrans fn="match-browser" browser="*MSIE*" ssl-unclean-shutdown="true"
    NameTrans fn="ntrans-j2ee" name="j2ee"
    NameTrans fn=pfx2dir from=/mc-icons dir="/apps/sun/appserver7/lib/icons" name="es-internal"
    NameTrans fn=document-root root="$docroot"
    PathCheck fn=unix-uri-clean
    PathCheck fn="check-acl" acl="default"
    PathCheck fn=find-pathinfo
    PathCheck fn=find-index index-names="index.html,home.html"
    ObjectType fn=type-by-extension
    ObjectType fn=force-type type=text/plain
    Service method=(GET|HEAD) type=magnus-internal/imagemap fn=imagemap
    Service method=(GET|HEAD) type=magnus-internal/directory fn=index-common
    Service method=(GET|HEAD|POST) type=*~magnus-internal/* fn=send-file
    Error fn="error-j2ee"
    AddLog fn=flex-log name="access"
    AddLog fn=brief-log
    </Object>
    <Object name="j2ee">
    ObjectType fn=force-type type=text/html
    Service fn="service-j2ee" method="*"
    </Object>
    <Object name="cgi">
    ObjectType fn=force-type type=magnus-internal/cgi
    Service fn=send-cgi user="$user" group="$group" chroot="$chroot" dir="$dir" nice="$nice"
    </Object>
    <Object name="es-internal">
    PathCheck fn="check-acl" acl="es-internal"
    </Object>

    Your plugin does some strange things. Fortunately, making it work with your 6.1 install is probably as simple as changing all occurrences of REQ_EXIT to REQ_ABORTED.

Maybe you are looking for

  • Up date

    hi i have an imac it's about 6/7 years old with version mac os x v10.4.11 been checking for new up date but not been able to get any. just wondering if they are still doing up date for this mac. the reason i'm asking is that i was planing on getting

  • Attach Interactive form to R/3 workflow

    I have created an interactive form in Web dynpro ABAP on the portal client 7.0. I want to attach the form to workflow in R/3 4.7. Can anyone help on how to go about this.

  • ODI 10g to 11g repository upgrade: problem while reusing schema

    Hi, I have successfully upgraded 10g repository to 11g using UA.  To incorporate some changes in the 10g repository, we need to drop the existing 11g repository and re-upgrade the original 10g repository. I have truncated  the upgraded 11g schemas(ma

  • Unable to find moniker information for archive collection ArchiveCollection

    In attempting to setup archive transfer between PROD and DEV I needed to rename an existing outgoing provider and the only way I found I could do this is to delete the existing provider and recreate it with a new name. I think by doing this it has ca

  • Update rules are red..?

    Hi Guru's ,   The update rules for a particular currency fields are not gree in update rules when we are updating the data from ODS to Cube.There two currency fields which are associted with a currency fields one is with 0currency and other one is 0c