Pages: 1 [2]
  Print  
Author Topic: Errors during deplying RapidAnalytics, with some doubts  (Read 2367 times)
Simon Fischer
Administrator
Sr. Member
*****
Posts: 422



WWW
« Reply #15 on: November 30, 2011, 05:00:25 PM »

Hi,

sorry, but I'm really sure that if you type http://localhost:8080/admin-console into the URL field of your Browser, JBoss will not respond with "(/integratedSecurity=true) is not available" because you did not ask for "/integratedSecurity=true" but for "admin-console".

Regarding your DS file I'm not sure you can combine connection parameters using a <connection-property> tag and a property in the URL (;SelectMethod=cursor), Maybe add both to the URL or both as a <connection-property>.

Best,
Simon
Logged

Simon Fischer
Rapid-I

Want to meet others from the RapidMiner community and share your research and results? Visit http://www.rcomm2011.org
EDITH
Newbie
*
Posts: 11


« Reply #16 on: December 01, 2011, 07:37:01 PM »

Hallo Simon,

Many thanks for you reply, it was helpful !!! I have redone the DS and I get the following messeges :

Typing http://localhost:8080/admin-console I get a screen with the following menu:
Summary Configuration Metrics Control Content        Status: available

Nevertheless if I type http://localhost:8080 according to the rapidanalytics installation manual I get the following messege:

STATUS HTTP 404 - /RA/faces/restricted/index.xhtml
type: information status
messege: /RA/faces/restricted/index.xhtml
description: the required source (/RA/faces/restricted/index.xhtml) is not available
JBoss Web/3.0.0-beta-2

Respect the DS file, I have redone it and now it looks like:

- <datasources>
- <local-tx-datasource>
  <jndi-name>jdbc/RapidAnalyticsDS</jndi-name>
  <use-java-context>false</use-java-context>
  <connection-url>jdbc:jtds:sqlserver://localhost:1433/rapidanalytics;SelectMethod=cursor</connection-url>
- <!--  driver-class>net.sourceforge.jtds.jdbcx.JtdsDataSource</driver-class
  -->
  <driver-class>net.sourceforge.jtds.jdbc.Driver</driver-class>
  <user-name>rapidanalytics</user-name>
  <password>rapidanalytics</password>
- <!--  sql to call when connection is created
        <new-connection-sql>some arbitrary sql</new-connection-sql>
        
  -->
- <!--  sql to call on an existing pooled connection when it is obtained from pool
        <check-valid-connection-sql>some arbitrary sql</check-valid-connection-sql>
        
  -->
- <!--  corresponding type-mapping in the standardjbosscmp-jdbc.xml (optional)
  -->
- <metadata>
  <type-mapping>MS SQLSERVER2008</type-mapping>
  </metadata>
  </local-tx-datasource>
  </datasources>

What should I do now ?

Thanks again and kindest regards,
Edith
« Last Edit: December 05, 2011, 07:45:32 PM by EDITH » Logged
Simon Fischer
Administrator
Sr. Member
*****
Posts: 422



WWW
« Reply #17 on: December 12, 2011, 12:15:04 PM »

Hi,

Typing http://localhost:8080/admin-console I get a screen with the following menu:
Summary Configuration Metrics Control Content        Status: available

In the tree on the left, click data sources and see if your data source is there. If yes, what is the status?

Best,
Simon
Logged

Simon Fischer
Rapid-I

Want to meet others from the RapidMiner community and share your research and results? Visit http://www.rcomm2011.org
EDITH
Newbie
*
Posts: 11


« Reply #18 on: December 14, 2011, 12:39:48 AM »

Hallo Simon,
Thank you for your reply.
Considering the URL http://localhost:8080/admin-console and viewing the tree on the left:
JbossAS Servers
   Resorces
      Datasources


I get on my right a menu which includes the next labels:

Different types of Sources
   Name         Type         Status
   DefaultDS      Local Tx datasource   UP
   jdbc/RapidAnalyticsDS   Local Tx datasource   DOWN

