Skip to content

Instantly share code, notes, and snippets.

@IvanShafran
Created December 4, 2015 13:16
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save IvanShafran/6b536580342ce326529e to your computer and use it in GitHub Desktop.
Save IvanShafran/6b536580342ce326529e to your computer and use it in GitHub Desktop.
D:\Problems\_technotrack\1sem\java\technotrack-mail-java-1sem>mvn compile
[INFO] Scanning for projects...
[WARNING]
[WARNING] Some problems were encountered while building the effective model for ru.mail.track:messenger:jar:1.0-SNAPSHOT
[WARNING] 'dependencies.dependency.systemPath' for com.oracle:ojdbc:jar should not point at files within the project directory, ${basedir}/lib/ojdbc6.jar will be unresolvable by depe
ndent projects @ line 104, column 25
[WARNING]
[WARNING] It is highly recommended to fix these problems because they threaten the stability of your build.
[WARNING]
[WARNING] For this reason, future Maven versions might no longer support building such malformed projects.
[WARNING]
[INFO]
[INFO] ------------------------------------------------------------------------
[INFO] Building messenger 1.0-SNAPSHOT
[INFO] ------------------------------------------------------------------------
[INFO]
[INFO] --- maven-resources-plugin:2.6:resources (default-resources) @ messenger ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory D:\Problems\_technotrack\1sem\java\technotrack-mail-java-1sem\src\main\resources
[INFO]
[INFO] --- maven-compiler-plugin:3.1:compile (default-compile) @ messenger ---
[INFO] Compiling 81 source files to D:\Problems\_technotrack\1sem\java\technotrack-mail-java-1sem\target\classes
[INFO] -------------------------------------------------------------
[WARNING] COMPILATION WARNING :
[INFO] -------------------------------------------------------------
[WARNING] /D:/Problems/_technotrack/1sem/java/technotrack-mail-java-1sem/src/main/java/ru/mail/track/socket_messenger/jdbc/SqlDao/SqlDaoFactory.java: D:\Problems\_technotrack\1sem\ja
va\technotrack-mail-java-1sem\src\main\java\ru\mail\track\socket_messenger\jdbc\SqlDao\SqlDaoFactory.java uses unchecked or unsafe operations.
[WARNING] /D:/Problems/_technotrack/1sem/java/technotrack-mail-java-1sem/src/main/java/ru/mail/track/socket_messenger/jdbc/SqlDao/SqlDaoFactory.java: Recompile with -Xlint:unchecked
for details.
[INFO] 2 warnings
[INFO] -------------------------------------------------------------
[INFO] -------------------------------------------------------------
[ERROR] COMPILATION ERROR :
[INFO] -------------------------------------------------------------
[ERROR] /D:/Problems/_technotrack/1sem/java/technotrack-mail-java-1sem/src/main/java/ru/mail/track/socket_messenger/serialization/NativeSerializeProtocol.java:[3,31] package com.sun.
istack.internal does not exist
[ERROR] /D:/Problems/_technotrack/1sem/java/technotrack-mail-java-1sem/src/main/java/ru/mail/track/socket_messenger/message/MessageFabric.java:[3,31] package com.sun.istack.internal
does not exist
[ERROR] /D:/Problems/_technotrack/1sem/java/technotrack-mail-java-1sem/src/main/java/ru/mail/track/socket_messenger/user/user_store/UserStore.java:[3,31] package com.sun.istack.inter
nal does not exist
[ERROR] /D:/Problems/_technotrack/1sem/java/technotrack-mail-java-1sem/src/main/java/ru/mail/track/socket_messenger/serialization/NativeSerializeProtocol.java:[19,6] cannot find symb
ol
symbol: class Nullable
location: class ru.mail.track.socket_messenger.serialization.NativeSerializeProtocol
[ERROR] /D:/Problems/_technotrack/1sem/java/technotrack-mail-java-1sem/src/main/java/ru/mail/track/socket_messenger/serialization/NativeSerializeProtocol.java:[36,6] cannot find symb
ol
symbol: class Nullable
location: class ru.mail.track.socket_messenger.serialization.NativeSerializeProtocol
[ERROR] /D:/Problems/_technotrack/1sem/java/technotrack-mail-java-1sem/src/main/java/ru/mail/track/socket_messenger/message/MessageFabric.java:[31,6] cannot find symbol
symbol: class Nullable
location: class ru.mail.track.socket_messenger.message.MessageFabric
[ERROR] /D:/Problems/_technotrack/1sem/java/technotrack-mail-java-1sem/src/main/java/ru/mail/track/socket_messenger/message/MessageFabric.java:[52,6] cannot find symbol
symbol: class Nullable
location: class ru.mail.track.socket_messenger.message.MessageFabric
[ERROR] /D:/Problems/_technotrack/1sem/java/technotrack-mail-java-1sem/src/main/java/ru/mail/track/socket_messenger/message/MessageFabric.java:[82,6] cannot find symbol
symbol: class Nullable
location: class ru.mail.track.socket_messenger.message.MessageFabric
[ERROR] /D:/Problems/_technotrack/1sem/java/technotrack-mail-java-1sem/src/main/java/ru/mail/track/socket_messenger/message/MessageFabric.java:[96,6] cannot find symbol
symbol: class Nullable
location: class ru.mail.track.socket_messenger.message.MessageFabric
[ERROR] /D:/Problems/_technotrack/1sem/java/technotrack-mail-java-1sem/src/main/java/ru/mail/track/socket_messenger/message/MessageFabric.java:[109,6] cannot find symbol
symbol: class Nullable
location: class ru.mail.track.socket_messenger.message.MessageFabric
[ERROR] /D:/Problems/_technotrack/1sem/java/technotrack-mail-java-1sem/src/main/java/ru/mail/track/socket_messenger/message/MessageFabric.java:[168,6] cannot find symbol
symbol: class Nullable
location: class ru.mail.track.socket_messenger.message.MessageFabric
[ERROR] /D:/Problems/_technotrack/1sem/java/technotrack-mail-java-1sem/src/main/java/ru/mail/track/socket_messenger/user/user_store/UserStore.java:[15,6] cannot find symbol
symbol: class Nullable
location: interface ru.mail.track.socket_messenger.user.user_store.UserStore
[ERROR] /D:/Problems/_technotrack/1sem/java/technotrack-mail-java-1sem/src/main/java/ru/mail/track/socket_messenger/user/user_store/UserStore.java:[22,6] cannot find symbol
symbol: class Nullable
location: interface ru.mail.track.socket_messenger.user.user_store.UserStore
[ERROR] /D:/Problems/_technotrack/1sem/java/technotrack-mail-java-1sem/src/main/java/ru/mail/track/socket_messenger/user/user_store/UserStore.java:[29,6] cannot find symbol
symbol: class Nullable
location: interface ru.mail.track.socket_messenger.user.user_store.UserStore
[INFO] 14 errors
[INFO] -------------------------------------------------------------
[INFO] ------------------------------------------------------------------------
[INFO] BUILD FAILURE
[INFO] ------------------------------------------------------------------------
[INFO] Total time: 3.055 s
[INFO] Finished at: 2015-12-04T15:13:02+02:00
[INFO] Final Memory: 15M/198M
[INFO] ------------------------------------------------------------------------
[ERROR] Failed to execute goal org.apache.maven.plugins:maven-compiler-plugin:3.1:compile (default-compile) on project messenger: Compilation failure: Compilation failure:
[ERROR] /D:/Problems/_technotrack/1sem/java/technotrack-mail-java-1sem/src/main/java/ru/mail/track/socket_messenger/serialization/NativeSerializeProtocol.java:[3,31] package com.sun.
istack.internal does not exist
[ERROR] /D:/Problems/_technotrack/1sem/java/technotrack-mail-java-1sem/src/main/java/ru/mail/track/socket_messenger/message/MessageFabric.java:[3,31] package com.sun.istack.internal
does not exist
[ERROR] /D:/Problems/_technotrack/1sem/java/technotrack-mail-java-1sem/src/main/java/ru/mail/track/socket_messenger/user/user_store/UserStore.java:[3,31] package com.sun.istack.inter
nal does not exist
[ERROR] /D:/Problems/_technotrack/1sem/java/technotrack-mail-java-1sem/src/main/java/ru/mail/track/socket_messenger/serialization/NativeSerializeProtocol.java:[19,6] cannot find symb
ol
[ERROR] symbol: class Nullable
[ERROR] location: class ru.mail.track.socket_messenger.serialization.NativeSerializeProtocol
[ERROR] /D:/Problems/_technotrack/1sem/java/technotrack-mail-java-1sem/src/main/java/ru/mail/track/socket_messenger/serialization/NativeSerializeProtocol.java:[36,6] cannot find symb
ol
[ERROR] symbol: class Nullable
[ERROR] location: class ru.mail.track.socket_messenger.serialization.NativeSerializeProtocol
[ERROR] /D:/Problems/_technotrack/1sem/java/technotrack-mail-java-1sem/src/main/java/ru/mail/track/socket_messenger/message/MessageFabric.java:[31,6] cannot find symbol
[ERROR] symbol: class Nullable
[ERROR] location: class ru.mail.track.socket_messenger.message.MessageFabric
[ERROR] /D:/Problems/_technotrack/1sem/java/technotrack-mail-java-1sem/src/main/java/ru/mail/track/socket_messenger/message/MessageFabric.java:[52,6] cannot find symbol
[ERROR] symbol: class Nullable
[ERROR] location: class ru.mail.track.socket_messenger.message.MessageFabric
[ERROR] /D:/Problems/_technotrack/1sem/java/technotrack-mail-java-1sem/src/main/java/ru/mail/track/socket_messenger/message/MessageFabric.java:[82,6] cannot find symbol
[ERROR] symbol: class Nullable
[ERROR] location: class ru.mail.track.socket_messenger.message.MessageFabric
[ERROR] /D:/Problems/_technotrack/1sem/java/technotrack-mail-java-1sem/src/main/java/ru/mail/track/socket_messenger/message/MessageFabric.java:[96,6] cannot find symbol
[ERROR] symbol: class Nullable
[ERROR] location: class ru.mail.track.socket_messenger.message.MessageFabric
[ERROR] /D:/Problems/_technotrack/1sem/java/technotrack-mail-java-1sem/src/main/java/ru/mail/track/socket_messenger/message/MessageFabric.java:[109,6] cannot find symbol
[ERROR] symbol: class Nullable
[ERROR] location: class ru.mail.track.socket_messenger.message.MessageFabric
[ERROR] /D:/Problems/_technotrack/1sem/java/technotrack-mail-java-1sem/src/main/java/ru/mail/track/socket_messenger/message/MessageFabric.java:[168,6] cannot find symbol
[ERROR] symbol: class Nullable
[ERROR] location: class ru.mail.track.socket_messenger.message.MessageFabric
[ERROR] /D:/Problems/_technotrack/1sem/java/technotrack-mail-java-1sem/src/main/java/ru/mail/track/socket_messenger/user/user_store/UserStore.java:[15,6] cannot find symbol
[ERROR] symbol: class Nullable
[ERROR] location: interface ru.mail.track.socket_messenger.user.user_store.UserStore
[ERROR] /D:/Problems/_technotrack/1sem/java/technotrack-mail-java-1sem/src/main/java/ru/mail/track/socket_messenger/user/user_store/UserStore.java:[22,6] cannot find symbol
[ERROR] symbol: class Nullable
[ERROR] location: interface ru.mail.track.socket_messenger.user.user_store.UserStore
[ERROR] /D:/Problems/_technotrack/1sem/java/technotrack-mail-java-1sem/src/main/java/ru/mail/track/socket_messenger/user/user_store/UserStore.java:[29,6] cannot find symbol
[ERROR] symbol: class Nullable
[ERROR] location: interface ru.mail.track.socket_messenger.user.user_store.UserStore
[ERROR] -> [Help 1]
[ERROR]
[ERROR] To see the full stack trace of the errors, re-run Maven with the -e switch.
[ERROR] Re-run Maven using the -X switch to enable full debug logging.
[ERROR]
[ERROR] For more information about the errors and possible solutions, please read the following articles:
[ERROR] [Help 1] http://cwiki.apache.org/confluence/display/MAVEN/MojoFailureException
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment