Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
Re: [aspectj-dev] AspectJ 1.6.5 released

Hi Andy,
yes, those are "normal" errors :D

The NPE is something that happens inside the SCP uploading/downloading stuff from the server, it is "handled", meaning that it does not harm.

The second one, that causes Maven to end with FATAL ERROR, is a bug that they are fixing on 3.0, which has been low priority because actually sources gets updated.

If this time it went smoothly, then probably there was some "state" on the server regarding version 1.6.4 (like some files there that should not be there, remaining from previous test deploys) that caused the thing to hang.

Nice to hear that it worked fine :D

Simone

Andy Clement wrote:
Hi Simone,

I didn't change the script - and was prepared to do what I did before (comment out a piece at a time and re-run). But it seemed to get to the end despite errors. Well actually this same single error a bunch of times:

     [exec] 104K uploaded
[exec] Exception in thread "Exec thread simonegianni.it <http://simonegianni.it>" java.lang.NullPointerException
     [exec]     at com.jcraft.jsch.ChannelSession.run(Unknown Source)
     [exec]     at java.lang.Thread.run(Thread.java:619)
     [exec] [INFO] Retrieving previous metadata from simonegianni-rsync
[exec] [INFO] Uploading repository metadata for: 'artifact org.aspectj:aspectjrt' [exec] [INFO] ------------------------------------------------------------------------
     [exec] [ERROR] FATAL ERROR
[exec] [INFO] ------------------------------------------------------------------------
     [exec] [INFO] null
[exec] [INFO] ------------------------------------------------------------------------
     [exec] [INFO] Trace
     [exec] java.lang.NullPointerException
[exec] at hidden.org.codehaus.plexus.util.FileUtils.copyFile(FileUtils.java:919) [exec] at org.apache.maven.project.artifact.ProjectArtifactMetadata.storeInLocalRepository(ProjectArtifactMetadata.java:86)

[exec] at org.apache.maven.artifact.repository.metadata.DefaultRepositoryMetadataManager.deploy(DefaultRepositoryMetadataMa
nager.java:437)
[exec] at org.apache.maven.artifact.deployer.DefaultArtifactDeployer.deploy(DefaultArtifactDeployer.java:86) [exec] at org.apache.maven.plugin.deploy.DeployFileMojo.execute(DeployFileMojo.java:239) [exec] at org.apache.maven.plugin.DefaultPluginManager.executeMojo(DefaultPluginManager.java:451) [exec] at org.apache.maven.lifecycle.DefaultLifecycleExecutor.executeGoals(DefaultLifecycleExecutor.java:558) [exec] at org.apache.maven.lifecycle.DefaultLifecycleExecutor.executeStandaloneGoal(DefaultLifecycleExecutor.java:512) [exec] at org.apache.maven.lifecycle.DefaultLifecycleExecutor.executeGoal(DefaultLifecycleExecutor.java:482) [exec] at org.apache.maven.lifecycle.DefaultLifecycleExecutor.executeGoalAndHandleFailures(DefaultLifecycleExecutor.java:33
0)
[exec] at org.apache.maven.lifecycle.DefaultLifecycleExecutor.executeTaskSegments(DefaultLifecycleExecutor.java:227) [exec] at org.apache.maven.lifecycle.DefaultLifecycleExecutor.execute(DefaultLifecycleExecutor.java:142) [exec] at org.apache.maven.DefaultMaven.doExecute(DefaultMaven.java:336)

Andy

2009/6/18 Simone Gianni <simoneg@xxxxxxxxxx <mailto:simoneg@xxxxxxxxxx>>

    Andy Clement wrote:

        And it may even be in maven central shortly !

    It is on Maven, with full sources this time.

    Andy, did you comment out line by line to upload sources or it
    worked magically or tried out
    https://bugs.eclipse.org/bugs/show_bug.cgi?id=279888#c10 ?

    Simone


-- Simone Gianni CEO Semeru s.r.l. Apache Committer
    http://www.simonegianni.it/

    _______________________________________________
    aspectj-dev mailing list
    aspectj-dev@xxxxxxxxxxx <mailto:aspectj-dev@xxxxxxxxxxx>
    https://dev.eclipse.org/mailman/listinfo/aspectj-dev


------------------------------------------------------------------------

_______________________________________________
aspectj-dev mailing list
aspectj-dev@xxxxxxxxxxx
https://dev.eclipse.org/mailman/listinfo/aspectj-dev


--
Simone Gianni            CEO Semeru s.r.l.           Apache Committer
http://www.simonegianni.it/



Back to the top