You are viewing a plain text version of this content. The canonical link for it is here.
Posted to jetspeed-user@portals.apache.org by Chris Custine <ch...@gmail.com> on 2005/06/14 17:36:23 UTC

J2 - Problems in current SVN?

Hi all,
Yesterday I updated to the current SVN version but I have been getting 
compile failures ever since then. I waited to see if it was getting fixed 
but it still seems to be a problem today. Can anyone else working with the 
current SVN version verify if this is a real problem (or possibly a problem 
with my SVN update)?

It looks to me like PortletEntityAccessComponent was deleted yesterday. If I 
hadn't just changed to SVN yesterday I would suspect someone didn't do a 
clean before checkin and therefore hasn't noticed the error....

[javac] Compiling 50 source files to E:\development\libraries_src\jetspeed2-
M4\components\registry\target\classes
[javac] E:\development\libraries_src\jetspeed2-M4\components\registry\src\ja
va\org\apache\jetspeed\components\portletentity\PersistenceBrokerPortletEntityAc
cess.java:56: cannot resolve symbol
[javac] symbol : class PortletEntityAccessComponent
[javac] location: class org.apache.jetspeed.components.portletentity.Persist
enceBrokerPortletEntityAccess
[javac] PortletEntityAccessComponent
[javac] ^
[javac] E:\development\libraries_src\jetspeed2-M4\components\registry\src\ja
va\org\apache\jetspeed\components\portletentity\PortletEntityImpl.java:68: 
canno
t resolve symbol
[javac] symbol : class PortletEntityAccessComponent
[javac] location: class org.apache.jetspeed.components.portletentity.Portlet
EntityImpl
[javac] protected static PortletEntityAccessComponent pac;
[javac] ^
[javac] E:\development\libraries_src\jetspeed2-M4\components\registry\src\ja
va\org\apache\jetspeed\components\util\RegistrySupportedTestCase.java:13: 
cannot
resolve symbol
[javac] symbol : class PortletEntityAccessComponent
[javac] location: package portletentity
[javac] import org.apache.jetspeed.components.portletentity.PortletEntityAcc
essComponent;
[javac] ^
[javac] E:\development\libraries_src\jetspeed2-M4\components\registry\src\ja
va\org\apache\jetspeed\components\util\RegistrySupportedTestCase.java:25: 
cannot
resolve symbol
[javac] symbol : class PortletEntityAccessComponent
[javac] location: class org.apache.jetspeed.components.util.RegistrySupporte
dTestCase
[javac] protected PortletEntityAccessComponent entityAccess;
[javac] ^
[javac] E:\development\libraries_src\jetspeed2-M4\components\registry\src\ja
va\org\apache\jetspeed\components\util\RegistrySupportedTestCase.java:34: 
cannot
resolve symbol
[javac] symbol : class PortletEntityAccessComponent
[javac] location: class org.apache.jetspeed.components.util.RegistrySupporte
dTestCase
[javac] entityAccess = (PortletEntityAccessComponent) ctx.getBean("p
ortletEntityAccess");
[javac] ^
[javac] 5 errors

BUILD FAILED
File...... e:\development\libraries_src\jetspeed2-M4\maven.xml
Element... maven:reactor
Line...... 133
Column.... 40
Unable to obtain goal [java:compile] -- C:\Documents and Settings\Chris 
Custine\
.maven\cache\maven-java-plugin-1.5\plugin.jelly:63:48: <ant:javac> Compile 
faile
d; see the compiler error output for details.
Total time: 2 minutes 39 seconds
Finished at: Tue Jun 14 11:22:09 EDT 2005

Re: J2 - Problems in current SVN?

Posted by James Liao <ji...@gmail.com>.
After update, the problem disappeared. Everything is ok now.

On 6/14/05, Sven Thiergen <s....@itcampus.de> wrote:
> 
> Confirmed.
> Got the same problem.
> 
> 
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: jetspeed-user-unsubscribe@portals.apache.org
> For additional commands, e-mail: jetspeed-user-help@portals.apache.org
> 
>

Re: J2 - Problems in current SVN?

Posted by Chris Custine <ch...@gmail.com>.
OK, obviously that alows me to build now, but at run time I am getting the 
following exception on first access to the portal app:

2005-06-14 15:27:09,387 [http-8080-Processor25] ERROR 
org.apache.jetspeed.factor
y.JetspeedPortletFactory - Failed to initialize Portlet 
org.apache.jetspeed.port
lets.layout.MultiColumnPortlet for Portlet Application jetspeed-layouts
javax.portlet.PortletException: Failed to find the JPT Factory on portlet 
initia
lization
at org.apache.jetspeed.portlets.layout.LayoutPortlet.init(LayoutPortlet.
java:78)
at org.apache.jetspeed.portlets.layout.MultiColumnPortlet.init(MultiColu
mnPortlet.java:61)
......


Any ideas on this? 

Thanks,
Chris



On 6/14/05, Scott T Weaver <sc...@binary-designs.net> wrote:
> 
> I was having severe issues with SVN yesterday. Any time I copied a 
> modified
> file from my old workspace into my SVN workspace, SVN forced me to delete
> the damn thing! So I had to re-add and commit those files. Now I see that
> PortletEntityAccessComponent was never re-added, so guess is this is my
> fault. Anywho, I just committed it back in. Please update a try rebuild
> and let me know what else I hosed.
> 
> p.s.
> 
> I hate SVN so far. Subclipse is so SSSSLLLLOOOOOOWWWWWW and I detest 
> having
> to jump out to TortoiseSVN every time I need to perform a SVN operation.
> 
> -Scott
> 
> 
> 
> > -----Original Message-----
> > From: Chris Custine [mailto:chris.custine@gmail.com]
> > Sent: Tuesday, June 14, 2005 11:36 AM
> > To: Jetspeed Users Mailing List
> > Subject: J2 - Problems in current SVN?
> >
> > Hi all,
> > Yesterday I updated to the current SVN version but I have been getting
> > compile failures ever since then. I waited to see if it was getting 
> fixed
> > but it still seems to be a problem today. Can anyone else working with 
> the
> > current SVN version verify if this is a real problem (or possibly a
> > problem
> > with my SVN update)?
> >
> > It looks to me like PortletEntityAccessComponent was deleted yesterday. 
> If
> > I
> > hadn't just changed to SVN yesterday I would suspect someone didn't do a
> > clean before checkin and therefore hasn't noticed the error....
> >
> > [javac] Compiling 50 source files to
> > E:\development\libraries_src\jetspeed2-
> > M4\components\registry\target\classes
> > [javac] E:\development\libraries_src\jetspeed2-
> > M4\components\registry\src\ja
> > 
> va\org\apache\jetspeed\components\portletentity\PersistenceBrokerPortletEn
> > tityAc
> > cess.java:56: cannot resolve symbol
> > [javac] symbol : class PortletEntityAccessComponent
> > [javac] location: class
> > org.apache.jetspeed.components.portletentity.Persist
> > enceBrokerPortletEntityAccess
> > [javac] PortletEntityAccessComponent
> > [javac] ^
> > [javac] E:\development\libraries_src\jetspeed2-
> > M4\components\registry\src\ja
> > 
> va\org\apache\jetspeed\components\portletentity\PortletEntityImpl.java:68:
> > canno
> > t resolve symbol
> > [javac] symbol : class PortletEntityAccessComponent
> > [javac] location: class
> > org.apache.jetspeed.components.portletentity.Portlet
> > EntityImpl
> > [javac] protected static PortletEntityAccessComponent pac;
> > [javac] ^
> > [javac] E:\development\libraries_src\jetspeed2-
> > M4\components\registry\src\ja
> > 
> va\org\apache\jetspeed\components\util\RegistrySupportedTestCase.java:13:
> > cannot
> > resolve symbol
> > [javac] symbol : class PortletEntityAccessComponent
> > [javac] location: package portletentity
> > [javac] import
> > org.apache.jetspeed.components.portletentity.PortletEntityAcc
> > essComponent;
> > [javac] ^
> > [javac] E:\development\libraries_src\jetspeed2-
> > M4\components\registry\src\ja
> > 
> va\org\apache\jetspeed\components\util\RegistrySupportedTestCase.java:25:
> > cannot
> > resolve symbol
> > [javac] symbol : class PortletEntityAccessComponent
> > [javac] location: class
> > org.apache.jetspeed.components.util.RegistrySupporte
> > dTestCase
> > [javac] protected PortletEntityAccessComponent entityAccess;
> > [javac] ^
> > [javac] E:\development\libraries_src\jetspeed2-
> > M4\components\registry\src\ja
> > 
> va\org\apache\jetspeed\components\util\RegistrySupportedTestCase.java:34:
> > cannot
> > resolve symbol
> > [javac] symbol : class PortletEntityAccessComponent
> > [javac] location: class
> > org.apache.jetspeed.components.util.RegistrySupporte
> > dTestCase
> > [javac] entityAccess = (PortletEntityAccessComponent) ctx.getBean("p
> > ortletEntityAccess");
> > [javac] ^
> > [javac] 5 errors
> >
> > BUILD FAILED
> > File...... e:\development\libraries_src\jetspeed2-M4\maven.xml
> > Element... maven:reactor
> > Line...... 133
> > Column.... 40
> > Unable to obtain goal [java:compile] -- C:\Documents and Settings\Chris
> > Custine\
> > .maven\cache\maven-java-plugin-1.5\plugin.jelly:63:48: <ant:javac> 
> Compile
> > faile
> > d; see the compiler error output for details.
> > Total time: 2 minutes 39 seconds
> > Finished at: Tue Jun 14 11:22:09 EDT 2005
> 
>

RE: J2 - Problems in current SVN?

Posted by Scott T Weaver <sc...@binary-designs.net>.
I was having severe issues with SVN yesterday.  Any time I copied a modified
file from my old workspace into my SVN workspace, SVN forced me to delete
the damn thing!  So I had to re-add and commit those files.  Now I see that
PortletEntityAccessComponent was never re-added, so guess is this is my
fault.  Anywho, I just committed it back in.  Please update a try rebuild
and let me know what else I hosed.

p.s.

I hate SVN so far.  Subclipse is so SSSSLLLLOOOOOOWWWWWW and I detest having
to jump out to TortoiseSVN every time I need to perform a SVN operation.

-Scott



> -----Original Message-----
> From: Chris Custine [mailto:chris.custine@gmail.com]
> Sent: Tuesday, June 14, 2005 11:36 AM
> To: Jetspeed Users Mailing List
> Subject: J2 - Problems in current SVN?
> 
> Hi all,
> Yesterday I updated to the current SVN version but I have been getting
> compile failures ever since then. I waited to see if it was getting fixed
> but it still seems to be a problem today. Can anyone else working with the
> current SVN version verify if this is a real problem (or possibly a
> problem
> with my SVN update)?
> 
> It looks to me like PortletEntityAccessComponent was deleted yesterday. If
> I
> hadn't just changed to SVN yesterday I would suspect someone didn't do a
> clean before checkin and therefore hasn't noticed the error....
> 
> [javac] Compiling 50 source files to
> E:\development\libraries_src\jetspeed2-
> M4\components\registry\target\classes
> [javac] E:\development\libraries_src\jetspeed2-
> M4\components\registry\src\ja
> va\org\apache\jetspeed\components\portletentity\PersistenceBrokerPortletEn
> tityAc
> cess.java:56: cannot resolve symbol
> [javac] symbol : class PortletEntityAccessComponent
> [javac] location: class
> org.apache.jetspeed.components.portletentity.Persist
> enceBrokerPortletEntityAccess
> [javac] PortletEntityAccessComponent
> [javac] ^
> [javac] E:\development\libraries_src\jetspeed2-
> M4\components\registry\src\ja
> va\org\apache\jetspeed\components\portletentity\PortletEntityImpl.java:68:
> canno
> t resolve symbol
> [javac] symbol : class PortletEntityAccessComponent
> [javac] location: class
> org.apache.jetspeed.components.portletentity.Portlet
> EntityImpl
> [javac] protected static PortletEntityAccessComponent pac;
> [javac] ^
> [javac] E:\development\libraries_src\jetspeed2-
> M4\components\registry\src\ja
> va\org\apache\jetspeed\components\util\RegistrySupportedTestCase.java:13:
> cannot
> resolve symbol
> [javac] symbol : class PortletEntityAccessComponent
> [javac] location: package portletentity
> [javac] import
> org.apache.jetspeed.components.portletentity.PortletEntityAcc
> essComponent;
> [javac] ^
> [javac] E:\development\libraries_src\jetspeed2-
> M4\components\registry\src\ja
> va\org\apache\jetspeed\components\util\RegistrySupportedTestCase.java:25:
> cannot
> resolve symbol
> [javac] symbol : class PortletEntityAccessComponent
> [javac] location: class
> org.apache.jetspeed.components.util.RegistrySupporte
> dTestCase
> [javac] protected PortletEntityAccessComponent entityAccess;
> [javac] ^
> [javac] E:\development\libraries_src\jetspeed2-
> M4\components\registry\src\ja
> va\org\apache\jetspeed\components\util\RegistrySupportedTestCase.java:34:
> cannot
> resolve symbol
> [javac] symbol : class PortletEntityAccessComponent
> [javac] location: class
> org.apache.jetspeed.components.util.RegistrySupporte
> dTestCase
> [javac] entityAccess = (PortletEntityAccessComponent) ctx.getBean("p
> ortletEntityAccess");
> [javac] ^
> [javac] 5 errors
> 
> BUILD FAILED
> File...... e:\development\libraries_src\jetspeed2-M4\maven.xml
> Element... maven:reactor
> Line...... 133
> Column.... 40
> Unable to obtain goal [java:compile] -- C:\Documents and Settings\Chris
> Custine\
> .maven\cache\maven-java-plugin-1.5\plugin.jelly:63:48: <ant:javac> Compile
> faile
> d; see the compiler error output for details.
> Total time: 2 minutes 39 seconds
> Finished at: Tue Jun 14 11:22:09 EDT 2005


---------------------------------------------------------------------
To unsubscribe, e-mail: jetspeed-user-unsubscribe@portals.apache.org
For additional commands, e-mail: jetspeed-user-help@portals.apache.org


AW: J2 - Problems in current SVN?

Posted by Sven Thiergen <s....@itcampus.de>.
Confirmed.
Got the same problem.


---------------------------------------------------------------------
To unsubscribe, e-mail: jetspeed-user-unsubscribe@portals.apache.org
For additional commands, e-mail: jetspeed-user-help@portals.apache.org