Please tell me What would you suggest now ?
Thanks in advance,
Kindest regards,
Edith
Logged
Simon Fischer
Administrator
Sr. Member
*****
Posts: 422



WWW
« Reply #19 on: December 15, 2011, 11:24:18 AM »

Hi,

try to get an "UP" where not it says "DOWN" :-) At least now you know it finds your ds.xml but it does not work properly. Consult your logs and this Web site:

http://docs.jboss.org/jbossas/jboss4guide/r4/html/ch7.chapt.html

From here it is hardly possible to tell what exactly is not working.

Best,
Simon
Logged

Simon Fischer
Rapid-I

Want to meet others from the RapidMiner community and share your research and results? Visit http://www.rcomm2011.org
EDITH
Newbie
*
Posts: 11


« Reply #20 on: December 15, 2011, 06:19:45 PM »

Thank you Simon !
 I will have a look on it !
Best regards,
Edith
Logged
EDITH
Newbie
*
Posts: 11


« Reply #21 on: December 15, 2011, 09:20:22 PM »

Hallo again Simon,
Finally I got the "UP" instead of "DOWN" and it looks now: 
Different types of Sources
Name               Type               Status
DefaultDS           Local Tx datasource      UP
jdbc/RapidAnalyticsDS   Local Tx datasource      UP

I made it changing the DS file for the following one:
datasources>
- <local-tx-datasource>
  <jndi-name>jdbc/RapidAnalyticsDS</jndi-name>
  <use-java-context>false</use-java-context>
  <connection-url>jdbc:jtds:sqlserver://localhost:1433/rapidanalytics;SelectMethod=cursor</connection-url>
- <!--  driver-class>com.microsoft.sqlserver.jdbc.SQLServerDriver</driver-class
  -->
  <driver-class>net.sourceforge.jtds.jdbc.Driver</driver-class>
  <user-name>rapidanalytics</user-name>
  <password>rapidanalytics</password>
- <!--  sql to call when connection is created
        <new-connection-sql>some arbitrary sql</new-connection-sql>
       
  -->
- <!--  sql to call on an existing pooled connection when it is obtained from pool
        <check-valid-connection-sql>some arbitrary sql</check-valid-connection-sql>
       
  -->
- <!--  corresponding type-mapping in the standardjbosscmp-jdbc.xml (optional)
  -->
- <metadata>
  <type-mapping>MS SQLSERVER2008</type-mapping>
  </metadata>
  </local-tx-datasource>
  </datasources>


Nevertheless once I try to connect to the http://localhost:8080

I only get:

Status HTTP 404 - /RA/faces/restricted/index.xhtml

--------------------------------------------------------------------------------

type information of the state

messege /RA/faces/restricted/index.xhtml

description The requiered resource (/RA/faces/restricted/index.xhtml) is not available.


--------------------------------------------------------------------------------

JBoss Web/3.0.0-beta-2



Please tell me what would you suggest now ?
Many thanks in advance,
Kind regards,
Edith
Logged
Simon Fischer
Administrator
Sr. Member
*****
Posts: 422



WWW
« Reply #22 on: December 22, 2011, 10:03:05 AM »

Hi,

now that the data source works the error messaages in your log files should be different now.

BTW have you skipped the integrated security approach now? It came to my mind that maybe the reason why integrated security did not work was that the ntlmauth.dll that ships with jtds was not on the path. Usually, however, when that is a case you get a very helpful error message so I'm not sure that was the reason.

Best,
Simon
Logged

Simon Fischer
Rapid-I

Want to meet others from the RapidMiner community and share your research and results? Visit http://www.rcomm2011.org
EDITH
Newbie
*
Posts: 11


« Reply #23 on: January 05, 2012, 08:14:34 PM »

Hallo Simon
Firstly I wish all the best for the 2012, peace, love and happiness !!! I hope you had spent and marvelous Christmas time too.


Continuing with the error of deploying  Rapidanalytics ...

The message after accessing in the URL  http://localhost:8080 is the following one:

Status HTTP 404 - /RA/faces/restricted/index.xhtml

