Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
RE: [ajdt-dev] can't enable jdt weaving in 1.6.2

> 1. is your eclipse installation writable?


yes

> 2. did you install ajdt into the same location as your eclipse
> installation?

yes

> 3. did you update using the P2 update manager (not the classic update
> manager)?

P2

> 4. are there any errors in your error log?

There are, but I don't think they are related, I've had this one for
awhile.

!SESSION 2009-01-07 07:44:57.138
-----------------------------------------------
eclipse.buildId=M20080911-1700
java.version=1.6.0_03
java.vendor=Sun Microsystems Inc.
BootLoader constants: OS=win32, ARCH=x86, WS=win32, NL=en_US
Framework arguments:  256M
Command-line arguments:  -os win32 -ws win32 -arch x86 256M

!ENTRY org.eclipse.equinox.p2.core 0 0 2009-01-07 07:45:00.732
!MESSAGE Provisioning exception
!STACK 1
org.eclipse.equinox.internal.provisional.p2.core.ProvisionException: No
repository found at file:/C:/tmp/
	at
org.eclipse.equinox.internal.p2.metadata.repository.MetadataRepositoryMa
nager.loadRepository(MetadataRepositoryManager.java:471)
	at
org.eclipse.equinox.internal.p2.metadata.repository.MetadataRepositoryMa
nager.loadRepository(MetadataRepositoryManager.java:435)

[snip]

!SUBENTRY 1 org.eclipse.equinox.p2.metadata.repository 0 1000 2009-01-07
07:45:00.732
!MESSAGE No repository found at file:/C:/tmp/

!ENTRY org.eclipse.equinox.p2.core 4 0 2009-01-07 07:45:00.748
!MESSAGE Provisioning exception
!STACK 1
org.eclipse.equinox.internal.provisional.p2.core.ProvisionException: No
repository found at file:/C:/tmp/.
	at
org.eclipse.equinox.internal.p2.artifact.repository.ArtifactRepositoryMa
nager.fail(ArtifactRepositoryManager.java:253)
	at
org.eclipse.equinox.internal.p2.artifact.repository.ArtifactRepositoryMa
nager.loadRepository(ArtifactRepositoryManager.java:427)

[snip]

!SUBENTRY 1 org.eclipse.equinox.p2.artifact.repository 4 1000 2009-01-07
07:45:00.748
!MESSAGE No repository found at file:/C:/tmp/.

> 5. can you paste in the contents of your
> eclipse/configuration/config.ini file?
> 

#This configuration file was written by:
org.eclipse.equinox.internal.frameworkadmin.equinox.EquinoxFwConfigFileP
arser
#Tue Jan 06 13:16:35 CST 2009
osgi.launcherPath=.
org.eclipse.update.reconcile=false
eclipse.p2.profile=PlatformProfile
osgi.instance.area.default=@user.home/workspace
osgi.framework=file\:plugins\\org.eclipse.osgi_3.4.2.R34x_v20080826-1230
.jar
eclipse.buildId=M20080911-1700
osgi.bundles=reference\:file\:org.eclipse.equinox.weaving.hook_1.0.0.200
812180852.jar@4,reference\:file\:org.eclipse.equinox.simpleconfigurator_
1.0.0.v20080604.jar@1\:start
org.eclipse.equinox.simpleconfigurator.configUrl=file\:org.eclipse.equin
ox.simpleconfigurator\\bundles.info
eclipse.product=org.eclipse.platform.ide
osgi.splashPath=platform\:/base/plugins/org.eclipse.platform
osgi.launcherIni=eclipse
eclipse.p2.data.area=@config.dir/../p2
osgi.bundles.defaultStartLevel=4
osgi.framework.extensions=org.eclipse.equinox.weaving.hook


Back to the top