[rules-users] Kie Work Bench missing repositories menu option

Mark Proctor mproctor at codehaus.org
Wed Dec 11 01:19:41 EST 2013


http://docs.jboss.org/drools/release/6.0.0.Final/drools-docs/html/wb.Workbench.html#wb.Installation
15.1.3. System properties

org.uberfire.nio.git.daemon.host: If daemon enabled, uses this property as local host identifier. Default:localhost
org.uberfire.nio.git.daemon.port: If daemon enabled, uses this property as port number. Default: 9418

Do you still have your tomcat running, did you forget to shut it down? Maybe the other WB installation is still running.

Mark

On 11 Dec 2013, at 05:59, Anjana Ackroyd <anjana.ackroyd at gmail.com> wrote:

> Ok I tried to deploy it on jboss 7.1.1 following the steps in the video
> 
> 
> My deploy fails with this error message
> 122:54:34,699 WARN  [org.jboss.weld.Bootstrap] (MSC service thread 1-3) WELD-001440 Scope type @javax.enterprise.context.RequestScoped() used on injection point [field] @Inject @RequestScoped private org.jbpm.designer.repository.vfs.VFSRepository.descriptor
> 22:54:35,735 ERROR [org.uberfire.java.nio.file.api.FileSystemProviders] (MSC service thread 1-3) Can't initialize FileSystemProviders: java.util.ServiceConfigurationError: org.uberfire.java.nio.file.spi.FileSystemProvider: Provider org.uberfire.java.nio.fs.jgit.JGitFileSystemProvider could not be instantiated: org.uberfire.java.nio.IOException: java.net.BindException: Address already in use
>         at java.util.ServiceLoader.fail(ServiceLoader.java:224) [rt.jar:1.7.0_05]
>         at java.util.ServiceLoader.access$100(ServiceLoader.java:181) [rt.jar:1.7.0_05]
>         at java.util.ServiceLoader$LazyIterator.next(ServiceLoader.java:370) [rt.jar:1.7.0_05]
>         at java.util.ServiceLoader$1.next(ServiceLoader.java:438) [rt.jar:1.7.0_05]
>         at org.uberfire.java.nio.file.api.FileSystemProviders.buildProviders(FileSystemProviders.java:62) [uberfire-nio2-api-0.3.0.Final.jar:0.3.0.Final]
>         at org.uberfire.java.nio.file.api.FileSystemProviders.<clinit>(FileSystemProviders.java:48) [uberfire-nio2-api-0.3.0.Final.jar:0.3.0.Final]
>         at org.uberfire.java.nio.file.FileSystems.newFileSystem(FileSystems.java:117) [uberfire-nio2-api-0.3.0.Final.jar:0.3.0.Final]
>         at org.uberfire.java.nio.file.FileSystems.newFileSystem(FileSystems.java:83) [uberfire-nio2-api-0.3.0.Final.jar:0.3.0.Final]
>         at org.uberfire.io.impl.AbstractIOService.newFileSystem(AbstractIOService.java:246) [uberfire-io-0.3.0.Final.jar:0.3.0.Final]
>         at org.uberfire.backend.server.config.ConfigurationServiceImpl.setup(ConfigurationServiceImpl.java:75) [uberfire-backend-server-0.3.0.Final.jar:0.3.0.Final]
> 
> 
> 
> I am not sure which port its trying to use, it doesnt say in the log message ?? 
> 
> 
> On Tue, Dec 10, 2013 at 4:13 PM, Mark Proctor <mproctor at codehaus.org> wrote:
> could you try with JBossAS 7.1.1? That’s the one we all use for our day to day testing?
> 
> If you look at the set of videos in the playlist, the first one shows you how to do setup and installation. Each video shows a different part of the workbench. The video’s in the playlist can be played back to back:
> http://blog.athico.com/2013/11/videos-showing-new-workbench.html
> 
> Mark
> On 10 Dec 2013, at 21:09, Anjana Ackroyd <anjana.ackroyd at gmail.com> wrote:
> 
>> Yes I am logged in as 
>> userid: admin 
>> password : admin. 
>> Do I have to create that role first? Or is it already defined in the WAR deployed?
>> 
>> All I get is a blank screen. I went ahead and installed maven and defined by M2_HOME. The warning is gone now but it dint help. Here is the log output when I click on the Administration menu , I get forwarded to this http://vlslcitcat07.regence.com:38080/kie/org.kie.workbench.drools.KIEDroolsWebapp/KIEDroolsWebapp.html?#org.kie.guvnor.Problems 
>> 
>> java.lang.RuntimeException: Failed to dispatch CDI Event
>>         at org.jboss.errai.cdi.server.events.EventDispatcher.callback(EventDispatcher.java:197)
>>         at org.jboss.errai.bus.server.DeliveryPlan.deliver(DeliveryPlan.java:47)
>>         at org.jboss.errai.bus.server.ServerMessageBusImpl.sendGlobal(ServerMessageBusImpl.java:284)
>>         at org.jboss.errai.bus.server.SimpleDispatcher.dispatchGlobal(SimpleDispatcher.java:46)
>>         at org.jboss.errai.bus.server.service.ErraiServiceImpl.store(ErraiServiceImpl.java:92)
>>         at org.jboss.errai.bus.server.service.ErraiServiceImpl.store(ErraiServiceImpl.java:109)
>>         at org.jboss.errai.bus.server.servlet.DefaultBlockingServlet.doPost(DefaultBlockingServlet.java:140)
>>         at javax.servlet.http.HttpServlet.service(HttpServlet.java:641)
>>         at javax.servlet.http.HttpServlet.service(HttpServlet.java:722)
>>         at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:305)
>>        Caused by: java.lang.ClassNotFoundException: org.guvnor.common.services.project.events.DeleteProjectEvent
>>         at org.apache.catalina.loader.WebappClassLoader.loadClass(WebappClassLoader.java:1688)
>>         at org.apache.catalina.loader.WebappClassLoader.loadClass(WebappClassLoader.java:1533)
>>         at java.lang.Class.forName0(Native Method)
>>         at java.lang.Class.forName(Class.java:169)
>>         at org.jboss.errai.cdi.server.events.EventDispatcher.callback(EventDispatcher.java:107)
>>         ... 30 more
>> *** Message delivery failure ***
>> Bus: org.jboss.errai.bus.server.ServerMessageBusImpl at 760663ec
>> Message: Qualifiers=[], BeanType=org.guvnor.common.services.project.events.DeleteProjectEvent, CommandType=RemoteSubscribe, ToSubject=cdi.event:Dispatcher
>> errorMessage: Error calling remote service: cdi.event:Dispatcher
>> exception: java.lang.RuntimeException: Failed to dispatch CDI Event
>> disconnect: false
>> 
>> 
>> I am attaching the screen shot one more time
>> 
>> 
>> On Tue, Dec 10, 2013 at 1:02 PM, Michael Anstis <michael.anstis at gmail.com> wrote:
>> I can't see the screen shot; it's been compressed. That said does your user have the "admin" role? I asked earlier but you did not say. Most of the administration perspective requires that role.
>> 
>> The warning is benign and can be ignored. It definitely would not cause problems with the administration perspective.
>> 
>> Sent on the move
>> 
>> On 10 Dec 2013 20:21, "Anjana Ackroyd" <anjana.ackroyd at gmail.com> wrote:
>> I went ahead and re-installed kie-drools-wb-distribution-wars-6.0.0.Final-tomcat7.0.war on tomcat 7. My server starts up with no errors. But I do see a warning
>> 
>> 2013-12-10 13:15:52,727 [tomcat-http--30] WARN  Environment variable M2_HOME is not set
>> 
>> I am guessing I need to install Maven on my server and try it again?
>> I am logged in as userid : admin 
>> Here is a screen shot
>> <image.png>
>> 
>> 
>> On Tue, Dec 10, 2013 at 10:41 AM, Michael Anstis <michael.anstis at gmail.com> wrote:
>> I went to double-check what I'd said.. but the image is no longer available on nabble.
>> 
>> If menus are missing, make sure your user has "admin" role.
>> 
>> 
>> On 10 December 2013 18:38, Michael Anstis <michael.anstis at gmail.com> wrote:
>> Was that a screen-shot of your installation?
>> 
>> It looks fine to me.. you have one repository "uf-playground". What is missing?
>> 
>> You can use the "Organizational Unit Manager" to show/manage OUs, or click on uf-playground in the tree-view to show it's (sparse) details.
>> 
>> Or better still, move over to the Authoring Perspective and have a look at the "mortgages" project.
>> 
>> 
>> 
>> 
>> On 10 December 2013 18:29, anjana.ackroyd <anjana.ackroyd at gmail.com> wrote:
>> I deployed
>> kie-drools-wb-distribution-wars-6.0.0-20131207.033517-672-tomcat7.0.war to
>> my tomcat. I am trying to point it to the repository I have by using the
>> steps listed
>> http://docs.jboss.org/jbpm/v6.0/userguide/wb.Workbench.html#wb.QuickStartAddRepository
>> 
>> But under Administration all I see is File Explorer
>> 
>> 
>> <http://drools.46999.n3.nabble.com/file/n4027197/Untitled.png>
>> 
>> 
>> 
>> --
>> View this message in context: http://drools.46999.n3.nabble.com/Kie-Work-Bench-missing-repositories-menu-option-tp4027197.html
>> Sent from the Drools: User forum mailing list archive at Nabble.com.
>> _______________________________________________
>> rules-users mailing list
>> rules-users at lists.jboss.org
>> https://lists.jboss.org/mailman/listinfo/rules-users
>> 
>> 
>> 
>> _______________________________________________
>> rules-users mailing list
>> rules-users at lists.jboss.org
>> https://lists.jboss.org/mailman/listinfo/rules-users
>> 
>> 
>> _______________________________________________
>> rules-users mailing list
>> rules-users at lists.jboss.org
>> https://lists.jboss.org/mailman/listinfo/rules-users
>> 
>> _______________________________________________
>> rules-users mailing list
>> rules-users at lists.jboss.org
>> https://lists.jboss.org/mailman/listinfo/rules-users
>> 
>> <Untitled.png>_______________________________________________
>> 
>> rules-users mailing list
>> rules-users at lists.jboss.org
>> https://lists.jboss.org/mailman/listinfo/rules-users
> 
> 
> _______________________________________________
> rules-users mailing list
> rules-users at lists.jboss.org
> https://lists.jboss.org/mailman/listinfo/rules-users
> 
> _______________________________________________
> rules-users mailing list
> rules-users at lists.jboss.org
> https://lists.jboss.org/mailman/listinfo/rules-users

-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://lists.jboss.org/pipermail/rules-users/attachments/20131211/421a3245/attachment.html 


More information about the rules-users mailing list