IR 11 and Web Console Error

After manually downloading and applying IR11 which it said was successful, when I try and go into the web console from the Manager I get an error "Unexpected result parsing XML from Zenworks Asset management WebConsole server". I have tried TID10098167 multiple times now. Attempting to go in from another machine I'll see "A problem was encountered during the database upgrade. CreateWebNetworkDiscoveryWebReports.xml failed to complete." Also in the C:\Tomcat5\webapps\rtrlet\sql\mssql\failed directory is the file CreateWebNetworkDiscoveryWebReports.xml. Not sure what else to try.

Dan,
It appears that in the past few days you have not received a response to your
posting. That concerns us, and has triggered this automated reply.
Has your problem been resolved? If not, you might try one of the following options:
- Visit http://support.novell.com and search the knowledgebase and/or check all
the other self support options and support programs available.
- You could also try posting your message again. Make sure it is posted in the
correct newsgroup. (http://support.novell.com/forums)
Be sure to read the forum FAQ about what to expect in the way of responses:
http://support.novell.com/forums/faq_general.html
If this is a reply to a duplicate posting, please ignore and accept our apologies
and rest assured we will issue a stern reprimand to our posting bot.
Good luck!
Your Novell Product Support Forums Team
http://support.novell.com/forums/

Similar Messages

  • [SCOM2012R2-UR4] - Web Console Error 500 Internal Error

    Hi All,
    My SCOM environment, SCOM Web Console have this error "500 Internal Error" with the screenshot below:
    any idea what problem? how to solve it? I already try few method as below:
    http://www.bictt.com/blogs/bictt.php/2012/05/08/scom-2012-web-console-http
    still not solve my problem.
    Thank you.
    Regards,
    VH

    Hi,
    Please try to deleted temp files in: C:\Windows\Microsoft.NET\Framework64\v4.0.30319\Temporary ASP.NET Files. Then do IIS reset.
    I found someone have this issue with  FIPS implemented, and when he disable FIPS the web console works fine. Here is the similar thread:
    https://social.technet.microsoft.com/Forums/en-US/78a4e007-4ac5-46ba-82b5-99331af263e9/web-console-500-internal-server-error?forum=operationsmanagergeneral
    Hope this is helpful for you.
    Regards,
    Yan Li
    Please remember to mark the replies as answers if they help and unmark them if they provide no help. If you have feedback for TechNet Subscriber Support, contact [email protected]

  • Error and Web Console

    Recently I have been having problems with the way that FF4B12 is opening up. First off....the Error Console pops up and I have to click on the X several times to get it to close. Once it has closed FF opens another window to the Bing search engine. So now I have 2 windows open. One to a blank page ''(my default setting)'' and the other to Bing. I have read the post by strat5459 on Feb. 2, 2011 which says....
    “If you have the Web Developer Toolbar installed, do the following to prevent the Error Console from popping up:
    (If the Web Developer toolbar is not visible, you can also access the same parameters via the Tools/Web Developer/Options/Options menus in the Firefox menu bar).
    1. Click on the "Options" icon in the Web Developer toolbar.
    2. Click on "Options" in the drop-down menu.
    3. Click on the "Miscellaneous" icon
    4. Make sure that all the boxes are unchecked in the "Warnings and Errors" menu box.
    Now the Error console will stop popping up when you go to a site. You can always check the boxes to display the Error Console later if needed. “''
    Unfortunately it doesn't help me because when I open the Tools menu the only option for Web Developer available is to activate it. The only ''“Options”'' is the one at the bottom of the menu which is general options for FF and there is nothing in there regarding the Web Developer or Error Console There also is no ''“Options”'' icon on the Web Developer tool bar. I went into my Add-on/Extension Manager and I couldn't find the extension or add-on for the Web Developer ''(unless it might be listed under another name). ''
    I am running Windows XP Home, IE 8 and Firefox 4 Beta 12.
    I have pasted a copy of the web developer report in the Troubleshooting box below.

    Dan,
    It appears that in the past few days you have not received a response to your
    posting. That concerns us, and has triggered this automated reply.
    Has your problem been resolved? If not, you might try one of the following options:
    - Visit http://support.novell.com and search the knowledgebase and/or check all
    the other self support options and support programs available.
    - You could also try posting your message again. Make sure it is posted in the
    correct newsgroup. (http://support.novell.com/forums)
    Be sure to read the forum FAQ about what to expect in the way of responses:
    http://support.novell.com/forums/faq_general.html
    If this is a reply to a duplicate posting, please ignore and accept our apologies
    and rest assured we will issue a stern reprimand to our posting bot.
    Good luck!
    Your Novell Product Support Forums Team
    http://support.novell.com/forums/

  • Web Dynpro and Web Service Error

    Hi experts,
    I followed the blog u201CDeveloping Web Services in J2EEu201D /people/lakshmi.prasad5/blog/2009/06/30/developing-web-services-in-j2ee-and-consuming-in-sap-netweaver-visual-composer-part1 and is very well explained and easy to follow. The author does two Methods and the final Web Service concatenates input fields. One Method concatenates two words and the second Method concatenates three words, the final result is the concatenation of the words in both cases.  The Web Services is working fine I already tested and do it in a Visual Composer Project. Now, I want to Execute the Web Service in a Web Dynpro for Java WD4J Project. I did my application, my model (ConcatinationWSModel) and my View. I mapped the class that concatenates two words and is call u201CRequest_ConcatinationOfStringu201D. The problem comes with the Execution of the Web Service and is showing me the next exception:
    u201Ccom.sap.tc.webdynpro.model.webservice.api.WDWSModelExecuteException: Exception on execution of web service with WSDL URL 'http://<host>:<port>/WebServiceconCat/Config1?wsdl ' with operation 'concatinationOfStrings' in interface 'WebServiceconCatVi_Document'u201D
    My method DoInit (Set SAP & UK):
    public void wdDoInit()
        //@@begin wdDoInit()
              ConcatinationWSModel model = new ConcatinationWSModel();
              Request_ConcatinationOfStrings input = new Request_ConcatinationOfStrings(model);
              wdContext.nodeRequest_ConcatinationOfStrings().bind(input);
              ConcatinationOfStrings input2 = new ConcatinationOfStrings(model);
              wdContext.nodeConcatinationOfStrings().bind(input2);
              input2.setFString("SAP");
              input2.setSString("UK");
              ConcatinationOfStringsResponse input3 = new ConcatinationOfStringsResponse(model);
        //@@end
    My method  onAction is:
    public void onActionExecuteWS(com.sap.tc.webdynpro.progmodel.api.IWDCustomEvent wdEvent )
        //@@begin onActionExecuteWS(ServerEvent)
         try {
              wdContext.currentRequest_ConcatinationOfStringsElement().modelObject().execute();
    wdContext.nodeRequest_ConcatinationOfStrings().invalidate();
         catch (Exception ex)
                        // TODO: handle exception
                        //        If an exception is thrown, then the stack trace will be printed
              wdComponentAPI.getMessageManager().reportException("The error is: " + ex,true);
        //@@end
    I believe that the error is in the way I am executing the Web Service but I am not sure. Any help will be appreciated.
    Best Regards
    David Corté

    Hi Jesus,
    Your answer was very helpful..... The problem was with my code. The way I was executing my web service was wrong..... There are two things we have to keep in mind while we invoke any web service.... The doinit method and the execution sentence.....
    public void wdDoInit()
        //@@begin wdDoInit()
         model = new ModelWebServcie();
         Request_ConcatinationOfStrings input = new Request_ConcatinationOfStrings(model);
         ConcatinationOfStrings input2 = new ConcatinationOfStrings(model);
         input.setConcatinationOfStrings(input2);
         wdContext.nodeRequest_ConcatinationOfStrings().bind(input);     
        //@@end
    and the exection method:
    public void ExecuteWebService( )
        //@@begin ExecuteWebService()
         try {
                        wdContext.currentRequest_ConcatinationOfStringsElement().modelObject().execute();
                        wdContext.nodeResponse().invalidate();
                   catch (Exception ex)
                             // TODO: handle exception
                             //        If an exception is thrown, then the stack trace will be printed
                   wdComponentAPI.getMessageManager().reportException("El error en ExecuteWS es: " + ex,true);
                   wdComponentAPI.getMessageManager().reportSuccess("El Web Service fue ejecutado con exito");
        //@@end
    Declare member variable for model instance:
    //@@begin others
      private ModelWebServcie model;
      //@@end
    Thank you for everything...
    Regards
    David Corté

  • "Run in Browser" and "Web start" errors

    Hello.
    i have a problem with JavaFX and running it outside NetBeans.
    yes, i tried googling it, tried searching this forum. i didnt find anything that could help me.
    the problem is:
    i started learning java fx with tutorials (lets say this one - http://docs.oracle.com/javafx/2/get_started/fxml_tutorial.htm )
    i got it running under netbeans, double click on jar in explorer and java -jar in command line.
    i tried to run jnlp file and ended up with senseless error (link to screenshot - http://i48.tinypic.com/30lc47t.png)
    i also tried to run html file (screenshot here - http://i46.tinypic.com/2u7snl5.png)
    and i do have java installed (after all, my netbeans somehow works...).
    i tried installing java with both 32 and 64 bit versions (my system is 64)
    i even installed java from the "click here to install java" link after normal SDK installation. guess what... nothing changed :)
    edit: instead install java it sometimes is "JavaFX application could not launch due to system configuration. See java.com/javafx for troubleshooting information." )
    i can upload my rar'ed project somewhere, but its really almost unchanged tutorial. and btw - i also tried it on other tutorials (simple and CSS) and it didnt work.
    BUT it did work on "hello world" tutorial (netbeans default).
    i really have no idea what to do next, so i'll be greatful for any tips
    best regards
    RD

    Hello.
    thx for response
    here are answers for ur questions:
    the applet from ur link (clock) works. ensemble (http://download.oracle.com/otndocs/products/javafx/2.0.2/samples/Ensemble/index.html#SAMPLES) also works.
    i currently have 64 bit jdk and jre installed, version 7 update 4, with javafx version 2.1.0.
    my browser promted me to install java again, so i did it. so i have also jre ver 7 u4 32bit and javafx 2.1.0 32bit
    link to screenshot is here: http://i50.tinypic.com/11l7ml0.png
    about full trace:
    Java Plug-in 10.4.1.255
    Using JRE version 1.7.0_04-b22 Java HotSpot(TM) Client VM
    User home directory = C:\Users\radoslaw.domanski
    c:   clear console window
    f:   finalize objects on finalization queue
    g:   garbage collect
    h:   display this help message
    l:   dump classloader list
    m:   print memory usage
    o:   trigger logging
    q:   hide console
    r:   reload policy configuration
    s:   dump system and deployment properties
    t:   dump thread list
    v:   dump thread stack
    x:   clear classloader cache
    0-5: set trace level to <n>
    security: property package.access value sun.,com.sun.xml.internal.ws.,com.sun.xml.internal.bind.,com.sun.imageio.,com.sun.org.apache.xerces.internal.utils.,com.sun.org.apache.xalan.internal.utils.,com.sun.javaws,com.sun.deploy,com.sun.jnlp,org.mozilla.jss
    security: property package.access new value sun.,com.sun.xml.internal.ws.,com.sun.xml.internal.bind.,com.sun.imageio.,com.sun.org.apache.xerces.internal.utils.,com.sun.org.apache.xalan.internal.utils.,com.sun.javaws,com.sun.deploy,com.sun.jnlp,org.mozilla.jss,com.sun.javaws
    security: property package.access value sun.,com.sun.xml.internal.ws.,com.sun.xml.internal.bind.,com.sun.imageio.,com.sun.org.apache.xerces.internal.utils.,com.sun.org.apache.xalan.internal.utils.,com.sun.javaws,com.sun.deploy,com.sun.jnlp,org.mozilla.jss,com.sun.javaws
    security: property package.access new value sun.,com.sun.xml.internal.ws.,com.sun.xml.internal.bind.,com.sun.imageio.,com.sun.org.apache.xerces.internal.utils.,com.sun.org.apache.xalan.internal.utils.,com.sun.javaws,com.sun.deploy,com.sun.jnlp,org.mozilla.jss,com.sun.javaws,com.sun.deploy
    security: property package.access value sun.,com.sun.xml.internal.ws.,com.sun.xml.internal.bind.,com.sun.imageio.,com.sun.org.apache.xerces.internal.utils.,com.sun.org.apache.xalan.internal.utils.,com.sun.javaws,com.sun.deploy,com.sun.jnlp,org.mozilla.jss,com.sun.javaws,com.sun.deploy
    security: property package.access new value sun.,com.sun.xml.internal.ws.,com.sun.xml.internal.bind.,com.sun.imageio.,com.sun.org.apache.xerces.internal.utils.,com.sun.org.apache.xalan.internal.utils.,com.sun.javaws,com.sun.deploy,com.sun.jnlp,org.mozilla.jss,com.sun.javaws,com.sun.deploy,com.sun.jnlp
    security: property package.definition value com.sun.javaws,com.sun.deploy,com.sun.jnlp,org.mozilla.jss
    security: property package.definition new value com.sun.javaws,com.sun.deploy,com.sun.jnlp,org.mozilla.jss,com.sun.javaws
    security: property package.definition value com.sun.javaws,com.sun.deploy,com.sun.jnlp,org.mozilla.jss,com.sun.javaws
    security: property package.definition new value com.sun.javaws,com.sun.deploy,com.sun.jnlp,org.mozilla.jss,com.sun.javaws,com.sun.deploy
    security: property package.definition value com.sun.javaws,com.sun.deploy,com.sun.jnlp,org.mozilla.jss,com.sun.javaws,com.sun.deploy
    security: property package.definition new value com.sun.javaws,com.sun.deploy,com.sun.jnlp,org.mozilla.jss,com.sun.javaws,com.sun.deploy,com.sun.jnlp
    security: property package.access value sun.,com.sun.xml.internal.ws.,com.sun.xml.internal.bind.,com.sun.imageio.,com.sun.org.apache.xerces.internal.utils.,com.sun.org.apache.xalan.internal.utils.,com.sun.javaws,com.sun.deploy,com.sun.jnlp,org.mozilla.jss,com.sun.javaws,com.sun.deploy,com.sun.jnlp
    security: property package.access new value sun.,com.sun.xml.internal.ws.,com.sun.xml.internal.bind.,com.sun.imageio.,com.sun.org.apache.xerces.internal.utils.,com.sun.org.apache.xalan.internal.utils.,com.sun.javaws,com.sun.deploy,com.sun.jnlp,org.mozilla.jss,com.sun.javaws,com.sun.deploy,com.sun.jnlp,org.mozilla.jss
    security: property package.definition value com.sun.javaws,com.sun.deploy,com.sun.jnlp,org.mozilla.jss,com.sun.javaws,com.sun.deploy,com.sun.jnlp
    security: property package.definition new value com.sun.javaws,com.sun.deploy,com.sun.jnlp,org.mozilla.jss,com.sun.javaws,com.sun.deploy,com.sun.jnlp,org.mozilla.jss
    preloader: Construct preloader delegate
    network: Created version ID: 1.7.0.04
    network: Created version ID: 1.7
    temp: new XMLParser with source:
    temp: <?xml version="1.0" encoding="utf-8"?>
    <jnlp spec="1.0" xmlns:jfx="http://javafx.com" href="Tutorial2 - Login.jnlp">
      <information>
        <title>Tutorial2 - Login</title>
        <vendor>radoslaw.domanski</vendor>
        <description>Sample JavaFX 2.0 application.</description>
        <offline-allowed/>
      </information>
      <resources>
        <jfx:javafx-runtime version="2.0+" href="http://javadl.sun.com/webapps/download/GetFile/javafx-latest/windows-i586/javafx2.jnlp"/>
      </resources>
      <resources>
        <j2se version="1.6+" href="http://java.sun.com/products/autodl/j2se"/>
      </resources>
      <applet-desc  width="800" height="600" main-class="com.javafx.main.NoJavaFXFallback"  name="Tutorial2 - Login" >
        <param name="requiredFXVersion" value="2.0+"/>
      </applet>
      <jfx:javafx-desc  width="800" height="600" main-class="tutorial2.login.Tutorial2Login"  name="Tutorial2 - Login" />
      <update check="background"/>
    </jnlp>
    temp: <applet-desc> tag at line number 15 is not closed correctly
    temp:
    returning ROOT as follows:
    <jnlp spec="1.0" xmlns:jfx="http://javafx.com" href="Tutorial2 - Login.jnlp">
      <information>
        <title>Tutorial2 - Login</title>
        <vendor>radoslaw.domanski</vendor>
        <description>Sample JavaFX 2.0 application.</description>
        <offline-allowed/>
      </information>
      <resources>
        <javafx-runtime version="2.0+" href="http://javadl.sun.com/webapps/download/GetFile/javafx-latest/windows-i586/javafx2.jnlp"/>
      </resources>
      <resources>
        <j2se version="1.6+" href="http://java.sun.com/products/autodl/j2se"/>
      </resources>
      <applet-desc width="800" height="600" main-class="com.javafx.main.NoJavaFXFallback" name="Tutorial2 - Login">
        <param name="requiredFXVersion" value="2.0+"/>
      </applet-desc>
      <javafx-desc width="800" height="600" main-class="tutorial2.login.Tutorial2Login" name="Tutorial2 - Login"/>
      <update check="background"/>
    </jnlp>
    temp: returning LaunchDesc from XMLFormat.parse():
    <jnlp spec="1.0" codebase="file:/C:/test_workspace/NetBeans/Tutorial2 - Login/dist/" href="file:/C:/test_workspace/NetBeans/Tutorial2 - Login/dist/Tutorial2 - Login.jnlp">
      <information>
        <title>Tutorial2 - Login</title>
        <vendor>radoslaw.domanski</vendor>
        <homepage href="null"/>
        <description>Sample JavaFX 2.0 application.</description>
        <offline-allowed/>
      </information>
      <update check="background" policy="always"/>
      <resources>
        <javafx-runtime version="2.0+" href="http://javadl.sun.com/webapps/download/GetFile/javafx-latest/windows-i586/javafx2.jnlp"/>
        <java href="http://java.sun.com/products/autodl/j2se" version="1.6+"/>
      </resources>
      <applet-desc name="Tutorial2 - Login" main-class="com.javafx.main.NoJavaFXFallback" documentbase="file:/C:/test_workspace/NetBeans/Tutorial2 - Login/dist/" width="800" height="600">
        <param name="requiredFXVersion" value="2.0+"/>
      </applet-desc>
      <javafx-desc main-class="tutorial2.login.Tutorial2Login"/>
    </jnlp>
    preloader: Added pending event 1: ConfigEvent[type=SetVisible, value=true]
    network: Created version ID: 2.0+
    network: Created version ID: 1.6+
    network: Created version ID: 1.7.0.04
    network: Created version ID: 1.7.0.04
    network: Created version ID: 1.7
    basic: LaunchDesc location: file:/C:/test_workspace/NetBeans/Tutorial2 - Login/dist/Tutorial2 - Login.jnlp
    preloader: Enter wait for preloader jars to be loaded
    security: Security check for progress jars: allSigned=true
    preloader: Using preloader class: null com.sun.deploy.uitoolkit.impl.fx.FXApplet2Adapter@1fd4a63
    preloader: Using default preloader
    preloader: Delivering: ConfigEvent[type=SetVisible, value=true]
    preloader: Skipped all (0) download events prior to null
    preloader: Preloader jars loaded. Error state=null
    preloader: Done with loading of preloader jars. Error=null
    network: Created version ID: 1.0
    network: Created version ID: 7.0
    network: Created version ID: 6.0.18
    network: Created version ID: 6.0.10
    network: Created version ID: 6.0
    network: Created version ID: 1.5
    network: Created version ID: 1.0
    network: Created version ID: 2.0+
    basic: JRESelectException: ignored - relaunch not supported
    preloader: Start progressCheck thread
    basic: passing security checks; secureArgs:true, allSigned:false
    basic: JRESelectException: ignored - relaunch not supported
    basic: continuing launch in this VM
    network: LDUpdater: started background update check
    preloader: Delivering: DownloadEvent[type=verify,loaded=1, total=1, percent=100]
    preloader: Delivering: AppletInitEvent[type=CallConstructor]
    basic: JNLP2ClassLoader.findClass: tutorial2.login.Tutorial2Login: try again ..
    basic: JNLP2ClassLoader.findClass: tutorial2.login.Tutorial2Login: try again ..
    basic: JNLP2ClassLoader.findClass: tutorial2.login.Tutorial2Login: try again ..
    basic: JNLP2ClassLoader.findClass: tutorial2.login.Tutorial2Login: try again ..
    java.lang.ClassNotFoundException: tutorial2.login.Tutorial2Login
         at sun.plugin2.applet.Plugin2ClassLoader$2.run(Unknown Source)
         at java.security.AccessController.doPrivileged(Native Method)
         at sun.plugin2.applet.Plugin2ClassLoader.findClassHelper(Unknown Source)
         at sun.plugin2.applet.JNLP2ClassLoader.findClass(Unknown Source)
         at sun.plugin2.applet.Plugin2ClassLoader.loadClass0(Unknown Source)
         at sun.plugin2.applet.Plugin2ClassLoader.loadClass(Unknown Source)
         at sun.plugin2.applet.Plugin2ClassLoader.loadClass(Unknown Source)
         at java.lang.ClassLoader.loadClass(Unknown Source)
         at sun.plugin2.applet.Plugin2ClassLoader.loadCode(Unknown Source)
         at sun.plugin2.applet.Plugin2Manager.initAppletAdapter(Unknown Source)
         at sun.plugin2.applet.Plugin2Manager$AppletExecutionRunnable.run(Unknown Source)
         at java.lang.Thread.run(Unknown Source)
    basic: load: class tutorial2.login.Tutorial2Login not found.
    java.lang.ClassNotFoundException: tutorial2.login.Tutorial2Login
         at sun.plugin2.applet.Plugin2ClassLoader$2.run(Unknown Source)
         at java.security.AccessController.doPrivileged(Native Method)
         at sun.plugin2.applet.Plugin2ClassLoader.findClassHelper(Unknown Source)
         at sun.plugin2.applet.JNLP2ClassLoader.findClass(Unknown Source)
         at sun.plugin2.applet.Plugin2ClassLoader.loadClass0(Unknown Source)
         at sun.plugin2.applet.Plugin2ClassLoader.loadClass(Unknown Source)
         at sun.plugin2.applet.Plugin2ClassLoader.loadClass(Unknown Source)
         at java.lang.ClassLoader.loadClass(Unknown Source)
         at sun.plugin2.applet.Plugin2ClassLoader.loadCode(Unknown Source)
         at sun.plugin2.applet.Plugin2Manager.initAppletAdapter(Unknown Source)
         at sun.plugin2.applet.Plugin2Manager$AppletExecutionRunnable.run(Unknown Source)
         at java.lang.Thread.run(Unknown Source)
    preloader: Delivering: ErrorEvent[url=null label=tutorial2.login.Tutorial2Login cause=tutorial2.login.Tutorial2Login
    preloader: Stop progressCheck thread
    ui: Can not hide splash as Javascript handle is not avaialble
    cache: Resource file:/C:/test_workspace/NetBeans/Tutorial2 - Login/dist/Tutorial2 - Login.jnlp has expired.
    network: ResponseCode for file:/C:/test_workspace/NetBeans/Tutorial2 - Login/dist/Tutorial2 - Login.jnlp : 200
    network: Encoding for file:/C:/test_workspace/NetBeans/Tutorial2 - Login/dist/Tutorial2 - Login.jnlp : null
    CacheEntry[file:/C:/test_workspace/NetBeans/Tutorial2 - Login/dist/Tutorial2 - Login.jnlp]: updateAvailable=true,lastModified=Tue May 08 17:10:03 CEST 2012,length=934
    cache: Resource file:/C:/test_workspace/NetBeans/Tutorial2 - Login/dist/Tutorial2 - Login.jnlp has expired.
    network: ResponseCode for file:/C:/test_workspace/NetBeans/Tutorial2 - Login/dist/Tutorial2 - Login.jnlp : 200
    network: Encoding for file:/C:/test_workspace/NetBeans/Tutorial2 - Login/dist/Tutorial2 - Login.jnlp : null
    CacheEntry[file:/C:/test_workspace/NetBeans/Tutorial2 - Login/dist/Tutorial2 - Login.jnlp]: updateAvailable=true,lastModified=Tue May 08 17:10:03 CEST 2012,length=934
    cache: Resource file:/C:/test_workspace/NetBeans/Tutorial2 - Login/dist/Tutorial2 - Login.jnlp has expired.
    network: ResponseCode for file:/C:/test_workspace/NetBeans/Tutorial2 - Login/dist/Tutorial2 - Login.jnlp : 200
    network: Encoding for file:/C:/test_workspace/NetBeans/Tutorial2 - Login/dist/Tutorial2 - Login.jnlp : null
    CacheEntry[file:/C:/test_workspace/NetBeans/Tutorial2 - Login/dist/Tutorial2 - Login.jnlp]: updateAvailable=true,lastModified=Tue May 08 17:10:03 CEST 2012,length=934
    cache: Resource file:/C:/test_workspace/NetBeans/Tutorial2 - Login/dist/Tutorial2 - Login.jnlp has expired.
    network: ResponseCode for file:/C:/test_workspace/NetBeans/Tutorial2 - Login/dist/Tutorial2 - Login.jnlp : 200
    network: Encoding for file:/C:/test_workspace/NetBeans/Tutorial2 - Login/dist/Tutorial2 - Login.jnlp : null
    network: Sever response: (length: 934, lastModified: Wed May 09 13:29:27 CEST 2012, downloadVersion: null, mimeType: application/x-java-jnlp-file)
    network: Downloading resource: file:/C:/test_workspace/NetBeans/Tutorial2 - Login/dist/Tutorial2 - Login.jnlp
         Content-Length: 934
         Content-Encoding: null
    network: Wrote URL file:/C:/test_workspace/NetBeans/Tutorial2 - Login/dist/Tutorial2 - Login.jnlp to File C:\Users\radoslaw.domanski\AppData\LocalLow\Sun\Java\Deployment\cache\6.0\13\266793cd-686f133a-temp
    network: Cache: Enable a new CacheEntry: file:/C:/test_workspace/NetBeans/Tutorial2 - Login/dist/Tutorial2 - Login.jnlp
    network: Downloaded file:/C:/test_workspace/NetBeans/Tutorial2 - Login/dist/Tutorial2 - Login.jnlp: C:\Users\radoslaw.domanski\AppData\LocalLow\Sun\Java\Deployment\cache\6.0\13\266793cd-686f133a
    temp: new XMLParser with source:
    temp: <?xml version="1.0" encoding="utf-8"?>
    <jnlp spec="1.0" xmlns:jfx="http://javafx.com" href="Tutorial2 - Login.jnlp">
      <information>
        <title>Tutorial2 - Login</title>
        <vendor>radoslaw.domanski</vendor>
        <description>Sample JavaFX 2.0 application.</description>
        <offline-allowed/>
      </information>
      <resources>
        <jfx:javafx-runtime version="2.0+" href="http://javadl.sun.com/webapps/download/GetFile/javafx-latest/windows-i586/javafx2.jnlp"/>
      </resources>
      <resources>
        <j2se version="1.6+" href="http://java.sun.com/products/autodl/j2se"/>
      </resources>
      <applet-desc  width="800" height="600" main-class="com.javafx.main.NoJavaFXFallback"  name="Tutorial2 - Login" >
        <param name="requiredFXVersion" value="2.0+"/>
      </applet>
      <jfx:javafx-desc  width="800" height="600" main-class="tutorial2.login.Tutorial2Login"  name="Tutorial2 - Login" />
      <update check="background"/>
    </jnlp>
    temp: <applet-desc> tag at line number 15 is not closed correctly
    temp:
    returning ROOT as follows:
    <jnlp spec="1.0" xmlns:jfx="http://javafx.com" href="Tutorial2 - Login.jnlp">
      <information>
        <title>Tutorial2 - Login</title>
        <vendor>radoslaw.domanski</vendor>
        <description>Sample JavaFX 2.0 application.</description>
        <offline-allowed/>
      </information>
      <resources>
        <javafx-runtime version="2.0+" href="http://javadl.sun.com/webapps/download/GetFile/javafx-latest/windows-i586/javafx2.jnlp"/>
      </resources>
      <resources>
        <j2se version="1.6+" href="http://java.sun.com/products/autodl/j2se"/>
      </resources>
      <applet-desc width="800" height="600" main-class="com.javafx.main.NoJavaFXFallback" name="Tutorial2 - Login">
        <param name="requiredFXVersion" value="2.0+"/>
      </applet-desc>
      <javafx-desc width="800" height="600" main-class="tutorial2.login.Tutorial2Login" name="Tutorial2 - Login"/>
      <update check="background"/>
    </jnlp>
    security: Blacklist revocation check is enabled
    security: Trusted libraries list check is enabled
    network: CleanupThread used 1359498 usi can see this:
    temp: <applet-desc> tag at line number 15 is not closed correctly
    nb did something wrong? no idea.
    and this:
    java.lang.ClassNotFoundException: tutorial2.login.Tutorial2Login
    its also strange becouse my project looks like that:
    http://i47.tinypic.com/o0a3wh.png
    and i double click the jnlp file here:
    http://i49.tinypic.com/2n8of1d.png
    this is rly confusing...
    i hope i gave u all information u need
    best regards
    EDIT:
    i downloaded LoginCSS.zip file from here:
    http://docs.oracle.com/javafx/2/get_started/basic_deployment.htm
    built it using netbeans and it worked.
    any idea what is wrong with configuration in my nb projects?
    whole project is here: http://www.filefactory.com/file/xjmov7xd77z/n/Tutorial3_-LoginCSS.rar
    Edited by: 932829 on 2012-05-09 07:05
    Edited by: 932829 on 2012-05-09 07:11

  • Are WebSAPConsole and Web Console are two different offerings from SAP  ?

    We have been using SAP Console based on Telnet to provide RF functionality and I know that SAP is now delivering WebSAPConsole which is an enhanced SAPConsole
    to support web-equipped devices.
    With Mobile Infrasturture, SAP is delivering WebConsole with 6.40 WAS standard and If I understand correctly, role of this webconsole is to help deploy ME clients on the handhelds...etc.
    Please comment and correct me if I am wrong ?
    Thanks,
    Raja

    SAP WebConsole is base on WAS architecture.
    You can also get the standard framework from cSofgroup, Inc. cSoftgroup, Inc is the certified Powered by SAP Netweaver partner for implementing SAP Console, SAP Centralized Shipping Solution to interface with FedEx, UPS, DHL, LTL, USPS and other carriers.
    Please find the attached links about SAP Console & SAP centralized shipping solution and our SAP Netweaver blueprint services.
    http://www.csoftgroup.com/aboutus/SAP_Console_WebConsole.pdf
    http://www.csoftgroup.com/aboutus/SAP_CentralizedShippingSolution.pdf
    http://www.csoftgroup.com/aboutus/SAP Netweaver_BLUEPRINTSVCS.pdf
    contact Info : [email protected]
    ph# 408 836 7074
    www.csoftgroup.com

  • WS And Web Dynpro: Error while processing document security

    Hi all,
    We have a problem when use Web Services (stateless session bean) in Web Dynpro.
    When two users calls  the same web dynpro in the same time we have this error:
    Errore in: it.sap.mdm.pdcmodelcomponent.wdp.InternalLookUpModelController getLookUpTable: 
      Class___: com.sap.tc.webdynpro.model.webservice.api.WDWSModelExecuteException  Additional Info:
      Message_: Exception on execution of web service on destination 'FS_MDM_PDC' for operation 'getLookupTable' in interface 'ZMDM_FS_PDCVi_Document'
      Causa__:
    Error while processing document security. The error was class com.sap.engine.frame.core.configuration.ConfigurationException Configuration webservices/proxies/sap.com/ mapping is not valid - configuration is closed.. See trace entry [no trace for com.sap.security.core.client.ws.DeployableSecurityProtocol (severity above PATH)].; nested exception is: com.sap.engine.services.webservices.jaxrpc.wsdl2java.ClientProtocolException: Error while processing document security. The error was class com.sap.engine.frame.core.configuration.ConfigurationException Configuration webservices/proxies/sap.com/ mapping is not valid - configuration is closed.. See trace entry [no trace for com.sap.security.core.client.ws.DeployableSecurityProtocol (severity above PATH)].
    If I call the same web dynpro ,without other user, it's ok.
    Where is the problem?
    I have to congigure some parameter in J2ee???

    Hi
    Use this pdf to implement Mutual Exclusion
    http://java.sun.com/developer/Books/performance2/chap3.pdf
    http://navet.ics.hawaii.edu/~casanova/courses/ics432_fall08/slides/ics432_jmonitors.ppt#313,10,Synchronizing on Multiple Objects
    thanks

  • Mail tagged as "not junk" is hidden and produces console error

    Mail has developed a strange quirk since the latest OS update. Can anyone help me fix it?
    Whenever I un-mark email that was automatically marked as junk, the messages become hidden in the inbox. By "hidden" I mean that the next time I run mail, there is a gap in the inbox list where the message used to be -- almost as if the time/subject/etc. were all written in white font. Clicking on the gap opens the message, and clicking "Junk" then "not Junk" restores everything to normal... until the next time I open the Mail program.
    Note that this seems to happen both to my dot mac e-mail address as well as to a third-party IMAP account.
    I've also begun to see odd messages on the console, like:
    Server sent warning response for command APPEND: * NO Unknown flag: NotJunk
    and
    Server sent warning response for command APPEND: * NO Unknown flag: $NotJunk
    My guess is that Mail is trying to add some sort of (unsupported?) tag to messages which is causing problems. Is there any fix? Alternatively, is there any way to get it to stop automatically marking mail as junk?
    Thanks,
    Mike

    Hi zengo giri, and a warm welcome to the forums!
    Not certain, but this can fix myriad Mail problems...
    Safe Boot from the HD, (holding Shift key down at bootup), it will try to repair your Disk Directory while the spinning radian is happening, so let it go, run Disk Utility in Applications>Utilities, then highlight your drive, click on Repair Permissions, then move these folder & file to the Desktop.
    Move this Folder to the Desktop...
    /Users/YourUserName/Library/Caches/Mail/
    Move this file to the Desktop...
    /Users/YourUserName/Library/Mail/Envelope Index
    Reboot.
    If that doesn't do it try these & reboot...
    /Users/YourUserName/Library/Mail/MessageRules.plist
    /Users/YourUserName/Library/Mail/MessageRules.plist.backup

  • Leopard 10.5.7 update caused Mac name change and web browser errors

    Since updating to Leopard 10.5.7 through System Preferences > Software Update, my iMac has been renamed "Evan's iMac (2)" as if a new computer with the same name was duplicated. I've also noticed significant crashes and performance issues in Firefox 3 and Safari 4 beta. The only thing that's changed to my iMac is this OSX update.

    Go to System Preferences > Sharing. Change the name back to what you want it.
    For the browsers, try resetting Safari, for FF > Tools >Clear Private Data.
    -mj

  • Web Console for 3.5

    Installing on test machine and receiving the following error on the web console
    Error Requesting context of agent at ipaddr:164 snmp://ipaddr:164/mod/topology+view-23? hierarchychild
    I have the domain-config.x set as follows and do not understand why it is still looking for 164:
    Any assistance is greatly appreciated.
    Todd

    Is the agent in same context as of SunMC server? Port number 164 is for
    topology agent and it looks like some issues in agent discovery because
    of either gaent name or IP address or port number has been provided
    incorrectly or changed. Try 'es-setup -F' on server and agent hosts that
    you are accessing.

  • OIM server running but webconsole and design console not opening

    Hi All,
    I configured OIM in my machine by giving the following OIM HTTP url during installtion : http:/xxx.xxx.x.7:14000.
    The configuration was successful and i was able to work in both design and web console(http://localhost:14000/oim) of OIM for many months.
    But all off a sudden, the OIM consoles are not opening though the OIM server is in running mode (Verified thro Weblogic web console). And i also found that my my local ip address changed to xxx.xxx.x.6.
    I doubt that this behavior is due to the change in my system ip address.
    Am i right or could there be any other reasons? if yes, Is there anything i can do now?
    Any help is highly appreciated.
    Thanks
    Pria

    No, both the ways did not work for me.
    I updated my host file as below and tried accessing the webconsole(http://old ip:14000/oim) but it did not turn up.
    new ip address    http://old ip:14000/oim
    I hope the above is correct.

  • Web console + handheld

    Hi,
    I have an important question related with the relation of handheld computer and web console.
    I settled the connection of handheld computer with SAP by using Web console.
    Now, I have the chance to connect to R3 system via handheld computer.
    Normally, If I had logged on to the system via PC but also aimed to login again with the same user-name,SAP automatically displays a message having three options.
    1. option  : Continue with this logon end any other logons in system.
    2. option  : Continue with this logon without ending any other logons in system.
    3. option  : Terminate this logon.
    If I had already connected to the R3 system via PC and try to logon to the same system via the handheld computer, the internet explorer screen on the handheld computer displays only two options.
    These two options are the same as the 1. and 3. options above. However, the second option
    is missing.I want to see the 2. option on handheld computer as well.Because, the mostly used option is the second option.
    What should I do?
    Armagan Aysen

    Hi Armagan,
    please consider that you are accessing a single connection from two completely different machines. This may be the reason or the handheld is only capable of keeping one connection.
    Both ways I guess you have a restriction here.
    Regards,
    Benny

  • Web console: An unexpected error has occurred

    
    Hi
    When I try to open SCOM 2012 web console I get this error:
    An unexpected error has occurred
    <endgetresponse><beginonui></beginonui></endgetresponse>
    Please provide the following information to the support engineer if you have to contact Microsoft Help and Support : System.ServiceModel.CommunicationException: [HttpWebRequest_WebException_RemoteServer] Arguments: NotFound Debugging resource strings are
    unavailable. Often the key and arguments provide sufficient information to diagnose the problem. See http://go.microsoft.com/fwlink/?linkid=106663&Version=5.1.30214.0&File=System.Windows.dll&Key=HttpWebRequest_WebException_RemoteServer --->
    System.Net.WebException: [HttpWebRequest_WebException_RemoteServer] Arguments: NotFound Debugging resource strings are unavailable. Often the key and arguments provide sufficient information to diagnose the problem. See http://go.microsoft.com/fwlink/?linkid=106663&Version=5.1.30214.0&File=System.Windows.dll&Key=HttpWebRequest_WebException_RemoteServer
    ---> System.Net.WebException: [HttpWebRequest_WebException_RemoteServer] Arguments: NotFound Debugging resource strings are unavailable. Often the key and arguments provide sufficient information to diagnose the problem. See http://go.microsoft.com/fwlink/?linkid=106663&Version=5.1.30214.0&File=System.Windows.dll&Key=HttpWebRequest_WebException_RemoteServer
    at System.Net.Browser.BrowserHttpWebRequest.InternalEndGetResponse(IAsyncResult asyncResult) at System.Net.Browser.BrowserHttpWebRequest.<>c__DisplayClassa.<endgetresponse>b__9(Object sendState) at System.Net.Browser.AsyncHelper.<>c__DisplayClass4.<beginonui>b__0(Object
    sendState) --- End of inner exception stack trace --- at System.Net.Browser.AsyncHelper.BeginOnUI(SendOrPostCallback beginMethod, Object state) at System.Net.Browser.BrowserHttpWebRequest.EndGetResponse(IAsyncResult asyncResult) at System.ServiceModel.Channels.HttpChannelFactory.HttpRequestChannel.HttpChannelAsyncRequest.CompleteGetResponse(IAsyncResult
    result) --- End of inner exception stack trace --- at System.ServiceModel.AsyncResult.End[TAsyncResult](IAsyncResult result) at System.ServiceModel.Channels.ServiceChannel.EndCall(String action, Object[] outs, IAsyncResult result) at System.ServiceModel.ClientBase`1.ChannelBase`1.EndInvoke(String
    methodName, Object[] args, IAsyncResult result) at Microsoft.EnterpriseManagement.Presentation.DataAccess.Proxy.ServiceReference.DataAccessServiceClient.DataAccessServiceClientChannel.EndExecute(IAsyncResult result) at Microsoft.EnterpriseManagement.Presentation.DataAccess.Proxy.ServiceReference.DataAccessServiceClient.Microsoft.EnterpriseManagement.Presentation.DataAccess.Proxy.ServiceReference.IDataAccessService.EndExecute(IAsyncResult
    result) at Microsoft.EnterpriseManagement.Presentation.DataAccess.Proxy.ServiceReference.DataAccessServiceClient.OnEndExecute(IAsyncResult result) at System.ServiceModel.ClientBase`1.OnAsyncCallCompleted(IAsyncResult result)</beginonui></endgetresponse>
    <endgetresponse><beginonui>Please assist.</beginonui></endgetresponse>
    thanks
    <endgetresponse><beginonui></beginonui></endgetresponse>

    Hi,
    Take a look at this article to fix this issue:
    SCOM 2012 Web Console HttpWebRequest_WebException_RemoteServer
    http://www.bictt.com/blogs/bictt.php/2012/05/06/scom-2012-web-console-httpwebrequest_webexception_remoteserver
    We
    are trying to better understand customer views on social support experience, so your participation in this
    interview project would be greatly appreciated if you have time.
    Thanks for helping make community forums a great place.

  • Error in Web Console After UR4

    After installing UR4 I now get the following error when opening the web console:
    After updating to UR4   know get:
    Server Error in '/OperationsManager' Application.
    Could not load file or assembly 'Microsoft.EnterpriseManagement.Presentation.Core.Server' or one of its dependencies. The parameter is incorrect. (Exception from HRESULT: 0x80070057 (E_INVALIDARG))
                  Description: An unhandled exception occurred during the execution of the current web request. Please review the stack trace for more information about the error and where it
    originated in the code.            
     Exception Details: System.IO.FileLoadException: Could not load file or assembly 'Microsoft.EnterpriseManagement.Presentation.Core.Server' or one of its dependencies. The parameter is incorrect. (Exception from HRESULT: 0x80070057 (E_INVALIDARG))
    Source Error:
     An unhandled exception was generated during the execution of the current web request. Information regarding the origin and location of the exception can be identified using the exception stack trace below.                   
    Assembly Load Trace: The following information can be helpful to determine why the assembly 'Microsoft.EnterpriseManagement.Presentation.Core.Server' could not be loaded.
    I am running on windows 2012r2 and sql 2012 both fully up to date on patches and service packs
    Not sure if it helped or made it worse but I have tried:
    Removing and then adding back the ASP.net IIS features
    Did a repair on the web console feature then uninstalled and reinstalled the web console as well.

    SOLVED:
    Deleted temp files in: C:\Windows\Microsoft.NET\Framework64\v4.0.30319\Temporary ASP.NET Files
    IIS reset --- all worked after That.

  • Web console report error

    Hi,
    I have this error when I try to run my report thru web console report, and it just happen when I click on the report only. No parameter was selected when I click on the report.
    "Parameter validation failed. It is not possible to provide valid values for all parameters. (rsParameterError)"
    Regards,
    Chungb

    Hi Garth,
    It's actually all built in report that have the same error message. I saw it from some forum, suppose I need to select the parameter after I open the report, but it straight give me the error without any selection.
    Regards,
    Chungb 

Maybe you are looking for

  • How to share reminders with iCloud users ?

    Hello, With Lion it was possible to share a "Reminder" through iCal to members of iCloud... I unfortunately did not find this essential feature in the new Mountain Lion Reminder Application. I cannot immagine Mountain lion would be a downgrade on tha

  • Help! Problem when running CF under a non-default service account

    I am running ColdFusion 9 with IIS 7 on Windows Server 2008. The CF application service is running under a domain application account rather than the default local. The problem is when doing so failed templates keep an active request open indefinatel

  • JTable getColumnName not working with numbered rows

    you know when you read through the same code for a day and can't find the problem but someone who has never seen it before can find the problem in a second? i've got that going on right now. I saw a thread, http://forum.java.sun.com/thread.jspa?forum

  • BW HIERARCHY IN BPS

    Hi people, I have created a hierarchy in bw.It goes like this. Region->State->Product. I am working on planning for a product which has its presence in 4 regions(north,south,east,west) .Each region comprise of 3 states. I was able to create a hierarc

  • Error connecting to RMAN

    Ive been tumbling with this poblem for a while, and have finally reached the point where i decided to try you folks out :) Im setting up backup on a 10.1 RAC installation on AIX 5.3, using netbackup through libobk.a64 connection to oracle. I should m