JSP Issue in 9.1 but not 8.1

I am building a Web application and packaging it into an EAR file then deploying it into 9.1 WebLogic server. I have an issue that is happening when I activate the changes at deployment time but this one is when it's trying to compile the JSP code, as follows:
          -- cut --
          Substituted for the exception weblogic.servlet.jsp.CompilationException which lacks a String contructor, original message - wi_marital_status_coapp_us_en.inc.jsp:53:2: This tag is not recognized. <jsp:usebean id="userBean" ^---------^ wi_marital_status_coapp_us_en.inc.jsp:61:2: This tag is not recognized. ><jsp:usebean id="errorBean" ^---------^ wi_marital_status_coapp_us_en.inc.jsp:69:2: This tag is not recognized. ><jsp:usebean id="creditAppBean" ^---------^ wi_marital_status_coapp_us_en.inc.jsp:79:35: The qualifier of this name is a package, which cannot contain methods. ><util:If predicate="<%= !userBean.isAuthenticated() %>" > ^-------------^ wi_marital_status_coapp_us_en.inc.jsp:87:25: No match was found for method size() in type <error>. <util:If predicate="<%= creditAppBean.getData().size() == 0 %>"> ^----------------------------^ wi_marital_status_coapp_us_en.inc.jsp:87:39: The qualifier of this name is a package, which cannot contain methods. <util:If predicate="<%= creditAppBean.getData().size() == 0 %>"> ^-----^ wi_marital_status_coapp_us_en.inc.jsp:95:32: The qualifier of this name is a package, which cannot contain methods. <% Set errorFields = errorBean.getMessageFields(); %> ^--------------^
          -- cut --
          It seems to be complaining about it in 9.1 but not in 8.1.
          Please advise.
          Thanks,
          Sami

