Simple Web App NOT working with JBoss on IDEA IntelliJ

Hi Experts:
I am using TOMCAT_4.0.3 (bundled with JBOSS_3.0.0) and using IntelliJ-IDEA as my IDE environment.
On one of my machine I created a WEB-APP kithany.war. It was working fine on this machine.
Later when I copied this kithany.war to other machine and put under server/default/deploy directory and then ran Jboss on which I get following error - wonder why?
13:32:34,078 INFO [MainDeployer] Starting deployment of package: file:/C:/jboss-3.0.0_tomcat-4.0.3/server/default/deploy/kithany.war/
13:32:34,156 INFO [EmbeddedCatalinaServiceSX] deploy, ctxPath=/kithany, warUrl=file:/C:/jboss-3.0.0_tomcat-4.0.3/server/default/deploy/kithany.war/
13:32:34,281 ERROR [MainDeployer] could not start deployment: file:/C:/jboss-3.0.0_tomcat-4.0.3/server/default/deploy/kithany.war/
org.jboss.deployment.DeploymentException: Error during deploy; - nested throwable: (java.lang.NullPointerException)
at org.jboss.web.AbstractWebContainer.start(AbstractWebContainer.java:309) at org.jboss.deployment.MainDeployer.start(MainDeployer.java:678)
at org.jboss.deployment.MainDeployer.deploy(MainDeployer.java:513)
java.lang.NullPointerException
at org.jboss.web.catalina.EmbeddedCatalinaServiceSX.createWebContext(EmbeddedCatalinaServiceSX.java:321)
at org.jboss.web.catalina.EmbeddedCatalinaServiceSX.performDeploy(EmbeddedCatalinaServiceSX.java:238)
at org.jboss.web.AbstractWebContainer.start(AbstractWebContainer.java:300)
at org.jboss.deployment.MainDeployer.start(MainDeployer.java:678)
at org.jboss.deployment.MainDeployer.deploy(MainDeployer.java:513)
13:32:34,281 ERROR [URLDeploymentScanner] Failed to deploy: org.jboss.deployment.scanner.URLDeploymentScanner$DeployedURL@6417805a{ url=file:/C:/jboss-3.0.0_tomcat-4.0.3/server/default/deploy/kithany.war/, deployedLastModified=0 }
org.jboss.deployment.DeploymentException: Error during deploy; - nested throwable: (java.lang.NullPointerException)
at org.jboss.web.AbstractWebContainer.start(AbstractWebContainer.java:309)
at org.jboss.deployment.MainDeployer.start(MainDeployer.java:678)
WHat is wrong on this...? Any related information on above is appreciated.
THANKS!

