-
1. Re: Unable to install Teiid designer properly. Only one component of it is getting installed rest all the components are not getting installed
maxandersen Nov 22, 2014 8:18 AM (in response to mayur7789)what version of developer studio are you using and how did you install it ?
-
2. Re: Unable to install Teiid designer properly. Only one component of it is getting installed rest all the components are not getting installed
mayur7789 Nov 22, 2014 8:20 AM (in response to maxandersen)I am using the following version
Boss Developer Studio
Version: 8.0.0.GA
Build id: GA-v20141020-1042-B317
Build date: 20141020-1042
-
3. Re: Unable to install Teiid designer properly. Only one component of it is getting installed rest all the components are not getting installed
mayur7789 Nov 22, 2014 8:20 AM (in response to maxandersen)I installed it from terminal on my ubuntu workstation
-
4. Re: Unable to install Teiid designer properly. Only one component of it is getting installed rest all the components are not getting installed
tejones Nov 22, 2014 9:30 AM (in response to mayur7789)Mayur,
I don't believe there is a video for installing into JBDS 8. Try this:
1) Install a clean JBDS 8.0 GA
2) Install https://devstudio.jboss.com/updates/8.0-development/integration-stack/ (Designer 8.6.1.Alpha2 luna)
Thanks,
Ted
-
5. Re: Unable to install Teiid designer properly. Only one component of it is getting installed rest all the components are not getting installed
mayur7789 Nov 22, 2014 9:32 AM (in response to tejones)Thanks Ted,
Is this installable on ubuntu
-
6. Re: Unable to install Teiid designer properly. Only one component of it is getting installed rest all the components are not getting installed
tejones Nov 22, 2014 9:41 AM (in response to mayur7789)Yes Mayur... let me know if you have any issues after following the steps above.
-
7. Re: Unable to install Teiid designer properly. Only one component of it is getting installed rest all the components are not getting installed
mayur7789 Nov 22, 2014 10:03 AM (in response to tejones)Ted mate can you give me the link of JBDS 8.
That would really help a lot. Thanks
-
8. Re: Unable to install Teiid designer properly. Only one component of it is getting installed rest all the components are not getting installed
maxandersen Nov 22, 2014 10:33 AM (in response to mayur7789)The download of Developer Studio is here: https://www.jboss.org/products/devstudio/overview/
When you click the download button there is also instructions on how to install Integration Stack by enabling earlyaccess which will give the ability to install the tested and verified to work version of Teiid Designer.
here is a screenshot of what the instructions say: https://www.dropbox.com/s/v5qr0wvmzbre2pq/Screenshot%202014-11-22%2016.30.33.png?dl=0
Basically, install Developer Studio 8, In JBoss Central click Software/Update tab and enable Early access. From here Teiid should now show up as being installable.
It is not recommended nor supported to manually mix jboss.org and devstudio p2 updatesites as Ted suggested above, only do that if you understand the implications of mixing updatesites. Thanks!
-
9. Re: Unable to install Teiid designer properly. Only one component of it is getting installed rest all the components are not getting installed
mayur7789 Nov 23, 2014 2:53 AM (in response to mayur7789)Hi Max,
I installed everything as u told me to.
But while starting the server getting following errors.
java.lang.IllegalArgumentException: Failed to instantiate class "org.jboss.logmanager.handlers.PeriodicRotatingFileHandler" for handler "FILE"
at org.jboss.logmanager.config.AbstractPropertyConfiguration$ConstructAction.validate(AbstractPropertyConfiguration.java:118)
at org.jboss.logmanager.config.LogContextConfigurationImpl.doPrepare(LogContextConfigurationImpl.java:338)
at org.jboss.logmanager.config.LogContextConfigurationImpl.prepare(LogContextConfigurationImpl.java:291)
at org.jboss.logmanager.config.LogContextConfigurationImpl.commit(LogContextConfigurationImpl.java:300)
at org.jboss.logmanager.PropertyConfigurator.configure(PropertyConfigurator.java:542)
at org.jboss.logmanager.PropertyConfigurator.configure(PropertyConfigurator.java:97)
at org.jboss.as.logging.logmanager.ConfigurationPersistence.configure(ConfigurationPersistence.java:148)
at org.jboss.logmanager.LogManager.readConfiguration(LogManager.java:300)
at org.jboss.logmanager.LogManager.readConfiguration(LogManager.java:262)
at java.util.logging.LogManager$2.run(LogManager.java:285)
at java.util.logging.LogManager$2.run(LogManager.java:283)
at java.security.AccessController.doPrivileged(Native Method)
at java.util.logging.LogManager.readPrimordialConfiguration(LogManager.java:283)
at java.util.logging.LogManager.getLogManager(LogManager.java:265)
at java.util.logging.Logger.<init>(Logger.java:264)
at java.util.logging.Logger.<init>(Logger.java:260)
at java.util.logging.LogManager$RootLogger.<init>(LogManager.java:1317)
at java.util.logging.LogManager$RootLogger.<init>(LogManager.java:1315)
at java.util.logging.LogManager$1.run(LogManager.java:196)
at java.security.AccessController.doPrivileged(Native Method)
at java.util.logging.LogManager.<clinit>(LogManager.java:173)
at org.jboss.modules.Main.main(Main.java:394)
Caused by: java.lang.reflect.InvocationTargetException
at sun.reflect.NativeConstructorAccessorImpl.newInstance0(Native Method)
at sun.reflect.NativeConstructorAccessorImpl.newInstance(NativeConstructorAccessorImpl.java:57)
at sun.reflect.DelegatingConstructorAccessorImpl.newInstance(DelegatingConstructorAccessorImpl.java:45)
at java.lang.reflect.Constructor.newInstance(Constructor.java:526)
at org.jboss.logmanager.config.AbstractPropertyConfiguration$ConstructAction.validate(AbstractPropertyConfiguration.java:116)
... 21 more
Caused by: java.io.FileNotFoundException: /home/jboss-eap-6.1/standalone/log/boot.log (Permission denied)
at java.io.FileOutputStream.open(Native Method)
at java.io.FileOutputStream.<init>(FileOutputStream.java:212)
at org.jboss.logmanager.handlers.FileHandler.setFile(FileHandler.java:154)
at org.jboss.logmanager.handlers.PeriodicRotatingFileHandler.setFile(PeriodicRotatingFileHandler.java:105)
at org.jboss.logmanager.handlers.FileHandler.setFileName(FileHandler.java:192)
at org.jboss.logmanager.handlers.FileHandler.<init>(FileHandler.java:122)
at org.jboss.logmanager.handlers.PeriodicRotatingFileHandler.<init>(PeriodicRotatingFileHandler.java:73)
... 26 more
-
10. Re: Unable to install Teiid designer properly. Only one component of it is getting installed rest all the components are not getting installed
maxandersen Nov 23, 2014 4:22 AM (in response to mayur7789)It says:
Caused by: java.io.FileNotFoundException: /home/jboss-eap-6.1/standalone/log/boot.log (Permission denied)
Does that server dir actually exist and do the user you are running with have permisson to that directory ?