--------------------------------------------------------------------------------

type information of the status

messege /RA/faces/restricted/index.xhtml

description of the require souce  (/RA/faces/restricted/index.xhtml) is not available.


--------------------------------------------------------------------------------

JBoss Web/3.0.0-beta-2

The error messege after executing the run.bat
is

12:54:02,780 INFO  [org.jboss.seam.Component] Component: org.jboss.seam.mail.mai
lSession, scope: APPLICATION, type: JAVA_BEAN, class: org.jboss.seam.mail.MailSe
ssion
12:54:02,780 INFO  [org.jboss.seam.Component] Component: org.jboss.seam.navigati
on.pages, scope: APPLICATION, type: JAVA_BEAN, class: org.jboss.seam.navigation.
Pages
12:54:02,795 INFO  [org.jboss.seam.Component] Component: org.jboss.seam.navigati
on.safeActions, scope: APPLICATION, type: JAVA_BEAN, class: org.jboss.seam.navig
ation.SafeActions
12:54:02,795 INFO  [org.jboss.seam.Component] Component: org.jboss.seam.persiste
nce.persistenceContexts, scope: CONVERSATION, type: JAVA_BEAN, class: org.jboss.
seam.persistence.PersistenceContexts
12:54:02,795 INFO  [org.jboss.seam.Component] Component: org.jboss.seam.persiste
nce.persistenceProvider, scope: STATELESS, type: JAVA_BEAN, class: org.jboss.sea
m.persistence.HibernatePersistenceProvider
12:54:02,811 INFO  [org.jboss.seam.Component] Component: org.jboss.seam.security
.configurationFactory, scope: STATELESS, type: JAVA_BEAN, class: org.jboss.seam.
security.Configuration
12:54:02,811 INFO  [org.jboss.seam.Component] Component: org.jboss.seam.security
.credentials, scope: SESSION, type: JAVA_BEAN, class: org.jboss.seam.security.Cr
edentials
12:54:02,811 INFO  [org.jboss.seam.Component] Component: org.jboss.seam.security
.entityPermissionChecker, scope: APPLICATION, type: JAVA_BEAN, class: org.jboss.
seam.security.EntityPermissionChecker
12:54:02,811 INFO  [org.jboss.seam.Component] Component: org.jboss.seam.security
.facesSecurityEvents, scope: APPLICATION, type: JAVA_BEAN, class: org.jboss.seam
.security.FacesSecurityEvents
12:54:02,811 INFO  [org.jboss.seam.Component] Component: org.jboss.seam.security
.identifierPolicy, scope: APPLICATION, type: JAVA_BEAN, class: org.jboss.seam.se
curity.permission.IdentifierPolicy
12:54:02,811 INFO  [org.jboss.seam.Component] Component: org.jboss.seam.security
.identity, scope: SESSION, type: JAVA_BEAN, class: org.jboss.seam.security.Ident
ity
12:54:02,826 INFO  [org.jboss.seam.Component] Component: org.jboss.seam.security
.identityManager, scope: EVENT, type: JAVA_BEAN, class: org.jboss.seam.security.
management.IdentityManager
12:54:02,826 INFO  [org.jboss.seam.Component] Component: org.jboss.seam.security
.management.roleAction, scope: CONVERSATION, type: JAVA_BEAN, class: org.jboss.s
eam.security.management.action.RoleAction
12:54:02,826 INFO  [org.jboss.seam.Component] Component: org.jboss.seam.security
.management.roleSearch, scope: SESSION, type: JAVA_BEAN, class: org.jboss.seam.s
ecurity.management.action.RoleSearch
12:54:02,842 INFO  [org.jboss.seam.Component] Component: org.jboss.seam.security
.management.userAction, scope: CONVERSATION, type: JAVA_BEAN, class: org.jboss.s
eam.security.management.action.UserAction
12:54:02,842 INFO  [org.jboss.seam.Component] Component: org.jboss.seam.security
.management.userSearch, scope: SESSION, type: JAVA_BEAN, class: org.jboss.seam.s
ecurity.management.action.UserSearch
12:54:02,842 INFO  [org.jboss.seam.Component] Component: org.jboss.seam.security
.passwordHash, scope: STATELESS, type: JAVA_BEAN, class: org.jboss.seam.security
.management.PasswordHash
12:54:02,842 INFO  [org.jboss.seam.Component] Component: org.jboss.seam.security
.permission.permissionSearch, scope: CONVERSATION, type: JAVA_BEAN, class: org.j
boss.seam.security.permission.action.PermissionSearch
12:54:02,842 INFO  [org.jboss.seam.Component] Component: org.jboss.seam.security
.permissionManager, scope: APPLICATION, type: JAVA_BEAN, class: org.jboss.seam.s
ecurity.permission.PermissionManager
12:54:02,858 INFO  [org.jboss.seam.Component] Component: org.jboss.seam.security
.permissionMapper, scope: APPLICATION, type: JAVA_BEAN, class: org.jboss.seam.se
curity.permission.PermissionMapper
12:54:02,858 INFO  [org.jboss.seam.Component] Component: org.jboss.seam.security
.persistentPermissionResolver, scope: APPLICATION, type: JAVA_BEAN, class: org.j
boss.seam.security.permission.PersistentPermissionResolver
12:54:02,858 INFO  [org.jboss.seam.Component] Component: org.jboss.seam.security
.rememberMe, scope: SESSION, type: JAVA_BEAN, class: org.jboss.seam.security.Rem
emberMe
12:54:02,858 INFO  [org.jboss.seam.Component] Component: org.jboss.seam.theme.th
emeFactory, scope: STATELESS, type: JAVA_BEAN, class: org.jboss.seam.theme.Theme

