Do not input private or sensitive data. View Qlik Privacy & Cookie Policy.
Skip to main content

Announcements
Join us to spark ideas for how to put the latest capabilities into action. Register here!
cancel
Showing results for 
Search instead for 
Did you mean: 
_AnonymousUser
Specialist III
Specialist III

error when open a project

installed v5.1.1, when open a project get following;
Some comopnent are not loaded;
tFileOutputDelimited
tDie
Labels (2)
15 Replies
Anonymous
Not applicable

Hi,
For your issue, maybe something wrong with your installation. You should confirm these points:
1: The Talend Studio requires Sun JDK1.6 or higher.
2: Set Java environment variables correctly.
3: What's your version of window7? 32bit or 64bit? make sure the JDK consistent with your window7 version.
4: Are there any blank space in installations in path.
Try to re-install Talend studio to check if this issue reproduce again, and we will track your issue.
Best Regards
Sabrina
_AnonymousUser
Specialist III
Specialist III
Author

Hi Sabrina
this is the log when i open a project;
!SESSION 2012-10-10 14:51:51.444 -----------------------------------------------
eclipse.buildId=unknown
java.version=1.6.0_21
java.vendor=Sun Microsystems Inc.
BootLoader constants: OS=win32, ARCH=x86, WS=win32, NL=en_IE
Command-line arguments: -os win32 -ws win32 -arch x86
!ENTRY org.talend.platform.logging 1 0 2012-10-10 14:52:02.710
!MESSAGE 2012-10-10 14:52:02,710 INFO org.talend.repository.ui.login.LoginComposite - validate updatesite...

!ENTRY org.talend.platform.logging 2 0 2012-10-10 14:52:02.757
!MESSAGE 2012-10-10 14:52:02,757 WARN org.talend.commons.exception.CommonExceptionHandler - softwareupdate.error.cannotconnect
!STACK 0
org.talend.commons.exception.PersistenceException: softwareupdate.error.cannotconnect
at org.talend.repository.remoteprovider.ServletUtil.handleError(ServletUtil.java:301)
at org.talend.repository.remoteprovider.AdministratorClient.getText(AdministratorClient.java:441)
at org.talend.repository.remoteprovider.AdministratorClient.getJsonObject(AdministratorClient.java:433)
at org.talend.repository.remoteprovider.AdministratorClient.getArchivaObject(AdministratorClient.java:614)
at org.talend.repository.remoteprovider.services.RemoteService.getArchivaObject(RemoteService.java:29)
at org.talend.core.tis.service.CoreTisService.getArchivaObject(CoreTisService.java:154)
at org.talend.core.tis.service.CoreTisService.getArchivaObject(CoreTisService.java:1)
at org.talend.repository.ui.login.LoginComposite.getArchivaServicesProperties(LoginComposite.java:1840)
at org.talend.repository.ui.login.LoginComposite.validateUpdate(LoginComposite.java:1768)
at org.talend.repository.ui.login.LoginComposite.<init>(LoginComposite.java:366)
at org.talend.repository.ui.login.LoginDialog.createDialogArea(LoginDialog.java:173)
at org.talend.repository.ui.login.LoginDialog.createContents(LoginDialog.java:138)
at org.eclipse.jface.window.Window.create(Window.java:431)
at org.eclipse.jface.dialogs.Dialog.create(Dialog.java:1089)
at org.eclipse.jface.window.Window.open(Window.java:790)
at org.talend.repository.RepositoryService.openLoginDialog(RepositoryService.java:262)
at org.talend.rcp.intro.Application.logUserOnProject(Application.java:273)
at org.talend.rcp.intro.Application.start(Application.java:82)
at org.eclipse.equinox.internal.app.EclipseAppHandle.run(EclipseAppHandle.java:196)
at org.eclipse.core.runtime.internal.adaptor.EclipseAppLauncher.runApplication(EclipseAppLauncher.java:110)
at org.eclipse.core.runtime.internal.adaptor.EclipseAppLauncher.start(EclipseAppLauncher.java:79)
at org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseStarter.java:369)
at org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseStarter.java:179)
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.eclipse.equinox.launcher.Main.invokeFramework(Main.java:619)
at org.eclipse.equinox.launcher.Main.basicRun(Main.java:574)
at org.eclipse.equinox.launcher.Main.run(Main.java:1407)
!ENTRY org.eclipse.jdt.core 4 4 2012-10-10 14:53:36.179
!MESSAGE Error creating Groovy language support
!STACK 0
java.lang.ClassNotFoundException: org.codehaus.jdt.groovy.integration.internal.GroovyLanguageSupport
at org.eclipse.osgi.internal.loader.BundleLoader.findClassInternal(BundleLoader.java:506)
at org.eclipse.osgi.internal.loader.BundleLoader.findClass(BundleLoader.java:422)
at org.eclipse.osgi.internal.loader.BundleLoader.findClass(BundleLoader.java:410)
at org.eclipse.osgi.internal.baseadaptor.DefaultClassLoader.loadClass(DefaultClassLoader.java:107)
at java.lang.ClassLoader.loadClass(Unknown Source)
at org.eclipse.osgi.internal.loader.BundleLoader.loadClass(BundleLoader.java:338)
at org.eclipse.osgi.framework.internal.core.BundleHost.loadClass(BundleHost.java:232)
at org.eclipse.osgi.framework.internal.core.AbstractBundle.loadClass(AbstractBundle.java:1197)
at org.codehaus.jdt.groovy.integration.LanguageSupportFactory.tryInstantiate(LanguageSupportFactory.java:122)
at org.codehaus.jdt.groovy.integration.LanguageSupportFactory.getLanguageSupport(LanguageSupportFactory.java:95)
at org.codehaus.jdt.groovy.integration.LanguageSupportFactory.getEventHandler(LanguageSupportFactory.java:142)
at org.eclipse.jdt.internal.core.JavaProject.close(JavaProject.java:470)
at org.eclipse.jdt.internal.core.ClasspathChange.generateDelta(ClasspathChange.java:258)
at org.eclipse.jdt.internal.core.DeltaProcessor.resourceChanged(DeltaProcessor.java:1916)
at org.eclipse.jdt.internal.core.DeltaProcessingState.resourceChanged(DeltaProcessingState.java:470)
at org.eclipse.core.internal.events.NotificationManager$2.run(NotificationManager.java:291)
at org.eclipse.core.runtime.SafeRunner.run(SafeRunner.java:42)
at org.eclipse.core.internal.events.NotificationManager.notify(NotificationManager.java:285)
at org.eclipse.core.internal.events.NotificationManager.broadcastChanges(NotificationManager.java:186)
at org.eclipse.core.internal.resources.SavedState.processResourceChangeEvents(SavedState.java:77)
at org.eclipse.jdt.internal.core.JavaModelManager$17$1.run(JavaModelManager.java:4727)
at org.eclipse.core.internal.resources.Workspace.run(Workspace.java:1975)
at org.eclipse.core.internal.resources.Workspace.run(Workspace.java:1957)
at org.eclipse.jdt.internal.core.JavaModelManager$17.run(JavaModelManager.java:4719)
at org.eclipse.core.internal.jobs.Worker.run(Worker.java:54)
!ENTRY org.talend.platform.logging 1 0 2012-10-10 14:53:59.007
!MESSAGE 2012-10-10 14:53:59,007 INFO org.talend.core.repository.model.ProxyRepositoryFactory

!ENTRY org.talend.platform.logging 1 0 2012-10-10 14:54:03.819
!MESSAGE 2012-10-10 14:54:03,819 INFO org.talend.core.repository.GeneratedJetEmitersLoginTask - Generating JetEmiters

!ENTRY org.talend.platform.logging 1 0 2012-10-10 14:54:03.913
!MESSAGE 2012-10-10 14:54:03,913 INFO org.talend.repository.view.svn.InitializeLockStatusLoginTask - Initialize lock status
Anonymous
Not applicable

Hi, dmac
We have make a research for your issue and get the result that the component
Some comopnent are not loaded;
tFileOutputDelimited
tDie

are hidden by studio. You can find them by Projectsetting-->Designer-->Palette Settings to check if the components are hidden. If it is, add them into the "show" section and then re-start your studio.
See pic
Best Regards
Sabrina
_AnonymousUser
Specialist III
Specialist III
Author

Hi Sabrina
no, there was nothing in the Hide panel
Anonymous
Not applicable

Hi
Can you see the tFileOutputDelimited component, which is not loaded in your case, in Show panel-->File-->Output directory?
If so, try to move the component to Hide panel, and move it to Show panel again, followed by clicking OK button. Afterwards, close the job and reopen it again.
Hope it helps you!
_AnonymousUser
Specialist III
Specialist III
Author

Hi Shong
no it wasnt in the output directory, here is the log when i open talend, then get the error mesage, then open the project
sorry, didnt see how to add this as an attatchment
eclipse.buildId=unknown
java.version=1.6.0_21
java.vendor=Sun Microsystems Inc.
BootLoader constants: OS=win32, ARCH=x86, WS=win32, NL=en_IE
Command-line arguments: -os win32 -ws win32 -arch x86
!ENTRY org.talend.platform.logging 1 0 2012-10-11 13:20:34.478
!MESSAGE 2012-10-11 13:20:34,478 INFO org.talend.repository.ui.login.LoginComposite - validate updatesite...

!ENTRY org.talend.platform.logging 2 0 2012-10-11 13:20:34.509
!MESSAGE 2012-10-11 13:20:34,509 WARN org.talend.commons.exception.CommonExceptionHandler - softwareupdate.error.cannotconnect
!STACK 0
org.talend.commons.exception.PersistenceException: softwareupdate.error.cannotconnect at org.talend.repository.remoteprovider.ServletUtil.handleE

To see the whole post, download it here
OriginalPost.pdf
Anonymous
Not applicable

Hi
i think you have tried to open the project many times and always got the same problem. Right? Do you see the component folder "tFileOutputDelimited" under <Talend Studio install path>\plugins\org.talend.designer.components.localprovider_5.1.1.r84309\components\?
!ENTRY org.eclipse.ui.workbench 4 2 2012-10-11 13:21:52.107
!MESSAGE Problems occurred when invoking code from plug-in: "org.eclipse.ui.workbench".
!STACK 0
java.lang.NullPointerException

I seen this kind of error reported in older version, but we did't have this error on v5.1.1, not sure the problem still exists. Do you install Talend Studio with Windows installer or download the archive file and unzip it?
_AnonymousUser
Specialist III
Specialist III
Author

Hi
the tFileOutputDelimited folder in that location is empty, i take it this is supposed to have files etc in it
download the file and unzip
Anonymous
Not applicable

Hi
the tFileOutputDelimited folder in that location is empty, i take it this is supposed to have files etc in it
download the file and unzip

ah...this is the cause! There should be the source files of the component! The installation process might be not completely. Anyway, you need to re-install it again,.