Bug 1084989
| Summary: | portal-setup.sh doesnt work | ||
|---|---|---|---|
| Product: | [JBoss] JBoss Enterprise Portal Platform 6 | Reporter: | Lucas Ponce <lponce> |
| Component: | Portal | Assignee: | Lucas Ponce <lponce> |
| Status: | CLOSED UPSTREAM | QA Contact: | Tomas Kyjovsky <tkyjovsk> |
| Severity: | unspecified | Docs Contact: | |
| Priority: | unspecified | ||
| Version: | 6.2.0 | CC: | epp-bugs, ppalaga |
| Target Milestone: | ER02 | ||
| Target Release: | 6.2.0 | ||
| Hardware: | Unspecified | ||
| OS: | Unspecified | ||
| Whiteboard: | |||
| Fixed In Version: | Doc Type: | Bug Fix | |
| Doc Text: | Story Points: | --- | |
| Clone Of: | Environment: | ||
| Last Closed: | 2025-02-10 03:35:33 UTC | Type: | Bug |
| Regression: | --- | Mount Type: | --- |
| Documentation: | --- | CRM: | |
| Verified Versions: | Category: | --- | |
| oVirt Team: | --- | RHEL 7.3 requirements from Atomic Host: | |
| Cloudforms Team: | --- | Target Upstream Version: | |
| Embargoed: | |||
https://github.com/gatein/gatein-portal/pull/818 was merged in master This product has been discontinued or is no longer tracked in Red Hat Bugzilla. |
Description of problem: portal-setup.sh script doesnt work propertly. Version-Release number of selected component (if applicable): JBoss Portal 6.2 DR2 How reproducible: Always Steps to Reproduce: 1. Invoke $JBOSS/bin/portal-setup.sh 2. Introduce any password. 3. Gets Exception Actual results: Could not load logger class factory org/slf4j/LoggerFactory will use fail over logger instead Exception in thread "main" java.lang.NoClassDefFoundError: org/apache/commons/logging/impl/SimpleLog at org.exoplatform.services.log.impl.SimpleExoLog.<init>(SimpleExoLog.java:140) at org.exoplatform.services.log.impl.SimpleExoLogFactory.getLogger(SimpleExoLogFactory.java:34) at org.exoplatform.services.log.impl.AbstractExoLogFactory.getExoLogger(AbstractExoLogFactory.java:60) at org.exoplatform.services.log.impl.AbstractExoLogFactory.getExoLogger(AbstractExoLogFactory.java:79) at org.exoplatform.services.log.ExoLogger.getExoLogger(ExoLogger.java:159) at org.exoplatform.services.log.ExoLogger.getLogger(ExoLogger.java:108) at org.gatein.portal.installer.PortalSetupService.<clinit>(PortalSetupService.java:61) at org.gatein.portal.installer.PortalSetupCommand.writeRootPasswordLine(PortalSetupCommand.java:348) at org.gatein.portal.installer.PortalSetupCommand.process(PortalSetupCommand.java:318) at org.gatein.portal.installer.PortalSetupCommand.main(PortalSetupCommand.java:172) Caused by: java.lang.ClassNotFoundException: org.apache.commons.logging.impl.SimpleLog at java.net.URLClassLoader$1.run(URLClassLoader.java:366) at java.net.URLClassLoader$1.run(URLClassLoader.java:355) at java.security.AccessController.doPrivileged(Native Method) at java.net.URLClassLoader.findClass(URLClassLoader.java:354) at java.lang.ClassLoader.loadClass(ClassLoader.java:425) at sun.misc.Launcher$AppClassLoader.loadClass(Launcher.java:308) at java.lang.ClassLoader.loadClass(ClassLoader.java:358) ... 10 more Expected results: Change password in configuration/gatein/configuration.properties file. Additional info: Tested on DR2.