Error when trying to debug in Visual Cafe

I get a class not found exception when I run the server in Visual Cafe.
Are there any clear directives on how to run the server (JDK 1.2.2, WIN NT)
in debug mode?
This is my class that I'm running and below is the error I receive.
Any help is greatly appreciated.
/Filip
public static void main(String[] args) {
String wlcl =
"d:\\weblogic\\classes;d:\\weblogic\\lib\\weblogicaux.jar;.;D:\\GetLuckyFast
\\release;d:\\weblogic\\classes;d:\\weblogic\\license;d:\\weblogic\\myserver
\\serverclasses;d:\\weblogic\\lib\\weblogicaux.jar;D:\\GetLuckyFast\\release
;D:\\GetLuckyFast\\release\\java_extensions\\cdkjava12_3210.jar;D:\\GetLucky
Fast\\release\\java_extensions\\jsdk.jar;D:\\GetLuckyFast\\release\\java_ext
ensions\\javax.ejb.zip;D:\\GetLuckyFast\\release\\java_extensions\\jndi.jar;
D:\\GetLuckyFast\\release\\java_extensions\\jms.jar;D:\\GetLuckyFast\\releas
e\\java_extensions\\javax_jts.zip;D:\\GetLuckyFast\\release\\java_extensions
\\mail.jar;D:\\GetLuckyFast\\release\\java_extensions\\dcxjp.zip;D:\\GetLuck
yFast\\release\\java_extensions\\activation.jar;D:\\GetLuckyFast\\release\\j
ava_extensions\\jaxp.jar;D:\\GetLuckyFast\\release\\java_extensions\\jcert.j
ar;D:\\GetLuckyFast\\release\\java_extensions\\jnet.jar;D:\\GetLuckyFast\\re
lease\\java_extensions\\jsse.jar;d:\\weblogic\\classes;c:\\jdk1.2.2\\lib\\to
ols.jar;D:\\GetLuckyFast\\release;D:\\GetLuckyFast\\release\\java_extensions
\\dcxjp.zip;D:\\GetLuckyFast\\release\\java_extensions\\mail.jar;D:\\GetLuck
yFast\\release\\java_extensions\\activation.jar;D:\\GetLuckyFast\\release\\j
ava_extensions\\jcert.jar;D:\\GetLuckyFast\\release\\java_extensions\\jnet.j
ar;D:\\GetLuckyFast\\release\\java_extensions\\jsse.jar;D:\\GetLuckyFast\\re
lease\\java_extensions\\jaxp.jar;D:\\GetLuckyFast\\release\\java_extensions\
\cdkjava12_3210.jar";
System.getProperties().put("weblogic.system.home","d:\\weblogic");
System.getProperties().put("classpath","C:\\jdk1.2.2\\lib\\tools.jar;d:\\web
logic\\license");
System.getProperties().put("weblogic.class.path",wlcl);
System.getProperties().put("registration.properties","D:\\GetLuckyFast\\rele
ase\\registration.properties");
System.getProperties().put("weblogic.system.name","myserver");
System.getProperties().put("java.security.manager","");
System.getProperties().put("java.security.policy","d:\\weblogic\\weblogic.po
licy");
try {
weblogic.Server.main(args);
} catch (Exception t) {
System.err.println(new java.util.Date() + "####**** ERROR
t.printStackTrace();
}//main
main (17:59:46): weblogic.ejb.common.DeploymentException: Deployment
Descriptor class could notbe found in ser file:
main (17:59:46): java.lang.ClassNotFoundException:
[Lweblogic.security.acl.User;
main (17:59:46): at
java.io.ObjectInputStream.inputArray(ObjectInputStream.java:806)
main (17:59:46): at
java.io.ObjectInputStream.readObject(ObjectInputStream.java:357)
main (17:59:46): at
java.io.ObjectInputStream.inputClassFields(ObjectInputStream.java:1831)
main (17:59:46): at
java.io.ObjectInputStream.defaultReadObject(ObjectInputStream.java:502)
main (17:59:46): at
javax.ejb.deployment.AccessControlEntry.readObject(AccessControlEntry.java:1
96)
main (17:59:46): at java.lang.reflect.Method.invoke(Native Method)
main (17:59:46): at
java.io.ObjectInputStream.invokeObjectReader(ObjectInputStream.java:1685)
main (17:59:46): at
java.io.ObjectInputStream.inputObject(ObjectInputStream.java:1165)
main (17:59:46): at
java.io.ObjectInputStream.readObject(ObjectInputStream.java:369)
main (17:59:46): at
java.io.ObjectInputStream.inputArray(ObjectInputStream.java:951)
main (17:59:46): at
java.io.ObjectInputStream.readObject(ObjectInputStream.java:357)
main (17:59:46): at
java.io.ObjectInputStream.inputClassFields(ObjectInputStream.java:1831)
main (17:59:47): at
java.io.ObjectInputStream.defaultReadObject(ObjectInputStream.java:502)
main (17:59:47): at
java.io.ObjectInputStream.inputObject(ObjectInputStream.java:1166)
main (17:59:47): at
java.io.ObjectInputStream.readObject(ObjectInputStream.java:369)
main (17:59:47): at
java.io.ObjectInputStream.readObject(ObjectInputStream.java:232)
main (17:59:47): at
weblogic.ejb.internal.EJBDeployment.setup(EJBDeployment.java:279)
main (17:59:47): at
weblogic.ejb.internal.EJBDeployment.setup(EJBDeployment.java:271)
main (17:59:47): at
weblogic.ejb.internal.EJBDeployment.<init>(EJBDeployment.java:232)
main (17:59:47): at
weblogic.ejb.internal.EJBManagerImpl.deploy(EJBManagerImpl.java:204)
main (17:59:47): at
weblogic.ejb.internal.EJBManagerImpl.deployBeans(EJBManagerImpl.java:354)
main (17:59:47): at
weblogic.ejb.internal.EJBManagerImpl.<init>(EJBManagerImpl.java:126)
main (17:59:47): at weblogic.t3.srvr.T3Srvr.start(T3Srvr.java:1278)
main (17:59:47): at weblogic.t3.srvr.T3Srvr.main(T3Srvr.java:793)
main (17:59:47): at java.lang.reflect.Method.invoke(Native Method)
main (17:59:47): at
weblogic.Server.startServerDynamically(Server.java:87)
main (17:59:47): at weblogic.Server.main(Server.java:61)
main (17:59:47): at T3Debugger.main(T3Debugger.java:16)
main (17:59:47): at symantec.tools.debug.Agent.runMain(Native Method)
main (17:59:47): at symantec.tools.debug.MainThread.run(Agent.java:48)

Carl,
Here's a screenshot of my project's Solution Explorer:
OK, so I have a file called "Resources.resx" and another folder down below called "Resources" which contains images. Which one should I rename and what do I do about possible errors that might pop up when I try to Build or Run the app?
Hello,
I mean the .resx file, but based on your screenshot, the Resources.resx file was generated by Visual Studio and it was not added by yourself, right?
This issue has beend discussed in the following thread, you could compare it with yours to narrow down this issue, since the error message shows that the project added duplicate data.
http://stackoverflow.com/questions/3003914/vs2010-an-item-with-the-same-key-has-already-been-added
You could follow that thread to check both the .resx file and the .csproj file to see whether there are duplicate data have been added.
Regards,
Carl
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.
Click
HERE to participate the survey.

Similar Messages

  • Error When Trying To Publish In Visual Studio 2013 C# Project

    I have a C# Winforms app in Visual Studio that has a problem. when I click on Project->Properties->Publish and click on the Options button, I get a prompt saying "An error occurred trying to load the page. An item with the same key has already
    been added."
    What causes this and how do I fix it?

    Carl,
    Here's a screenshot of my project's Solution Explorer:
    OK, so I have a file called "Resources.resx" and another folder down below called "Resources" which contains images. Which one should I rename and what do I do about possible errors that might pop up when I try to Build or Run the app?
    Hello,
    I mean the .resx file, but based on your screenshot, the Resources.resx file was generated by Visual Studio and it was not added by yourself, right?
    This issue has beend discussed in the following thread, you could compare it with yours to narrow down this issue, since the error message shows that the project added duplicate data.
    http://stackoverflow.com/questions/3003914/vs2010-an-item-with-the-same-key-has-already-been-added
    You could follow that thread to check both the .resx file and the .csproj file to see whether there are duplicate data have been added.
    Regards,
    Carl
    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.
    Click
    HERE to participate the survey.

  • 1010 error when trying to debug, need help

    i get this error when i go to debug my site.
    TypeError: Error #1010: A term is undefined and has no properties.
         at Index_fla::MainTimeline/frame1()[Index_fla.MainTimeline::frame1:11]
    This is the action script
    // Startup.
    stop();
    mainMenu_mc.stop();
    // Event Setup.
    mainMenu_mc.backward_btn.addEventListener(MouseEvent.CLICK, navigationClicked);
    mainMenu_mc.forward_btn.addEventListener(MouseEvent.CLICK, navigationClicked);
    mainMenu_mc.logo_btn.addEventListener(MouseEvent.CLICK, navigationClicked);
    mainMenu_mc.home_btn.addEventListener(MouseEvent.CLICK, navigationClicked);
    mainMenu_mc.goals_btn.addEventListener(MouseEvent.CLICK, navigationClicked);
    mainMenu_mc.statements_btn.addEventListener(MouseEvent.CLICK, navigationClicked);
    mainMenu_mc.outcomes_btn.addEventListener(MouseEvent.CLICK, navigationClicked);
    mainMenu_mc.resume_btn.addEventListener(MouseEvent.CLICK, navigationClicked);
    mainMenu_mc.statements_btn.addEventListener(MouseEvent.CLICK, navigationClicked);
    // Event Handlers.
    function navigationClicked(Event:MouseEvent):void
         //We'll use this to store the Frame Label's name.
         var frmLabel:String = '';
         //Determine what Frame Label to use based on which
         //button was clicked.
         switch (Event.target)
              case mainMenu_mc.backward_btn :
                   frmLabel = this.getSequencedFrame(false);
                   break;
              case mainMenu_mc.forward_btn :
                   frmLabel = this.getSequencedFrame(true);
                   break;               
              case mainMenu_mc.logo_btn :
                   frmLabel = "home_frm";
                   break;
              case mainMenu_mc.home_btn :
                   frmLabel = "home_frm";
                   break;
            case mainMenu_mc.goals_btn :
                frmLabel = "goals_frm";
                break;
            case mainMenu_mc.statements_btn :
                frmLabel = "statement_frm";
                break;
            case mainMenu_mc.outcomes_btn :
                frmLabel = "outcomes_frm";
                break;
            case mainMenu_mc.resume_btn :
                frmLabel = "resume_frm";
                break;
            case mainMenu_mc.letters_btn :
                frmLabel = "letters_frm";
                break;
         //Find the frame number based on our Frame Label.
         var frmGoto:Number = this.getFrame(frmLabel);
         //Don't do anything if we are already on the requested page.
         if (currentFrame != frmGoto)
              //Get and remember the Home page's frame number.
              var frmHome:Number = this.getFrame("home_frm");
              //If our requested page is the Home page, the flying menu
              //needs to go home.
              if(frmGoto == frmHome)
                   mainMenu_mc.goHome();
              //Else, if we are on the Home page and are leaving, then
              //leave home.
              else if(currentFrame == frmHome)
                   mainMenu_mc.leaveHome();
              //Go to the requested page.
             gotoAndPlay(frmGoto);
    // Helper Functions.
    function getFrame(frameName:String):Number
         var frame:Number = 1;
         //Loop through all Frame Labels to find our requested frame.
         for (var i = 0; i < currentLabels.length; i++)
              if (currentLabels[i].name == frameName)
                   frame = currentLabels[i].frame;
                   break;
         return frame;
    function getFrameLabel(frame:Number):String
         var frmLabel:String = '';
         //Loop through all Frame Labels to find the requested Frame Label.
         for (var i = 0; i < currentLabels.length; i++)
              if (currentLabels[i].frame == frame)
                   frmLabel = currentLabels[i].name;
                   break;
         return frmLabel;
    function getSequencedFrame(forward:Boolean):String
         //Used to remember the Frame Label of our page.
         var frmSequence:String = '';
         //If we're looking for the next page in sequence...
         if(forward)
              //If our current page is that last page...
              if(currentFrame == this.getFrame("letters_frm"))
                   //...then, we need to go Home.
                   frmSequence = "home_frm";
              else          
                   //...else, we just need to go to the next frame.
                   frmSequence = this.getFrameLabel((currentFrame + 1));
         //...else, we're looking for the previous page in sequence.
         else
              //If we're on the first page (remember, we skipped our Start page)...
              if(currentFrame == this.getFrame("home_frm") ||
                 currentFrame == this.getFrame("start_frm"))
                   //...then, we need to go to the last page.
                   frmSequence = "letters_frm";
              else          
                   //...else, we just need to go to the the previous frame.
                   frmSequence = this.getFrameLabel((currentFrame - 1));
         return frmSequence;
    Can any oen tell me why i am getting this error? using flash cs4 in ac3.

    you're trying to reference something that doesn't exist when your code executes.  if line 11, is:
    mainMenu_mc.logo_btn.addEventListener(...
    then
    mainMenu_mc.logo_btn
    doesn't exist.

  • Error when trying to lainch the visual administrator

    Hello,
    I have installed the Solution manager 7.1 on Linux 5.4 / Oracle 11.2.0.2 while i am trying to open the visual administrator to configure the SLD (Creation of the onnection LCRSAPRFC_<SID>), i am getting the following error:
    +SD1ODYLSV1:sd1adm 17> pwd
    /usr/sap/SD1/DVEBMGS00/j2ee/admin
    SD1ODYLSV1:sd1adm 18> ./go
    java version "1.4.2"
    Java(TM) 2 Runtime Environment, Standard Edition (build 2.3)
    IBM J9 VM (build 2.3, J2RE 1.4.2 IBM J9 2.3 Linux amd64-64 j9vmxa64142ifx-20110628 (JIT enabled)
    J9VM - 20110627_85693_LHdSMr
    JIT  - 20090210_1447ifx5_r8
    GC   - 200902_24)
    Exception in thread "main" java.lang.UnsatisfiedLinkError: awt (libXp.so.6: cannot open shared object file: No such file or directory)
            at java.lang.ClassLoader.loadLibraryWithPath(ClassLoader.java:990)
            at java.lang.ClassLoader.loadLibraryWithClassLoader(ClassLoader.java:954)
            at java.lang.System.loadLibrary(System.java:409)
            at sun.security.action.LoadLibraryAction.run(LoadLibraryAction.java:76)
            at java.security.AccessController.doPrivileged(AccessController.java:197)
            at sun.awt.NativeLibLoader.loadLibraries(NativeLibLoader.java:81)
            at sun.awt.DebugHelper.<clinit>(DebugHelper.java:56)
            at java.lang.J9VMInternals.initializeImpl(Native Method)
            at java.lang.J9VMInternals.initialize(J9VMInternals.java:196)
            at java.awt.Component.<clinit>(Component.java:571)
            at java.lang.J9VMInternals.initializeImpl(Native Method)
            at java.lang.J9VMInternals.initialize(J9VMInternals.java:196)
            at java.lang.J9VMInternals.initialize(J9VMInternals.java:161)
            at java.lang.J9VMInternals.initialize(J9VMInternals.java:161)
            at java.lang.J9VMInternals.initialize(J9VMInternals.java:161)
            at java.lang.J9VMInternals.initialize(J9VMInternals.java:161)
            at java.lang.J9VMInternals.initialize(J9VMInternals.java:161)
            at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
            at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:88)
            at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:61)
            at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:60)
            at java.lang.reflect.Method.invoke(Method.java:391)
            at com.sap.engine.tools.launcher.Launcher.launch(Launcher.java:336)
            at com.sap.engine.tools.launcher.Launcher.main(Launcher.java:114)
    +
    The package libXp.so.6 is already installed and the x server used (Exceed )in my case works fine.

    Hi Hassan,
    Visual Administrator is no more as of NetWeaver 7.10 release. Please start using NetWeaver Administrator (NWA) to configure SLD.
    Please have a look at the below link to configure NWA to work with SLD.
    http://help.sap.com/saphelp_nw70/helpdata/en/23/b557422d095542e10000000a1550b0/content.htm
    Please let me know if you need any further help.
    Thanks,
    Siva Kumar

  • Proxy errors when trying to debug cfm

    I can't connect to the cf server in CFB and I am sure that rds is enabled and my settings are correct, is there anything else I can do?
    I have also checked the network connection is set to direct, my college has the same settings but he connects ok

    is there a way I can use wire shark to try and narrow down this problem?

  • Visual C++   Errors When trying to update ITunes on Win 8.1

    Visual C++   Errors When trying to update ITunes on Win 8.1

    Steve, glad that you solved it yourself, but it might be worth taking on board that the steps you mention have not been sufficient for many people which is why Apple and others like myself have been offering somewhat deeper advice. Perhaps reiterating what has often already been suggested in such threads is not really necessary.
    Not that you've asked for a critique of your style, but the first sentence of your post above that you are copying elsewhere is appropriate in this thread where you are replying directly to me, anywhere else it perhaps suggests that others should have been able to do likewise and comes over a tad arrogant, though I'm sure that isn't the intention. I wouldn't include it...
    All the best.
    tt2

  • Error line 68 in DBMS_DEBUG_JDWP when trying to debug from behind firewall

    Hello!
    I am using sqldeveloper on a windows client, connecting to an Oracle 10.1.0.4 database on AIX 5.3 behind our internal firewall. No sweat, I have an sql*net "hole" through the firewall to the database listener.
    But when trying to debug a PL/SQL procedure, the debugging session cannot start but gets the following errors:
    ORA-30683: failure establishing connection to debugger
    ORA-12535: The requested operation could not be completed within the time out period.
    The cause is readily seen in one of sqldeveloper's own windows, namely that the procedure call
    CALL DBMS_DEBUG_JDWP.CONNECT_TCP( '192.168.205.143', '1290' )
    fails. Our internal firewall quite rightly doesn't allow a connection from "any port" on the database server to "any port" on my PC.
    Is there any workaround for this issue, short of trying to get my security officer to open up so that "any port" on the database server can connect to "any port" on my windows client? I can change "debug preferences" in sqldeveloper to point to only one port on my windows client, but since I cannot control what port on the server the DBMS_DEBUG_JDWP.CONNECT_TCP procedure chooses when it tries to connect to my client, that is only a halfway solution as I see it.
    Cheers from snow-white Denmark,
    Hans Henrik Krohn

    Wrong install Disc, that one is machine specific, & doubtful a reinstall will help all that much.
    More RAM will likely help, but not awfully likely it'll be 50%.
    To tell, ehen it gets slow, Open Activity Monitor, Show:>All Processes, sort on CPU%, see if anything using too much CPU% when this happens, click on Memory tab, do you have many Pageouts?

  • I got the following error when trying to strt itune "microsoft visual c   runtime library"

    Dear all
    I got the following error when trying to start itune(latest version)
    Runtime error
    "microsoft visual c ++  runtime library"

    I kept getting the same error message too! Thank goodness I'm not alone in this!

  • I keep receiving security errors when trying to open a pdf.

    I keep receiving a security error when trying to run my javascript program, the function previously worked, but now creates an error after I entered the addWaterMark function. I have put my whole code below for my script.
    The basic function is to load a text file into an array which has the path and file location, open the document, add a watermark, save the file, close the file, then repeat for the next array position.
    I am using Acrobat Standard so I am unable to debug using the console, therefore I am struggling to understand what I am doing wrong. I will point out that I am not a fluent programmer, only have a basic knowledge of programming.
    Code
    app.addSubMenu(
      cName:"Extras",
      cParent:"Edit"
    app.addMenuItem(
      cName:"Import File",
      cParent:"Extras",
      cExec:"main()"
    function main()
      var fileCount = 0
      var listOfFiles = []
      listOfFiles = importData()
      amountOfFiles = listOfFiles.length
      for (var i =0; i<listOfFiles.length; i++)   //calculates amount of entries in the array listOfFiles
      newFile = openFile(listOfFiles[i]) //Opens current file
      var d = app.activeDocs; //Gets current document title name 
      addWater(d[0]);
      app.execMenuItem("Save");
      for( var x in d ) d[x].closeDoc();
    function addWater(myName)
    { app.alert("watermark",0);
      myName.addWatermarkFromText(
      cText: "OBSOLETE",
      cFont: "Arial",
      nFontSize:36,
      aColor: color.red,
      nOpacity: 0.5
    //function SaveFile saves the current file but with an addition of WM to the filename
    saveFile = app.trustedFunction(function(currentDoc, currentFileName)
      { app.alert("savefile",0);
      app.beginPriv();
      currentDoc.saveAs(currentFileName);
      app.endPriv();
    //function openFile which opens the file named in the variable currentFilename
    openFile = app.trustedFunction(function(currentFileName)
      {app.alert("openfile" + currentFileName,0);
      app.beginPriv();
      app.openDoc(currentFileName);
      app.endPriv();
    //importData function imports the paths and filenames contained in the list.txt located on the desktop
    importData = app.trustedFunction(function()
      {app.alert("import",0);
      app.beginPriv();
      cFilePath = "/C/Users/103019944/Desktop/File_List.txt";
      var stmData = util.readFileIntoStream(cFilePath);
      var cData = util.stringFromStream(stmData);
      var cMsg = cData;
      var fileArray = cMsg.split("\r\n");
      for (var i =0; i<fileArray.length; i++)
      return(fileArray);
      app.endPriv();

    I have found the error, you are quite correct I had an extra letter in the filename, I thought I'd checked this but just shows that sattention to detail is the key.
    The script works perfectly now, thanks you for your help, really appreciated.
    Thanks again
    Ben

  • Error 500 Internal Server Error When trying to run an app

    Greetings,
    I'm trying to figure out how to fix this issue when I'm trying to run an app from JDeveloper 10.1.3.3.0.
    This is my problem
    1st of all it JD compiles everything great
    http://img163.imageshack.us/img163/6589/compiling.jpg
    2nd
    The embedded server seems to works
    http://img856.imageshack.us/img856/1231/runingserver.jpg
    3rd
    Everything crash!
    http://img14.imageshack.us/img14/4301/internalse.jpg
    JDeveloper doesn't shows any error. Same problem when trying to Debug
    I'm using an oracle DB 10g which is in a different computer (in a server)... any guesses?
    Thanks in advance!
    -Fury

    what URL you are trying to run ?
    did you try to run on different computer ?
    Jdev 10g is quite old now and i dont think it supports JSPX pages (i saw jspx extension in your deployment)
    Zeeshan

  • Login error when trying to access iCloud Mail

    I am receiving the following error when trying to access iCloud Mail. All other iCloud services are functioning.
    IS FATAL
    true
    APPLICATION NAME
    mail
    TITLE
    Mail could not be loaded
    MESSAGE
    There was a problem loading the application due to a possible network error or missing resources. Please try again.
    LOG
    Tue, 10 Mar 2015 12:39:58 GMT:  DEBUG: MAIL in main()
    Tue, 10 Mar 2015 12:39:58 GMT:  DEBUG: Creating local CK.User object
    Tue, 10 Mar 2015 12:39:58 GMT:  DEBUG: Creating local CK.AccountPreferences object
    Tue, 10 Mar 2015 12:39:58 GMT:  DEBUG: -->  Request 1:   POST to https://p03-mailws.icloud.com:443/wm/preference?clientBuildNumber=15B.9bb3ce9&cl ientId=523F12B2-FC11-4D72-952C-A9AA1C424022&dsid=103705688,  headers: Content-Type=text/plain,  body: (omitted)
    Tue, 10 Mar 2015 12:39:58 GMT:  DEBUG: ----------------> Request out: /wm/preference-list-->1425991198034/1
      wmsid: null
      params: {"locale":"en-us","timeZone":"US/Central"}
    Tue, 10 Mar 2015 12:39:58 GMT:  DEBUG: SC.Object:sc1473:dispatch('load content')
    Tue, 10 Mar 2015 12:39:58 GMT:  DEBUG: "2.0 Waiting for Content" handled event 'load content' (no transition)
    Tue, 10 Mar 2015 12:39:58 GMT:  DEBUG: SC.Object:sc2647:dispatch('noContent')
    Tue, 10 Mar 2015 12:39:58 GMT:  DEBUG:   "6.2 pop up View" handled event 'noContent' with a transition to "6.2.2 No Content"
    Tue, 10 Mar 2015 12:39:58 GMT:  DEBUG:     -> entering "6.2.2 No Content"
    Tue, 10 Mar 2015 12:39:58 GMT:  WARN:  REJECTING SERVER RESPONSE CoreMail.MailRequest.willReceive:
      Status:0
      Request:/wm/preference
      Wmsid:null
      Redirect Count:1
      Timeout Redirect Count:1
      ResponseText:
    Tue, 10 Mar 2015 12:39:58 GMT:  DEBUG: -->  Request 2:   POST to https://p03-mailws.icloud.com:443/wm/preference?clientBuildNumber=15B.9bb3ce9&cl ientId=523F12B2-FC11-4D72-952C-A9AA1C424022&dsid=103705688,  headers: Content-Type=text/plain,  body: (omitted)
    Tue, 10 Mar 2015 12:39:58 GMT:  DEBUG: ----------------> Request out: /wm/preference-list-->1425991198034/1
      wmsid: null
      params: {"locale":"en-us","timeZone":"US/Central"}
    Tue, 10 Mar 2015 12:39:58 GMT:  ERROR: GIVING UP ON RETRIES, CoreMail.MailRequest.willReceive:
    responseText: ,
    this._redirectCount: 1
    Tue, 10 Mar 2015 12:39:58 GMT:  DEBUG: <--  Response 2:  0  (72ms),  headers:   body: (empty)
    Tue, 10 Mar 2015 12:39:58 GMT:  DEBUG: <---------------- Request in: /wm/preference-list-->1425991198034/1,httpStatus: 0,round trip time: 71ms, wmsid: null
    Tue, 10 Mar 2015 12:39:58 GMT:  ERROR: retrieveResponseError:
      ServerPreferencesDataSource.retrieveResponse
      error:-1/0
      guid:serverPrefsGuid
    Tue, 10 Mar 2015 12:39:58 GMT:  ERROR: Bootstrap error: Preferences.RefreshError
    TYPE
    server
    APP STATECHART
    SC.Statechart:sc1030
      initialized: true
      name: cloudos-statechart
      current-states: [
        active.springboard.displayingSpringboard.springboard
      state-transition:
        active: false
        suspended: false
      handling-event: false
    BUILD NUMBER
    15B.169e9f7
    TIME
    Tue Mar 10 2015 07:40:01 GMT-0500 (CDT)        (1425991201489)
    HOST
    www.icloud.com
    USER AGENT
    Mozilla/5.0 (Macintosh; Intel Mac OS X 10_10_2) AppleWebKit/600.3.18 (KHTML, like Gecko) Version/8.0.3 Safari/600.3.18
    DSID
    103705688
    ENVIRONMENT
    PROD
    RECENT LOG MESSAGES
    Tue, 10 Mar 2015 12:39:58 GMT:  DEBUG: MAIL in main()
    Tue, 10 Mar 2015 12:39:58 GMT:  DEBUG: Creating local CK.User object
    Tue, 10 Mar 2015 12:39:58 GMT:  DEBUG: Creating local CK.AccountPreferences object
    Tue, 10 Mar 2015 12:39:58 GMT:  DEBUG: -->  Request 1:   POST to https://p03-mailws.icloud.com:443/wm/preference?clientBuildNumber=15B.9bb3ce9&cl ientId=523F12B2-FC11-4D72-952C-A9AA1C424022&dsid=103705688,  headers: Content-Type=text/plain,  body: (omitted)
    Tue, 10 Mar 2015 12:39:58 GMT:  DEBUG: ----------------> Request out: /wm/preference-list-->1425991198034/1
      wmsid: null
      params: {"locale":"en-us","timeZone":"US/Central"}
    Tue, 10 Mar 2015 12:39:58 GMT:  DEBUG: SC.Object:sc1473:dispatch('load content')
    Tue, 10 Mar 2015 12:39:58 GMT:  DEBUG: "2.0 Waiting for Content" handled event 'load content' (no transition)
    Tue, 10 Mar 2015 12:39:58 GMT:  DEBUG: SC.Object:sc2647:dispatch('noContent')
    Tue, 10 Mar 2015 12:39:58 GMT:  DEBUG:   "6.2 pop up View" handled event 'noContent' with a transition to "6.2.2 No Content"
    Tue, 10 Mar 2015 12:39:58 GMT:  DEBUG:     -> entering "6.2.2 No Content"
    Tue, 10 Mar 2015 12:39:58 GMT:  WARN:  REJECTING SERVER RESPONSE CoreMail.MailRequest.willReceive:
      Status:0
      Request:/wm/preference
      Wmsid:null
      Redirect Count:1
      Timeout Redirect Count:1
      ResponseText:
    Tue, 10 Mar 2015 12:39:58 GMT:  DEBUG: -->  Request 2:   POST to https://p03-mailws.icloud.com:443/wm/preference?clientBuildNumber=15B.9bb3ce9&cl ientId=523F12B2-FC11-4D72-952C-A9AA1C424022&dsid=103705688,  headers: Content-Type=text/plain,  body: (omitted)
    Tue, 10 Mar 2015 12:39:58 GMT:  DEBUG: ----------------> Request out: /wm/preference-list-->1425991198034/1
      wmsid: null
      params: {"locale":"en-us","timeZone":"US/Central"}
    Tue, 10 Mar 2015 12:39:58 GMT:  ERROR: GIVING UP ON RETRIES, CoreMail.MailRequest.willReceive:
    responseText: ,
    this._redirectCount: 1
    Tue, 10 Mar 2015 12:39:58 GMT:  DEBUG: <--  Response 2:  0  (72ms),  headers:   body: (empty)
    Tue, 10 Mar 2015 12:39:58 GMT:  DEBUG: <---------------- Request in: /wm/preference-list-->1425991198034/1,httpStatus: 0,round trip time: 71ms, wmsid: null
    Tue, 10 Mar 2015 12:39:58 GMT:  ERROR: retrieveResponseError:
      ServerPreferencesDataSource.retrieveResponse
      error:-1/0
      guid:serverPrefsGuid
    Tue, 10 Mar 2015 12:39:58 GMT:  ERROR: Bootstrap error: Preferences.RefreshError

    After activatin iCloud, my dotMac account wouldn't retrieve mail anymore. It kept saying that my username or password were not good. No matter how many times I tried, I couldn't restore the service.
    Here's how I got it working again.
    Apparently my 6 letter password is no longer acceptable. You need to update it to an 8 letter password that includes numbers and capital letters.
    So I went to https://iforgot.apple.com and asked to reset my password.
    Because I could still get my emails logging into iCloud with Safari, I responded to Apple's email, and created a stronger password.
    Than I updated the passwords on my computer's Mail program, iPhone, and iPad (and of course everything else, iTunes, etc.).
    That was it!
    Everything works as normal again, I even was finally able to synchronize calendars over different computers again.
    Try it out, it could be your issue as well.

  • HTTP error when trying to access RESTful web service from application

    Hi,
    We are getting the following error when trying to access a RESTful web service coming from Apex workspace 4.2.1 and Apex listener 2.1:
    ORA-29273: HTTP request failed ORA-06512: at "SYS.UTL_HTTP", line 1130 ORA-29024: Certificate validation failure
    In the Debug report, besides the above I also see:
    error_backtrace: ORA-06512: at "SYS.UTL_HTTP", line 1130 ORA-06512: at "APEX_040200.WWV_FLOW_WEB_SERVICES", line 543 ORA-06512: at "APEX_040200.WWV_FLOW_WEB_SERVICES", line 1164 ORA-06512: at "APEX_040200.WWV_FLOW_PROCESS", line 396
    We get that error whether we use https or http in the URI pointing to the web service. When I test the Web Service in Workspace RESTful service GUI, I get the data back. When I go build an application with a report calling the RESTful Web Service I get that error. Both the Application and the Workspace RESTful services are on the same Apex environment and even the same workspace.
    What is odd is that I can actually put the URL of the web service into a browser and I get the data: (using the demo hr data in sample RESTful services.)
    IN browser-- https://weblogic-dev.edu/apex/ace/hr/empinfo/
    yields:
    7839,KING,PRESIDENT,,1981-11-17T05:00:00Z,5000,,10 7698,BLAKE,MANAGER,7839,1981-05-01T04:00:00Z,2850,,30 7782,CLARK,MANAGER,7839,1981-06-09T04:00:00Z,2450,,10 7566,JONES,MANAGER,7839,1981-04-02T05:00:00Z,2975,,20 7788,SCOTT,ANALYST,7566,1982-12-09T05:00:00Z,3000,,20 7902,FORD,ANALYST,7566,1981-12-03T05:00:00Z,3000,,20 7369,SMITH,CLERK,7902,1980-12-17T05:00:00Z,800,,20 7499,ALLEN,SALESMAN,7698,1981-02-20T05:00:00Z,1600,300,30 7521,WARD,SALESMAN,7698,1981-02-22T05:00:00Z,1250,500,30 7654,MARTIN,SALESMAN,7698,1981-09-28T04:00:00Z,1250,1400,30 7844,TURNER,SALESMAN,7698,1981-09-08T04:00:00Z,1500,0,30 7876,ADAMS,CLERK,7788,1983-01-12T05:00:00Z,1100,,20 7900,JAMES,CLERK,7698,1981-12-03T05:00:00Z,950,,30 7934,MILLER,CLERK,7782,1982-01-23T05:00:00Z,1300,,10
    Any ideas on what would be causing the Error above in our application?
    Thanks,
    Pat
    Edited by: patfmnd on Mar 11, 2013 3:25 PM
    In reviewing the above error, I think we are realizing that we have to have the Weblogic layer SSL cert (actually the CERT from our BigIP load balancer which also does our SSL termination) imported into the Oracle server wallet where Apex is installed. Am I correct?
    PM

    We resolved our problem. The Apex Administrative Guide made us realize that we had to set up Wallet path in the Instance. This required working with DBAs to follow the Advanced networking guide to get the wallet set up on our server. We then added that path to the Instance configuration. (Manager Instance --> Instance settings). We ran into another other issue related to our implementation of CAS but were able to resolve that, and 'voila' were able to get the sample RESTful service consumed by our application!!
    Now to the task of figuring out how to get Basic Auth working between client application and RESTful web service. If anyone has that working, let us know!!
    It would be helpful if in the documentation of the Apex 2.x listener or Apex install/configuration there was clear reference to the above steps required for HTTPS access to RESTful web services.
    Pat

  • Ora 12154 error when trying to add a database to VS Server Explorer

    Hi Everyone,
    I get the Ora 12154 error when trying to add a database to VS Server Explorer.
    How do I get around this problem.
    The database service is running and I can connect to the database with pl/sql.
    I can also tnsping the database and that is also ok.
    Looks like a problem with the odp.net software.
    I am running the 32 bit Oracle 11g on a Windows7 Home Premium 64 bit PC.
    I am new to this stuff so please help me step by step.
    Thanks.
    Emad

    Hi J. B.
    I have a question related to this. After you told me about the //host:1521/database alias I tried it in a VB 2008 program and it worked and returned data. At least I know that it can be used in a VB program without issues. I just now need to be able to add a connection with the Server Explorer.
    Anyway here is the VB coding I used. I'm new to this and still learning:
    Imports Oracle.DataAccess.Client ' Visual Basic ODP.NET Oracle managed provider
    Public Class Form1
    ' String to connect to the database.
    Dim strConnectionString As String = _
    "Data Source=//emad-pc:1521/emadeva;User ID=scott;Password=tiger;" '
    ' Associate the connection string with a connection object.
    Dim objOracleConnection As New OracleConnection(strConnectionString)
    ' SQL query for returning data rows.
    Dim strSqlQuery As String = _
    "Select dname, deptno " & _
    "From dept " & _
    "Where deptno = 10" '
    ' Command object to make this query work.
    Dim objOracleCommand As New OracleCommand(strSqlQuery, objOracleConnection)
    Private Sub Form1_Load(ByVal sender As System.Object, ByVal e As System.EventArgs) Handles MyBase.Load
    ' Identify what type of command is being used.
    objOracleCommand.CommandType = CommandType.Text
    Try
    objOracleConnection.Open()
    ' Set up a Data Reader and load it with data.
    Dim objOracleDataReader As OracleDataReader = _
    objOracleCommand.ExecuteReader()
    objOracleDataReader.Read()
    ' Convert the department number to a string.
    lblDepartmentNumberFromOracle.Text = _
    CStr(objOracleDataReader.Item("deptno"))
    Catch ex As Exception
    MessageBox.Show(ex.Message, "Error")
    End Try
    End Sub
    End Class
    I still want to thank you for the help you are providing.
    Truly,
    Emad

  • Error when trying to chat with more than one perso...

    I am getting an error when trying to chat with more than one person at a time.
    The message is like below:
    There has been an error while proccesing.
    Do you want to start debugging.
    Row: 0
    Error: No authorization
    Thank you in advance for assistance.
    Kind Regards
    Marcin
    Attachments:
    error.jpg ‏12 KB

    What is the version of Internet Explorer installed on your computer?
    In Internet Explorer go to Help -> About Internet Explorer.
    P.S. Please, don’t say that you are not using Internet Explorer. This is irrelevant. Skype depends on Internet Explorer.

  • Error when trying to drill down by region in BW report.

    Hi,
    I am getting following error when trying to drill-down according to region in BI report.
    Program error in class SAPMSSY1 method : UNCAUGHT_EXCEPTION
    System error in program SAPLRRK0 and from LIFT_DEL_H-02
    can anybody please tell me how to solve this error.
    Thanks in advance.
    Vaibhav

    Hi,
    With the help of ABAPer, you can debug the short dump, if its a dump? Check whether this Infoobject is Authorization relevant?
    Regards,
    Suman

Maybe you are looking for

  • HANA level based Hierarchy is not displaying in AOLAP

    Hi all, I have created a level based Hierarchy in HANA which I have been able to display in Excel using a HANA MDX Provider connection: However when I try to use the Hierarchy in Analysis for OLAP I am unable to see it, instead the dimensions are fla

  • Another packaging problem

    I am working with wl6.0 sp2 jdk1.3. I have MessageDriven bean (m.jar) and support classes (s.jar). I am using Ant and following depend.zip from Bea.... The m.jar gets deployed but it cannot see classes in s.jar. Error : Storing MessageDrivenContext O

  • Converting to XML file

    Hi Experts, I want to know one thing ,i have an xml data which will be displayed in textArea the same data i want to save in a file ,which will be an xml file, me attaching the code for this application ,the data that is displayed in text area should

  • I just got a new account and when I try downloading it says my account has been disabled

    <Email Edited By Host>

  • Labview 32bitDLL not loading in non32XP environment

    I created a labview DLL  using LabVIEW 2010 32 bit development environment. Then I loaded it on different computer that does not have LabVIEW, but has LabVIEW runtime engine 2010 only I treid to load it on 32bit WinXP, LV Runtime 32 bit 2010.........