Pages: [1] 2
  Print  
Author Topic: Errors during deplying RapidAnalytics, with some doubts  (Read 2367 times)
riyao
Newbie
*
Posts: 4


« on: February 23, 2011, 10:54:36 PM »

Hi,

I am looking for candidate web-based reporting&forecasting software for the managers, and feel very interested in RapidAnalytics. But right now I am stuck at installing it, haven't got the chance to evaluate this software.

Don't know which steps I did wrong or I missed. Hope someone can help.

The case is:
1 Before installing RapidAnalytics(RA):
                                      I have installed Tomcat 6.0, mysql 5.1 and java 1.6 in my laptop. I also deployed several web applications into Tomcats and they run correctly on it.
                                      (Have closed Tomcat during installing RA)


2 During installing RA:
                                     a) I followed the manual the download the JBoss bundle installation file and unzip it to C disk, path: C:\rapidanalytics
                                     b) Created a database named rapidanalytics and created a user named rapidanalytics
                                     c) Go to the path(C:\rapidanalytics\server\default\deploy) to rename the file, "rapidanalytics-mysql-ds.xml", to be "rapidanalytics-ds.xml"
                                     Doubt: the manual says "copy it to rapidanalytics-ds.xml", but i did not see any files named "copy it to rapidanalytics-ds.xml",
                                     so I renamed the one I mentioned above
                                    d) Configured "rapidanalytics-ds.xml", what I did just changed the password
                                    e) Run the run.bat file in Bin folder, then got lots of errors


3 Error accruing:
                          Besides the warning mentioned in the manual, i got the following errors:

    a) ERROR [[/RA]] Exception starting filter de.rapidanalytics.web.filter.AccessLogFilter: java.lang.RuntimeException: Unable to inject jndi dependency: env/de.rapidanalytics.web.filter.AccessLogFilter/accessLogEJB into property de.rapidanalytics.web.filter.AccessLogFilter.accessLogEJB: RapidAnalytics not bound

Caused by: javax.naming.NamingException: Could not dereference object [Root exception is javax.naming.NameNotFoundException: RapidAnalytics not bound]
Caused by: javax.naming.NameNotFoundException: RapidAnalytics not bound

    b) ERROR [[/RA]] Exception starting filter de.rapidanalytics.web.filter.SetupFilter: java.lang.RuntimeException: Unable to inject jndi dependency: env/de.rapidanalytics.web.filter.SetupFilter/rapidMinerEJB into property de.rapidanalytics.web.filter.SetupFilter.rapidMinerEJB: RapidAnalytics not bound

Caused by: javax.naming.NamingException: Could not dereference object [Root exception is javax.naming.NameNotFoundException: RapidAnalytics not bound]
Caused by: javax.naming.NameNotFoundException: RapidAnalytics not bound

    c) ERROR [StandardContext] Error filterStart

    d) ERROR [StandardContext] Context [/RA] startup failed due to previous errors

    e) ERROR [AbstractKernelController] Error installing to Start: name=jboss.web.deployment:war=/RA state=Create mode=Manual requiredState=Installed: org.jboss.deployers.spi.DeploymentException: URL file:/C:/rapidanalytics/server/default/tmp/a2s4x1j-jhhlbr-gkip5wx9-1-gkip6fol-9x/RapidRepositoryWeb.war/ deployment failed

    f) ERROR [AbstractKernelController] Error installing to Real: name=vfszip:/C:/rapidanalytics/server/default/deploy/RapidAnalytics.ear/ state=PreReal mode=Manual requiredState=Real: org.jboss.deployers.spi.DeploymentException: URL file:/C:/rapidanalytics/server/default/tmp/a2s4x1j-jhhlbr-gkip5wx9-1-gkip6fol-9x/RapidRepositoryWeb.war/ deployment failed

    g) [org.jboss.system.server.profileservice.ProfileServiceBootstrap] Failed to load profile: Summary of incomplete deployments (SEE PREVIOUS ERRORS FOR DETAILS):

DEPLOYMENTS IN ERROR:
  Deployment "vfszip:/C:/rapidanalytics/server/default/deploy/RapidAnalytics.ear/" is in error due to the following reason(s): org.jboss.deployers.spi.DeploymentException: URL file:/C:/rapidanalytics/server/default/tmp/a2s4x1j-jhhlbr-gkip5wx9-1-gkip6fol-9x/RapidRepositoryWeb.war/ deployment failed


4 Actions after errors:
                                 a) granted all the privileges to the user i created for RA, didn't work
                                 b) changed the user to be mysql's root, a little different: RA can help to create all the qurtz tables into another database on which I granted all privileges to root
                                c)opened the admin console of JBoss to check the datasource, in the list there is only one DefaultDS, tried to changed the connection to mysql, didn't work

Doubt: Do we need to configure the data source? According to my understanding, the manual says we don't need to do anything with JBoss



Which steps are wrong or missing? Thanks in advance.

-Riyao Smiley
[/size]
Logged
haddock
Hero Member
*****
Posts: 759



WWW
« Reply #1 on: February 23, 2011, 11:26:59 PM »

Greets riyan,

I installed RapidAnalytics yesterday on a Windows XP64 platform with MS SQL 2005 - and sympathise with you, been there, got the T-shirt! Problem one was that so many messages whizzed past,  it was difficult to figure it out. However we finally got the thing going ( 'effin brilliant - can't take the smile off my face ), after....

0. Checking rapidanalytics database writing rights,  normal incompetence our end.

1. Running the SQL file to make the Quartz tables.

2. Putting some sensible SQL here in the ds-xml...

<!-- 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>
        -->
With th benefit of hindsight I'd say that point zero was the one that mattered, but we were all a bit merry at the time after a vast lunch, so who knows, maybe we did something else ( but if Simon suggests access problems I'd stick with that, as his head is notoriously pointy) ...

But what I would say is that it is worth the effort!




« Last Edit: February 24, 2011, 12:05:41 AM by haddock » Logged

Where is the wisdom we have lost in knowledge?
Where is the knowledge we have lost in information?

T.S.Eliot ~ Choruses from the Rock 1934
Simon Fischer
Administrator
Sr. Member
*****
Posts: 422



WWW
« Reply #2 on: February 24, 2011, 09:30:00 AM »

Hi riyan,

configuring the data source is what you do when editing the rapidanalytics-ds.xml. In principle you did it right, but since it does not appear in the admin console that means you must have made some error there. Here, your log files and the admin-sonsole agree. It is unlikely that it has anything to do with access rights or the like. In that case, it would show in the admin-console but you would get another error message. Are you sure the name ends with "-ds.xml" and it is in the deploy folder? Maybe windows hides the file extension and it is in fact something like "-ds.xml.xml"? I know this is a silly question, but I'm rather sure the finally reason will be something trivial like this.

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
riyao
Newbie
*
Posts: 4


« Reply #3 on: February 24, 2011, 03:47:34 PM »

Oh God, I can't believe it Sad The Window hidden extension killed me!!!! Cry

Simon,

You are right! When I renamed the file"rapidanalytics-mysql-ds.xml", I did not realize that the Windows Folder Option is hiding the file extension. When I unchecked the hidden option, the stupid mistake showed up, it is "rapidanalytics-ds.xml.template".

Thanks you guys a lot. I will play with it and hope the managers like this software!

-Riyao
Logged
Simon Fischer
Administrator
Sr. Member
*****
Posts: 422



WWW
« Reply #4 on: February 25, 2011, 09:54:18 AM »

:-)
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 #5 on: March 24, 2011, 10:56:33 PM »

Hallo !
Rapid Analytics seems to be an interesting software product. I am keen in testing it to visualized some application for the industry.
However I had a problem installing it. The problem seems to be similar to the mentioned above.

The last part of the log is  :
DEPLOYMENT IN ERROR
  Deployment "vfszip:/C:/PAQUETERIA/RAPIDANALYTICS/RABUNDLE/RapidAnalytics-1.0.0
00-JBoss-bundle/rapidanalytics/server/default/deploy/RapidAnalytics.ear/" is in
error due to the following reason(s): org.jboss.deployers.spi.DeploymentExceptio
n: URL file:/C:/PAQUETERIA/RAPIDANALYTICS/RABUNDLE/RapidAnalytics-1.0.000-JBoss-
bundle/rapidanalytics/server/default/tmp/5c4o12t-ljm5dt-glmmmr19-1-glmmnjhn-9x/R
apidRepositoryWeb.war/ deployment failed

13:09:31,018 INFO  [org.apache.coyote.http11.Http11Protocol] Arrancando Coyote H
TTP/1.1 en puerto http-127.0.0.1-8080
13:09:31,034 INFO  [org.apache.coyote.ajp.AjpProtocol] Arrancando Coyote AJP/1.3
 en ajp-127.0.0.1-8009
13:09:31,034 INFO  [org.jboss.bootstrap.impl.base.server.AbstractServer] JBossAS
 [6.0.0.20100216-M2 (build: SVNTag=JBoss_6_0_0_20100216-M2 date=20100216)] Start
ed in 51s:746ms

My infraestructure is :
Windows 7
SQL SERVER 2008
java jdk1.6.0_24

The changes made in the rapidanalytics-ds.xml file (99.99% it is named this way without an extra .termination like .xml.xml o .xml.template)
were:
       <user-name>EDITH</user-name>
   
   <password></password>

        <type-mapping>MS SQLSERVER2008</type-mapping>

There is no password. This is the reason I typed none.

If someone knows how can I do please let me know.
Kind regards

Logged
Simon Fischer
Administrator
Sr. Member
*****
Posts: 422



WWW
« Reply #6 on: April 04, 2011, 03:42:42 PM »

Hi,
reading through the log files is, unfortunately, tedious work. The fraction you posted is the last bit you see, but it does not contain the actual error. Please try to scan through the log file and see whether there are any hints before that. Most of the time, it will be a problem with the data source. Do you see any evidence that the data source was deployed? Can you see it in the admin-console?

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 #7 on: April 08, 2011, 11:26:39 PM »

Hello Simon,
Thank you very much for your reply.
The first found error in the log was :

20:43:22,756 ERROR [AbstractKernelController] Error installing to Real: name=vfs
zip:/C:/PAQUETERIA/RAPIDANALYTICS/RABUNDLE/RapidAnalytics-1.0.000-JBoss-bundle/r
apidanalytics/server/default/deploy/RapidAnalytics.ear/ state=PreReal mode=Manua
l requiredState=Real: org.jboss.deployers.spi.DeploymentException: URL file:/C:/
PAQUETERIA/RAPIDANALYTICS/RABUNDLE/RapidAnalytics-1.0.000-JBoss-bundle/rapidanal
ytics/server/default/tmp/5c4o12t-l8r81u-glei6hdx-1-glei7x7f-9x/RapidRepositoryWe
b.war/ deployment failed

Does it make any sense to you ?  Do you need anyother information to track ?
Please let me know.
Thank you again and enjoy your weekend
Edith
Logged
Simon Fischer
Administrator
Sr. Member
*****
Posts: 422



WWW
« Reply #8 on: April 26, 2011, 08:58:32 AM »

Hi,

The changes made in the rapidanalytics-ds.xml file (99.99% it is named this way without an extra .termination like .xml.xml o .xml.template)
were:
       <user-name>EDITH</user-name>
   
   <password></password>

        <type-mapping>MS SQLSERVER2008</type-mapping>

There is no password. This is the reason I typed none.

what exactly do you mean by there is no password? Of course you must set up an account in your SQL Servert that does have a password?!?

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 #9 on: October 18, 2011, 08:58:04 PM »

Hello Simon,
How are you ? it is me again, trying to install the Rapidanalytics into another computer with a another windows operating
system to see whether this time I can install the Rapidanalitics, however I got the same problem... Snif !!! Sad

So far I tried to install Rapidanalytics using  the following:

INFRASTRUCTURE:

Windows Vista Service Pack 2 with 32 bit operating system
Java SE 6  version 1.6.0.27
SQL Server Managment Studio 2008 R2
Internet explorer 8

Following the RapidAnalytics 1.0 user and Installation Manual...

My file directory looks like it:

rapidanalytics-ds.xml (without the template extension)

I execute the:  

run.bat (included in the bin directory)[/color]
As a result I get the following error message:

_07/RAPIDANALYTICS/RapidAnalytics-1.0.000-JBoss-bundle/rapidanalytics/server/def
ault/tmp/4so6o6m-e4i7i3-gtx9gusn-1-gtx9hvdd-9x/RapidRepositoryWeb.war/ deploymen
t failed
        at org.jboss.web.tomcat.service.deployers.TomcatDeployment.performDeploy
Internal(TomcatDeployment.java:337)
        at org.jboss.web.tomcat.service.deployers.TomcatDeployment.performDeploy
(TomcatDeployment.java:145)
        at org.jboss.web.deployers.AbstractWarDeployment.start(AbstractWarDeploy
ment.java:462)
        at org.jboss.web.deployers.WebModule.startModule(WebModule.java:116)
        at org.jboss.web.deployers.WebModule.start(WebModule.java:95)
        at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
        at sun.reflect.NativeMethodAccessorImpl.invoke(Unknown Source)
        at sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
        at java.lang.reflect.Method.invoke(Unknown Source)
        at org.jboss.mx.interceptor.ReflectedDispatcher.invoke(ReflectedDispatch
er.java:157)
        at org.jboss.mx.server.Invocation.dispatch(Invocation.java:96)
        at org.jboss.mx.server.Invocation.invoke(Invocation.java:88)
        at org.jboss.mx.server.AbstractMBeanInvoker.invoke(AbstractMBeanInvoker.
java:271)
        at org.jboss.mx.server.MBeanServerImpl.invoke(MBeanServerImpl.java:670)
        at org.jboss.system.microcontainer.ServiceProxy.invoke(ServiceProxy.java
:206)
        at $Proxy41.start(Unknown Source)
        at org.jboss.system.microcontainer.StartStopLifecycleAction.installActio
n(StartStopLifecycleAction.java:53)
        at org.jboss.system.microcontainer.StartStopLifecycleAction.installActio
n(StartStopLifecycleAction.java:41)
        at org.jboss.dependency.plugins.action.SimpleControllerContextAction.sim
pleInstallAction(SimpleControllerContextAction.java:62)
        at org.jboss.dependency.plugins.action.AccessControllerContextAction.ins
tall(AccessControllerContextAction.java:71)
        at org.jboss.dependency.plugins.AbstractControllerContextActions.install
(AbstractControllerContextActions.java:51)
        at org.jboss.dependency.plugins.AbstractControllerContext.install(Abstra
ctControllerContext.java:378)
        at org.jboss.system.microcontainer.ServiceControllerContext.install(Serv
iceControllerContext.java:301)
        at org.jboss.dependency.plugins.AbstractController.install(AbstractContr
oller.java:2029)
        at org.jboss.dependency.plugins.AbstractController.incrementState(Abstra
ctController.java:1050)
        at org.jboss.dependency.plugins.AbstractController.executeOrIncrementSta
teDirectly(AbstractController.java:1289)
        at org.jboss.dependency.plugins.AbstractController.resolveContexts(Abstr
actController.java:1213)
        at org.jboss.dependency.plugins.AbstractController.resolveContexts(Abstr
actController.java:1107)
        at org.jboss.dependency.plugins.AbstractController.change(AbstractContro
ller.java:918)
        at org.jboss.dependency.plugins.AbstractController.change(AbstractContro
ller.java:633)
        at org.jboss.system.ServiceController.doChange(ServiceController.java:67
1)
        at org.jboss.system.ServiceController.start(ServiceController.java:443)
        at org.jboss.system.deployers.ServiceDeployer.start(ServiceDeployer.java
:189)
        at org.jboss.system.deployers.ServiceDeployer.deploy(ServiceDeployer.jav
a:102)
        at org.jboss.system.deployers.ServiceDeployer.deploy(ServiceDeployer.jav
a:49)
        at org.jboss.deployers.spi.deployer.helpers.AbstractSimpleRealDeployer.i
nternalDeploy(AbstractSimpleRealDeployer.java:62)
        at org.jboss.deployers.spi.deployer.helpers.AbstractRealDeployer.deploy(
AbstractRealDeployer.java:55)
        at org.jboss.deployers.plugins.deployers.DeployerWrapper.deploy(Deployer
Wrapper.java:179)
        at org.jboss.deployers.plugins.deployers.DeployersImpl.doDeploy(Deployer
sImpl.java:1660)
        at org.jboss.deployers.plugins.deployers.DeployersImpl.doInstallParentFi
rst(DeployersImpl.java:1378)
        at org.jboss.deployers.plugins.deployers.DeployersImpl.doInstallParentFi
rst(DeployersImpl.java:1399)
        at org.jboss.deployers.plugins.deployers.DeployersImpl.doInstallParentFi
rst(DeployersImpl.java:1431)
        at org.jboss.deployers.plugins.deployers.DeployersImpl.install(Deployers
Impl.java:1319)
        at org.jboss.dependency.plugins.AbstractControllerContext.install(Abstra
ctControllerContext.java:378)
        at org.jboss.dependency.plugins.AbstractController.install(AbstractContr
oller.java:2029)
        at org.jboss.dependency.plugins.AbstractController.incrementState(Abstra
ctController.java:1050)
        at org.jboss.dependency.plugins.AbstractController.executeOrIncrementSta
teDirectly(AbstractController.java:1289)
        at org.jboss.dependency.plugins.AbstractController.resolveContexts(Abstr
actController.java:1213)
        at org.jboss.dependency.plugins.AbstractController.resolveContexts(Abstr
actController.java:1107)
        at org.jboss.dependency.plugins.AbstractController.change(AbstractContro
ller.java:918)
        at org.jboss.dependency.plugins.AbstractController.change(AbstractContro
ller.java:633)
        at org.jboss.deployers.plugins.deployers.DeployersImpl.process(Deployers
Impl.java:898)
        at org.jboss.deployers.plugins.main.MainDeployerImpl.process(MainDeploye
rImpl.java:677)
        at org.jboss.system.server.profileservice.repository.MainDeployerAdapter
.process(MainDeployerAdapter.java:117)
        at org.jboss.system.server.profileservice.repository.ProfileDeployAction
.install(ProfileDeployAction.java:70)
        at org.jboss.system.server.profileservice.repository.AbstractProfileActi
on.install(AbstractProfileAction.java:53)
        at org.jboss.system.server.profileservice.repository.AbstractProfileServ
ice.install(AbstractProfileService.java:403)
        at org.jboss.dependency.plugins.AbstractControllerContext.install(Abstra
ctControllerContext.java:378)
        at org.jboss.dependency.plugins.AbstractController.install(AbstractContr
oller.java:2029)
        at org.jboss.dependency.plugins.AbstractController.incrementState(Abstra
ctController.java:1050)
        at org.jboss.dependency.plugins.AbstractController.executeOrIncrementSta
teDirectly(AbstractController.java:1289)
        at org.jboss.dependency.plugins.AbstractController.resolveContexts(Abstr
actController.java:1213)
        at org.jboss.dependency.plugins.AbstractController.resolveContexts(Abstr
actController.java:1107)
        at org.jboss.dependency.plugins.AbstractController.install(AbstractContr
oller.java:873)
        at org.jboss.dependency.plugins.AbstractController.install(AbstractContr
oller.java:620)
        at org.jboss.system.server.profileservice.repository.AbstractProfileServ
ice.registerProfile(AbstractProfileService.java:308)
        at org.jboss.system.server.profileservice.ProfileServiceBootstrap.start(
ProfileServiceBootstrap.java:259)
        at org.jboss.system.server.profileservice.ProfileServiceBootstrap.start(
ProfileServiceBootstrap.java:100)
        at org.jboss.bootstrap.impl.base.server.AbstractServer.startBootstraps(A
bstractServer.java:860)
        at org.jboss.bootstrap.impl.base.server.AbstractServer$StartServerTask.r
un(AbstractServer.java:441)
        at java.lang.Thread.run(Unknown Source)

14:04:31,760 INFO  [DefaultEndpointRegistry] remove: jboss.ws:context=RAWS,endpo
int=RepositoryService
14:04:31,761 INFO  [DefaultEndpointRegistry] remove: jboss.ws:context=RAWS,endpo
int=ProcessService
14:04:31,852 ERROR [AbstractKernelController] Error installing to Real: name=vfs
zip:/C:/CENTRINO_25SEP07/CENTRINO_07/RAPIDANALYTICS/RapidAnalytics-1.0.000-JBoss
-bundle/rapidanalytics/server/default/deploy/RapidAnalytics.ear/ state=PreReal m
ode=Manual requiredState=Real: org.jboss.deployers.spi.DeploymentException: URL
file:/C:/CENTRINO_25SEP07/CENTRINO_07/RAPIDANALYTICS/RapidAnalytics-1.0.000-JBos
s-bundle/rapidanalytics/server/default/tmp/4so6o6m-e4i7i3-gtx9gusn-1-gtx9hvdd-9x
/RapidRepositoryWeb.war/ deployment failed
        at org.jboss.web.tomcat.service.deployers.TomcatDeployment.performDeploy
Internal(TomcatDeployment.java:337)
        at org.jboss.web.tomcat.service.deployers.TomcatDeployment.performDeploy
(TomcatDeployment.java:145)
        at org.jboss.web.deployers.AbstractWarDeployment.start(AbstractWarDeploy
ment.java:462)
        at org.jboss.web.deployers.WebModule.startModule(WebModule.java:116)
        at org.jboss.web.deployers.WebModule.start(WebModule.java:95)
        at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
        at sun.reflect.NativeMethodAccessorImpl.invoke(Unknown Source)
        at sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
        at java.lang.reflect.Method.invoke(Unknown Source)
        at org.jboss.mx.interceptor.ReflectedDispatcher.invoke(ReflectedDispatch
er.java:157)
        at org.jboss.mx.server.Invocation.dispatch(Invocation.java:96)
        at org.jboss.mx.server.Invocation.invoke(Invocation.java:88)
        at org.jboss.mx.server.AbstractMBeanInvoker.invoke(AbstractMBeanInvoker.
java:271)
        at org.jboss.mx.server.MBeanServerImpl.invoke(MBeanServerImpl.java:670)
        at org.jboss.system.microcontainer.ServiceProxy.invoke(ServiceProxy.java
:206)
        at $Proxy41.start(Unknown Source)
        at org.jboss.system.microcontainer.StartStopLifecycleAction.installActio