I am getting the following errors when i am trying to build an existing web application. I was able to build it successfully using weblogic 8.1.
          Below are the versions i am using
          Weblogic 9.1
          Ant1.6.2
          JDK 1.5.0_04
          ===================================================
          Results.jsp:596:63: The qualifier of this name is a package, which cannot contai
          n methods.
          onclick="PopupURLMenu('<%=ResultsUtil.getMyDoc(oDocs,cou
          nt).getUrl()%>',
          ^------^
          Results.jsp:598:28: No match was found for method getDisplayName() in type <erro
          r>.
          <%=ResultsUtil.getMyDoc(oDocs,count).getDisplayName()%>
          ^------------------------------------------------^
          Results.jsp:598:40: The qualifier of this name is a package, which cannot contai
          n methods.
          <%=ResultsUtil.getMyDoc(oDocs,count).getDisplayName()%>
          ^------^
          Results.jsp:606:55: No match was found for method getUrl() in type <error>.
          onclick="PopupURLMenu('<%=ResultsUtil.getMyDoc(oDocs
          ,count+1).getUrl()%>',
          ^-------------------------
          -----------------^
          Results.jsp:606:67: The qualifier of this name is a package, which cannot contai
          n methods.
          onclick="PopupURLMenu('<%=ResultsUtil.getMyDoc(oDocs
          ,count+1).getUrl()%>',
          ^------^
          Results.jsp:608:32: No match was found for method getDisplayName() in type <erro
          r>.
          <%=ResultsUtil.getMyDoc(oDocs,count+1).getDisplayNam
          e()%>
          ^------------------------------------------------
          --^
          Results.jsp:608:44: The qualifier of this name is a package, which cannot contai
          n methods.
          <%=ResultsUtil.getMyDoc(oDocs,count+1).getDisplayNam
          e()%>
          ^------^
          Results.jsp:638:21: No match was found for method getDisplayName() in type <erro
          r>.
          if (ResultsUtil.getMyDoc(oDocs,q).getDisplayName().equals("") )
          ^--------------------------------------------^
          Results.jsp:638:21: No match was found for method equals(java.lang.String) in ty
          pe <error>.
          if (ResultsUtil.getMyDoc(oDocs,q).getDisplayName().equals("") )
          ^-------------------------------------------------------^
          Results.jsp:638:33: The qualifier of this name is a package, which cannot contai
          n methods.
          if (ResultsUtil.getMyDoc(oDocs,q).getDisplayName().equals("") )
          ^------^
          at weblogic.servlet.jsp.jspc20.runBodyInternal(jspc20.java:424)
          at weblogic.servlet.jsp.jspc20.runJspc(jspc20.java:195)
          at weblogic.servlet.jsp.JspcInvoker.compile(JspcInvoker.java:239)
          at weblogic.application.compiler.AppcUtils.compileWAR(AppcUtils.java:348
          at weblogic.application.compiler.WARCompiler.compile(WARCompiler.java:74
          at weblogic.application.compiler.flow.AppCompilerFlow.compileInput(AppCo
          mpilerFlow.java:113)
          at weblogic.application.compiler.flow.AppCompilerFlow.compile(AppCompile
          rFlow.java:43)
          at weblogic.application.compiler.FlowDriver$FlowStateChange.next(FlowDri
          ver.java:55)
          at weblogic.application.utils.StateMachineDriver.nextState(StateMachineD
          river.java:26)
          at weblogic.application.compiler.FlowDriver.run(FlowDriver.java:24)
          at weblogic.application.compiler.Appc.runBody(Appc.java:151)
          at weblogic.utils.compiler.Tool.run(Tool.java:158)
          at weblogic.utils.compiler.Tool.run(Tool.java:115)
          at weblogic.application.compiler.Appc.main(Appc.java:162)
          at weblogic.appc.main(appc.java:14)
          at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
          at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.
          java:39)
          at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAcces
          sorImpl.java:25)
          at java.lang.reflect.Method.invoke(Method.java:585)
          at weblogic.ant.taskdefs.j2ee.CompilerTask.invokeMain(CompilerTask.java:
          290)
          at weblogic.ant.taskdefs.j2ee.Appc.privateExecute(Appc.java:243)
          at weblogic.ant.taskdefs.j2ee.Appc.execute(Appc.java:154)
          at org.apache.tools.ant.UnknownElement.execute(UnknownElement.java:275)
          at org.apache.tools.ant.Task.perform(Task.java:364)
          at org.apache.tools.ant.Target.execute(Target.java:341)
          at org.apache.tools.ant.Target.performTasks(Target.java:369)
          at org.apache.tools.ant.Project.executeTarget(Project.java:1214)
          at org.apache.tools.ant.Project.executeTargets(Project.java:1062)
          at org.apache.tools.ant.Main.runBuild(Main.java:673)
          at org.apache.tools.ant.Main.startAnt(Main.java:188)
          at org.apache.tools.ant.launch.Launcher.run(Launcher.java:196)
          at org.apache.tools.ant.launch.Launcher.main(Launcher.java:55)
          ====================================
          Is this a problem with the classpath ?
          Thanks in advance,
          Bye

