[JBoss JIRA] (FORGE-2733) bug in either forge REST API or in obsidian front end
by George Gastaldi (JIRA)
[ https://issues.jboss.org/browse/FORGE-2733?page=com.atlassian.jira.plugin... ]
George Gastaldi commented on FORGE-2733:
----------------------------------------
[~jstrachan1]. is this still an issue or can it be closed?
> bug in either forge REST API or in obsidian front end
> -----------------------------------------------------
>
> Key: FORGE-2733
> URL: https://issues.jboss.org/browse/FORGE-2733
> Project: Forge
> Issue Type: Bug
> Reporter: James Strachan
>
> I managed to get this exception just now:
> {code}
> 2017-02-28 10:01:27,355 ERROR [io.undertow.request] (default task-20) UT005023: Exception handling request to /forge/commands/obsidian-new-quickstart/validate: org.jboss.resteasy.spi.UnhandledException: java.lang.IndexOutOfBoundsException: Index: 4, Size: 4
> at org.jboss.resteasy.core.ExceptionHandler.handleApplicationException(ExceptionHandler.java:77)
> at org.jboss.resteasy.core.ExceptionHandler.handleException(ExceptionHandler.java:220)
> at org.jboss.resteasy.core.SynchronousDispatcher.writeException(SynchronousDispatcher.java:175)
> at org.jboss.resteasy.core.SynchronousDispatcher.invoke(SynchronousDispatcher.java:418)
> at org.jboss.resteasy.core.SynchronousDispatcher.invoke(SynchronousDispatcher.java:209)
> at org.jboss.resteasy.plugins.server.servlet.ServletContainerDispatcher.service(ServletContainerDispatcher.java:221)
> at org.jboss.resteasy.plugins.server.servlet.HttpServletDispatcher.service(HttpServletDispatcher.java:56)
> at org.jboss.resteasy.plugins.server.servlet.HttpServletDispatcher.service(HttpServletDispatcher.java:51)
> at javax.servlet.http.HttpServlet.service(HttpServlet.java:790)
> at io.undertow.servlet.handlers.ServletHandler.handleRequest(ServletHandler.java:85)
> at io.undertow.servlet.handlers.security.ServletSecurityRoleHandler.handleRequest(ServletSecurityRoleHandler.java:62)
> at io.undertow.servlet.handlers.ServletDispatchingHandler.handleRequest(ServletDispatchingHandler.java:36)
> at org.wildfly.extension.undertow.security.SecurityContextAssociationHandler.handleRequest(SecurityContextAssociationHandler.java:78)
> at io.undertow.server.handlers.PredicateHandler.handleRequest(PredicateHandler.java:43)
> at org.wildfly.swarm.generated.FaviconErrorHandler.handleRequest(FaviconErrorHandler.java:62)
> at io.undertow.server.handlers.PathHandler.handleRequest(PathHandler.java:94)
> at io.undertow.servlet.handlers.security.SSLInformationAssociationHandler.handleRequest(SSLInformationAssociationHandler.java:131)
> at io.undertow.servlet.handlers.security.ServletAuthenticationCallHandler.handleRequest(ServletAuthenticationCallHandler.java:57)
> at io.undertow.server.handlers.PredicateHandler.handleRequest(PredicateHandler.java:43)
> at io.undertow.security.handlers.AbstractConfidentialityHandler.handleRequest(AbstractConfidentialityHandler.java:46)
> at io.undertow.servlet.handlers.security.ServletConfidentialityConstraintHandler.handleRequest(ServletConfidentialityConstraintHandler.java:64)
> at io.undertow.security.handlers.AuthenticationMechanismsHandler.handleRequest(AuthenticationMechanismsHandler.java:60)
> at io.undertow.servlet.handlers.security.CachedAuthenticatedSessionHandler.handleRequest(CachedAuthenticatedSessionHandler.java:77)
> at io.undertow.security.handlers.NotificationReceiverHandler.handleRequest(NotificationReceiverHandler.java:50)
> at io.undertow.security.handlers.AbstractSecurityContextAssociationHandler.handleRequest(AbstractSecurityContextAssociationHandler.java:43)
> at io.undertow.server.handlers.PredicateHandler.handleRequest(PredicateHandler.java:43)
> at org.wildfly.extension.undertow.security.jacc.JACCContextIdHandler.handleRequest(JACCContextIdHandler.java:61)
> at io.undertow.server.handlers.PredicateHandler.handleRequest(PredicateHandler.java:43)
> at io.undertow.server.handlers.PredicateHandler.handleRequest(PredicateHandler.java:43)
> at io.undertow.servlet.handlers.ServletInitialHandler.handleFirstRequest(ServletInitialHandler.java:292)
> at io.undertow.servlet.handlers.ServletInitialHandler.access$100(ServletInitialHandler.java:81)
> at io.undertow.servlet.handlers.ServletInitialHandler$2.call(ServletInitialHandler.java:138)
> at io.undertow.servlet.handlers.ServletInitialHandler$2.call(ServletInitialHandler.java:135)
> at io.undertow.servlet.core.ServletRequestContextThreadSetupAction$1.call(ServletRequestContextThreadSetupAction.java:48)
> at io.undertow.servlet.core.ContextClassLoaderSetupAction$1.call(ContextClassLoaderSetupAction.java:43)
> at io.undertow.servlet.api.LegacyThreadSetupActionWrapper$1.call(LegacyThreadSetupActionWrapper.java:44)
> at io.undertow.servlet.api.LegacyThreadSetupActionWrapper$1.call(LegacyThreadSetupActionWrapper.java:44)
> at io.undertow.servlet.api.LegacyThreadSetupActionWrapper$1.call(LegacyThreadSetupActionWrapper.java:44)
> at io.undertow.servlet.api.LegacyThreadSetupActionWrapper$1.call(LegacyThreadSetupActionWrapper.java:44)
> at io.undertow.servlet.handlers.ServletInitialHandler.dispatchRequest(ServletInitialHandler.java:272)
> at io.undertow.servlet.handlers.ServletInitialHandler.access$000(ServletInitialHandler.java:81)
> at io.undertow.servlet.handlers.ServletInitialHandler$1.handleRequest(ServletInitialHandler.java:104)
> at io.undertow.server.Connectors.executeRootHandler(Connectors.java:202)
> at io.undertow.server.HttpServerExchange$1.run(HttpServerExchange.java:805)
> at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1142)
> at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:617)
> at java.lang.Thread.run(Thread.java:745)
> Caused by: java.lang.IndexOutOfBoundsException: Index: 4, Size: 4
> at java.util.ArrayList.rangeCheck(ArrayList.java:653)
> at java.util.ArrayList.get(ArrayList.java:429)
> at org.jboss.forge.addon.ui.impl.controller.WizardCommandControllerImpl.getCurrentEntry(WizardCommandControllerImpl.java:493)
> at org.jboss.forge.addon.ui.impl.controller.WizardCommandControllerImpl.getCurrentController(WizardCommandControllerImpl.java:504)
> at org.jboss.forge.addon.ui.impl.controller.WizardCommandControllerImpl.isInitialized(WizardCommandControllerImpl.java:127)
> at org.jboss.forge.addon.ui.impl.controller.AbstractCommandController.assertInitialized(AbstractCommandController.java:55)
> at org.jboss.forge.addon.ui.impl.controller.WizardCommandControllerImpl.canMoveToNextStep(WizardCommandControllerImpl.java:298)
> at org.jboss.forge.addon.ui.impl.controller.NoUIWizardControllerDecorator.canMoveToNextStep(NoUIWizardControllerDecorator.java:52)
> at sun.reflect.GeneratedMethodAccessor280.invoke(Unknown Source)
> at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
> at java.lang.reflect.Method.invoke(Method.java:497)
> at org.jboss.forge.furnace.proxy.ClassLoaderAdapterCallback$2.call(ClassLoaderAdapterCallback.java:124)
> at org.jboss.forge.furnace.util.ClassLoaders.executeIn(ClassLoaders.java:42)
> at org.jboss.forge.furnace.proxy.ClassLoaderAdapterCallback.invoke(ClassLoaderAdapterCallback.java:97)
> at org.jboss.forge.addon.ui.controller.CommandController_$$_javassist_6eedec42-b625-4979-a432-d20d894e7b45.canMoveToNextStep(CommandController_$$_javassist_6eedec42-b625-4979-a432-d20d894e7b45.java)
> at org.jboss.forge.service.util.UICommandHelper.describeCurrentState(UICommandHelper.java:83)
> at org.obsidiantoaster.generator.rest.ObsidianResource.validateCommand(ObsidianResource.java:192)
> at org.obsidiantoaster.generator.rest.ObsidianResource$Proxy$_$$_WeldClientProxy.validateCommand(Unknown Source)
> at sun.reflect.GeneratedMethodAccessor546.invoke(Unknown Source)
> at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
> at java.lang.reflect.Method.invoke(Method.java:497)
> at org.jboss.resteasy.core.MethodInjectorImpl.invoke(MethodInjectorImpl.java:139)
> at org.jboss.resteasy.core.ResourceMethodInvoker.invokeOnTarget(ResourceMethodInvoker.java:295)
> at org.jboss.resteasy.core.ResourceMethodInvoker.invoke(ResourceMethodInvoker.java:249)
> at org.jboss.resteasy.core.ResourceMethodInvoker.invoke(ResourceMethodInvoker.java:236)
> at org.jboss.resteasy.core.SynchronousDispatcher.invoke(SynchronousDispatcher.java:402)
> {code}
> as I clicked on the last page of a 4 page wizard. Not sure if its a front end bug or not. The last posted form data was:
> {code}
> stepIndex:3
> type:Creates a new Spring Boot Tomcat - Rest & Config Map
> named:demo26
> topLevelPackage:com.example
> version:1.0.0-SNAPSHOT
> pipeline:CanaryRelease
> gitOrganisation:jstrachan
> gitRepository:demo26
> gitRepoDescription:undefined
> kubernetesSpace:team
> {code}
--
This message was sent by Atlassian JIRA
(v7.2.3#72005)
7 years, 6 months
[JBoss JIRA] (FORGE-2728) could not find main class org.jboss.forge.bootstrap.Bootstrap
by George Gastaldi (JIRA)
[ https://issues.jboss.org/browse/FORGE-2728?page=com.atlassian.jira.plugin... ]
George Gastaldi closed FORGE-2728.
----------------------------------
Resolution: Incomplete Description
Closing as incomplete. Please reopen if the problem persists
> could not find main class org.jboss.forge.bootstrap.Bootstrap
> -------------------------------------------------------------
>
> Key: FORGE-2728
> URL: https://issues.jboss.org/browse/FORGE-2728
> Project: Forge
> Issue Type: Bug
> Affects Versions: 3.4.0.Final
> Reporter: hans maier
> Priority: Blocker
>
> Im on opensuse 13. Running the forge script results in the error " main class org.jboss.forge.bootstrap.Bootstrap not found".
> I have to run it with sudo, then it works. However, it tells me "Warning: JAVA_HOME environment variable is not set." even though echo $JAVA_HOME gives me
> /usr/lib64/jvm/java
> where's the problem?
--
This message was sent by Atlassian JIRA
(v7.2.3#72005)
7 years, 6 months
[JBoss JIRA] (ROASTER-126) Format options not taken into account
by George Gastaldi (JIRA)
[ https://issues.jboss.org/browse/ROASTER-126?page=com.atlassian.jira.plugi... ]
George Gastaldi commented on ROASTER-126:
-----------------------------------------
I am not really sure what I should be looking at. I created the following test and the options are taken into account appropriately. If I increase the TAB_SIZE, the code shifts to the right correctly, for example:
{code:java}
public static void main(String[] args) throws Exception
{
String body = "CsvDataFormat dataformat = new CsvDataFormat();";
JavaClassSource javaClass = Roaster.create(JavaClassSource.class);
javaClass.setPackage("com.github.lburgazzoli.forge");
javaClass.setName("MyGeneratedClass");
javaClass.addImport(Map.class);
javaClass.addMethod().setPublic().setName("createDataFormat").setBody(body);
Properties properties = new Properties();
properties.put(DefaultCodeFormatterConstants.FORMATTER_LINE_SPLIT, "120");
properties.put(DefaultCodeFormatterConstants.FORMATTER_TAB_CHAR, "space");
properties.put(DefaultCodeFormatterConstants.FORMATTER_TAB_SIZE, "4");
properties.put(DefaultCodeFormatterConstants.FORMATTER_BRACE_POSITION_FOR_TYPE_DECLARATION, "next_line");
properties.put(DefaultCodeFormatterConstants.FORMATTER_BRACE_POSITION_FOR_METHOD_DECLARATION, "next_line");
System.out.println(Formatter.format(properties, javaClass));
}
{code}
> Format options not taken into account
> -------------------------------------
>
> Key: ROASTER-126
> URL: https://issues.jboss.org/browse/ROASTER-126
> Project: Roaster
> Issue Type: Bug
> Components: Formatter
> Affects Versions: 2.20.0.Final
> Reporter: Luca Burgazzoli
> Priority: Minor
>
> I'm doing some small experiments with Forge Roaster and I'm unable to get some formatting options taken into account.
> My code and the result is here: https://gist.github.com/lburgazzoli/115377c3887972696f77db3a71fef85f
> As you can notice, I configured some properties so that the code should wrap at column 120 and it should use spaces instead of tabs but my set-up is ignored and the resulting code is still formatted with some defaults.
> I set the formatting properties with:
> {code:java}
> properties.put(DefaultCodeFormatterConstants.FORMATTER_LINE_SPLIT, "120")
> properties.put(DefaultCodeFormatterConstants.FORMATTER_TAB_CHAR, "space")
> properties.put(DefaultCodeFormatterConstants.FORMATTER_TAB_SIZE, "4")
> {code}
> The behaviour does not change if I use constants without the shaded package value.
--
This message was sent by Atlassian JIRA
(v7.2.3#72005)
7 years, 6 months