Re:NSAPI Plug In 3.6 on NT 4.0 SP6 with WebLogic 5.1 download

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>

So far I have heeded your advice and tried the suggestions you have made.
However, I think I am still missing something. If you have the time could
you review the following:
Installation components:
NT4.0 SP6
NES 3.6
WebLogic 5.1
I am trying to call the HelloWorld servlet in the
c:\weblogic\myserver\servletclasses\examples\servlets directory via the plug
in. I can invoke the servlet using the Weblogic port:7001 directly -
http://localhost:7001/servlets/examples/servlets/HelloWorldServlet and
registered http://localhost:7001/helloWorld
Here is the latest obj.conf:
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>
<Object name="helloWorld" ppath="*/helloWorld/*">
Service fn=wl-proxy WebLogicHost=10.17.8.21 WebLogicPort=7001
</Object>
Thanks in advance.
Mark McCalister
"Mark Griffith" <[email protected]> wrote in message
news:[email protected]...
Ok, so this is a bit different now.
IIn article <[email protected]>, [email protected]
says...
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 findYou are proxying /weblogic and /servlets
C:/Netscape/SuiteSpot/docs/helloWorld (File Not Found Error)So /helloworld does not match eiter of those patterns.
[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 findNor does /servletimages
We do have some /servletimages uri's in some of our admin servlets so you
may want to map this as well.
But I dont see that these are unexplainable.
Cheers
mbg
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 FoundError)
[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="load-modules" funcs="wl-proxy,wl-init"
shlib="c:/weblogic/bin/proxy36.dll"
Init fn="wl-init"SNIP
<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>
==================================================
NewsGroup Rant
==================================================
Rant 1.
The less info you provide about your problem means
the less we can help you. Try to look at the
problem from an external perspective and provide
all the data necessary to put your problem in
perspective.

Similar Messages

  • 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!

  • 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

  • How to make redirects work with NSAPI plug-in

    We have a NSAPI plug-in on a Iplanet server which routes any URL request with "weblogic"
    on it to a WebLogic server with a PathTrim. eg. http://ksopsd01/weblogic/myapp/login.jsp.
    All my forwards are working fine except any redirection. My redirects fails
    as it does not have the "weblogic" in it. Is there anyting like PathPrepend to
    get my redirects working? Or do I need to hardcode "weblogic" in all my redirections.
    Any help would be very much appreciated.
    Thanks

    Hello Globalmark
    For your problem dealing only with Skype, Skype supports their product with a comprehensive Help system for answers to your Skype-specific questions.
    If you cannot find the answer you need from their Knowledgebase, Troubleshooter, User Guides, or dedicated Skype-user forum, you can get technical support directly from Skype.
    MSN (now Microsoft) Messenger for Mac cannot use ANY camera unless you are using the "corporate" version. The personal version is a text only app.
    This post will give you the options available to you for using your MacBook Pro to contact those whose only chat client application is MSN (now Microsoft) Messenger.
    Your posted system info shows that you are still using Mac OS X (10.5.1). If that is correct, you may want to consider the advantages of updating to the latest version of Leopard.
    EZ Jim
    PowerBook 1.67 GHz w/Mac OS X (10.4.11) G5 DP 1.8 w/Mac OS X (10.5.2)  External iSight

  • Does NSAPI plug-in route the T3 requests to WLS?

    Hi,
    In our deployment, we use IPlanet witn NSAPI plug-in for web
    server and WLS as application server. It works fine for browser
    clients.
    If we want to add Java Swing application clients, which use T3
    to talk to WLS what changes are required for the same
    configuration to work? Does the plu-in route the T3 requests to
    WLS in the first place? What changes are required if so?
    Choudary.

    "Choudary" <[email protected]> wrote:
    >
    Hi,
    In our deployment, we use IPlanet witn NSAPI plug-in for web
    server and WLS as application server. It works fine for browser
    clients.
    If we want to add Java Swing application clients, which use T3
    to talk to WLS what changes are required for the same
    configuration to work? Does the plu-in route the T3 requests to
    WLS in the first place? What changes are required if so?
    Choudary.
    Use HttpTunneling:
    1)add "weblogic.httpd.tunnelingenabled=true" to your weblogic.properties
    2) set ppath="*/HTTPClnt*/" or add a new mime-type "*.tun" proxy

  • Got a new Macbook Pro today and I plugged in my WD external hard drive to backup with but it didn't allow me to backup.

    Got a new Macbook Pro today and I plugged in my WD external hard drive to backup with but it didn't allow me to backup. The problem is that now my computer won't show the drive in finder. I can see it in Disk Utility and cannot access it. Help?

    First
    Finder>Preferences>Sidebar>Devices>External disk
    but it didn't allow me to backup
    did you get an error code or error dialog box?

  • On iTunes when i plug my iphone in, the bar at the bottom with contains the information about the capacity of my iphone, it has a bar called 'other' which has 4GB. I don't know what is taking up that space or how to get rid of it. please help :)

    On iTunes when i plug my iphone in, the bar at the bottom with contains the information about the capacity of my iphone, it has a bar called 'other' which has 4GB. I don't know what is taking up that space or how to get rid of it. please help

    You can reduce the size to normal, which is about 1GB, by restoring the phone.
    Backing Up, updating, and restoring your iPhone and iPod touch software
    The size of this part can increase when something goes wrong during a sync, or some files can't be read anymore by iTunes.

  • HT4623 My iPad 2 is stuck on a black screen that has the iTunes symbol and a charger that I'm guessing means "plug into iTunes". I did so and then waited four hours to download something. And now it is saying that its going to update my iPad but it isn't

    I clicked the button in my setting thatz is saying "software update iOS 6.1.2. It turned off and now My iPad 2 is stuck on a black screen that has the iTunes symbol and a charger that I'm guessing means "plug into iTunes". I did so and then waited four hours to download something. And now it is saying that its going to update my iPad but it isn't working. I tried to "update" twice. I am VERY ANNOYED beczuse the last time i updated it, it just turned off and i didnt have ot plug it in or anything. WHY IS IT DOING THIS.....?????? My ipad will not turn on or anything. Help me FIX THIS!!!

    hi Kinney. last hour, i update my ipad 2, then im having the same problems as u. im also hoping people can solve this issue.

  • I plug my ipod into my computer itunes pops up with error message "Ipod detected but can't be identified properly" suggests I unplug and try again or uninstall itunes and reinstall nothing works. What should i do?

    I plug my ipod into my computer itunes pops up with error message "Ipod detected but can't be identified properly" suggests I unplug and try again or uninstall itunes and reinstall nothing works. What should i do?

    summarizing:
    iPod nano (what version iOS BEFORE update?)
    downloaded music
    updated iPod to iOS 8.1.2
    Windows 7 PC
    plug-in iPod to PC
    error message from iTunes on the PC "Ipod detected but can't be identified properly" ⬅[quoted from your original post] (+ suggested troubleshooting steps)
    un-plug > re-plug iPod (how many times?)
    iTunes un-installed from PC (?)
    iTunes RE-installed to PC (?)
    error message repeats(?)
    searched "Ipod detected but can't be identified properly" site:support.apple.com with ZERO results - pretty strange that the support site wouldn;t know an iTunes generated error message (?)  EDIT - had an "aha! moment when using a fresh Google search page and 'suggested' CANNOT
    then "Ipod detected but can't be identified properly" site:discussions.apple.com had ONE result = Can't connect to iTunes with ipod touch (-50 error) - NO REPLIES
    CANNOT instead of can't [ tsk tsk ]
    iPhone, iPad, or iPod touch not recognized in iTunes for Windows - Apple Support
    follow all the instructions in order and let us know

  • Error in configuring apache plug in with weblogic 8.1.5

    I tried to configure Apache 2.2 plugin with weblogic 8.1 SP 5 in Linux ES 4.0 . I am getting the following error while loading weblogic_module in httpd.conf file in Apache server (restarting apache server after putting entries in httpd.conf).. The error is httpd: Syntax error on line 414 of /usr/local/apache2/conf/httpd.conf: API module structure `weblogic_module' in file /usr/local/apache2/modules/mod_wl_20.so is garbled - perhaps this is not an Apache module DSO?
    Did anyone got this error before?

    The solution is for BEA to provide the plug-in. Probably a few minutes of a work for BEA developer. Weblogic 9.0 has it.
    Edited by muralive at 09/17/2007 10:08 PM

  • When I plug my iphone in to my laptop, it no longer prompts me to download my photos. How do I fix this?

    When I plug my iphone in to my laptop, it no longer prompts me to download my photos. How do I fix this?

    Is the phone displaying the connect to iTunes picture on the screen instead of the normal unlock. If so, something may have crashed (big-time) resulting in a re-set.
    Is there any chance that someone else is signed into iTunes on the computer at the moment rather than your normal iTunes account? That may cause this as well.
    At this stage, you could try to manually back it up first (which would be a very good idea), but it sounds like you don't have much choice other than to restore or set it up as new.
    Has it done this repeatedly? or is this the first time you've seen this?

  • Problems using 4096 bit SSL certificate with WebLogic Apache 2.2 plug-in

    Hi,
    'm using WebLogic 9.2 MP3 and Apache HTTP Server (version 2.2) Plug-In. For security reasons, I have SSL installed on both Apache and WebLogic. So Apache must communicate with WebLogic via https.
    I get the following error when attempting to access WebLogic via Apache:
    Internet Explorer cannot display the webpage
    These are the last lines in wlproxy log:
    Fri Feb 26 14:08:59 2010 <71212672221392> INFO: SSL is configured
    Fri Feb 26 14:08:59 2010 <71212672221392> SSL Main Context not set. Calling InitSSL
    Fri Feb 26 14:08:59 2010 <71212672221331> INFO: Initializing SSL library
    I've found that the problem is caused by using a 4096 bit intermediate cert. When I include this 4096 bit cert in the file referenced by plugin parameter "TrustedCAFile", it is unable to load it. I've tested 4096 bit certs from a few different certificate authorities, and consistently see this problem, so I know the problem is not related to the specific certificate. If I use a 2048 bit intermediate certificate, everything works perfectly fine.
    Do you know if there are limitations to the certificate length that the plug-in can use?

    Yes 4096 bit Certificates are not supported by the plugin.
    You can use up to 2048 bit.
    There is a Bug which clearly mentions it.
    I dont remember the Bug Number, but an Oracle Support person will be able to tell you.
    Hope this helps.
    Faisal Khan
    Edited by: Faisal Khan on Feb 27, 2010 2:08 PM

  • Need CVS plug in with weblogic portal 10.3

    I tried to integrate the CVS plug in with Weblogic Portal 10.3 using software updates (Selecting Eclipse CVS Client 1.0.2.r33x), but getting the error - Weblogic Portal 10.3 requires feature "com.m7.nitrox(1.0.20)", or compatible
    Can someone help me in CVS plug ins with weblogic portal 10.3.

    ttam,
    This is a bug, 8185869 (Check in Metalink) . that has been fixed in the Sunshine Release. In the meantime, here's the workaround from the bug report:
    Download the plugin manually, and either 1) create an extension location on the file system from it and add that via Help|Software Updates|Manage Configuration, or 2) extract it to one of the workshop eclipse folders (i.e. tools/eclipse_pkgs/2.0/eclipse_3.3.2, tools/eclipse_pkgs/2.0/pkgs/eclipse, workshop_10.3/workshop4WP/eclipse, wlportal_10.3/eclipse).
    Additionally, you can comment out the com.* import lines in your %BEA_HOME%\wlportal_10.3\eclipse\features\com.bea.wlp_10.3.0\feature.xml, like this:
    <requires>
    <import plugin="org.eclipse.core.runtime" version="3.3" match="compatible"/>
    <import plugin="org.eclipse.ui" version="3.3" match="compatible"/>
    <!--
    <import feature="com.m7.nitrox" version="1.0.20" match="compatible"/>
    <import feature="com.bea.workshop.cmdline.feature" version="1.0.30" match="compatible"/>
    <import feature="com.bea.workshop.common.feature" version="1.1.40" match="compatible"/>
    <import feature="com.bea.workshop.upgrade81.feature" version="1.0.30" match="compatible"/>
    <import feature="com.bea.workshop.web.feature" version="1.0.20" match="compatible"/>
    <import feature="com.bea.workshop.wls.feature" version="1.1.30" match="compatible"/>
    <import feature="com.bea.workshop.xmlbeans.feature" version="1.0.30" match="compatible"/>
    -->
    </requires>
    Then restart Workshop.
    cheers
    vijay

  • Lost all contact info.  All my Aps are there but all the data/progress is missing.  When I plug my iphone into the usb fto synch up with my itunes on the computer a message comes up and says "enter the password to unlock your

    Lost all contact info.  All my Aps are there but all the data/progress is missing.  When I plug my iphone into the usb fto synch up with my itunes on the computer a message comes up and says "enter the password to unlock your iphone backup file".  This is very frustrating

    I suggest trying the update again after an hour or two.  Sometimes, the notice that an update is available comes an hour or two before the developers actually sends the revised app out to be downloaded.

  • Whenever I plug my iPod in the computer is comes up with this ..This iPod cannot be used because the Apple Mobile Device Service is not started. - what does this mean, how can i fix it?

    Whenever I plug my iPod in the computer is comes up with this ..This iPod cannot be used because the Apple Mobile Device Service is not started. - what does this mean, how can i fix it?

    Instructions here >  iPod touch: How to restart the Apple Mobile Device Service (AMDS) on Windows
    Or Mac  >  iTunes: How to remove and reinstall the Apple Mobile Device Service on Mac OS X

Maybe you are looking for