[Users] Error when I'm trying to install the SE-Notification compone

theirman thierry.heirman at gmail.com
Wed Mar 16 10:41:41 CET 2011


${PETALS_HOME}/installed was empty

${PETALS_HOME}/repository/components was empty

${PETALS_HOME}/repository/system-state.xml is :

Code:
<?xml version="1.0" encoding="UTF-8" standalone="yes"?><system-state xmlns="http://petals.ow2.org/systemstate"><components/><shared-libraries/><service-assemblies/></system-state>



after shutdown and restart, i have the same error message

Code:
administrateur at THE-Machine-Test:/usr/bin/petals-platform-3.0.5/bin$ startup.sh -C
Setting PEtALS environment
java version "1.6.0_18"
Java(TM) SE Runtime Environment (build 1.6.0_18-b07)
Java HotSpot(TM) Client VM (build 16.0-b13, mixed mode)


 -----------------------------------------------------------
|                                                           |
|             OW2 PEtALS Enterprise Service Bus             |
|                   http://petals.ow2.org                   |
|                                                           |
 -----------------------------------------------------------

PEtALS ESB is starting...
[Petals.Communication.RMIConnectorImpl]-INFO 2010-03-16 11:36:35,255 JMX RMI server started at : service:jmx:rmi:///jndi/rmi://138.102.7.28:7700/jmxRmiConnector
[Petals.JBI-Messaging.EndpointRegistryImpl]-INFO 2010-03-16 11:36:59,257 The registry is ready process requests on http://138.102.7.28:7900
[Petals.Transporter.NioTransportProtocol.NioServerAgent]-INFO 2010-03-16 11:37:00,803 The NIO transporter server is ready to process request on port 7800
[Petals.Tools.WebServiceManagerImpl]-INFO 2010-03-16 11:37:02,170 Kernel Web service 'ArtifactRepositoryService' has been added and is available at 'http://138.102.7.28:7600/petals/ws/ArtifactRepositoryService'
[Petals.Tools.WebServiceManagerImpl]-INFO 2010-03-16 11:37:03,072 Kernel Web service 'DeploymentService' has been added and is available at 'http://138.102.7.28:7600/petals/ws/DeploymentService'
[Petals.Tools.WebServiceManagerImpl]-INFO 2010-03-16 11:37:04,081 Kernel Web service 'InstallationService' has been added and is available at 'http://138.102.7.28:7600/petals/ws/InstallationService'
[Petals.Tools.WebServiceManagerImpl]-INFO 2010-03-16 11:37:07,859 Kernel Web service 'TopologyService' has been added and is available at 'http://138.102.7.28:7600/petals/ws/TopologyService'
[Petals.Tools.WebServiceManagerImpl]-INFO 2010-03-16 11:37:08,705 Kernel Web service 'EndpointService' has been added and is available at 'http://138.102.7.28:7600/petals/ws/EndpointService'
[Petals.Tools.WebServiceManagerImpl]-INFO 2010-03-16 11:37:09,710 Kernel Web service 'JBIArtefactsService' has been added and is available at 'http://138.102.7.28:7600/petals/ws/JBIArtefactsService'
[Petals.Tools.WebServiceManagerImpl]-INFO 2010-03-16 11:37:11,980 Kernel Web service 'ExecutionEnvironmentManager' has been added and is available at 'http://138.102.7.28:7600/petals/ws/ExecutionEnvironmentManager'
[Petals.Tools.WebServiceManagerImpl]-INFO 2010-03-16 11:37:12,820 Kernel Web service 'ServiceAssemblyStateService' has been added and is available at 'http://138.102.7.28:7600/petals/ws/ServiceAssemblyStateService'
[Petals.Tools.WebServiceManagerImpl]-INFO 2010-03-16 11:37:13,414 Kernel Web service 'RuntimeService' has been added and is available at 'http://138.102.7.28:7600/petals/ws/RuntimeService'
[Petals.Tools.WebServiceManagerImpl]-INFO 2010-03-16 11:37:13,996 Kernel Web service 'InformationService' has been added and is available at 'http://138.102.7.28:7600/petals/ws/InformationService'

PEtALS ESB platform distribution successfully started - 16/03/10 11:37
[Petals.JBI-Management.InstallationServiceImpl]-SEVERE 2010-03-16 11:37:28,101 Unable to load a new installer at location 'file:/usr/bin/petals-platform-3.0.5/install/petals-se-notification-1.0.2.zip'
org.ow2.petals.kernel.api.server.PetalsException: Error creating or registring installer MBean
	at org.ow2.petals.jbi.management.task.installation.install.component.CreateAndRegisterInstallerMBeanTask.createAndRegisterInstallerMBean(CreateAndRegisterInstallerMBeanTask.java:120)
	at org.ow2.petals.jbi.management.task.installation.install.component.CreateAndRegisterInstallerMBeanTask.execute(CreateAndRegisterInstallerMBeanTask.java:86)
	at org.ow2.petals.jbi.management.TaskProcessor.process(TaskProcessor.java:78)
	at org.ow2.petals.jbi.management.installation.InstallationServiceImpl.loadNewInstaller(InstallationServiceImpl.java:316)
	at org.objectweb.fractal.julia.generated.C6e5b7438_0.loadNewInstaller(INTERCEPTOR[InstallationServiceMBean])
	at org.objectweb.fractal.julia.generated.Cb8460763_0.loadNewInstaller(INTERFACE[InstallationServiceMBean])
	at org.ow2.petals.jbi.management.autoload.AutoLoaderServiceImpl.performInstallComponent(AutoLoaderServiceImpl.java:470)
	at org.ow2.petals.jbi.management.autoload.AutoLoaderServiceImpl.install(AutoLoaderServiceImpl.java:153)
	at org.ow2.petals.jbi.management.autoload.InstallDirectoryScanner.run(InstallDirectoryScanner.java:81)
	at java.util.TimerThread.mainLoop(Unknown Source)
	at java.util.TimerThread.run(Unknown Source)
Caused by: org.ow2.petals.jbi.management.ManagementException: javax.management.InstanceAlreadyExistsException: org.ow2.petals:type=installer,name=petals-se-notification
	at org.ow2.petals.jbi.management.admin.AdminServiceImpl.registerInstaller(AdminServiceImpl.java:540)
	at org.objectweb.fractal.julia.generated.Ca4991a65_0.registerInstaller(INTERCEPTOR[AdminService])
	at org.objectweb.fractal.julia.generated.C1e6fbb30_0.registerInstaller(INTERFACE[AdminService])
	at org.ow2.petals.jbi.management.task.installation.install.component.CreateAndRegisterInstallerMBeanTask.createAndRegisterInstallerMBean(CreateAndRegisterInstallerMBeanTask.java:118)
	... 10 more
Caused by: javax.management.InstanceAlreadyExistsException: org.ow2.petals:type=installer,name=petals-se-notification
	at mx4j.server.MX4JMBeanServer.register(MX4JMBeanServer.java:863)
	at mx4j.server.MX4JMBeanServer.registerImpl(MX4JMBeanServer.java:830)
	at mx4j.server.MX4JMBeanServer.registerMBeanImpl(MX4JMBeanServer.java:769)
	at mx4j.server.MX4JMBeanServer.registerMBean(MX4JMBeanServer.java:753)
	at org.ow2.petals.jbi.management.admin.AdminServiceImpl.registerInstaller(AdminServiceImpl.java:536)
	... 13 more
[Petals.AutoLoaderServiceImpl]-SEVERE 2010-03-16 11:37:28,134 Error during the auto- installation of a component
java.lang.RuntimeException: Error creating or registring installer MBean
Caused by: javax.management.InstanceAlreadyExistsException: org.ow2.petals:type=installer,name=petals-se-notification
Caused by: org.ow2.petals:type=installer,name=petals-se-notification
	at org.ow2.petals.jbi.management.installation.InstallationServiceImpl.loadNewInstaller(InstallationServiceImpl.java:323)
	at org.objectweb.fractal.julia.generated.C6e5b7438_0.loadNewInstaller(INTERCEPTOR[InstallationServiceMBean])
	at org.objectweb.fractal.julia.generated.Cb8460763_0.loadNewInstaller(INTERFACE[InstallationServiceMBean])
	at org.ow2.petals.jbi.management.autoload.AutoLoaderServiceImpl.performInstallComponent(AutoLoaderServiceImpl.java:470)
	at org.ow2.petals.jbi.management.autoload.AutoLoaderServiceImpl.install(AutoLoaderServiceImpl.java:153)
	at org.ow2.petals.jbi.management.autoload.InstallDirectoryScanner.run(InstallDirectoryScanner.java:81)
	at java.util.TimerThread.mainLoop(Unknown Source)
	at java.util.TimerThread.run(Unknown Source)
System Information : Petals JBI Container - version: 3.0.5
PEtALS prompt. Tape 'help' for help.

petals at localhost:/>



Should I reinstall Petals ESB from the beginning ???




-------------------- m2f --------------------

Subscribe/Unsubscribe emails notifications.

Response to this email will be posted on the Petals forum.
Please delete the existing text before responding :)

Read the topic online:
http://forum.petalslink.com/viewtopic.php?p=30631#30631

-------------------- m2f --------------------


-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://forum-list.petalslink.org/pipermail/users/attachments/20110316/b65bba38/attachment.htm>


More information about the Users mailing list