12:54:02,858 INFO  [org.jboss.seam.Component] Component: org.jboss.seam.theme.th
emeSelector, scope: SESSION, type: JAVA_BEAN, class: org.jboss.seam.theme.ThemeS
elector
12:54:02,858 INFO  [org.jboss.seam.Component] Component: org.jboss.seam.transact
ion.synchronizations, scope: EVENT, type: JAVA_BEAN, class: org.jboss.seam.trans
action.SeSynchronizations
12:54:02,858 INFO  [org.jboss.seam.Component] Component: org.jboss.seam.transact
ion.transaction, scope: EVENT, type: JAVA_BEAN, class: org.jboss.seam.transactio
n.Transaction
12:54:02,873 INFO  [org.jboss.seam.Component] Component: org.jboss.seam.ui.Entit
yConverter, scope: CONVERSATION, type: JAVA_BEAN, class: org.jboss.seam.ui.Entit
yConverter
12:54:02,873 INFO  [org.jboss.seam.Component] Component: org.jboss.seam.ui.entit
yIdentifierStore, scope: PAGE, type: JAVA_BEAN, class: org.jboss.seam.ui.EntityI
dentifierStore
12:54:02,873 INFO  [org.jboss.seam.Component] Component: org.jboss.seam.ui.entit
yLoader, scope: STATELESS, type: JAVA_BEAN, class: org.jboss.seam.ui.JpaEntityLo
ader
12:54:02,873 INFO  [org.jboss.seam.Component] Component: org.jboss.seam.ui.facel
et.faceletCompiler, scope: APPLICATION, type: JAVA_BEAN, class: org.jboss.seam.u
i.facelet.FaceletCompiler
12:54:02,889 INFO  [org.jboss.seam.Component] Component: org.jboss.seam.ui.facel
et.facesContextFactory, scope: APPLICATION, type: JAVA_BEAN, class: org.jboss.se
am.ui.facelet.RendererFacesContextFactory
12:54:02,889 WARN  [org.jboss.seam.Component] Component class should be serializ
able: org.jboss.seam.ui.facelet.mockHttpSession
12:54:02,889 INFO  [org.jboss.seam.Component] Component: org.jboss.seam.ui.facel
et.mockHttpSession, scope: SESSION, type: JAVA_BEAN, class: org.jboss.seam.ui.fa
celet.HttpSessionManager
12:54:02,889 INFO  [org.jboss.seam.Component] Component: org.jboss.seam.ui.facel
et.mockServletContext, scope: APPLICATION, type: JAVA_BEAN, class: org.jboss.sea
m.ui.facelet.ServletContextManager
12:54:02,889 INFO  [org.jboss.seam.Component] Component: org.jboss.seam.ui.graph
icImage.graphicImageResource, scope: APPLICATION, type: JAVA_BEAN, class: org.jb
oss.seam.ui.graphicImage.GraphicImageResource
12:54:02,889 INFO  [org.jboss.seam.Component] Component: org.jboss.seam.ui.graph
icImage.graphicImageStore, scope: SESSION, type: JAVA_BEAN, class: org.jboss.sea
m.ui.graphicImage.GraphicImageStore
12:54:02,889 INFO  [org.jboss.seam.Component] Component: org.jboss.seam.ui.resou
rce.webResource, scope: APPLICATION, type: JAVA_BEAN, class: org.jboss.seam.ui.r
esource.WebResource
12:54:02,889 INFO  [org.jboss.seam.Component] Component: org.jboss.seam.web.ajax
4jsfFilter, scope: APPLICATION, type: JAVA_BEAN, class: org.jboss.seam.web.Ajax4
jsfFilter
12:54:02,889 INFO  [org.jboss.seam.Component] Component: org.jboss.seam.web.ajax
4jsfFilterInstantiator, scope: STATELESS, type: JAVA_BEAN, class: org.jboss.seam
.ui.filter.Ajax4jsfFilterInstantiator
12:54:02,904 INFO  [org.jboss.seam.Component] Component: org.jboss.seam.web.exce
ptionFilter, scope: APPLICATION, type: JAVA_BEAN, class: org.jboss.seam.web.Exce
ptionFilter
12:54:02,904 INFO  [org.jboss.seam.Component] Component: org.jboss.seam.web.iden
tityFilter, scope: APPLICATION, type: JAVA_BEAN, class: org.jboss.seam.web.Ident
ityFilter
12:54:02,904 INFO  [org.jboss.seam.Component] Component: org.jboss.seam.web.isUs
erInRole, scope: APPLICATION, type: JAVA_BEAN, class: org.jboss.seam.faces.IsUse
rInRole
12:54:02,904 INFO  [org.jboss.seam.Component] Component: org.jboss.seam.web.logg
ingFilter, scope: APPLICATION, type: JAVA_BEAN, class: org.jboss.seam.web.Loggin
gFilter
12:54:02,904 INFO  [org.jboss.seam.Component] Component: org.jboss.seam.web.mult
ipartFilter, scope: APPLICATION, type: JAVA_BEAN, class: org.jboss.seam.web.Mult
ipartFilter
12:54:02,904 INFO  [org.jboss.seam.Component] Component: org.jboss.seam.web.para
meters, scope: STATELESS, type: JAVA_BEAN, class: org.jboss.seam.faces.Parameter
s
12:54:02,904 INFO  [org.jboss.seam.Component] Component: org.jboss.seam.web.redi
rectFilter, scope: APPLICATION, type: JAVA_BEAN, class: org.jboss.seam.web.Redir
ectFilter
12:54:02,904 INFO  [org.jboss.seam.Component] Component: org.jboss.seam.web.serv
letContexts, scope: EVENT, type: JAVA_BEAN, class: org.jboss.seam.web.ServletCon
texts
12:54:02,920 INFO  [org.jboss.seam.Component] Component: org.jboss.seam.web.sess
ion, scope: SESSION, type: JAVA_BEAN, class: org.jboss.seam.web.Session
12:54:02,920 INFO  [org.jboss.seam.Component] Component: org.jboss.seam.web.user
Principal, scope: APPLICATION, type: JAVA_BEAN, class: org.jboss.seam.faces.User
Principal
12:54:02,920 INFO  [org.jboss.seam.Component] Component: resourceAction, scope:
EVENT, type: JAVA_BEAN, class: org.jboss.on.embedded.ui.ResourceAction
12:54:02,920 INFO  [org.jboss.seam.Component] Component: resourceCRUDAction, sco
pe: EVENT, type: JAVA_BEAN, class: org.jboss.on.embedded.ui.SingleResourceAction

12:54:02,920 INFO  [org.jboss.seam.Component] Component: resourceConfigurationUI
Bean, scope: CONVERSATION, type: JAVA_BEAN, class: org.jboss.on.embedded.ui.conf
iguration.resource.ResourceConfigurationUIBean
12:54:02,936 WARN  [org.jboss.seam.Component] Component class should be serializ
able: sessionInfoAction
12:54:02,936 INFO  [org.jboss.seam.Component] Component: sessionInfoAction, scop
e: SESSION, type: JAVA_BEAN, class: org.jboss.on.embedded.ui.SessionInfoAction
12:54:02,936 INFO  [org.jboss.seam.Component] Component: summaryAction, scope: E
VENT, type: JAVA_BEAN, class: org.jboss.on.embedded.ui.SummaryAction
12:54:02,936 INFO  [org.jboss.seam.Component] Component: tableManager, scope: PA
GE, type: JAVA_BEAN, class: org.jboss.on.embedded.ui.TableManager
12:54:02,936 INFO  [org.jboss.seam.Component] Component: templateDropDownPopulat
or, scope: EVENT, type: JAVA_BEAN, class: org.jboss.on.embedded.ui.configuration
.resource.TemplateDropDownPopulator
12:54:02,936 INFO  [org.jboss.seam.Component] Component: updateBackingContentAct
ion, scope: CONVERSATION, type: JAVA_BEAN, class: org.jboss.on.embedded.ui.conte
nt.UpdateBackingContentAction
12:54:02,951 INFO  [org.jboss.seam.contexts.Contexts] starting up: org.jboss.sea
m.security.persistentPermissionResolver
12:54:02,951 WARN  [org.jboss.seam.security.permission.PersistentPermissionResol
ver] no permission store available - please install a PermissionStore with the n
ame 'org.jboss.seam.security.jpaPermissionStore' if persistent permissions are r
equired.
12:54:02,951 INFO  [org.jboss.seam.contexts.Contexts] starting up: org.jboss.sea
m.security.permissionMapper
12:54:02,951 INFO  [org.jboss.seam.contexts.Contexts] starting up: org.jboss.sea
m.navigation.pages
12:54:02,998 INFO  [org.jboss.seam.contexts.Contexts] starting up: org.jboss.sea
m.security.entityPermissionChecker
12:54:02,998 INFO  [org.jboss.seam.contexts.Contexts] starting up: bootstrapActi
on
12:54:03,014 INFO  [org.jboss.seam.contexts.Contexts] starting up: org.jboss.sea
m.security.facesSecurityEvents
12:54:03,014 INFO  [org.jboss.seam.init.Initialization] done initializing Seam
12:54:03,029 INFO  [org.jboss.seam.servlet.SeamFilter] Initializing filter: org.
jboss.seam.web.loggingFilter
12:54:03,029 INFO  [org.jboss.seam.servlet.SeamFilter] Initializing filter: org.
jboss.seam.web.ajax4jsfFilter
12:54:03,060 INFO  [org.ajax4jsf.cache.CacheManager] Selected [org.ajax4jsf.cach
e.LRUMapCacheFactory] cache factory
12:54:03,060 INFO  [org.ajax4jsf.cache.LRUMapCacheFactory] Creating LRUMap cache
 instance using parameters: {facelets.DEVELOPMENT=true, facelets.LIBRARIES=/WEB-
INF/on.component.taglib.xml, org.jboss.on.embedded.LazyStartupListener=org.jboss
.seam.servlet.SeamListener, com.sun.faces.duplicateJARPattern=^tmp\d+(\S*\.jar),
 javax.faces.CONFIG_FILES=/WEB-INF/navigation.xml, org.richfaces.SKIN=jboss-cons
ole, com.sun.faces.injectionProvider=org.jboss.web.jsf.integration.injection.JBo
ssDelegatingInjectionProvider, javax.faces.STATE_SAVING_METHOD=server, javax.fac
es.DEFAULT_SUFFIX=.xhtml}
12:54:03,060 INFO  [org.ajax4jsf.cache.LRUMapCacheFactory] Creating LRUMap cache
 instance of default capacity