n(StartStopLifecycleAction.java:53)
        at org.jboss.system.microcontainer.StartStopLifecycleAction.installActio
n(StartStopLifecycleAction.java:41)
        at org.jboss.dependency.plugins.action.SimpleControllerContextAction.sim
pleInstallAction(SimpleControllerContextAction.java:62)
        at org.jboss.dependency.plugins.action.AccessControllerContextAction.ins
tall(AccessControllerContextAction.java:71)
        at org.jboss.dependency.plugins.AbstractControllerContextActions.install
(AbstractControllerContextActions.java:51)
        at org.jboss.dependency.plugins.AbstractControllerContext.install(Abstra
ctControllerContext.java:378)
        at org.jboss.system.microcontainer.ServiceControllerContext.install(Serv
iceControllerContext.java:301)
        at org.jboss.dependency.plugins.AbstractController.install(AbstractContr
oller.java:2029)
        at org.jboss.dependency.plugins.AbstractController.incrementState(Abstra
ctController.java:1050)
        at org.jboss.dependency.plugins.AbstractController.executeOrIncrementSta
teDirectly(AbstractController.java:1289)
        at org.jboss.dependency.plugins.AbstractController.resolveContexts(Abstr
actController.java:1213)
        at org.jboss.dependency.plugins.AbstractController.resolveContexts(Abstr
actController.java:1107)
        at org.jboss.dependency.plugins.AbstractController.change(AbstractContro
ller.java:918)
        at org.jboss.dependency.plugins.AbstractController.change(AbstractContro
ller.java:633)
        at org.jboss.system.ServiceController.doChange(ServiceController.java:67
1)
        at org.jboss.system.ServiceController.start(ServiceController.java:443)
        at org.jboss.system.deployers.ServiceDeployer.start(ServiceDeployer.java
:189)
        at org.jboss.system.deployers.ServiceDeployer.deploy(ServiceDeployer.jav
a:102)
        at org.jboss.system.deployers.ServiceDeployer.deploy(ServiceDeployer.jav
a:49)
        at org.jboss.deployers.spi.deployer.helpers.AbstractSimpleRealDeployer.i
nternalDeploy(AbstractSimpleRealDeployer.java:62)
        at org.jboss.deployers.spi.deployer.helpers.AbstractRealDeployer.deploy(
AbstractRealDeployer.java:55)
        at org.jboss.deployers.plugins.deployers.DeployerWrapper.deploy(Deployer
Wrapper.java:179)
        at org.jboss.deployers.plugins.deployers.DeployersImpl.doDeploy(Deployer
sImpl.java:1660)
        at org.jboss.deployers.plugins.deployers.DeployersImpl.doInstallParentFi
rst(DeployersImpl.java:1378)
        at org.jboss.deployers.plugins.deployers.DeployersImpl.doInstallParentFi
rst(DeployersImpl.java:1399)
        at org.jboss.deployers.plugins.deployers.DeployersImpl.doInstallParentFi
rst(DeployersImpl.java:1431)
        at org.jboss.deployers.plugins.deployers.DeployersImpl.install(Deployers
Impl.java:1319)
        at org.jboss.dependency.plugins.AbstractControllerContext.install(Abstra
ctControllerContext.java:378)
        at org.jboss.dependency.plugins.AbstractController.install(AbstractContr
oller.java:2029)
        at org.jboss.dependency.plugins.AbstractController.incrementState(Abstra
ctController.java:1050)
        at org.jboss.dependency.plugins.AbstractController.executeOrIncrementSta
teDirectly(AbstractController.java:1289)
        at org.jboss.dependency.plugins.AbstractController.resolveContexts(Abstr
actController.java:1213)
        at org.jboss.dependency.plugins.AbstractController.resolveContexts(Abstr
actController.java:1107)
        at org.jboss.dependency.plugins.AbstractController.change(AbstractContro
ller.java:918)
        at org.jboss.dependency.plugins.AbstractController.change(AbstractContro
ller.java:633)
        at org.jboss.deployers.plugins.deployers.DeployersImpl.process(Deployers
Impl.java:898)
        at org.jboss.deployers.plugins.main.MainDeployerImpl.process(MainDeploye
rImpl.java:677)
        at org.jboss.system.server.profileservice.repository.MainDeployerAdapter
