Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
Re: [che-dev] Stack hostname

	> This hostname is assigned by Docker i think. You cannot specify it. Why do you need it?

	Thanks for the info. We have command line tools that need a license to use them and that license is available only if the tools are running on a machine which has a specific domain.
	

> On 15 Aug 2018, at 14:57, che-dev-request@xxxxxxxxxxx wrote:
> 
> Send che-dev mailing list submissions to
> 	che-dev@xxxxxxxxxxx
> 
> To subscribe or unsubscribe via the World Wide Web, visit
> 	https://dev.eclipse.org/mailman/listinfo/che-dev
> or, via email, send a message with subject or body 'help' to
> 	che-dev-request@xxxxxxxxxxx
> 
> You can reach the person managing the list at
> 	che-dev-owner@xxxxxxxxxxx
> 
> When replying, please edit your Subject line so it is more specific
> than "Re: Contents of che-dev digest..."
> 
> 
> Today's Topics:
> 
>   1. Stack hostname (Andrew McLachlan)
>   2. Re: Stack hostname (Yevhen Ivantsov)
>   3. che plugin, part development (Tobias Fox)
>   4. Re: che plugin, part development (Vitalii Parfonov)
> 
> 
> ----------------------------------------------------------------------
> 
> Message: 1
> Date: Wed, 15 Aug 2018 10:39:15 +0100
> From: Andrew McLachlan <andrew.mclachlan@xxxxxx>
> To: che developer discussions <che-dev@xxxxxxxxxxx>
> Subject: [che-dev] Stack hostname
> Message-ID: <7035C887-A157-475D-B42A-FAC10755CA3C@xxxxxx>
> Content-Type: text/plain; charset="us-ascii"
> 
> Hi there!
> 
> We have a small question about the Che stack hostname? Currently when you spin up a stack the hostname is assigned (e.g. 04eb6d00d037).
> 
> Is there a way to specify in your stack configuration that it should have a domain too. For example, 04eb6d00d037.my.domain.com <http://04eb6d00d037.my.domain.com/>
> 
> Thanks in advance!
> 
> Andrew
> -------------- next part --------------
> An HTML attachment was scrubbed...
> URL: <https://dev.eclipse.org/mailman/private/che-dev/attachments/20180815/5ab3ff80/attachment.html>
> 
> ------------------------------
> 
> Message: 2
> Date: Wed, 15 Aug 2018 12:43:36 +0300
> From: Yevhen Ivantsov <yivantso@xxxxxxxxxx>
> To: che developer discussions <che-dev@xxxxxxxxxxx>
> Subject: Re: [che-dev] Stack hostname
> Message-ID:
> 	<CAHA7W7+9W83NwqYspq8qkZMWF9ZF+uJmaw6GMUHamxaxkcDtYg@xxxxxxxxxxxxxx>
> Content-Type: text/plain; charset="utf-8"
> 
> Hello Andrew!
> 
> 
> This hostname is assigned by Docker i think. You cannot specify it. Why do
> you need it?
> 
> On Wed, Aug 15, 2018 at 12:39 PM, Andrew McLachlan <andrew.mclachlan@xxxxxx>
> wrote:
> 
>> Hi there!
>> 
>> We have a small question about the Che stack hostname? Currently when you
>> spin up a stack the hostname is assigned (e.g. 04eb6d00d037).
>> 
>> Is there a way to specify in your stack configuration that it should have
>> a domain too. For example, 04eb6d00d037.my.domain.com
>> 
>> Thanks in advance!
>> 
>> Andrew
>> 
>> _______________________________________________
>> che-dev mailing list
>> che-dev@xxxxxxxxxxx
>> To change your delivery options, retrieve your password, or unsubscribe
>> from this list, visit
>> https://dev.eclipse.org/mailman/listinfo/che-dev
>> 
>> 
> 
> 
> -- 
> 
> EUGENE IVANTSOV
> 
> Red Hat
> 
> <https://www.redhat.com/>
> 
> eivantsov@xxxxxxxxxx
> <https://red.ht/sig>
> -------------- next part --------------
> An HTML attachment was scrubbed...
> URL: <https://dev.eclipse.org/mailman/private/che-dev/attachments/20180815/48687231/attachment.html>
> 
> ------------------------------
> 
> Message: 3
> Date: Wed, 15 Aug 2018 14:41:41 +0200
> From: "Tobias Fox" <TobiasFox@xxxxxxx>
> To: che-dev <che-dev@xxxxxxxxxxx>
> Subject: [che-dev] che plugin, part development
> Message-ID:
> 	<trinity-2946ba42-c660-4e25-b8d3-3990bf8ce0fc-1534336901642@3c-app-gmx-bs68>
> 	
> Content-Type: text/plain; charset="us-ascii"
> 
> An HTML attachment was scrubbed...
> URL: <https://dev.eclipse.org/mailman/private/che-dev/attachments/20180815/6f3960ff/attachment.html>
> 
> ------------------------------
> 
> Message: 4
> Date: Wed, 15 Aug 2018 16:57:21 +0300
> From: Vitalii Parfonov <vparfono@xxxxxxxxxx>
> To: che developer discussions <che-dev@xxxxxxxxxxx>
> Subject: Re: [che-dev] che plugin, part development
> Message-ID:
> 	<CAH2TVYXvbXp_vofHQUfkOEt6G7GeEHd_AQcHAn1QFKr8bNLTqg@xxxxxxxxxxxxxx>
> Content-Type: text/plain; charset="utf-8"
> 
> Hi
> 
> Problem is here
>  [ERROR] Line 27: No source code is available for type
> org.eclipse.che.plugn.parts.ide.helloworldview.HelloWorldPresenter; did you
> forget to inherit a required module?
> Check, please,  pom.xml of your plugin it should have packaging 'gwt-lib'
> like here
> <https://github.com/eclipse/che/blob/master/plugins/plugin-ceylon/che-plugin-ceylon-lang-ide/pom.xml#L23>
> .
> About not success imports check on dependency in you pom it must has Gin
> like here
> <https://github.com/eclipse/che/blob/master/plugins/plugin-ceylon/che-plugin-ceylon-lang-ide/pom.xml#L26-L29>
> .
> 
> Ask again if still have problem will help you with pleasure.
> 
> 
> On Wed, Aug 15, 2018 at 3:41 PM Tobias Fox <TobiasFox@xxxxxxx> wrote:
> 
>> Hello,
>> 
>> I have a question:
>> Eclipse Che with local binaries is running and I want to develope a part.
>> So I followed this guide https://www.eclipse.org/che/docs/parts.html
>> 
>> When started the mvn build I get this error:
>> 
>> --- gwt-maven-plugin:1.0-rc-8:compile (default) @ assembly-ide-war ---
>> [INFO] Compiling module org.eclipse.che.ide.IDE
>> [INFO]    Ignored 92 units with compilation errors in first pass.
>> [INFO] Compile with -strict or with -logLevel set to TRACE or DEBUG to see
>> all errors.
>> [INFO]    Computing all possible rebind results for
>> 'com.google.gwt.useragent.client.UserAgentAsserter'
>> [INFO]       Rebinding com.google.gwt.useragent.client.UserAgentAsserter
>> [INFO]          Checking rule <generate-with
>> class='com.google.gwt.editor.rebind.SimpleBeanEditorDriverGenerator'/>
>> [INFO]             [WARN] Detected warnings related to
>> 'com.google.gwt.editor.client.SimpleBeanEditorDriver'.   Are
>> validation-api-<version>.jar and validation-api-<version>-sources.jar on
>> the classpath?
>> [INFO]             Specify -logLevel DEBUG to see all errors.
>> [INFO]             [WARN] Unknown type
>> 'com.google.gwt.editor.client.SimpleBeanEditorDriver' specified in deferred
>> binding rule
>> [INFO]    Computing all possible rebind results for
>> 'org.eclipse.che.ide.client.inject.IDEInjector'
>> [INFO]       Rebinding org.eclipse.che.ide.client.inject.IDEInjector
>> [INFO]          Checking rule <generate-with
>> class='org.eclipse.che.util.ExtensionRegistryGenerator'/>
>> [INFO]             Tracing compile failure path for type
>> 'org.eclipse.che.ide.client.inject.IDEInjector'
>> [INFO]                [ERROR] Errors in
>> 'file:/C:/Users/<username>/Desktop/che_examples/che-ide/che-ide-server-extension/assembly/assembly-ide-war/target/generated-sources/gen/org/eclipse/che/ide/client/inject/IDEInjector.java'
>> [INFO]                   [ERROR]
>> org.eclipse.che.ide.bootstrap.IdeBootstrap cannot be resolved to a type
>> [INFO]                [ERROR] Errors in
>> 'jar:file:/C:/Users/<username>/.m2/repository/org/eclipse/che/core/che-core-ide-app/6.10.0-SNAPSHOT/che-core-ide-app-6.10.0-SNAPSHOT.jar!/org/eclipse/che/ide/bootstrap/IdeBootstrap.java'
>> [INFO]                   [ERROR]
>> org.eclipse.che.ide.bootstrap.ExtensionInitializer cannot be resolved to a
>> type
>> [INFO]                [ERROR] Errors in
>> 'jar:file:/C:/Users/<username>/.m2/repository/org/eclipse/che/core/che-core-ide-app/6.10.0-SNAPSHOT/che-core-ide-app-6.10.0-SNAPSHOT.jar!/org/eclipse/che/ide/bootstrap/ExtensionInitializer.java'
>> [INFO]                   [ERROR]
>> org.eclipse.che.ide.client.ExtensionManager cannot be resolved to a type
>> [INFO]                [ERROR] Errors in
>> 'file:/C:/Users/<username>/Desktop/che_examples/che-ide/che-ide-server-extension/assembly/assembly-ide-war/target/generated-sources/gen/org/eclipse/che/ide/client/ExtensionManager.java'
>> [INFO]                   [ERROR]
>> org.eclipse.che.sample.ide.ServerServiceExtension cannot be resolved to a
>> type
>> [INFO]                [ERROR] Errors in
>> 'jar:file:/C:/Users/<username>/Desktop/che_examples/che-ide/che-ide-server-extension/plugins/plugin-serverservice/plugin-serverservice-ide/target/plugin-serverservice-ide-6.10.0-SNAPSHOT.jar!/org/eclipse/che/sample/ide/ServerServiceExtension.java'
>> [INFO]                   [ERROR]
>> org.eclipse.che.sample.ide.action.MyAction cannot be resolved to a type
>> [INFO]                [ERROR] Errors in
>> 'jar:file:/C:/Users/<username>/Desktop/che_examples/che-ide/che-ide-server-extension/plugins/plugin-serverservice/plugin-serverservice-ide/target/plugin-serverservice-ide-6.10.0-SNAPSHOT.jar!/org/eclipse/che/sample/ide/action/MyAction.java'
>> [INFO]                   [ERROR] Line 27: No source code is available for
>> type org.eclipse.che.plugn.parts.ide.helloworldview.HelloWorldPresenter;
>> did you forget to inherit a required module?
>> [INFO]    [ERROR] Errors in 'org/eclipse/che/ide/client/IDE.java'
>> [INFO]       [ERROR] Line 24: Failed to resolve
>> 'org.eclipse.che.ide.client.inject.IDEInjector' via deferred binding
>> 
>> Further in the MyGinModule i cannot use the class AbstractGinModule. The
>> import is not successfully, although the class exists in the gin folder in
>> the .m2/repository.
>> 
>> Do you have any suggestions what I can do?
>> 
>> By the way: In the guide I was confused about the name of the Presenter.
>> First you named it HelloWorldPresenter and later MyPartPresenter.
>> 
>> best regards,
>> Tobias
>> _______________________________________________
>> che-dev mailing list
>> che-dev@xxxxxxxxxxx
>> To change your delivery options, retrieve your password, or unsubscribe
>> from this list, visit
>> https://dev.eclipse.org/mailman/listinfo/che-dev
>> 
> 
> 
> -- 
> Vitalii Parfonov
> 
> Che IDE Team Lead
> -------------- next part --------------
> An HTML attachment was scrubbed...
> URL: <https://dev.eclipse.org/mailman/private/che-dev/attachments/20180815/e388100d/attachment.html>
> 
> ------------------------------
> 
> _______________________________________________
> che-dev mailing list
> che-dev@xxxxxxxxxxx
> To change your delivery options, retrieve your password, or unsubscribe from this list, visit
> https://dev.eclipse.org/mailman/listinfo/che-dev
> 
> 
> End of che-dev Digest, Vol 44, Issue 13
> ***************************************



Back to the top