Hello, manojkithany!
Did you find out what was wrong? I am experiencing this problem with the jboss http-invoker.sar and the jmx-console.war...
Both machines have the same environment. I found this exception with jobss3.04-tomcat bundle as well as with jobss3.06-tomcat bundle.
~~~snip
2003-04-01 17:10:04,122 DEBUG [org.jboss.deployment.MainDeployer] Done with create step of deploying http-invoker.sar
2003-04-01 17:10:04,122 DEBUG [org.jboss.deployment.MainDeployer] Begin deployment start file:/home/tmt/kroh/jcom/app/jcom/dep
loy/http-invoker.sar/
2003-04-01 17:10:04,122 DEBUG [org.jboss.deployment.MainDeployer] Begin deployment start file:/home/tmt/kroh/jcom/app/jcom/dep
loy/http-invoker.sar/invoker.war/
2003-04-01 17:10:04,125 DEBUG [org.jboss.web.catalina.EmbeddedCatalinaService41] webContext: null
2003-04-01 17:10:04,125 DEBUG [org.jboss.web.catalina.EmbeddedCatalinaService41] warURL: file:/home/tmt/kroh/jcom/app/jcom/dep
loy/http-invoker.sar/invoker.war/
2003-04-01 17:10:04,125 DEBUG [org.jboss.web.catalina.EmbeddedCatalinaService41] webAppParser: org.jboss.web.AbstractWebContai
ner$DescriptorParser@1c8efd1
2003-04-01 17:10:04,173 INFO [org.jboss.web.catalina.EmbeddedCatalinaService41] deploy, ctxPath=/invoker, warUrl=file:/home/t
mt/kroh/jcom/app/jcom/deploy/http-invoker.sar/invoker.war/
2003-04-01 17:10:04,220 DEBUG [org.apache.commons.digester.Digester] register('-//Sun Microsystems, Inc.//DTD JSP Tag Library
1.1//EN', 'jar:file:/home/tmt/kroh/www/jboss-3.0.6_tomcat-4.1.18/tomcat-4.1.x/common/lib/servlet.jar!/javax/servlet/jsp/resour
ces/web-jsptaglibrary_1_1.dtd'
2003-04-01 17:10:04,221 DEBUG [org.apache.commons.digester.Digester] register('-//Sun Microsystems, Inc.//DTD JSP Tag Library
1.2//EN', 'jar:file:/home/tmt/kroh/www/jboss-3.0.6_tomcat-4.1.18/tomcat-4.1.x/common/lib/servlet.jar!/javax/servlet/jsp/resour
ces/web-jsptaglibrary_1_2.dtd'
2003-04-01 17:10:04,224 DEBUG [org.apache.commons.digester.Digester] addRuleSet() with no namespace URI
2003-04-01 17:10:04,224 DEBUG [org.apache.commons.digester.Digester] register('-//Sun Microsystems, Inc.//DTD Web Application
2.2//EN', 'jar:file:/home/tmt/kroh/www/jboss-3.0.6_tomcat-4.1.18/tomcat-4.1.x/common/lib/servlet.jar!/javax/servlet/resources/
web-app_2_2.dtd'
2003-04-01 17:10:04,225 DEBUG [org.apache.commons.digester.Digester] register('-//Sun Microsystems, Inc.//DTD Web Application
2.3//EN', 'jar:file:/home/tmt/kroh/www/jboss-3.0.6_tomcat-4.1.18/tomcat-4.1.x/common/lib/servlet.jar!/javax/servlet/resources/
web-app_2_3.dtd'
2003-04-01 17:10:04,236 DEBUG [org.apache.commons.digester.Digester] addRuleSet() with no namespace URI
2003-04-01 17:10:04,242 DEBUG [org.jboss.web.catalina.EmbeddedCatalinaService41] AbstractWebContainer.parseWebAppDescriptors,
Begin
2003-04-01 17:10:04,243 DEBUG [org.jboss.web.catalina.EmbeddedCatalinaService41] Creating ENC using ClassLoader: java.net.Fact
oryURLClassLoader@df0438
### concatenation, always the same ###
2003-04-01 11:09:07,737 DEBUG [org.jboss.web.catalina.EmbeddedCatalinaService41] ..org.jboss.mx.loading.UnifiedClassLoader3@15
db13f{ url=file:/home/tmt/kroh/jcom/app/jcom/deploy/http-invoker.sar/invoker.war/ }
2003-04-01 11:09:07,737 DEBUG [org.jboss.web.catalina.EmbeddedCatalinaService41] ..java.net.URLClassLoader@6e1408
2003-04-01 11:09:07,737 DEBUG [org.jboss.web.catalina.EmbeddedCatalinaService41] ..sun.misc.Launcher$AppClassLoader@7a78d3
2003-04-01 11:09:07,737 DEBUG [org.jboss.web.catalina.EmbeddedCatalinaService41] ..sun.misc.Launcher$ExtClassLoader@929206
2003-04-01 11:09:07,738 DEBUG [org.jboss.web.catalina.EmbeddedCatalinaService41] Linked java:comp/UserTransaction to JNDI name
: UserTransaction
2003-04-01 11:09:07,739 DEBUG [org.jboss.web.catalina.EmbeddedCatalinaService41] addEnvEntries
2003-04-01 11:09:07,739 DEBUG [org.jboss.web.catalina.EmbeddedCatalinaService41] linkResourceEnvRefs
2003-04-01 11:09:07,739 DEBUG [org.jboss.web.catalina.EmbeddedCatalinaService41] linkResourceRefs
2003-04-01 11:09:07,739 DEBUG [org.jboss.web.catalina.EmbeddedCatalinaService41] linkEjbRefs
2003-04-01 11:09:07,739 DEBUG [org.jboss.web.catalina.EmbeddedCatalinaService41] linkEjbLocalRefs
2003-04-01 11:09:07,739 DEBUG [org.jboss.web.catalina.EmbeddedCatalinaService41] linkSecurityDomain
2003-04-01 11:09:07,739 DEBUG [org.jboss.web.catalina.EmbeddedCatalinaService41] Linking security/securityMgr to JNDI name: ja
va:/jaas/http-invoker
2003-04-01 11:09:07,741 DEBUG [org.jboss.web.catalina.EmbeddedCatalinaService41] AbstractWebContainer.parseWebAppDescriptors,
End
##### remark: from here it starts to deviate from normal behavior ####
2003-04-01 11:09:07,744 DEBUG [org.jboss.util.NestedThrowable] org.jboss.util.NestedThrowable.parentTraceEnabled=true
2003-04-01 11:09:07,746 DEBUG [org.jboss.util.NestedThrowable] org.jboss.util.NestedThrowable.nestedTraceEnabled=false
2003-04-01 11:09:07,746 DEBUG [org.jboss.util.NestedThrowable] org.jboss.util.NestedThrowable.detectDuplicateNesting=true
2003-04-01 11:09:07,751 ERROR [org.jboss.deployment.scanner.URLDeploymentScanner] Failed to deploy: org.jboss.deployment.scann
er.URLDeploymentScanner$DeployedURL@ba617c43{ url=file:/home/tmt/kroh/jcom/app/jcom/deploy/http-invoker.sar/, deployedLastModi
fied=0 }
org.jboss.deployment.DeploymentException: Error during deploy; - nested throwable: (java.lang.NullPointerException)
at org.jboss.web.AbstractWebContainer.start(AbstractWebContainer.java:309)
at org.jboss.deployment.MainDeployer.start(MainDeployer.java:807)
~~~snap
Olaf

Similar Messages

  • Why my phone's Android apps not work with normal ph data connection​s???

    After 10.3.1.1779 update my phone Q5 had facing lots prblms... at first I can't download anything from amazon app store with normal deta connection, 2nd android apps not work with normal mobile deta connection its always need wifi, 3rd mobile search engine not worked properly and also contact books always show no contacts after restarts it's fixed bt some time later it's starts again... and pls give update for facebook.... plssss plssss blackberry fix those problem.....

    Can I see your /var/log/Xorg.0.log through Pastebin?

  • Default Mail app not working with yahoo mail. Won't update.

    Default Maill app not working with Yahoo Mail.
    It stopped working the other day. I tried everything but it wouldn't update new mail. The yahoo account itself is fine because I can see new mail on Yahoo or a yahoo app.
    I tried deleting the account and putting it back on, but now it has 0 mail in any part of it. Nothing has synced.
    What do I do?
    iPad 2 latest OS.

    A lot of people have been unable to access Yahoo e-mail on their iPhones or iPads. My wife’s iPad was not downloading Yahoo mail, although her iPhone was. Both used IOS 8.2. We tried deleting the account several times and troubleshooting all of the other settings. The problem appears to have been that allowing the IOS to automatically create the account on the iPad resulted in the wrong settings for the incoming server. The following procedure, pieced together from two websites, fixed the problem for us. So far, so good.
    https://portal.smartertools.com/kb/a2659/configure-imap-for-iphone-or-ipad.aspx
    https://help.yahoo.com/kb/mobile-mail/imap-server-settings-sln4075.html
    On the iPhone, tap Settings.
    Tap Mail, Contacts, Calendars.
    Tap your Yahoo account, then delete it.
    Tap Add Account.
    Tap Other.
    Tap Add Mail Account.
    Complete the Name, Address (email address), Password and Description fields.
    Click Next.
    Ensure IMAP is selected.
    Enter the following incoming mail server information:
    Incoming Mail (IMAP) Server - Requires SSL
    Server: imap.mail.yahoo.com
    Port: 993
    Requires SSL: Yes
    Hostname is mail.yahoo.com.
    Username is your full email address
    Password is the same password used to access webmail.
    Enter the following outgoing mail server information:
    Outgoing Mail (SMTP) Server - Requires SSL
    Server: smtp.mail.yahoo.com
    Port: 465 or 587
    Requires SSL: Yes
    Requires authentication: Yes
    Username is your full email address
    Password is the same password used to access webmail. It may have been entered for you.
    Tap Next.
    The iPhone will establish an SSL connection to your IMAP and SMTP servers.
    That’s all!

  • Apps not working with docomo after updating new sw...

    hello brother,
    i have updated my nokia c2-00 sw v3.99 .
    After updating new sw v.3.99 my apps not working with tata docomo only .
    Docomo is my personal sim-card.
    What can do for get ride it.
    Solved!
    Go to Solution.

    Hello, Premkoli. Which specific apps are you referring to? Are these apps downloaded from the Store, or preloaded ones? When you say 'my apps not working with tata docomo only', does it mean that these apps work with other SIM cards aside from TaTa Docomo? How did you update your Nokia C2-00? Is it by going to Settings > Phone > Device Updates > Check for updates, or via Nokia Suite?
    Since the issue started after the software update, you can try to reinstall the phone's SW via Nokia Suite. Just download it on your PC, and then connect the phone via a compatible USB cable. After that, launch Nokia Suite, and the go to SW Updates > Device Software Updates > Reinstall current SW. After that, try opening the same apps and see if they'll work with your Docomo SIM card. Get Nokia Suite from this link: Nokia Suite
    Let us know the outcome. 

  • I bought an unlocked iphone 4s from dubai but it does not work with an indian idea sim..help

    i bought an unlocked iphone 4s from dubai but it does not work with an indian idea sim..help

    If you are both on the T-mobile network, the sim card should work.  If you did a Erase All Content and Settings, then she should be at the point of activation as a new device...talk to T-mobile and be sure the sim she is using is a valid sim card.

  • TouchSmart web apps not working

    The web apps are not working. I have tried resetting printer by unplugging and re connecting. I have turned off the wireless connection and I have removed web services and re initiated nothing works. They worked before and thing has changed I do not understand?
    hp photosmart premium c310
    error message is: touchsmart web app not responding. Please retry later. ( I have)
    I am using windows 7
    printer is connected wireless
    I installed the software and drivers
    I had a customized email till I removed and re added now its generic.

    Hi Big_Will,
    Welcome to the HP Support Forums. I gather that the printable apps on the front panel of your Photosmart Premium C310 printer are unresponsive.
    Are you still having the same issue? If yes, please try setting a manual IP address and manual DNS servers for the printer. I have included a link to another post with the steps, including screen shots, on how to do this. Don’t worry that the screen shots are for a Photosmart 7510, the steps are the same.
    If after setting the manual IP address and DNS servers and the apps are still unresponsive, please call HP’s Cloud Services at 1-855-785-2777 if you live in the USA/Canada region. If you live outside the USA/Canada region please click here to find the Technical Support number for your country/region.
    Regards,
    Happytohelp01
    Please click on the Thumbs Up on the right to say “Thanks” for helping!
    Please click “Accept as Solution ” on the post that solves your issue to help others find the solution.
    I work on behalf of HP

  • Office Web Apps not working externally SharePoint 2013

    In the production farm we have connected office web apps server which is FQDN server name ( xxx.xxx.corp.local) , we can open the sites internally without any issues, but when we open from externally office web apps asking for authentication and not working
    properly.
    Please help me how to make it work  in external. 
    Thanks, Ram Ch

    You will need a public facing URL or IP address. Check below
    You need to configure your OWA for internet
    New-OfficeWebAppsFarm –InternalUrl "md1xxx95.jdaxx.corp.local" -ExternalUrl "http://198.xxx.xxx.xxx" -EditingEnabled
    Set-SPWOPIZone –zone
    “external-http”
    Detailed steps in
    http://social.technet.microsoft.com/wiki/contents/articles/19039.sharepoint-2013-how-to-enable-office-web-apps-to-work-in-both-internal-and-external-environments.aspx
    Set-SPWOPIZone –zone “external-http”
    Set-SPWOPIZone –zone “external-http”
    If this helped you resolve your issue, please mark it Answered

  • Web Report not working with parameter form

    Hi,
    I have a report which has got a parameter form. This report is
    running fine in client/server environment. But when I deploy the
    same report on web (CGI) using PARAMFORM=YES, I am getting the
    parameter form and after pressing the SUBMIT button I am getting
    a blank report under the following two cases even though I have
    data for that query:
    CASE1: <input type="hidden" name="desformat" value="html">
    then I am getting the report with no data retrieved.
    CASE2: <input type="hidden" name="desformat" value="pdf">
    then I am getting completely blank report (no logo, no column
    titles, etc.)
    See the HTML code below. Remember, the same thing is running
    fine in client/server environment. Moreover, if I make a HTML-
    coded form for the report then everything on the client's
    browser is running fine. But this is not what we want, 'coz we
    are running the "BEFORE PARAMETER FORM" trigger in the report.
    So, should I conclude that web-reports does not work with the
    parameter forms?? Is it a bug???
    Regards
    Moiz
    ----------HTML Code------------------
    <form action="http://pc-oracle1.ri.kfupm.edu.sa/cgi-
    bin/rwcgi60.exe">
    Select the Weekend Date for which you would like to see your
    Timesheet report
    <input type="hidden" name="server" value="repserver">
    <input type="hidden" name="report" value="timesheet.rdf">
    <input type="hidden" name="userid" value="696122/696122@ors">
    <input type="hidden" name="destype" value="cache">
    <input type="hidden" name="desformat" value="html">
    <input type="hidden" name="paramform" value = "yes">
    <input type="submit" value="Run Report">
    </p>
    </form>
    -------HTML Code END------------------
    null

    No pal, that's not the problem. The problem lies with the
    "BEFORE PARAMETER FORM" report trigger on the web. Check this
    out on ur report server and u will understand my problem.
    Moiz
    Ramonito Te (guest) wrote:
    : I think the cause is the missing question mark after
    rwcgi60.exe.
    : Anyway here is my html file that runs under cgi. Hope this
    helps.
    : <HTML>
    : <!--Form Action is RWCGI60 URL-->
    : <FORM METHOD=POST
    : ACTION="http://ntserver1/ows-bin/rwcgi60.exe?" METHOD="POST">
    : <!--Parameters not exposed to user are hidden-->
    : <INPUT name=server type=hidden value="ReportsServer">
    : <INPUT name=paramform type=hidden value="yes">
    : <CENTER><H1>Set Reports Multi-tier Server Parameters </H1>
    Report Name: <INPUT name=report type=text value="c:
    : \orant\webdemo\deptemp.rdf">
    : Database Connection: <INPUT name=userid type=text
    : value="scott/tiger@orcl81">
    : <INPUT name=destype type=hidden value="cache">
    : Output Format: <SELECT name=desformat> <OPTION value=HTMLCSS
    : selected> HTMLCSS <OPTION
    : alue=PDF> PDF </SELECT>
    : <HR><INPUT type=submit value="Run Report!">
    : </CENTER> </FORM> </HTML>
    : lue="Run Report!">
    : </CENTER> </FORM> </HTML>
    : M. Moizuddin (guest) wrote:
    : : Hi,
    : : I have a report which has got a parameter form. This report
    : is
    : : running fine in client/server environment. But when I deploy
    : the
    : : same report on web (CGI) using PARAMFORM=YES, I am getting
    the
    : : parameter form and after pressing the SUBMIT button I am
    : getting
    : : a blank report under the following two cases even though I
    : have
    : : data for that query:
    : : CASE1: <input type="hidden" name="desformat" value="html">
    : : then I am getting the report with no data retrieved.
    : : CASE2: <input type="hidden" name="desformat" value="pdf">
    : : then I am getting completely blank report (no logo, no
    column
    : : titles, etc.)
    : : See the HTML code below. Remember, the same thing is running
    : : fine in client/server environment. Moreover, if I make a
    HTML-
    : : coded form for the report then everything on the client's
    : : browser is running fine. But this is not what we want, 'coz
    we
    : : are running the "BEFORE PARAMETER FORM" trigger in the
    report.
    : : So, should I conclude that web-reports does not work with
    the
    : : parameter forms?? Is it a bug???
    : : Regards
    : : Moiz
    : : ----------HTML Code------------------
    : : <form action="http://pc-oracle1.ri.kfupm.edu.sa/cgi-
    : : bin/rwcgi60.exe">
    : : Select the Weekend Date for which you would like to see your
    : : Timesheet report
    : : <input type="hidden" name="server" value="repserver">
    : : <input type="hidden" name="report" value="timesheet.rdf">
    : : <input type="hidden" name="userid" value="696122/696122@ors">
    : : <input type="hidden" name="destype" value="cache">
    : : <input type="hidden" name="desformat" value="html">
    : : <input type="hidden" name="paramform" value = "yes">
    : : <input type="submit" value="Run Report">
    : : </p>
    : : </form>
    : : -------HTML Code END------------------
    null

  • Adobe cs6 apps not working with OS X Yosemite

    Illustrator and After Effects are not working with OS 10.10.1  After Effects opens into and is stuck in Render Queue. Illustrator says it need a previous version of java. Im a little nervous about going with a older version of java on my new machine
    Ps, Pr and Au seem to be working ok so far.
    Any Ideas??
    Thanks, Mike

    I am having the exact same problem with After Effects (13.1.1.3) OSX 10.10.1.  Renders lockup in the render queue hanging on frame 2.
    Whats the deal Adobe?
    If your going to push updates to customers all the time, your software has gotta be solid.
    I now have a client project that I can't render and I can't open in previous versions of AE either.
    Yours truly,
    Screwed.

  • Office Web apps not working

    Hi 
    All of a sudden, the office web apps is not working. I get the below issue 
    Could not load new WOPI Proof Keys for server XXXXX against Discovery.
    Also, i could not see the Office web apps site collection feature. Please suggest.

    Please share screenshot of error with ULS log details
    All users face same issue?
    Check if any application pool on SharePoint server or web app server is stopped?
    Try to browse OWA service application. follow below for same:
    http://freeit-support.com/2014/09/troubleshoot-sharepoint-service-application-website-issue-from-iis/
    Check error in Office web app logs files and event viewer.
    If this helped you resolve your issue, please mark it Answered

  • CameraAccess App not working with iOS7?

    I recently purchased a Canon Vixia HF R40.  The big selling point of this camera is that you could use your iphone as a remote as well as wirelessly connect your camera to upload to the web (facebook, youtube, etc).
    I am so frustrated, I have been trying for days to get this camera working properly and its just not doing everything I want that's advertised on your website and was explained to me in the Best Buy store where I purchased.  
    I can get the camera to connect to my phone, but what was explained to me by your support staff today is I actually have to disconnect my phone from wifi and use the camera as my wifi point.  This doesn't make any sense to me.  How is this even going to work?  
    The camera access app cannot find my camera.  After doing some research on other forums and on the pixela website it seems that Pixela only supports up to iOS6.  I don't understand as the page on the app store clearly states it works with the iPhone 5.  All of the 5's and 5S's and etc are all coming with iOS7 so not exactly sure why there is incorrect information and surprised Apple is allowing this, I thought there was a review to get on the app store?
    I spoke to someone at your support center today who then tells me you don't support Pixela.  How can you not support something that is the main driver of a feature on your camera?  Also the guy at best buy told me that Canon is doing away with all of their camcorder models and is no longer going to support them in general.  Is this true????  
    The whole reason I purchased this model and your brand was because I was told Canons are like the "Apple Computers" of the camera world.  They just work.  No fussing, no confusion, no BS.  All I have is confusion, BS and nothing working.  
    Even if you don't own the Pixela app, I would imagine you have some influence over this, can you PLEASE ask them to fix their app so it works on iOS7.  
    If I don't get help in the next few days I'll be returning this camera and going with another brand.  I'm really disappointed.

    Glad to read you find a way to do what you want.
    I was just going to point out that you posted in a camera "software" message forum.  There is a "camcorder" forum which would probably get visibility with more users of your camcorder.
    The link is here: http://forums.usa.canon.com/t5/Camcorder-Discussion/bd-p/camcorderdiscussion
    (Although you can just go to the top of the Canon Forum page (where it lists all forums) and you'll see it on the list.
    The forums are really a user-community, so when you post and get replies, they're coming (mostly) from other users just like you.  Canon has moderators but the forum is mostly intended for community support.  To get direct support from Canon it's best to call their support number.
    Tim Campbell
    5D II, 5D III, 60Da

  • SP 2013 Web Apps not working

    I recent did a database restore of SP 2013 production databases to SP 2013 Dev environment
    Created blank databases in Dev environment restored production databases
    Created web applications removed default database and mounted the web app database to respective web apps
    My web app name is SPlist with host header splist and I created a host header DevSplist for the same web app in Development  environment devsplist
    Created DNS record and disabled loopback and I can browse devsplist with production content database attached to it in development environment.
    Issue:
    I did the same this with thing with second web splis2 attached the content database and created the web app with same name and host header devsplist2  , when I try to access the site I am prompted for authentication and then I gent an error
    file not found.
    I am confused same procedure worked for the first web app and not for the second
    Thanks
    Zatang

    Why do we have devintranet.comapnayname.local. This is totally incorrect
    Are you able to browse 
    devintranet.local/_layouts/viewlsts.aspx
    Something on the page might be redirecting the site
    Also remove devintranet.companyname.local
    Keep it either devintranet.companyname.local
    or devintranet.local
    If this helped you resolve your issue, please mark it Answered

  • Google Maps web app not working??

    I have not (for obvious reasons) bothered much with web apps since the original iPhone but given the current (and in my view, somewhat overblown) furore over Apple Maps, I thought I would put try out the Google Maps web app on my recently purchase iPhone 5. Weirdly, however, it doesn't work. The app itself loads but I am presented with a blank page and nothing happens when I click the target icon. This happens in both 3G and wifi. Location Services is on (and I am using O2 in the UK). Anyone got any ideas? I'm scratching my head over this.... Thanks in anticipation

    Presumably you have already tried un-installing this application and re-installing prior to posting?
    Happy to have helped forum with a Support Ratio = 42.5

  • Outlook web app not working properly in Safari since switching to Yosemite

    I have installed/upgraded to Yosemite first on my MacBook Air (13-inch,  2011) and then on my IMac 13.2 (27inch, 2012). In both cases I have experienced the same thing: when trying to attach a file to the message written using the Outlook Web App, I get only upper part of this window and while I can browse for the file, I cannot attach it as I cannot reach and click the "attach file" button. Needless to say this is really annoying!
    I did not have this problem before upgrading to Yosemite and Safari 8. The same function still works if I use Firefox or Opera. 
    Anyone had similar problems and any suggestions how to go around it without switching back to the old OS X?
    Model Name: iMac
      Model Identifier
      Processor Speed: 3,2 G

    Same here.
    MBP Late 2007 with Magic Trackpad
    OSX 10.6.8
    Safari 5.1  (6534.50)
    I could zoom in once and then it wouldn't work anymore by using the pinching on the Magic Trackpad.
    Pressing Command and +/- still worked.
    I deleted Safari 5.1 and reinstalled the Combo Update to get 5.0.5 back and it worked properly again.
    Then I installed 5.1 another time and had the same error again.
    I guess I got to roll back to 5.0.5

  • Camera app not working with logitech webcam with new windows 8.1 update

    My Logitech camera app was working fine before win 8.1 update.
    ALL drivers are updated.
    Camera works fine when I run Logitech program/software, just won't work with camera app included win windows 8.
    I just get a dark screen.
    I searched forums.  This appears to be a common problem.  Microsoft Techs just state uninstall camera app and reinstall.  But, this is an app that won't let me reinstall.  Plus, I search Microsoft Store and can't find the camera app.
    Any suggestions.
    Thanks

    I'm having more or less the same issue, but it extends beyond just the app. I'm replying here because this is the topic I was referred to by one of your support members on twitter and I'm trying to help keep things organized so that hopefully one day Microsoft
    can solve the issue.
    I have the Logitech Webcam HD C 525 which worked perfectly fine on my Windows Vista Home Premium machine. I recently built myself a computer and purchased Windows 8.1 complete (I heard that you could chose the OS language and as I'm living overseas I was really
    happy to finally be able to use Windows in English).
    I'm using Windows 8.1 64 bit and got around to installing skype on Christmas eve so I could video chat with my family back home. However, I ran into an annoying issue when trying to use the webcam. I installed the latest drivers and applications clean and straight
    directly from Logitech, plugged in the webcam and it was not detected.
    Following the troubleshooting info from Logitech, I then switched my camera from a USB 3.0 port to a 2.0 one, this shouldn't matter, but I tried it anyway. It changed nothing. I uninstalled and reinstalled the drivers multiple times with no change.
    After a bit of reaching out on twitter I had a friend suggest using ONLY the Microsoft drivers for my device. I COMPLETELY removed and deleted the device and drivers from my machine and then installed them using the info found here in the troubleshooting section:
    http://windows.microsoft.com/en-us/windows-8/camera-app-faq.
    I plugged my camera back into the 2.0 port and my camera flicked on for 2 seconds (preview included) then shut off again and told me it wasn't detectable. I opened Skype and it seemed ok. When it came time to actually Skype with my family skype could no longer
    detect my webcam. It flicked on and off briefly and told me it wasn't detectable.
    The current state of my webcam is that it is buggy and unreliable. Opening skype or the logitech app or ANY app that uses my camera yields the same result: an endless loop of my camera flickering on and off, and messages of "not detected" between
    images from my camera. The camera still works on my old computer normally, thus it is not an issue with the camera itself.
    I have read many people having my same issue with various webcams (not just Logitech because I briefly considered buying a Microsoft one) and the one thing in common was it was all on Windows 8.1
    As posted in a few posts above I downloaded and ran Process Monitor while I opened skype and my camera sat through the endless detect/non-detected issue it has currently. I hope I have the log information saved correctly (if not I can re-do it, it is not difficult
    to reproduce as it happens all the time). I could not figure out how to copy/pase the information in the log file, so here is a link to my log file:
    https://drive.google.com/file/d/0BznPyE0dem06eVJWRWdFVllhQTQ

Maybe you are looking for

  • Regarding sy-batch

    hi, i hav customer no in my selection screen of my report. if i select the menu path program->execute in background and if cust no. is initial, the program shuld execute without any issue whereas if i execute the same program in foreground by hitting

  • Does TM save File Vault files??

    I mistakenly deleted an important file and am trying to restore it from my TM backup drive. The problem is that when im in TM, I cant access the archived 'desktop' where the file was stored. I also use file vault and it appears, when I open the backu

  • Archivelink - How configure a printer ?

    Hello, to use archivelink, need to configurate new printer or is possible to use de default printer ? I read that archivelink use a printer like a new unit logic, but how mean it ? tks, Roberto.

  • BI4 Teradata ODBC WIS 10901

    Hi, I'm working BI4 SP2 Patch 7 in WindowsServer 2008 64bit in a migration project from BOXIR2. I need to connection Teradata 13 with universe (UNV). Now, I define 32bit Teradata ODBC driver but I receive this error: Database error[ODBC Driver Manage

  • Hello, I cannot show my video files on microsoft office program with  macair book 11 inc notebook while using projector

    I cannot show my video files on microsoft office program with  macair book 11 inc notebook while using projector