Quantcast
Channel: Mendix Forum Questions
Viewing all articles
Browse latest Browse all 83234

Compile errors on update to 7

$
0
0

Hi all, sorry if this has been asked before, I'm trying to update to 7.1.0. So far I have done two things to try and solve this issue: reinstall appcloudservices & update all widgets via right click -> update all widgets function in modeler. Here's my log whe I try to deploy locally any help is appreciated:

 

Buildfile: C:\Users\TRON 2\Documents\Mendix\PITHOS-main\deployment\build_core.xml

compile:
    [javac] Compiling 670 source files to C:\Users\TRON 2\Documents\Mendix\PITHOS-main\deployment\run\bin
    [javac] C:\Users\TRON 2\Documents\Mendix\PITHOS-main\javasource\emailtemplate\mail\EmailModule.java:12: error: package com.mendix.util.classloading does not exist
    [javac] import com.mendix.util.classloading.Runner;
    [javac]                                    ^
    [javac] C:\Users\TRON 2\Documents\Mendix\PITHOS-main\javasource\googlemaps\actions\GeoCoder.java:10: error: package org.json does not exist
    [javac] import org.json.JSONArray;
    [javac]                ^
    [javac] C:\Users\TRON 2\Documents\Mendix\PITHOS-main\javasource\googlemaps\actions\GeoCoder.java:11: error: package org.json does not exist
    [javac] import org.json.JSONObject;
    [javac]                ^
    [javac] C:\Users\TRON 2\Documents\Mendix\PITHOS-main\javasource\imap_pop3_email\actions\EmailHandler.java:33: warning: Log is internal proprietary API and may be removed in a future release
    [javac] import sun.rmi.runtime.Log;
    [javac]                       ^
    [javac] C:\Users\TRON 2\Documents\Mendix\PITHOS-main\javasource\smtpemailmodule\mail\EmailModule.java:12: error: package com.mendix.util.classloading does not exist
    [javac] import com.mendix.util.classloading.Runner;
    [javac]                                    ^
    [javac] C:\Users\TRON 2\Documents\Mendix\PITHOS-main\javasource\appcloudservices\SessionInitializer.java:118: error: cannot find symbol
    [javac]                 Microflows.invokeOnFirstLoginAppCloudUser(c, openID);
    [javac]                           ^
    [javac]   symbol:   method invokeOnFirstLoginAppCloudUser(IContext,String)
    [javac]   location: class Microflows
    [javac] C:\Users\TRON 2\Documents\Mendix\PITHOS-main\javasource\audittrail\log\CreateLogObject.java:94: error: cannot find symbol
    [javac]         IContext sudoContext = context.getSudoContext();
    [javac]                                       ^
    [javac]   symbol:   method getSudoContext()
    [javac]   location: variable context of type IContext
    [javac] C:\Users\TRON 2\Documents\Mendix\PITHOS-main\javasource\deeplink\actions\ExecuteDeeplink.java:121: error: cannot find symbol
    [javac]             IContext sudoContext = getContext().getSudoContext();
    [javac]                                                ^
    [javac]   symbol:   method getSudoContext()
    [javac]   location: interface IContext
    [javac] C:\Users\TRON 2\Documents\Mendix\PITHOS-main\javasource\deeplink\actions\ExecuteDeeplink.java:122: error: cannot find symbol
    [javac]             link.setHitCount(sudoContext, link.getHitCount(getContext().getSudoContext()) + 1);
    [javac]                                                                        ^
    [javac]   symbol:   method getSudoContext()
    [javac]   location: interface IContext
    [javac] C:\Users\TRON 2\Documents\Mendix\PITHOS-main\javasource\deeplink\actions\StartDeeplinkJava.java:294: error: cannot find symbol
    [javac]             response.addCookie(XAS_SESSION_ID, session.getId().toString(),  "/", "", -1, true);
    [javac]                                ^
    [javac]   symbol:   variable XAS_SESSION_ID
    [javac]   location: class StartDeeplinkJava.DeepLinkHandler
    [javac] C:\Users\TRON 2\Documents\Mendix\PITHOS-main\javasource\emailtemplate\mail\EmailModule.java:130: error: cannot find symbol
    [javac]         new Runner<Object>()
    [javac]             ^
    [javac]   symbol:   class Runner
    [javac]   location: class EmailModule
    [javac] C:\Users\TRON 2\Documents\Mendix\PITHOS-main\javasource\googlemaps\actions\GeoCoder.java:58: error: cannot find symbol
    [javac]         JSONObject json = new JSONObject(sb.toString());
    [javac]         ^
    [javac]   symbol:   class JSONObject
    [javac]   location: class GeoCoder
    [javac] C:\Users\TRON 2\Documents\Mendix\PITHOS-main\javasource\googlemaps\actions\GeoCoder.java:58: error: cannot find symbol
    [javac]         JSONObject json = new JSONObject(sb.toString());
    [javac]                               ^
    [javac]   symbol:   class JSONObject
    [javac]   location: class GeoCoder
    [javac] C:\Users\TRON 2\Documents\Mendix\PITHOS-main\javasource\googlemaps\actions\GeoCoder.java:60: error: cannot find symbol
    [javac]         JSONArray jsonresults = (json.getJSONArray("results"));
    [javac]         ^
    [javac]   symbol:   class JSONArray
    [javac]   location: class GeoCoder
    [javac] C:\Users\TRON 2\Documents\Mendix\PITHOS-main\javasource\googlemaps\actions\GeoCoder.java:70: error: cannot find symbol
    [javac]                 JSONObject jsongeometry = (jsonresults.getJSONObject(0).getJSONObject("geometry"));
    [javac]                 ^
    [javac]   symbol:   class JSONObject
    [javac]   location: class GeoCoder
    [javac] C:\Users\TRON 2\Documents\Mendix\PITHOS-main\javasource\googlemaps\actions\GeoCoder.java:74: error: cannot find symbol
    [javac]                     JSONObject jsonlocation = (jsongeometry.getJSONObject("location"));
    [javac]                     ^
    [javac]   symbol:   class JSONObject
    [javac]   location: class GeoCoder
    [javac] C:\Users\TRON 2\Documents\Mendix\PITHOS-main\javasource\smtpemailmodule\mail\EmailModule.java:130: error: cannot find symbol
    [javac]         new Runner<Object>()
    [javac]             ^
    [javac]   symbol:   class Runner
    [javac]   location: class EmailModule
    [javac] Note: Some input files use or override a deprecated API.
    [javac] Note: Recompile with -Xlint:deprecation for details.
    [javac] 16 errors
    [javac] 1 warning
 


Viewing all articles
Browse latest Browse all 83234

Trending Articles



<script src="https://jsc.adskeeper.com/r/s/rssing.com.1596347.js" async> </script>