.process(MainDeployerAdapter.java:117)
        at org.jboss.system.server.profileservice.repository.ProfileDeployAction
.install(ProfileDeployAction.java:70)
        at org.jboss.system.server.profileservice.repository.AbstractProfileActi
on.install(AbstractProfileAction.java:53)
        at org.jboss.system.server.profileservice.repository.AbstractProfileServ
ice.install(AbstractProfileService.java:403)
        at org.jboss.dependency.plugins.AbstractControllerContext.install(Abstra
ctControllerContext.java:378)
        at org.jboss.dependency.plugins.AbstractController.install(AbstractContr
oller.java:2029)
        at org.jboss.dependency.plugins.AbstractController.incrementState(Abstra
ctController.java:1050)
        at org.jboss.dependency.plugins.AbstractController.executeOrIncrementSta
teDirectly(AbstractController.java:1289)
        at org.jboss.dependency.plugins.AbstractController.resolveContexts(Abstr
actController.java:1213)
        at org.jboss.dependency.plugins.AbstractController.resolveContexts(Abstr
actController.java:1107)
        at org.jboss.dependency.plugins.AbstractController.install(AbstractContr
oller.java:873)
        at org.jboss.dependency.plugins.AbstractController.install(AbstractContr
oller.java:620)
        at org.jboss.system.server.profileservice.repository.AbstractProfileServ
ice.registerProfile(AbstractProfileService.java:308)
        at org.jboss.system.server.profileservice.ProfileServiceBootstrap.start(
ProfileServiceBootstrap.java:259)
        at org.jboss.system.server.profileservice.ProfileServiceBootstrap.start(
ProfileServiceBootstrap.java:100)
        at org.jboss.bootstrap.impl.base.server.AbstractServer.startBootstraps(A
bstractServer.java:860)
        at org.jboss.bootstrap.impl.base.server.AbstractServer$StartServerTask.r
un(AbstractServer.java:441)
        at java.lang.Thread.run(Unknown Source)

14:04:31,953 INFO  [service] Removing bootstrap log handlers
14:04:32,127 INFO  [org.jboss.system.server.profileservice.ProfileServiceBootstr
ap] Loading profile: ProfileKey@20c09b[domain=default, server=default, name=defa
ult]
14:04:32,167 ERROR [org.jboss.system.server.profileservice.ProfileServiceBootstr
ap] Failed to load profile: Summary of incomplete deployments (SEE PREVIOUS ERRO
RS FOR DETAILS):

DEPLOYMENTS IN ERROR:
  Deployment "vfszip:/C:/CENTRINO_25SEP07/CENTRINO_07/RAPIDANALYTICS/RapidAnalyt
ics-1.0.000-JBoss-bundle/rapidanalytics/server/default/deploy/RapidAnalytics.ear
/" is in error due to the following reason(s): org.jboss.deployers.spi.Deploymen
tException: URL file:/C:/CENTRINO_25SEP07/CENTRINO_07/RAPIDANALYTICS/RapidAnalyt
ics-1.0.000-JBoss-bundle/rapidanalytics/server/default/tmp/4so6o6m-e4i7i3-gtx9gu
sn-1-gtx9hvdd-9x/RapidRepositoryWeb.war/ deployment failed

14:04:32,187 INFO  [org.apache.coyote.http11.Http11Protocol] Arrancando Coyote H
TTP/1.1 en puerto http-127.0.0.1-8080
14:04:32,191 INFO  [org.apache.coyote.ajp.AjpProtocol] Arrancando Coyote AJP/1.3
 en ajp-127.0.0.1-8009
14:04:32,192 INFO  [org.jboss.bootstrap.impl.base.server.AbstractServer] JBossAS
 [6.0.0.20100216-M2 (build: SVNTag=JBoss_6_0_0_20100216-M2 date=20100216)] Start
ed in 1m:15s:193ms

Please tell me what can I do.
Many thanks in advance and kindest regards,
Edith

P.S. My rapidanalytics-ds.xml  file contains the following lines:
- <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 SQLSERVER2000</type-mapping>
  </metadata>
  </local-tx-datasource>
  </datasources>88
« Last Edit: October 26, 2011, 08:07:07 PM by EDITH » Logged
Simon Fischer
Administrator
Sr. Member
*****
Posts: 422



WWW
« Reply #10 on: November 08, 2011, 10:14:02 AM »

Hi,