12:54:03,076 INFO  [org.ajax4jsf.cache.CacheManager] Selected [org.ajax4jsf.cach
e.LRUMapCacheFactory] cache factory
12:54:03,076 INFO  [org.ajax4jsf.cache.LRUMapCacheFactory] Creating LRUMap cache
 instance using parameters: {facelets.DEVELOPMENT=true, facelets.LIBRARIES=/WEB-
INF/on.component.taglib.xml, org.jboss.on.embedded.LazyStartupListener=org.jboss
.seam.servlet.SeamListener, com.sun.faces.duplicateJARPattern=^tmp\d+(\S*\.jar),
 javax.faces.CONFIG_FILES=/WEB-INF/navigation.xml, org.richfaces.SKIN=jboss-cons
ole, com.sun.faces.injectionProvider=org.jboss.web.jsf.integration.injection.JBo
ssDelegatingInjectionProvider, javax.faces.STATE_SAVING_METHOD=server, javax.fac
es.DEFAULT_SUFFIX=.xhtml}
12:54:03,076 INFO  [org.ajax4jsf.cache.LRUMapCacheFactory] Creating LRUMap cache
 instance of default capacity
12:54:03,076 INFO  [org.jboss.seam.servlet.SeamFilter] Initializing filter: org.
jboss.seam.web.redirectFilter
12:54:03,092 INFO  [org.jboss.seam.servlet.SeamFilter] Initializing filter: org.
jboss.seam.web.exceptionFilter
12:54:03,092 INFO  [org.jboss.seam.servlet.SeamFilter] Initializing filter: org.
jboss.seam.web.multipartFilter
12:54:03,092 INFO  [org.jboss.seam.servlet.SeamFilter] Initializing filter: org.
jboss.seam.web.identityFilter
12:54:03,107 INFO  [org.jboss.seam.contexts.Contexts] starting up: org.jboss.sea
m.security.identity
12:54:03,107 INFO  [org.jboss.seam.contexts.Contexts] starting up: org.jboss.sea
m.web.session
12:54:03,107 INFO  [org.jboss.seam.contexts.Contexts] starting up: sessionInfoAc
tion
12:54:21,732 INFO  [org.jboss.on.embedded.ui.BootstrapAction] Initializing Admin
istration Console v1.4.0.B01...
12:54:21,839 INFO  [org.rhq.core.pc.PluginContainer] Initializing Plugin Contain
er v1.4.0.B01...
12:54:23,821 INFO  [org.rhq.core.clientapi.agent.metadata.PluginDependencyGraph]
 Optional plugin [JBossAS] was requested by plugins [[Hibernate]] but it does no