Similar Messages

  • Report for Material Issued against Service Orders But not Billed.

    Hi Experts,
    For CRM Service Orders Based on the Reservation number generated in CRM we will make the Goods issue document in ECC.
    My Question In CRM Do we have any standard report to see Material issued against CRM Service orders but not billed. i.e. Work in progress.
    Thanks in Advance,
    Abhinesh

    Hi Vivek,
    What I wanted to say that you won't get information from VAV about billing since as far as I know it doesn't contain any relevant table.
    You should try create a query using LIKP-LIPS-(joint type: left outer)-VBRK. This will connect deliveries to billing document, you can also get SO number. Please try this.
    (Sorrowully I don't know which logical database would be good for you)
    BR
    Csaba

  • After updating to V 15.0 I have the issue that suddenly many but not all of the functions do not work anymore. Menues and download links do not work.

    I have updated my firefox to version 15.0. After this I have the effect that at some unspecified time during use many of the functions stop working. Menu's do not open, download links do not work anymore and so on. Opening new tab's or windows still works. Links on pages partly work partly not. Copy and paste does not work anymore on webpages. It takes ending the firefox process and restarting to correct the issue until it happens again. I have those effects on totally different webpages. At this time it happens every time after I start Firefox but not right away. Firefox first works for some time and then it suddenly doesn't anymore without me having done anything special

    The Reset Firefox feature can fix many issues by restoring Firefox to its factory default state while saving your essential information.
    Note: ''This will cause you to lose any Extensions, Open websites, and some Preferences.''
    To Reset Firefox do the following:
    #Go to Firefox > Help > Troubleshooting Information.
    #Click the "Reset Firefox" button.
    #Firefox will close and reset. After Firefox is done, it will show a window with the information that is imported. Click Finish.
    #Firefox will open with all factory defaults applied.
    Further information can be found in the [[Reset Firefox – easily fix most problems]] article.
    Did this fix your problems? Please report back to us!

  • XML import issues in CS5.5, but not CS5...

    Hi guys,
    I'm currently using the Production Premium CS5.5, and have been trying to import an XML from Final Cut Pro 7 into Premiere.  The issue is that none of my audio tracks appear in the sequence, nor any video tracks aside from my 2 main tracks.
    This isn't a problem in the previous version (CS5), as I can import the same XML and all my audio tracks, etc. show up in the sequence.
    Since I just started playing with CS5.5, I'm wondering if there's something I don't have set up properly?  Is there a conflict w/ having CS5 and 5.5 installed?  Has anyone else encountered a similar issue?
    Thanks for the response, if you got it.  I really really appreciate it. 

    So, I started figuring out what the issue is, but not how to fix it:
    I had some overlay graphics (Quicktimes w/ Alphas) that were placed over my main video track, which I suppose Premiere doesn't like.
    The thing I can't figure out, is why I could still bring in the rest of the project with CS5, but not CS5.5.....

  • [SOLVED] Unrelated Issue - AUR PKGBUILD updated, but not 'pkg'.tar.gz

    Hi all,
    I noticed that qbzr had become unmaintained and in fact wouldn't install via the AUR PKGBUILD file as the source download link had become obsolete.
    I took ownership of the package, then downloaded, updated, targz'd and submitted the new archive. However, it still doesn't seem to be quite right.
    If I download the PKGBUILD , I can now makepkg and then pacman -U without trouble. (v0.18)
    However, using yaourt - yaourt gets the version info etc from the PKGBUILD file I think, as it displays the intended version correctly (0.18). However it then downloads qbzr.tzr.gz, within which is the PKGBUILD file of version (0.16).
    I feel I must have missed something, but I can't figure out how when I submitted qbzr.tar.gz AUR was able to correctly extract the PKGBUILD file for display but not provide the correct qbzr.tar.gz
    Perhaps there is a lag in file propagation that I have been previously unaware of?
    Cheers
    Last edited by thread (2010-02-08 03:28:35)

    thread wrote:However it then downloads qbzr.tzr.gz, within which is the PKGBUILD file of version (0.16).
    there's nothing wrong with the tarball, so i'm not sure why you think it's not an issue/bug/problem/etc with yaourt..
    $ wget http://aur.archlinux.org/packages/qbzr/qbzr.tar.gz
    $ bsdtar xf qbzr.tar.gz
    $ grep ^pkgver= qbzr/PKGBUILD
    pkgver=0.18
    Last edited by tdy (2010-02-05 05:04:08)

  • Yahoo Mail issue, able to recieve but not send.

    I sold my friend my Macbookpro running 10.5.3 and he is able to receive emails but not send them even though the MBP makes the sound like the email was sent. Yahoo says they are not reaching their server. I told him to repair disk permissions which may be a long shot and if that did not work to add a new user account and re setup the email account over again and see if they go out from there. Any other suggestions would be appreciated. I know I have had this issue before but it was just because my outgoing mail server was not typed in properly.
    He says everything is correct. Could it be a port issue?

    Please see if the Apple mail troubleshooting support article resolves this misbehavior. 
    Sending is the SMTP path, which is the one that nobody new to mail can find — mail uses POP or IMAP for receiving, and SMTP for sending, and there are separate settings, servers and login credentials for each.  To get to the SMTP settings, Mail > Preferences > Accounts > select the failing account > Account Information > select Outgoing Mail Server (SMTP) to Edit Mail Server List > select the SMTP account > verify the settings for the server, that SSL/TLS is enabled (usually) or not (rare), and that your username and password are correct.  Like the POP or IMAP settings, these SMTP settings and credentials are also specific to your mail ISP, which means I don't know exactly what the required settings are here. 
    With the way that mail pops up that infernal "do you want to cause yourself grief by changing your password?" dialog box on transient network errors, it's very easy to get an incorrect password set, too.
    I'm not sure why you've listed web server, Linux, Apache and PHP in your posting.

  • Connection issues with one computer - but not any other computer or iphone

    I have a strange problem…. well, really it is my friends/co-workers problem, but I am his sponsor so I feel I need to be there for him.
    We are both school teachers - and to help us in the eduction of our students we have created a wireless network (hidden so we don’t get caught!) that we can use in our area of the building. We have had it for several years and we have both hooked up to it regularly using our laptops and our ipod touch/iphone. Just recently my co-workers computer stopped being able to access the internet through the airport. We checked the settings, threw out the settings and re-entered them. Turned off the airport, turned it back on - typed in the network settings, connected - but no internet. We ran disk utility and repaired disk permissions. We have even gone as far as to create a new user…. still no luck. I have shut down and restarted the airport at school, still the issue remains.
    He can see the shared disk attached to the airport, he sees my itunes library, I see his - and the rest of the teachers in the school see both of ours (we are music teachers, so our libraries are rather extensive!) and are constantly listening to our shared libraries. We know he is connected to the network, he just cannot access the internet. However, when he plugs in to the network (same settings) via ethernet - there is no problem he gets right into the network.
    We both have airports at home - and we both have no problems connecting at home.
    There are only two things that have happened since we noticed this problem… 1) is Snow Leopard - we believe the problem started AFTER that upgrade. and 2) we just got a new iMac Lab (I am teaching a new class - Audio Engineering this year) and in the lab I put a legal Airport - but that one IS NOT connected to the school network at all - it just allows all of the iMacs to access the shared hard drive (easier than running cable). This airport (new one - two channel) sits between his office and the old airport (single channel) that we use to access the internet and school network. I don’t think this is the problem as I have turned off the “new” airport and the problem remains.
    Any ideas or suggestions would be greatly appreciated!!

    Hi,
    Sounds like you had the same problem I had, which I resolved:
    http://blog.irreverence.co.uk/?p=467
    Hope it helps.
    Kenny

  • Jsp works in my tomcat but not in school server

    Using netbeans 5.5.1 and it has tomcat 5.5.17. My jsp page works fine when I use it on my computer but when I copy it to my school server(tomcat 5.5) it bugs when trying to contact oracle jdbc database.
    Whats wrong?
    Gives this error:
    HTTP Status 500 -
    type Exception report
    message
    description The server encountered an internal error () that prevented it from fulfilling this request.
    exception
    org.apache.jasper.JasperException: Exception in JSP: /index.jsp:35
    32:
    33:
    34:
    35: <%=db.opentables()%>
    36:
    37:
    38:
    Stacktrace:
         org.apache.jasper.servlet.JspServletWrapper.handleJspException(JspServletWrapper.java:506)
         org.apache.jasper.servlet.JspServletWrapper.service(JspServletWrapper.java:395)
         org.apache.jasper.servlet.JspServlet.serviceJspFile(JspServlet.java:314)
         org.apache.jasper.servlet.JspServlet.service(JspServlet.java:264)
         javax.servlet.http.HttpServlet.service(HttpServlet.java:802)
         sun.reflect.GeneratedMethodAccessor150.invoke(Unknown Source)
         sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
         java.lang.reflect.Method.invoke(Method.java:585)
         org.apache.catalina.security.SecurityUtil$1.run(SecurityUtil.java:243)
         java.security.AccessController.doPrivileged(Native Method)
         javax.security.auth.Subject.doAsPrivileged(Subject.java:517)
         org.apache.catalina.security.SecurityUtil.execute(SecurityUtil.java:275)
         org.apache.catalina.security.SecurityUtil.doAsPrivilege(SecurityUtil.java:161)
    root cause
    java.security.AccessControlException: access denied (java.net.SocketPermission [MY HOSTNAME HERE] resolve)
         java.security.AccessControlContext.checkPermission(AccessControlContext.java:264)
         java.security.AccessController.checkPermission(AccessController.java:427)
         java.lang.SecurityManager.checkPermission(SecurityManager.java:532)
         java.lang.SecurityManager.checkConnect(SecurityManager.java:1031)
         java.net.InetAddress.getAllByName0(InetAddress.java:1117)
         java.net.InetAddress.getAllByName0(InetAddress.java:1098)
         java.net.InetAddress.getAllByName(InetAddress.java:1061)
         java.net.InetAddress.getByName(InetAddress.java:958)
         java.net.InetSocketAddress.<init>(InetSocketAddress.java:124)
         java.net.Socket.<init>(Socket.java:179)
         oracle.net.nt.TcpNTAdapter.connect(Unknown Source)
         oracle.net.nt.ConnOption.connect(Unknown Source)
         oracle.net.nt.ConnStrategy.execute(Unknown Source)
         oracle.net.resolver.AddrResolution.resolveAndExecute(Unknown Source)
         oracle.net.ns.NSProtocol.establishConnection(Unknown Source)
         oracle.net.ns.NSProtocol.connect(Unknown Source)
         oracle.jdbc.ttc7.TTC7Protocol.connect(TTC7Protocol.java:1764)
         oracle.jdbc.ttc7.TTC7Protocol.logon(TTC7Protocol.java:215)
         oracle.jdbc.driver.OracleConnection.<init>(OracleConnection.java:371)
         oracle.jdbc.driver.OracleDriver.getConnectionInstance(OracleDriver.java:551)
         oracle.jdbc.driver.OracleDriver.connect(OracleDriver.java:351)
         java.sql.DriverManager.getConnection(DriverManager.java:525)
         java.sql.DriverManager.getConnection(DriverManager.java:171)
         MYCLASS.Database.opentables(Database.java:131)
         org.apache.jsp.index_jsp._jspService(index_jsp.java:86)
         org.apache.jasper.runtime.HttpJspBase.service(HttpJspBase.java:97)
         javax.servlet.http.HttpServlet.service(HttpServlet.java:802)
         org.apache.jasper.servlet.JspServletWrapper.service(JspServletWrapper.java:334)
         org.apache.jasper.servlet.JspServlet.serviceJspFile(JspServlet.java:314)
         org.apache.jasper.servlet.JspServlet.service(JspServlet.java:264)
         javax.servlet.http.HttpServlet.service(HttpServlet.java:802)
         sun.reflect.GeneratedMethodAccessor150.invoke(Unknown Source)
         sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
         java.lang.reflect.Method.invoke(Method.java:585)
         org.apache.catalina.security.SecurityUtil$1.run(SecurityUtil.java:243)
         java.security.AccessController.doPrivileged(Native Method)
         javax.security.auth.Subject.doAsPrivileged(Subject.java:517)
         org.apache.catalina.security.SecurityUtil.execute(SecurityUtil.java:275)
         org.apache.catalina.security.SecurityUtil.doAsPrivilege(SecurityUtil.java:161)
    note The full stack trace of the root cause is available in the Apache Tomcat/5.5 logs.
    Apache Tomcat/5.5
    Edited by: panupanu on Dec 13, 2007 6:04 AM

    duffymo wrote:
    Is the machine that you ran this simple java class on the same one where you're >deploying the web app?Same machine where my sql connections bug. I just copypasted it into a file in tomcat5.5/webapps directory and then compiled it and used it from there. I used it from command line.
    duffymo wrote:
    how well do you know jsps, tomcat, and web apps? sure it's deployed properly? if you >put in a simple jsp and invoked it via tomcat, would you be able to do it?Dont know jsps well. :) Essentially my jspservlet thingie works normally on my computer through my tomcat and on other computers which have netbeans etc... It compiles .war file and ive copied that .war file to the target server's tomcat webapps directory, then when I access the website of my jspservlet tomcat unpacks it and shows my jsp pages normally if they have no sql components. So at least jsp pages are working... :)
    "minor modifications"? sure those are right? you wouldn't be the first programmer to fool >themselves by saying "it's the same code - except for X."
    try you "minor modifications" on the command line, too.First I used with main on command line, then removed main etc... and included it into my project.

  • MPEG-2 playback audio syncing issue (works in Vista but not in OS X)

    My setup:
    - Mac Mini CoreDuo 1.83GHz, 1 GB RAM
    - Elgato EyeTV 410 DVB-T
    - Sony KDL-46W2000 FullHD LCD-TV (1920x1080p)
    I have a rather complicated problem with audio-video synchronization at MPEG-2 playback. I've spent a lot of hours on troubleshooting in the last weeks without coming up with a solution.
    I've installed Vista using Bootcamp on my Mac Mini, and in Vista everything works fine, so it's definitely a problem in OS X and not a hardware issue.
    I have a Mac Mini CoreDuo 1.83GHz 1GB RAM. I have done a reinstall of OS X and updated it in Software Update until Software update says my "computer is up to date". So it's completely fresh without any third party software.
    As display I'm using my brand new Sony KDL-46W2000 FullHD LCD-TV connected via a DVI-HDMI cable. I don't have to do any custom settings for this display. OS X outputs 1920x1080 progressive without me having to do any additional settings.
    The issue is that when I watch DVDs the picture is delayed on the screen about 200 millisec compared to the audio. This isn't the case on all DVDs, but on several DVDs that I've tested. I don't know the differences between the DVDs. It's the same problem if I use VLC to playback so it's not just Apple DVD Player. And it doesn't matter if I use the S/PDIF output to let my receiver decode the audio or if I use the internal speaker in my Mac Mini.
    Now to the most interesting part...
    In addition to DVD playback problem, I experience the exact same problem with Elgato's EyeTV. But ONLY when using their deinterlace method "Progressive scan". If I use "Always" or "Motion-adaptive" the audio and video syncs just fine.
    If I playback other media-files (in Quicktime or VLC) like mov, H264/x264 or XviD everything works just fine and as expected.
    As far as I can see the problem only seems to affect MPEG-2 playback. And judging on the troubleshooting with EyeTV deinterlacing and/or progressive scan seems to be involved in some way.
    I also tested EyeTV on a PowerBook G4 connected to my TV, and it shows the exakt same problem.

    I don't know what causing the problem, but if you play the files with VLC you can adjust the audio synchronization in its "Audio" preferences if you check the "Advanced" box at the bottom-left.

  • Help : my JSP page work in 8i but not in 10g. Any idea ?

    Hello,
    We have a 10g environment with Portal and SSO.
    When we were under 8i, I built a JSP file to display data from our DB via IE.
    Now that we are under 10g, I noticed that the JSP file doesn't work anymore...
    I located the JSP file in a similar directory as in 8i ... under ../Apache/Apache/htdocs/
    1) Is there any missing setup in our portal for making this JSP page work ?
    2) It seems that the HTML code is interpreted and correctly displayed, but none of the JSP code is interpreted .... even a "out.println" doesn't run ....
    So, at least the JSP file is found .... but it doesn't completely work !
    Do you have any idea ?
    3) I don't understand the problem... and in other forums, some people suggested that I should not use JSP anymore....
    I would like to understand why ?
    I am something like stuck !!!
    Shall I really use another technology ? (XML, .. )
    Thanks a lot in advance for your helps.
    Olivier

    Hello,
    It could be that there are just libraries missing from your project or some parts of the page aren't being loaded because they reside in another directory.
    Are you trying to run the page in an embedded server? If so, you should add the runtime libraries for a JSP project.
    You should use what you want to use, if you want to use JSP, it's perfectly fine.
    Greetings,
    JGeerts

  • CS6 installation issues on my desktop, but not my laptop?

    I recently purchased CS6 Production Premium, and am attempting to install it. I've installed Premiere on my laptop, as that and Affter Effects are the only programs I would conceivably need on it; the bulk of the programs are for my desktop computer.
    However, upon attempting to install, I get the "Installer failed to initialize" error. I know that there are questions relating to this already, but I feel that the two-computer scenario gives me enough info that the issue should be significantly narrowed down.
    If it helps, here are the potentially-relevant differences between the two computers:
    1) The desktop is 2009 and originally ran Vista, but now runs 7. The laptop is newer and runs 7.
    2) The desktop already has Adobe Flash CS3 installed; Flash CS6 is incidentally included in this new package.
    I'm kind of expecting that the presence of Flash CS3 is the main impediment to installing, but that's speculation on my part. Any thoughts on the issue? Would uninstalling Flash CS3 resolve this?

    I checked my specs, and everything seems to be fine. The only things it doesn't meet are the recommendations for Adobe SpeedGrade, which I don't plan on using.

  • Airport Issues, Connects to BS But Not Internet

    Hello, I hope someone can help me out here. I have tried several ways to fix this but still haven't had any luck. My issue is my Powerbook is having issues connecting to the internet through the base station. I can connect to other networks in my building and elsewhere with no issues. I get full strength on our connection and can connect to the base station but I cannot connect to the internet though our base station. Our BS firware is 5.7 my comp os is 10.4.7.
    The thing that gets me is my roommate can connect fine with his MacBook Pro. I have tried everything from reseting, hard resetting, changed the settings, reset the PMU, etc.
    Any help on this issue would be very much appreciated.
    Thanks

    Welcome to Discussions redlight24fps,
    I assume you mean BS is referring to Airport Express Base Station? if so you should up date your Airport Express Firmware.
    http://docs.info.apple.com/article.html?artnum=75422
    Also make sure you have the latest Airport Software.
    http://docs.info.apple.com/article.html?artnum=75422
    hope this helps...

  • Is apple going to look into verizon vtext issue? Can recieve but not reply.

    I have friends that use vtext when they are at there computers to chat, well I can recieve their messages but can not send them replies.

    hate to bump a subject but I would really love answer to this.

  • Hoping for some help with a very frustrating issue!   I have been syncing my iPhone 5s and Outlook 2007 calendar and contacts with iCloud on my PC running Vista. All was well until the events I entered on the phone were showing up in Outlook, but not

    Hoping for some help with a very frustrating issue!
    I have been syncing calendar and contacts on my iPhone 5 and Outlook 2007 using iCloud  2.1.3 (my PC is running Vista). All was well until the events I entered on the phone were showing up in Outlook, but not the other way around. I’ve tried the usual recommended steps: deselecting calendar and contacts in the iCloud control panel and then re-selecting, signing out of the panel and back in, and repairing the Outlook installation in control panel.  I even uninstalled iCloud on the PC and downloaded it again (same version). 
    The furthest I’ve gotten is step 2 (and once, step 3) of 7 while performing “Outlook Setup For iCloud.” At that point I get, “Your setup couldn’t be started because of an unexpected error.”  After the first attempt at all this, all my calendar events disappeared from Outlook, although they are still in iCloud calendar and on my phone.
    Sound familiar?  Any ideas on how to solve this iCloud/Outlook issue?  Thanks much in advance!

    Hoping for some help with a very frustrating issue!
    I have been syncing calendar and contacts on my iPhone 5 and Outlook 2007 using iCloud  2.1.3 (my PC is running Vista). All was well until the events I entered on the phone were showing up in Outlook, but not the other way around. I’ve tried the usual recommended steps: deselecting calendar and contacts in the iCloud control panel and then re-selecting, signing out of the panel and back in, and repairing the Outlook installation in control panel.  I even uninstalled iCloud on the PC and downloaded it again (same version). 
    The furthest I’ve gotten is step 2 (and once, step 3) of 7 while performing “Outlook Setup For iCloud.” At that point I get, “Your setup couldn’t be started because of an unexpected error.”  After the first attempt at all this, all my calendar events disappeared from Outlook, although they are still in iCloud calendar and on my phone.
    Sound familiar?  Any ideas on how to solve this iCloud/Outlook issue?  Thanks much in advance!

  • When using the camera downloader in Adobe Bridge CS6 with Nikon D5200 we are unable to see previews of the photos and it is very slow to download. The issue occurs under a the users rights, but not under admin level. This is a new issue

    When using the camera downloader in Adobe Bridge CS6 with Nikon D5200 we are unable to see previews of the photos and it is very slow to download. The issue occurs under a the users rights, but not under admin level. This is a new issue.

    Hi Jdentremont,
    Lync client gets user photos by first querying the Address Book Web Query (ABWQ) service on the server, which is exposed through the Distribution List Expansion web service. The client receives
    the image file and then copies it to the user's cache to avoid downloading the image each time it needs to be displayed. The attribute values returned from the query are also stored in the cached Address Book Service entry for the user. The Address Book Service
    deletes all cached images every 24 hours, which means that it can take up to 24 hours for new user images to be updated in the cache on the server.
    To troubleshoot your problem, please follow the steps below:
    1.  Navigate to
     “X:\share\1-WebServices-1\ABfiles\000000000\000000000” folder. (ABS file share)
    You should see some photo files in this folder as the following screenshot.
    2. Delete all the files in this folder.
    3. On test PC, delete local cache files.
    %userprofile%\AppData\Local\Microsoft\Office\15.0\Lync\[email protected]
    4. Sign-in Lync with the test account.
    5. Go back to the ABS file share, check if there is any Photo file in the folder.
    Best regards,
    Eric
    Please remember to mark the replies as answers if they help, and unmark the answers if they provide no help. If you have feedback for TechNet Support, contact [email protected]

Maybe you are looking for