This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
#!/bin/bash | |
docker stop /local-nexus | |
docker rm /local-nexus | |
docker pull sonatype/nexus:2.14.11-01 && \ | |
docker run -d -p 8081:8081 --name local-nexus -e JAVA_OPTS=-Duser.timezone=US/Pacific sonatype/nexus:2.14.11-01 | |
until $(curl --output /dev/null --silent --head --fail http://localhost:8081/nexus/); do | |
printf '.' | |
sleep 5 |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
java.lang.AssertionError: [admin.email.password.sent.body has been missing. null, admin.email.password.sent.subject has been missing. null, admin.email.user.added.body has been missing. null, aim.login has been missing. null, aim.password has been missing. null, asset.entry.validator has been missing. null, asset.publisher.asset.entry.query.processors has been missing. null, asset.publisher.check.interval has been osgi. This property has been modularized, asset.publisher.display.style.default has been osgi. This property has been modularized, asset.publisher.display.styles has been osgi. This property has been modularized, asset.publisher.dynamic.subscription.limit has been osgi. This property has been modularized, asset.publisher.email.asset.entry.added.body has been osgi. This property has been modularized, asset.publisher.email.asset.entry.added.enabled has been osgi. This property has been modularized, asset.publisher.email.asset.entry.added.subject has been osgi. This property has been modu |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
> [email protected] build /opt/dev/projects/github/liferay-portal/master/modules/sdk/project-templates/project-templates-npm-react-portlet/build/npm-react-portlet | |
> babel --source-maps -d build/resources/main/META-INF/resources src/main/resources/META-INF/resources && liferay-npm-bundler | |
SyntaxError: src/main/resources/META-INF/resources/lib/index.es.js: Unexpected token (7:3) | |
5 | render() { | |
6 | return ( | |
> 7 | <button className='square' onClick={() => this.props.onClick()}> | |
| ^ | |
8 | {this.props.value} |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
2020-06-11 01:30:57.702 INFO [fileinstall-/Users/lawrence/Desktop/tmp/72ws/bundles/osgi/modules][BundleStartStopLogger:39] STARTED single-channel-epg_1.0.0 [1066] | |
2020-06-11 01:31:03.519 ERROR [Framework Event Dispatcher: Equinox Container: 37b12310-a353-48c4-9909-94a5017da77a][Framework:93] FrameworkEvent ERROR | |
java.lang.NullPointerException | |
at com.github.yuchi.semver.Version.compareTo(Version.java:158) | |
at com.github.yuchi.semver.Version.compareTo(Version.java:5) | |
at java.util.Comparator.lambda$comparing$77a9974f$1(Comparator.java:469) | |
at java.util.Collections$ReverseComparator2.compare(Collections.java:5232) | |
at java.util.TimSort.binarySort(TimSort.java:296) | |
at java.util.TimSort.sort(TimSort.java:239) | |
at java.util.Arrays.sort(Arrays.java:1512) |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
> Task :pluginInfo | |
Plugin classpath... | |
file:/C:/Users/jafari/.gradle/caches/modules-2/files-2.1/com.liferay/com.liferay.gradle.plugins.workspace/2.5.3/e1454413dffb20de913f322e7862ba5705454e4/com.liferay.gradle.plugins.workspace-2.5.3.jar | |
file:/C:/Users/jafari/.gradle/caches/modules-2/files-2.1/net.saliman/gradle-properties-plugin/1.4.6/8665e7377262276dc5e059717b22a76d5e6e8ded/gradle-properties-plugin-1.4.6.jar | |
file:/C:/Users/jafari/.gradle/caches/modules-2/files-2.1/com.bmuschko/gradle-docker-plugin/3.6.2/efc7353cb9836456ae7400f0bddc52a04ca15e64/gradle-docker-plugin-3.6.2.jar | |
file:/C:/Users/jafari/.gradle/caches/modules-2/files-2.1/com.google.code.gson/gson/2.8.6/9180733b7df8542621dc12e21e87557e8c99b8cb/gson-2.8.6.jar | |
file:/C:/Users/jafari/.gradle/caches/modules-2/files-2.1/com.liferay/com.liferay.gradle.plugins/8.0.3/2e0bfa75df1383f787f93cccfa7dd0e2872c75a6/com.liferay.gradle.plugins-8.0.3.jar | |
file:/C:/Users/jafari/.gradle/caches/modules-2/files-2.1/com.liferay/com.liferay.ant.bnd/3.2.5/d49ff4cf8d743404614f |
OlderNewer