t exist in the dependency graph yet and will be ignored
12:54:24,585 INFO  [org.rhq.core.clientapi.agent.metadata.PluginMetadataParser]
There is no resource type named [JBossAS Server] from a plugin named [JBossAS].
This is probably because that plugin is missing. Resource Type [Hibernate Statis
tics] will not have that missing type as a possible parent.
12:54:24,585 INFO  [org.rhq.core.pc.inventory.InventoryManager] Initializing Inv
entory Manager...
12:54:24,663 WARN  [org.rhq.core.system.SystemInfoFactory] System info API not a
ccessible on this platform (native shared library not found in java.library.path
).
12:54:24,725 INFO  [org.rhq.core.pc.inventory.InventoryManager] Detected new Pla
tform [Resource[id=-2, type=Windows, key=EDITH-PC, name=EDITH-PC, parent=<null>,
 version=Windows Vista 6.0]] - adding to local inventory...
12:54:24,757 INFO  [org.rhq.core.pc.inventory.InventoryManager] Inventory Manage
r initialized.
12:54:24,772 INFO  [org.rhq.core.pc.inventory.ResourceFactoryManager] Initializi
ng
12:54:24,772 INFO  [org.rhq.core.pc.content.ContentManager] Initializing Content
 Manager...
12:54:24,772 INFO  [org.rhq.core.pc.content.ContentManager] Content Manager init
ialized...
12:54:24,772 INFO  [org.rhq.core.pc.PluginContainer] Plugin Container initialize
d.
12:54:24,788 INFO  [org.jboss.on.embedded.manager.pc.PluginContainerResourceMana
ger] Discovering Resources...
12:54:24,788 INFO  [org.rhq.core.pc.inventory.AutoDiscoveryExecutor] Executing s
erver discovery scan...
12:54:24,835 WARN  [org.rhq.plugins.jmx.JMXDiscoveryComponent] Unable to complet
e base jmx server discovery (enable DEBUG for stack): java.lang.UnsupportedOpera
tionException: No native library available - Cannot get the process table inform
ation without native support
12:54:27,986 INFO  [org.rhq.core.pc.inventory.InventoryManager] Detected new Ser
ver [Resource[id=-3, type=JBossAS Server, key=C:\CENTRINO_25SEP07\CENTRINO_07\RA
PIDANALYTICS\RapidAnalytics-1.0.000-JBoss-bundle\rapidanalytics\server\default,
name=JBoss AS 6 (default), parent=<null>, version=2.0.0-alpha-4]] - adding to lo
cal inventory...
12:54:28,095 INFO  [org.mc4j.ems.impl.jmx.connection.DConnection] Querying MBean
Server for all MBeans
12:54:28,095 INFO  [org.mc4j.ems.impl.jmx.connection.DConnection] Found 384 MBea
ns, starting load
12:54:28,111 INFO  [org.rhq.plugins.jbossas5.ApplicationServerComponent] Success
fully obtained a JMX connection to -n/a-
12:54:28,126 INFO  [org.rhq.core.pc.inventory.AutoDiscoveryExecutor] Found 0 ser
vers.
12:54:28,126 INFO  [org.rhq.core.pc.inventory.RuntimeDiscoveryExecutor] Running
runtime discovery scan rooted at [platform]
12:54:28,173 INFO  [org.rhq.core.pc.inventory.InventoryManager] Detected new Ser
ver [Resource[id=-4, type=JBoss AS JVM, key=JVM, name=JBoss AS JVM, parent=<null
>, version=1.6.0_27]] - adding to local inventory...
12:54:28,189 INFO  [org.rhq.plugins.jmx.JMXServerComponent] Starting connection
to JMX Server JVM
12:54:28,189 INFO  [org.mc4j.ems.impl.jmx.connection.DConnection] Querying MBean
Server for all MBeans
12:54:28,189 INFO  [org.mc4j.ems.impl.jmx.connection.DConnection] Found 384 MBea
ns, starting load
12:54:28,703 INFO  [org.rhq.core.pc.inventory.RuntimeDiscoveryExecutor] Scanned
  • servers and found
  • total descendant Resources.
12:54:28,719 INFO  [org.rhq.core.pc.inventory.RuntimeDiscoveryExecutor] Running
runtime discovery scan rooted at [platform]
12:54:28,813 INFO  [org.rhq.core.pc.inventory.RuntimeDiscoveryExecutor] Scanned
  • servers and found
  • total descendant Resources.
12:54:46,418 INFO  [org.jboss.seam.contexts.Contexts] starting up: org.jboss.sea
m.security.identity
12:54:46,418 INFO  [org.jboss.seam.contexts.Contexts] starting up: org.jboss.sea
m.web.session
12:54:46,418 INFO  [org.jboss.seam.contexts.Contexts] starting up: sessionInfoAc
tion

Please tell me what do you suggest now ?
Many thanks in advance,
Best regards,
Edith
Logged
Pages: 1 [2]
  Print  
 
Jump to: