Announcement

Collapse
No announcement yet.

AJAX-Error after GUI-Update

Collapse
X
 
  • Filter
  • Time
  • Show
Clear All
new posts

  • AJAX-Error after GUI-Update

    Hi

    Since a few days I got this message on every section while using the OX-GUI

    Code:
    Fehlermeldung: Unbekannte AJAX-Aktion: newappointments. (SVL-0001,-1534137227-3)
    Last GUI-Update: 23.08.07 09:10

  • #2
    Hi,

    did you also updated the server? Some calls from the GUI depend on a more recent server build.

    Greetings.

    Comment


    • #3
      I tried to update it with the CVS-Checkout a few minutes ago and got the following errors:

      Code:
          [javac]     /tmp/open-xchange/src/org/xmlpull/v1/XmlSerializer.java
          [javac] /tmp/open-xchange/src/com/openexchange/groupware/container/mail/parser/MessageUtils.java:132: warning: unmappable character for encoding US-ASCII
          [javac]      * final String quotedPersonal = quotePersonal("Doe, Jané");
          [javac]                                                                      ^
          [javac] /tmp/open-xchange/src/com/openexchange/groupware/container/mail/parser/MessageUtils.java:132: warning: unmappable character for encoding US-ASCII
          [javac]      * final String quotedPersonal = quotePersonal("Doe, Jané");
          [javac]                                                                       ^
          [javac] /tmp/open-xchange/src/com/openexchange/groupware/container/mail/parser/MessageUtils.java:140: warning: unmappable character for encoding US-ASCII
          [javac]      * //Unicode Address: "Doe, Jané" <someone@somewhere.com>
          [javac]                                             ^
          [javac] /tmp/open-xchange/src/com/openexchange/groupware/container/mail/parser/MessageUtils.java:140: warning: unmappable character for encoding US-ASCII
          [javac]      * //Unicode Address: "Doe, Jané" <someone@somewhere.com>
          [javac]                                              ^
          [javac] /tmp/open-xchange/src/com/openexchange/ajax/container/Response.java:427: cannot find symbol
          [javac] symbol  : method entrySet()
          [javac] location: class org.json.JSONObject
          [javac]             final Set<Map.Entry<String, Object>> entrySet = response.getJSON().entrySet();
          [javac]                                                                                 ^
          [javac] Note: Some input files use or override a deprecated API.
          [javac] Note: Recompile with -Xlint:deprecation for details.
          [javac] Note: Some input files use unchecked or unsafe operations.
          [javac] Note: Recompile with -Xlint:unchecked for details.
          [javac] 1 error
          [javac] 4 warnings
      
      BUILD FAILED
      /tmp/open-xchange/build.xml:114: Compile failed; see the compiler error output for details.
              at org.apache.tools.ant.taskdefs.Javac.compile(Javac.java:933)
              at org.apache.tools.ant.taskdefs.Javac.execute(Javac.java:757)
              at org.apache.tools.ant.UnknownElement.execute(UnknownElement.java:275)
              at org.apache.tools.ant.Task.perform(Task.java:364)
              at org.apache.tools.ant.Target.execute(Target.java:341)
              at org.apache.tools.ant.Target.performTasks(Target.java:369)
              at org.apache.tools.ant.Project.executeSortedTargets(Project.java:1216)
              at org.apache.tools.ant.Project.executeTarget(Project.java:1185)
              at org.apache.tools.ant.helper.DefaultExecutor.executeTargets(DefaultExecutor.java:40)
              at org.apache.tools.ant.Project.executeTargets(Project.java:1068)
              at org.apache.tools.ant.Main.runBuild(Main.java:668)
              at org.apache.tools.ant.Main.startAnt(Main.java:187)
              at org.apache.tools.ant.launch.Launcher.run(Launcher.java:246)
              at org.apache.tools.ant.launch.Launcher.main(Launcher.java:67)
      
      Total time: 11 seconds

      Comment


      • #4
        hi,

        you may also need to update the json-jdk5 stuff from the cvs.

        Greetings.

        Comment


        • #5
          Hi Martin,

          thanks a lot. That was the problem

          Greetings

          Comment

          Working...
          X