Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
Re: [platform-core-dev] "Could not write metadata for" error

Please enter a bug in Bugzilla with the relavent info. (the stack trace 
below, the build number, operating system, etc)
        http://dev.eclipse.org/bugs

At first glance, the file couldn't be writting in your project meta data 
area. This is the location of the .metadata directory in your Eclipse 
workspace directory. Have you checked things like write permissions and 
disk space?





"Lorinda Swick" <lswick@xxxxxxxxxxx>
Sent by: platform-core-dev-admin@xxxxxxxxxxx
03/14/02 04:02 PM
Please respond to platform-core-dev

 
        To:     <platform-core-dev@xxxxxxxxxxx>
        cc: 
        Subject:        [platform-core-dev] "Could not write metadata for" error

Hi guys,

I am getting the following error deploying a 1.1. EJB.jar in Websphere.  I
have gone through all the IBM site, the Web etc... can you tell me what's
going on here?  This has me stalled...




[02.03.14 11:44:56:732 PST] 2e2f3c35 SystemOut     U Error creating 
project
[02.03.14 11:44:56:732 PST] 2e2f3c35 SystemOut     U
>com.ibm.etools.ejbdeploy.EJBDeploymentException (Error creating project)
[02.03.14 11:44:56:732 PST] 2e2f3c35 SystemOut     U
com.ibm.etools.wft.util.WFTWrappedException
[02.03.14 11:44:56:832 PST] 2e2f3c35 SystemOut     U IWAJ0215E Stack trace
of nested exception:

--HERE--
[02.03.14 11:44:56:832 PST] 2e2f3c35 SystemOut     U
org.eclipse.core.internal.resources.ResourceException: Could not write
metadata for: /Deployed_ejb11_statefulSession_dep.jar.
[02.03.14 11:44:56:832 PST] 2e2f3c35 SystemOut     U             at
org.eclipse.core.internal.resources.LocalMetaArea.write(LocalMetaArea.java:1
90)
[02.03.14 11:44:56:842 PST] 2e2f3c35 SystemOut     U             at
org.eclipse.core.internal.localstore.FileSystemResourceManager.write(FileSys
temResourceManager.java:428)
[02.03.14 11:44:56:842 PST] 2e2f3c35 SystemOut     U             at
org.eclipse.core.internal.resources.Project.create(Project.java:300)
[02.03.14 11:44:56:862 PST] 2e2f3c35 SystemOut     U             at
com.ibm.etools.j2ee.j2eeproject.J2EEProjectCreationOperation.createProject(J
2EEProjectCreationOperation.java:98)
[02.03.14 11:44:56:872 PST] 2e2f3c35 SystemOut     U             at
com.ibm.etools.j2ee.j2eeproject.J2EEProjectCreationOperation.getNewProject(J
2EEProjectCreationOperation.java:158)
[02.03.14 11:44:56:872 PST] 2e2f3c35 SystemOut     U             at
com.ibm.etools.j2ee.j2eeproject.J2EEProjectCreationOperation.execute(J2EEPro
jectCreationOperation.java:125)
[02.03.14 11:44:56:892 PST] 2e2f3c35 SystemOut     U             at
com.ibm.etools.j2ee.operations.HeadlessJ2EEOperation$1.run(HeadlessJ2EEOpera
tion.java:56)
[02.03.14 11:44:56:892 PST] 2e2f3c35 SystemOut     U             at
org.eclipse.core.internal.resources.Workspace.run(Workspace.java:1194)
[02.03.14 11:44:56:892 PST] 2e2f3c35 SystemOut     U             at
com.ibm.etools.j2ee.operations.HeadlessJ2EEOperation.run(HeadlessJ2EEOperati
on.java:70)
[02.03.14 11:44:57:242 PST] 2e2f3c35 SystemOut     U             at
com.ibm.etools.ejbdeploy.batch.plugin.BatchExtension.createProject(BatchExte
nsion.java:213)
[02.03.14 11:44:57:242 PST] 2e2f3c35 SystemOut     U             at
com.ibm.etools.ejbdeploy.batch.plugin.BatchExtension.run(BatchExtension.java
:798)
[02.03.14 11:44:57:242 PST] 2e2f3c35 SystemOut     U             at
com.ibm.etools.ejbdeploy.batch.impl.BatchDeploy.execute(BatchDeploy.java:122
)
[02.03.14 11:44:57:252 PST] 2e2f3c35 SystemOut     U             at
com.ibm.etools.ejbdeploy.EJBDeploy.execute(EJBDeploy.java:60)
[02.03.14 11:44:57:252 PST] 2e2f3c35 SystemOut     U             at
com.ibm.etools.ejbdeploy.EJBDeploy.main(EJBDeploy.java:207)
[02.03.14 12:02:48:062 PST] 5b4dbc37 SystemOut     U Session timing out
!!!!!!
[02.03.14 12:02:48:062 PST] 5b4dbc37 SystemOut     U saving file in
C:\WebSphere\AppServer\temp\namaste\Default_Server\Server_Administration_App
lication\admin.war\administrator/timeout/server-cfg.xml


THANKS!
Lorinda

_______________________________________________
platform-core-dev mailing list
platform-core-dev@xxxxxxxxxxx
http://dev.eclipse.org/mailman/listinfo/platform-core-dev





Back to the top