users@glassfish.java.net

Re: Deployment problem

From: Tim Quinn <Timothy.Quinn_at_Sun.COM>
Date: Wed, 15 Oct 2008 15:33:21 -0500

glassfish_at_javadesktop.org wrote:
> Hi,
>
> I am trying to deploy an application in Glassfish glassfish-installer-v2ur2-b04-windows.
> There is no problema at deployment screen, but application doesn's initialize.
>
> This is my logging.
>
> Thanks a lot,
> Rogerio.
>
The errors come from annotation processing. It is trying to scan the
constant pool from what it thinks is class bytecode. If it discovers a
constant type that it does not recognize it logs these errors.

It is almost as if a class has been corrupted so it no longer has the
correct format. Or perhaps there is a subtle bug that your example has
revealed.

Can you please try rebuilding your app (if you have not already done so)
and try deploying it again and see if that helps. If not, please open
an issue at https://glassfish.dev.java.net/issues and attach your
application to the issue so we can try to reproduce the problem.

By the way, drive D: is not a network drive on your system, is it?

- Tim
>
> [#|2008-10-15T16:22:46.517-0200|SEVERE|sun-appserver9.1|javax.enterprise.system.tools.deployment|_ThreadID=25;_ThreadName=Thread-817;_RequestID=c2647ce9-ee49-48b3-8ff3-353e635afaf4;|Unknow type constant pool 60 at position41|#]
>
> [#|2008-10-15T16:22:46.518-0200|SEVERE|sun-appserver9.1|javax.enterprise.system.tools.deployment|_ThreadID=25;_ThreadName=Thread-817;_RequestID=c2647ce9-ee49-48b3-8ff3-353e635afaf4;|Unknow type constant pool -26 at position42|#]
>
> [#|2008-10-15T16:22:46.518-0200|SEVERE|sun-appserver9.1|javax.enterprise.system.tools.deployment|_ThreadID=25;_ThreadName=Thread-817;_RequestID=c2647ce9-ee49-48b3-8ff3-353e635afaf4;|Unknow type constant pool -70 at position43|#]
>
> [#|2008-10-15T16:22:46.518-0200|SEVERE|sun-appserver9.1|javax.enterprise.system.tools.deployment|_ThreadID=25;_ThreadName=Thread-817;_RequestID=c2647ce9-ee49-48b3-8ff3-353e635afaf4;|Unknow type constant pool -99 at position44|#]
>
> [#|2008-10-15T16:22:46.518-0200|SEVERE|sun-appserver9.1|javax.enterprise.system.tools.deployment|_ThreadID=25;_ThreadName=Thread-817;_RequestID=c2647ce9-ee49-48b3-8ff3-353e635afaf4;|Unknow type constant pool 60 at position45|#]
>
> [#|2008-10-15T16:22:46.518-0200|SEVERE|sun-appserver9.1|javax.enterprise.system.tools.deployment|_ThreadID=25;_ThreadName=Thread-817;_RequestID=c2647ce9-ee49-48b3-8ff3-353e635afaf4;|Unknow type constant pool -23 at position46|#]
>
> [#|2008-10-15T16:22:46.518-0200|SEVERE|sun-appserver9.1|javax.enterprise.system.tools.deployment|_ThreadID=25;_ThreadName=Thread-817;_RequestID=c2647ce9-ee49-48b3-8ff3-353e635afaf4;|Unknow type constant pool -119 at position47|#]
>
> [#|2008-10-15T16:22:48.274-0200|WARNING|sun-appserver9.1|javax.enterprise.system.tools.deployment|_ThreadID=25;_ThreadName=Thread-817;_RequestID=c2647ce9-ee49-48b3-8ff3-353e635afaf4;|The annotation symbol inheritance is not supported.
> symbol: TYPE
> location: class org.jcompany.facade.PlcFacadeImpl
>
> |#]
>
> [#|2008-10-15T16:22:48.300-0200|WARNING|sun-appserver9.1|javax.enterprise.system.tools.deployment|_ThreadID=25;_ThreadName=Thread-817;_RequestID=c2647ce9-ee49-48b3-8ff3-353e635afaf4;|The annotation symbol inheritance is not supported.
> symbol: TYPE
> location: class com.javamagazine.app.facade.AppFacadeImpl
>
> |#]
>
> [#|2008-10-15T16:22:48.302-0200|WARNING|sun-appserver9.1|javax.enterprise.system.tools.deployment|_ThreadID=25;_ThreadName=Thread-817;_RequestID=c2647ce9-ee49-48b3-8ff3-353e635afaf4;|The annotation symbol inheritance is not supported.
> symbol: TYPE
> location: class org.jcompany.facade.PlcFacadeImpl
>
> |#]
>
> [#|2008-10-15T16:22:48.308-0200|WARNING|sun-appserver9.1|javax.enterprise.system.tools.deployment|_ThreadID=25;_ThreadName=Thread-817;_RequestID=c2647ce9-ee49-48b3-8ff3-353e635afaf4;|The annotation symbol inheritance is not supported.
> symbol: TYPE
> location: class org.jboss.seam.core.Dispatcher
>
> |#]
>
> [#|2008-10-15T16:22:48.319-0200|WARNING|sun-appserver9.1|javax.enterprise.system.tools.deployment|_ThreadID=25;_ThreadName=Thread-817;_RequestID=c2647ce9-ee49-48b3-8ff3-353e635afaf4;|The annotation symbol inheritance is not supported.
> symbol: TYPE
> location: class org.jcompany.model.PlcBaseManager
>
> |#]
>
> [#|2008-10-15T16:22:48.324-0200|WARNING|sun-appserver9.1|javax.enterprise.system.tools.deployment|_ThreadID=25;_ThreadName=Thread-817;_RequestID=c2647ce9-ee49-48b3-8ff3-353e635afaf4;|The annotation symbol inheritance is not supported.
> symbol: TYPE
> location: class com.javamagazine.app.model.AppManager
>
> |#]
>
> [#|2008-10-15T16:22:48.324-0200|WARNING|sun-appserver9.1|javax.enterprise.system.tools.deployment|_ThreadID=25;_ThreadName=Thread-817;_RequestID=c2647ce9-ee49-48b3-8ff3-353e635afaf4;|The annotation symbol inheritance is not supported.
> symbol: TYPE
> location: class org.jcompany.model.PlcBaseManager
>
> |#]
>
> [#|2008-10-15T16:22:48.348-0200|WARNING|sun-appserver9.1|javax.enterprise.system.tools.deployment|_ThreadID=25;_ThreadName=Thread-817;_RequestID=c2647ce9-ee49-48b3-8ff3-353e635afaf4;|The annotation symbol inheritance is not supported.
> symbol: TYPE
> location: class org.jcompany.persistence.jpa.PlcBaseJpaDAO
>
> |#]
>
> [#|2008-10-15T16:22:48.818-0200|WARNING|sun-appserver9.1|javax.enterprise.system.core.security|_ThreadID=25;_ThreadName=Thread-817;_RequestID=c2647ce9-ee49-48b3-8ff3-353e635afaf4;|No Principals mapped to Role [RH].|#]
>
> [#|2008-10-15T16:22:48.819-0200|WARNING|sun-appserver9.1|javax.enterprise.system.core.security|_ThreadID=25;_ThreadName=Thread-817;_RequestID=c2647ce9-ee49-48b3-8ff3-353e635afaf4;|No Principals mapped to Role [Suporte].|#]
>
> [#|2008-10-15T16:22:48.819-0200|WARNING|sun-appserver9.1|javax.enterprise.system.core.security|_ThreadID=25;_ThreadName=Thread-817;_RequestID=c2647ce9-ee49-48b3-8ff3-353e635afaf4;|No Principals mapped to Role [Demo].|#]
>
> [#|2008-10-15T16:22:48.846-0200|INFO|sun-appserver9.1|javax.enterprise.system.tools.deployment|_ThreadID=25;_ThreadName=Thread-817;|deployed with moduleid = javamagazine|#]
>
> [#|2008-10-15T16:22:48.940-0200|SEVERE|sun-appserver9.1|org.apache.catalina.core.StandardContext|_ThreadID=26;_ThreadName=Thread-816;_RequestID=fe4e681a-5dce-4412-825e-992568c76ab6;|PWC1300: Error starting resources in context /javamagazine|#]
>
> [#|2008-10-15T16:22:48.940-0200|SEVERE|sun-appserver9.1|org.apache.catalina.core.StandardContext|_ThreadID=26;_ThreadName=Thread-816;_RequestID=fe4e681a-5dce-4412-825e-992568c76ab6;|PWC4430: Document base D:\jcompany50\servers\glassfish\domains\domain1\docroot\javamagazine does not exist or is not a readable directory|#]
>
> [#|2008-10-15T16:22:48.943-0200|SEVERE|sun-appserver9.1|org.apache.catalina.core.StandardContext|_ThreadID=26;_ThreadName=Thread-816;_RequestID=fe4e681a-5dce-4412-825e-992568c76ab6;|PWC1306: Startup of context /javamagazine failed due to previous errors|#]
>
> [#|2008-10-15T16:22:48.943-0200|INFO|sun-appserver9.1|org.apache.catalina.core.StandardContext|_ThreadID=26;_ThreadName=Thread-816;|PWC1240: Container WebModule[/javamagazine] has not been started|#]
> [Message sent by forum member 'rogeriobaldini' (rogeriobaldini)]
>
> http://forums.java.net/jive/thread.jspa?messageID=307651
>
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: users-unsubscribe_at_glassfish.dev.java.net
> For additional commands, e-mail: users-help_at_glassfish.dev.java.net
>
>