Application Web Catalog on linux machines.

When tried to have Application Web Catalog on Linux machines like Cent-OS 6.3 and Ubuntu 12.04 thorugh firefox, It is asking for Silverlight to be installed. The Windows machines controlled by the same SCCM servers, are able to access the web catalog using
Silverlight 5.0. 
For firefox on Linux, the latest available Silverlight is 4.0. Web catalog is not working with this version of Silverlight.
Is there any work-around to have Application Web Catalog on Linux Machines?

As additional context, the design point for the Linux and UNIX capabilities in ConfigMgr is specifically for servers, not desktops.  Our thinking is that in a server-only scenario, user targeted policies don't really make any sense, and the
Application Catalog doesn't really make any sense, as there isn't a "user" logged in to the console to interact with the catalog.
If you have additional input on this topic, I'd be happy to hear it.  You can contact me offline at username mikelley with the usual "at" microsoft.com.
Michael Kelley, Lead Program Manager, Open Source Technology Center

Similar Messages

  • Problem running application on JDev on linux machine

    i get the following exception when i try to run my application from JDev on my linux machine
    oracle.jsp.parse.JspParseException:
    /adflib/sdk/templateDefNoForm.jspx: Line # 175, <jsp:directive.include file="/sdk/requiredJavaScript.jspx" xmlns:jsp="http://java.sun.com/JSP/Page"/>
    Error: Include file not found: /sdk/requiredJavaScript.jspx
    Can I do something to get rid of it?

    Confirmed:
    I'm seeing intermittent IOExceptions with beta1 and beta2. These never happened in Java 1.4.2.
    There are no stack traces available on the server (tomcat logs + jnlpDownloadServlet.log).
    All the client sees is:
    An error occurred while launching/running the application.
    Title: ScheduleWorldLocalhost
    Vendor: Web Service Solutions, Inc.
    Category: Download Error
    Unable to load resource: http://localhost/sw/ScheduleWorldLocalhost.jnlp
    Exception:
    JNLPException[category: Download Error : Exception: java.io.IOException: Stream closed. : LaunchDesc: null ]
    at com.sun.javaws.cache.DownloadProtocol$RetrieveAction.actionDownload(DownloadProtocol.java:425)
    at com.sun.javaws.cache.DownloadProtocol.doDownload(DownloadProtocol.java:602)
    at com.sun.javaws.cache.DownloadProtocol.getLaunchFile(DownloadProtocol.java:684)
    at com.sun.javaws.LaunchDownload.getUpdatedLaunchDesc(LaunchDownload.java:145)
    at com.sun.javaws.Launcher.downloadResources(Launcher.java:946)
    at com.sun.javaws.Launcher.handleApplicationDesc(Launcher.java:335)
    at com.sun.javaws.Launcher.handleLaunchFile(Launcher.java:218)
    at com.sun.javaws.Launcher.run(Launcher.java:165)
    at java.lang.Thread.run(Thread.java:595)

  • Unable to launch application on Linux machine

    Hi,
    We have a Java based product developed as desktop application. This product has a tree structure built-in. and while connecting to few of the nodes, we are getting the following error: "*Cannot write XdndAware property*".
    Note:
    1. We are running the application on a Linux machine.
    2. We are using JNLP to launch the application.
    3. Only few nodes are causing this issue.
    4. Tried putting -DsuppressSwingDropSupport=true in JNLP file, but no progress.
    5. This happens on JDK1.6.0_23 and above
    Can someone help us to resolve this issue.
    Thank you.
    Regards,
    KNP

    Let me explain my current requirement.
    1. All the client jars should be downloaded every time I click a link (as of now its a JNLP link, but this can change).
    2. And this should be platform independent
    3. I stated in the earlier description I should be able to pass arguments (suppressSwingDropSupport, etc) to VM to resolve the actual issue.
    Can someone please suggest any other approach?
    I have one more generic question: Can I write my own JNLP defining XSD & DTD, so that it can accept all the arguments whichever I can pass to the VM? If so, how to do this?
    Please respond

  • Deploying application on Linux machine

    Hi there,
    I'm desperately trying to deploy an application on a linux machine - getting
    this error:
    java.lang.NoClassDefFoundError:
    com/bea/wlw/runtime/core/bean/SLSBContainerBean
    The application was written using Weblogic Workshop on WinXP. I've taken the
    EAR file, created with Weblogic Workshop and copied it to the linux server.
    But unfortunately this leads to an exception.
    I just need general information on whether this is normal, that you can't
    deploy a Weblogic Workshop application on a usual linux weblogic server.
    thanks kindly,
    Can

    What you are trying to do is certainly possible...
    I suspect that your domain on Linux is not a workshop domain. I would double-check that you are creating a workshop domain.
    Best regards...
    Hi there,
    I'm desperately trying to deploy an application on a
    linux machine - getting
    this error:
    java.lang.NoClassDefFoundError:
    com/bea/wlw/runtime/core/bean/SLSBContainerBean
    The application was written using Weblogic Workshop
    on WinXP. I've taken the
    EAR file, created with Weblogic Workshop and copied
    it to the linux server.
    But unfortunately this leads to an exception.
    I just need general information on whether this is
    normal, that you can't
    deploy a Weblogic Workshop application on a usual
    linux weblogic server.
    thanks kindly,
    Can

  • Can I build an application for a linux machine from a windows machine?

    Is it possible, with LV2012, to build an application for a target other than the the machine type that I am working on?
    meaning, can I build an application to run on a linux machine from my development machine, which runs on windows?
    alternatively, can I build an applications to run (natively, no WOW) on a 32-bit OS from a development machine that is a 64-bit OS and 64-bit labview?
    Or does LV only build for similar targets as the development platform, and I would need to move the source code to another development machine to generate code for a different type of target machine?
    Thank you!
    Solved!
    Go to Solution.

    You can only do a build for the OS that you have a license for and for the OS bitness that you are using. In other words, you need LabVIEW for Linux or LabVIEW for Mac to build exe's for them and you need LabVIEW Windows 64-bit to build a 64 bit exe. It does require moving the source code to the other development systems.

  • Execute a script in a Linux machine from a Java application

    Hi,
    I am trying to execute a script in a Linux machine from a Java application on a Windows environment. My code is
    commande="rsh 185.30.30.30 -l goku /newfolder/bench/bin/Agent start ";
    try{
    Process process = Runtime.getRuntime().exec(commande);
    catch(Throwable t){}
    It works fine but the script takes too much time to start (almost 3 minutes). My question is there exists anther way to execute the script, another command? I have already tried ssh but windows doesn�t recognize it
    If somebody has any idea please let me know...
    Thanks

    The script starts and stops a process (Agent) so it doesn�t take too much time to execute itself. It is when I execute the script from my java program that i must wait to watch my process running in my Linux server.

  • Lync 2010 with Linux machines

    how can we use Lync 2010 in Linux machines..? do we have any third party applications which can support Voice and Video.?   
    Kris

    Hi,
    There is no Lync client developed specially for Linux system. Other third party client tool has not full feature of lync client. But you can try justin's suggestion, use lync web app to join the lync meeting.
    Please remember to click “Mark as Answer” on the post that helps you, and to click “Unmark as Answer” if a marked post does not actually answer your question. This can be beneficial to other community members reading the thread.

  • Oracle Application Server cluster on Linux - Help Pls

    Hi,
    I am having two seperate Linux machines on which I am trying to install Oracle Application Server. I need to cluster both the IAS installations. What are the different ways I could do it? I have read a couple of documentation which says that I need a hardware cluster to do it. Is it possible to create an IAS cluster without a hardware cluster.
    Would creating a farm using file repository and then adding two instances of two seperate Linux machines be enough for clustering? While trying to do so, I am not able to add the second linux machine's file repository in the web farm. I checked if the ports are open. All the ports are open. Still I am not able to add the second instance as part of the farm.
    Pls help.
    Thanks,
    Vidya

    Hello Vidya,
    it depends on what you want to use with Oracle AS.
    If you only installed the Java Edition (J2EE/WebCache installation type) then you don't need a HW cluster. Yes you only have to install a managed cluster based on a file based repository.
    How did you add the nodes to the farm?
    Install on both nodes the Java Edition. Be aware of that
    you checked during the installation the file based repository.
    For node 1 execute the following commandos on Linux:
    1.) dcmctl getRepositoryId
    2.) dcmctl joinFarm –r <repositoryId> where <repositoryId> is the ID which you get in step 1
    For node 2 execute the following:
    3.) dcmctl joinFarm –r <repositoryId> where <repositoryId> is the ID which you get in step 1
    After that you should see in Oracle AS Control (web based Enterprise Manager) both nodes in the farm.
    Then create a cluster and join the AS instances to the cluster. Do this via the web based console.
    Regards
    Kersten

  • How to bind an IIS to the enterprise portal installed on a linux machine

    Dear all,
    I am very new to the topic of Enterprise Portal.
    Our intention is, to develop .NET IViews and deploy them in the Enterprise Portal.
    The Enterprise Portal Server is set up on a linux machine.
    The Guy who did install the Portal Server, has no idea how to "integrate" the Microsoft IIS to the Portal.
    After deploying my .net Component, i tried to view this component in the portal (by right clicking the mouse on the Component in in the .NET Solutions Explorer).
    This gives me the following error:
    Portal Runtime Error
    An exception occured while processing a request for:
    iView:N/A
    Component Name: N/A
    Could not find portal application com.sap.portal.dotnet.framework.
    Exception id: 02:06.......
    See the details for the exception ID in the log file
    I think that this has something in common with integrating the IIS on the Linux Machine, and maybe additionaly installing the pdk.net on the IIS webserver machine which should be used.
    Thank you for your help.
    Regards

    Hi,
    Welcome to the world of Enterprise portal
    Seems to me like you are trying to use the PDK for .NET. If so - Please read the overview section in the documentation to get a general idea of how it works (for example - IIS is not used at all!).
    See the Visual Studio integrated help or click this https://media.sdn.sap.com/html/submitted_docs/dotnet/index.htm
    there go to "Getting Started" and mostly "Overview".
    Anyway, It seems like the problem is that you didn't deploy the 2 required SDA's to the portal. You should also take a look at the "installation and configuration" guide. Download it here: https://www.sdn.sap.com/sdn/developerareas/dotnet.sdn?contenttype=url&content=/irj/servlet/prt/portal/prtroot/com.sap.km.cm.docs/documents/a1-8-4/pdk for .net administrator guides.zip
    Good luck,
    Ofer

  • NI Application Web Server refuses to be enabled

    I'm trying to deploy a web service made in LabVIEW 2010 and it fails to deploy saying that the NI Application Web service is not running....
    So I connect to http://localhost:3580, login as Admin (blank password) and click the web servers page. There I set the port of the Application Web Server to 8080, click the enable checkbox...and hit the apply button - and the only thing that happens is that the browser shows the Error on page symbol in its status bar....There is no "Yes" showing next to the Enable checkbox like for the system web server...
    So - if I start from scratch again and do the same, but also click the 32 bit radio button prior to hitting the apply button - what happens? Well, then I get an error dialog:
    The service itself (32bit, the 64 bit is listed but not as started) is running according to the services control panel...
    I'm stuck....So do anyone know what's missing here, is there something I'm doing wrong, or something that needs to be done prior to activating the application service? 
    MTO
    Solved!
    Go to Solution.

    Uninstalling and reinstalling 32 bit LabVIEW 2010 on two different machines revealed that the problem only showed up on my 64 bit Vista macine - not the 32 bit Windows 7 macine...
    Looking at the services running on the machine with the problem I could see that it was running the 32 bit version of the Web application server, had a 64 bit installed but set to disabled....- but - only the latter was set to depend on the NI Web server service. This looked a bit strange as the 32 bit version on the 32 bit machine was dependant on the NI Web Server....
    So - I disabled the 32 bit NI Web Application server service, enabled the 64 bit...and voila - I am now able to configure the Web Application Server to start.
    So why is both the 32 and 64 bit Web application services installed, with only the 32 bit one running - but not properly? Is this what happens to everyone, but everyone fixes it by switching to the 64 bit version...or is there something that causes the installation to get messed up?
    MTO

  • Application Web Service Control Manager detected AWEBSVC is not responding to HTTP requests. The http status code and text is 400, Bad Request.

    Hi All,
    I am seeing the following error for SMS_AWEBSVC_CONTROL_MANAGER component with Message ID: 8100
    Application Web Service Control Manager detected AWEBSVC is not responding to HTTP requests.  The http status code and text is 400, Bad Request.
    awebsctl.log file has below errors:
    Call to HttpSendRequestSync failed for port 80 with status code 400, text: Bad Request
    SMS_AWEBSVC_CONTROL_MANAGER 12/22/2014 3:37:55 PM
    13920 (0x3660)
    AWEBSVCs http check returned hr=0, bFailed=1
    SMS_AWEBSVC_CONTROL_MANAGER 12/22/2014 3:37:55 PM
    13920 (0x3660)
    AWEBSVC's previous status was 1 (0 = Online, 1 = Failed, 4 = Undefined)
    SMS_AWEBSVC_CONTROL_MANAGER 12/22/2014 3:37:55 PM
    13920 (0x3660)
    Health check request failed, status code is 400, 'Bad Request'.
    SMS_AWEBSVC_CONTROL_MANAGER 12/22/2014 3:37:55 PM
    13920 (0x3660)
    Management point and Application Catalog Website Point are installed on the same Server where I am seeing the error for Application Catalog Web Service Point role. Management Point and Application Catalog Website Point are functioning properly. Application
    Catalog Website is working.
    Thanks & Regards, Kedar

    Hi Jason,
    Application Catalog Web Service Point and Application Catalog Website Point; both are installed as per below configuration on same Server:
    IIS Website: Default Web Site
    Port Number: 80
    with default value for Web Application Name configured.
    For SMS_AWEBSVC_CONTROL_MANAGER component, I am getting below error in Component Status:
    Application Web Service Control Manager detected AWEBSVC is not responding to HTTP requests.  The http status code and text is 400, Bad Request.
    Possible cause: Internet Information Services (IIS) isn't configured to listen on the ports over which AWEBSVC is configured to communicate. 
    Solution: Verify that the designated Web Site is configured to use the same ports which AWEBSVC is configured to use.
    Possible cause: The designated Web Site is disabled in IIS. 
    Solution: Verify that the designated Web Site is enabled, and functioning properly.
    For more information, refer to Microsoft Knowledge Base.
    And awebsctl.log has the below error lines:
    Call to HttpSendRequestSync failed for port 80 with status code 400, text: Bad Request
    SMS_AWEBSVC_CONTROL_MANAGER
    12/23/2014 11:04:36 AM 16388 (0x4004)
    AWEBSVCs http check returned hr=0, bFailed=1
    SMS_AWEBSVC_CONTROL_MANAGER
    12/23/2014 11:04:36 AM 16388 (0x4004)
    AWEBSVC's previous status was 1 (0 = Online, 1 = Failed, 4 = Undefined)
    SMS_AWEBSVC_CONTROL_MANAGER
    12/23/2014 11:04:36 AM 16388 (0x4004)
    Health check request failed, status code is 400, 'Bad Request'.
    SMS_AWEBSVC_CONTROL_MANAGER
    12/23/2014 11:04:36 AM 16388 (0x4004)
    STATMSG: ID=8100
    What should I check from IIS side?
    Application Catalog Website is functioning properly.
    Thanks & regards,
    Kedar
    Thanks & Regards, Kedar

  • Printing from linux machine to Mac shared printer?

    I have a brand new Brother MFC 6800 that is connected to my Mac (10.4.4) via USB. I have a Linux box at home (Mandriva 2006), and I'd like to be able to print through the network to this printer.
    I've been searching the web for instructions for how to set up CUPS and/or SMB to allow me to print this way, but have only come up with a few tangential references. Almost everything I've found is how to print from a Mac to a Linux print server. I want to do the opposite.
    I'm handy enough with Un*x to edit config files, but not handy enough to know what to put in there. I'd appreciate anyone who can point me to a site that might show me how to do it.
    Quicksilver   Mac OS X (10.4.4)  

    Hi Chris,
       I've not done this with a Mac but CUPS is CUPS. Open the /etc/cups/client.conf file on your Linux machine and change the ServerName line to point to your Mac. That may be all you have to do because the Mac's CUPS automatically adds the local printer for you. You may have to define a queue for it; I'm not sure but I don't think so. Also, you will probably have to authorize it on the Mac. The /etc/cups/cupsd.conf file on the Mac should have a line in it that look like:
    Listen <Mac_IP>:631
    where <Mac_IP> should be replaced by the IP address of your Mac, (not 127.0.0.1) and similarly for <Linux_IP> below. Such a line should already exist for 127.0.0.1. Just copy-and-paste in a new copy of this line and change the IP address. Inside the definition of root directory you similarly may need to add an "Allow From" statement:
    <Location />
       Allow From <Linux_IP>
    </Location>
    The directory definitions are modeled on similar definitions in Apache's httpd.conf file. There may be more that is necessary; I'll see if I can find more specific information that I've saved. If you have to do more, please post it to this thread so that there is complete documentation for others. Of course a consistent configuration depends on having static IP addresses on your local network.
       I'm not really surprised that you didn't find much if you searched for strings including Mac or Apple; this is a purely UNIX question. The CUPS administration documentation can be found online at cups.org or even on your own machine at http://localhost:631/ or on your drive in the /usr/share/doc/cups directory.
    Gary
    ~~~~
       It's no surprise that things are so screwed up: everyone
       that knows how to run a government is either driving
       taxicabs or cutting hair.
             -- George Burns

  • Copy a compiled DBXML from one Linux machine to another Linux machine?

    Hello
    I am currently preparing two Linux machines for a DBXML application. One machine is for testing and the other for production. They are almost identical:
    Test machine:
    >
    root@jumasiri:~# uname -a
    Linux jumasiri 2.6.29.6 #2 Mon Aug 17 01:31:42 CDT 2009 i686 AMD Athlon(tm) AuthenticAMD GNU/Linux
    root@jumasiri:~# gcc --version
    gcc (GCC) 4.3.3
    root@jumasiri:/etc# mount
    /dev/root on / type ext2 (rw,errors=continue)
    ... (some lines left out for clarity)
    >
    Production machine
    >
    root@jumasiri:/etc/udev/rules.d# uname -a
    Linux jumasiri 2.6.29.6-smp #2 SMP Mon Aug 17 00:52:54 CDT 2009 i686 AMD Athlon(tm) XP 2800+ AuthenticAMD GNU/Linux
    root@jumasiri:/etc/udev/rules.d# gcc --version
    gcc (GCC) 4.3.3
    root@jumasiri:/etc# mount
    /dev/root on / type ext3 (rw,errors=continue,data=ordered)
    ... (some lines left out for clarity)
    /dev/hda3 on /usr/local type ext3 (rw)
    /dev/hda4 on /home type ext3 (rw)
    >
    As you can see the test machine has everything mounted on 1 partition only, whereas the production uses several. The test machine has a ext2 filesystem and the production machine ext3 filesystems. The dbxml binaries and libraries are installed in /usr/local/dbxml on both machines. The databases are installed somewhere in /home/koen/.
    I've compiled dbxml succssfully on both machines, but ran into severe compilation problems on the production machine when compiling Xerces. Instead of digging and solving into the problem I have simply copied the successful compilation of the test machine to the production machine. Everything seems to work.
    My question is very simple. Can one do that, copying one compilation to another machine with the same OS but with a different filesystem?
    Thank you
    Koen

    Hello
    Thank you. One can never be sure enough, isn't it? For your information, the copy is running fine. My question was more related to the file system. As we don't know the inner workings of dbxml, we can never tell if the knowledge of type of file system is used internally.
    Bye
    Koen

  • Caching a web page in client machine's Temp file

    Hi Friends,
    I'm struck up with one issue in caching the web page in client machine's temporary internet files. I have designed a secured web application. I used
    <%
    response.setHeader("Cache-Control","no-cache");
    response.setHeader("Pragma","no-cache");
    response.setDateHeader ("Expires", 0);
    %>
    for not storing the web page in client machine. Now only some of the pages that doesn't needs the security needs to be cached in the client machines temporary internet files.
    For that i used the code as
    <%
    response.setHeader("Cache-Control","public");
    response.setHeader("Pragma","public");
    response.setDateHeader ("Expires", 0);
    %>
    Still i'm unable to store. Please help me solve this. Thanks in Advance. Quick help would be greatly appreciated.
    Thanks and regards,
    Prakash

    Hi Rob_Jones-
    I would recommend reading this Support article, as it troubleshoots issues with opening/downloading files:
    [[Managing file types]]
    Hope that helps.

  • Web Catalog - Item Lock Needs Attention

    Hello, I am receiving an error in the web catalog (Item Lock Needs Attention). I tried to migrate about 22 files using the Catalog Manager, but it seems that the application placed a lock on the files.
    When I try to delete the file from the front-end, I received this error in EM (Item Lock Needs Attention:) (Context: 0, code: QM3V3HLV), and (access denied for user to path /users/myusername).
    I already tried stopping all the BI server components and restarting, but the error still persists.
    Any help is appreciated

    Login to Catalog Manager >> root >> users >> and assign full control to 'myusername' on 'My Folder' and restart OPMN.

Maybe you are looking for

  • Asp requests download instead of opening document in new window

    I go to certain websites with the new FF 4 and attempt to access a document that uses asp and FF downloads it instead of opening it. Works fine in Safari, Chrome, Opera but not in FF.

  • How to get the client date and time ?

    Dear Sirs... Using jdeveloper 10.1.2.0 How can i get the client date and time using the HttpServletRequest ? thanks for any help in advance best regards

  • How to increase border size in Illustrator CS3?

    Like the title says, how do you increase the border size in Illustrator CS3? I have a .svg that I've increased the size of, but I can't figure how to get the borders (the four "L" shaped lines) to expand as well.

  • Beginner needs help -- viewer disabled for capture

    I am trying to capture from a dvcam. When I first open FCP says there is no connection - even if i retry, no conneciton. When i go to capture, even when it does read dvcam (VTR ok) there is no preview - just color bars. Have tried resetting system pr

  • Add server to domain

    I had 2 Servers setup on a domain. Both running server 2008 OS. One functions as the controller of the domain, let's call that the new server. And the other server functions as a backup, call that the old server. Everything was working fine and I cou