I can only repeat myself: Is the data source visible in the admin console? (http://localhost:8080/admin-console)?

Having no password may mean that you want to use Windows integrated security. Try to append

";integratedSecurity=true"

to the URL or use

<connection-property name="integratedSecurity">true</connection-property>

in the datasource config file.

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 #11 on: November 09, 2011, 10:57:26 PM »

Hello Simon,
Thank you very much for your reply.
About the data source visible in the admin console? (http://localhost:8080/admin-console)?
There is  a message  saying:

Estado HTTP 404 - /integratedSecurity=true
type Informe de estado

mensaje /integratedSecurity=true

descripción El recurso requerido (/integratedSecurity=true) no está disponible.
--------------------------------------------------------------------------------
JBoss Web/3.0.0-beta-2


As I mentioned last email I reinstalled everything again with the following  infrastructure:

database: rapidanalytics
user: rapidanalytics
password: rapidanalytics

Windows Vista Service Pack 2 with 32 bit operating system
Java SE 6  version 1.6.0.27
SQL Server Managment Studio 2008 R2
Internet explorer 8

Following the RapidAnalytics 1.0 user and Installation Manual...

My file directory looks like it:

rapidanalytics-ds.xml (without the template extension)

I execute the: 

run.bat (included in the bin directory)[/color]

Hope it helps.
Thanks againg for your reply.
Kindest regards
Edith


Logged
Simon Fischer
Administrator
Sr. Member
*****
Posts: 422



WWW
« Reply #12 on: November 14, 2011, 10:08:06 AM »

Hi Edith,

About the data source visible in the admin console? (http://localhost:8080/admin-console)?
There is  a message  saying:

Estado HTTP 404 - /integratedSecurity=true
type Informe de estado

mensaje /integratedSecurity=true

descripción El recurso requerido (/integratedSecurity=true) no está disponible.

Sorry, I can't read that, but it seems to complain about "/integratedSecurity=true". In fact, what I wrote was ";integratedSecurity=true". Where exactly are you adding the integratedSecurity bit? Looks like you are entering it as a URL in your browser. I was talking about the data source file. Are you using integrated security at all?

As I mentioned last email I reinstalled everything again with the following  infrastructure:

Yes, you mentioned that.

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
Simon Fischer
Administrator
Sr. Member
*****
Posts: 422



WWW
« Reply #13 on: November 14, 2011, 10:10:34 AM »

Hi again,
BTW one more question: Do you really see that error message when you go to http://localhost:8080/admin-console?
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 #14 on: November 16, 2011, 11:59:19 PM »

Hallo Simon,
Thank for your reply. Following your instructions:

Simon wrote:
Do you really see that error message when you go to http://localhost:8080/admin-console?
Edith answers is:
Yes, I do !!!

Respect to HttP 404 messege the English translation would be something like:

Status HTTP 404 - /integratedSecurity=true
type status information

messege /integratedSecurity=true

description the requiered resource (/integratedSecurity=true) is not available
--------------------------------------------------------------------------------
JBoss Web/3.0.0-beta-2


About the data source file... do you mean the rapidanalytics-ds.xml ?

Yes, it includes the line <connection-property name="integratedSecurity">true</connection-property>

This is how the file looks like:


  <?xml version="1.0" encoding="UTF-8" ?>
- <!--  =====================================================================
  -->
- <!--                                                                        
  -->
- <!--   JBoss Server Configuration                                          
  -->
- <!--                                                                        
  -->
- <!--  =====================================================================
  -->
- <!--  See http://www.jboss.org/community/wiki/Multiple1PC for information about local-tx-datasource
  -->
- <!--  $Id: mssql-ds.xml 97536 2009-12-08 14:05:07Z jesper.pedersen $
  -->
- <!--  ======================================================================
  -->
- <!--  New ConnectionManager setup for Microsoft SQL Server 2005  driver    
  -->
- <!--  Further information about the Microsoft JDBC Driver version 1.1      
  -->
- <!--  can be found here:                                                  
  -->
- <!--  http://msdn2.microsoft.com/en-us/library/aa496082.aspx              
  -->
- <!--  =====================================================================
  -->
- <datasources>
- <local-tx-datasource>
  <jndi-name>jdbc/RapidAnalyticsDS</jndi-name>
  <use-java-context>false</use-java-context>
  <connection-property name="integratedSecurity">true</connection-property>
  <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 SQLSERVER2000</type-mapping>
  </metadata>
  </local-tx-datasource>
  </datasources>

..............................

Hope it helps.
Many thanks in advance,
Kindest regards,
Edith
P.S. By the way Simon you have an excellent English accent, congratulations !!!
« Last Edit: November 28, 2011, 06:32:42 PM by EDITH » Logged
Pages: [1] 2
  Print  
 
Jump to: